/* Presentation-only refinements for product specifications and mobile recommendations. */
body.k1-product-v2 .pd-spec-card{
  padding:26px;
  overflow:hidden;
  background:linear-gradient(145deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 18px 48px rgba(36,87,126,.08);
}
body.k1-product-v2 .pd-spec-card h3{margin:0 0 18px;font-size:21px;letter-spacing:-.25px}
body.k1-product-v2 .pd-spec-card .specs-table,
body.k1-product-v2 .pd-spec-card .specs-table tbody{display:block;width:100%}
body.k1-product-v2 .pd-spec-card .specs-table tbody{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body.k1-product-v2 .pd-spec-card .specs-table tr{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-width:0;
  min-height:99px;
  padding:15px 16px;
  border:1px solid #e4edf5;
  border-radius:14px;
  background:#f7faff;
}
body.k1-product-v2 .pd-spec-card .specs-table tr:nth-child(4n+2),
body.k1-product-v2 .pd-spec-card .specs-table tr:nth-child(4n+3){background:#f8fbf9}
body.k1-product-v2 .pd-spec-card .specs-table :is(th,td){
  display:block;
  width:auto;
  padding:0;
  border:0;
  background:none;
  text-align:left;
  overflow-wrap:anywhere;
}
body.k1-product-v2 .pd-spec-card .specs-table th{
  margin:0 0 7px;
  color:#71879a;
  font-size:12px;
  line-height:1.35;
  font-weight:650;
  letter-spacing:.045em;
  text-transform:uppercase;
}
body.k1-product-v2 .pd-spec-card .specs-table td{
  color:#203c58;
  font-size:14px;
  line-height:1.48;
  font-weight:600;
}
@media(max-width:700px){
 body.k1-product-v2 .pd-spec-card{padding:19px;border-radius:20px}
 body.k1-product-v2 .pd-spec-card h3{font-size:19px;margin-bottom:14px}
 body.k1-product-v2 .pd-spec-card .specs-table tbody{grid-template-columns:1fr;gap:8px}
 body.k1-product-v2 .pd-spec-card .specs-table tr{min-height:0;padding:13px 14px;border-radius:12px}
 body.k1-product-v2 .pd-spec-card .specs-table th{font-size:11px;margin-bottom:5px}
 body.k1-product-v2 .pd-spec-card .specs-table td{font-size:14px;line-height:1.45}
 body.k1-product-v2 .pd-related-section .related-grid{
   display:flex;
   gap:12px;
   overflow-x:auto;
   overflow-anchor:none;
   overscroll-behavior-inline:contain;
   scroll-snap-type:x mandatory;
   scrollbar-width:none;
   margin:18px 0 0!important;
   padding:2px 50px 12px 0;
 }
 body.k1-product-v2 .pd-related-section .related-grid::-webkit-scrollbar{display:none}
 body.k1-product-v2 .pd-related-section .product-card{
   position:relative;
   display:flex;
   flex:0 0 min(78vw,300px);
   flex-direction:column;
   gap:0;
   scroll-snap-align:start;
   padding:8px 8px 14px;
   border-radius:20px;
   overflow:hidden;
 }
 body.k1-product-v2 .pd-related-section .product-card .product-visual{
   display:block;
   width:100%;
   height:auto;
   aspect-ratio:1.6;
   margin:0 0 15px;
   border-radius:14px;
   overflow:hidden;
   background:#eef6fc;
 }
 body.k1-product-v2 .pd-related-section .product-card .product-visual img{
   width:100%;height:100%;object-fit:cover;aspect-ratio:1.6;border-radius:14px;
 }
 body.k1-product-v2 .pd-related-section .product-card :is(.product-name,h3.product-name,.product-version,.price-row,.product-rating,.product-delivery,.details-link){
   display:flex;
   grid-column:auto;
   margin-left:8px;
   margin-right:8px;
   padding:0;
 }
 body.k1-product-v2 .pd-related-section .product-card .product-name{min-height:46px;font-size:17px;line-height:1.35;margin-bottom:5px}
 body.k1-product-v2 .pd-related-section .product-card .product-version{min-height:36px;font-size:12px;line-height:1.45;margin-bottom:10px}
 body.k1-product-v2 .pd-related-section .product-card .price-row{align-items:center;min-height:31px;margin-bottom:7px}
 body.k1-product-v2 .pd-related-section .product-card .product-price{font-size:23px}
 body.k1-product-v2 .pd-related-section .product-card .product-price-old{font-size:11px}
 body.k1-product-v2 .pd-related-section .product-card .product-rating{min-height:22px;font-size:11px;gap:4px;margin-bottom:7px;flex-wrap:wrap}
 body.k1-product-v2 .pd-related-section .product-card .product-delivery{min-height:24px;font-size:11px;margin-top:0;margin-bottom:12px}
 body.k1-product-v2 .pd-related-section .product-card .product-actions{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;width:auto;margin:auto 8px 0!important}
 body.k1-product-v2 .pd-related-section .product-card .product-buy-now{min-width:0!important;width:100%!important;min-height:48px!important;font-size:13px!important;padding:9px!important;border-radius:12px!important}
 body.k1-product-v2 .pd-related-section .product-card .product-cart-icon{width:48px!important;min-width:48px!important;height:48px!important;padding:13px!important;border-radius:12px!important}
 body.k1-product-v2 .pd-related-section .product-card .details-link{display:block;min-height:36px;margin:8px 8px 0;padding:7px 0 0;font-size:12px;text-align:center}
 body.k1-product-v2 .pd-related-section .product-card .related-recommend-label{
   position:absolute;
   left:17px;
   top:17px;
   z-index:2;
   max-width:none;
   margin:0;
   padding:6px 9px;
   border:0;
   border-radius:8px;
   background:rgba(24,45,70,.88);
   color:#fff;
   font-size:0;
   line-height:1.2;
   box-shadow:none;
   backdrop-filter:blur(8px);
 }
 body.k1-product-v2 .pd-related-section .product-card .related-recommend-label:after{content:'Вместе выгоднее';font-size:10px;font-weight:650}
 body.k1-product-v2 .pd-related-section .product-card.featured:after{top:17px;right:17px;left:auto;font-size:9px;padding:6px 8px;border-radius:8px}
}
