.sets{
background:#2C2A27 !important;
border:1px solid rgba(0,0,0,.06) !important;
border-radius:28px !important;
padding:22px 20px 22px !important;
position:relative !important;
overflow:hidden !important;
box-shadow:0 1px 2px rgba(0,0,0,.04), 0 10px 26px -14px rgba(0,0,0,.35) !important;
}
.sets h3{
color:#fff !important; font-size:19px !important; font-weight:800 !important;
margin:0 0 5px !important; line-height:1.3 !important;
}
.mishe-sub{
color:rgba(255,255,255,.6) !important; font-size:12.5px !important; line-height:1.5 !important;
margin:0 auto 10px !important; max-width:34ch !important; text-align:center !important;
}
.sets-owl{ margin:0 !important; width:100% !important; }

.set_table{
display:flex !important; flex-wrap:wrap !important; align-items:flex-start !important;
width:100% !important; gap:10px !important;
}
.cell.set-product{
display:flex !important; flex-direction:column !important;
flex:1 1 128px !important; width:auto !important; max-width:128px !important;
padding:0 !important; text-align:left !important; height:auto !important;
border:none !important;
}
.cell.set-product > a{
display:block !important; border-radius:14px !important; overflow:hidden !important;
background:#3A3733 !important; position:relative !important;
}
.cell.set-product img{
width:100% !important; max-width:100% !important; height:auto !important;
aspect-ratio:3/4 !important; object-fit:cover !important; object-position:top center !important;
display:block !important;
}
.mishe-check{
position:absolute !important; top:7px !important; right:7px !important;
width:22px !important; height:22px !important; border-radius:50% !important;
background:#0D6EFD !important; color:#fff !important;
display:flex !important; align-items:center !important; justify-content:center !important;
font-size:12px !important; line-height:1 !important;
box-shadow:0 0 0 2px rgba(255,255,255,.9), 0 1px 4px rgba(0,0,0,.35) !important;
}
.cell.set-product h4{ display:none !important; }
.cell.set-product .new_price{
display:block !important; background:#fff !important; color:#201D19 !important;
font-weight:800 !important; font-size:13px !important; border-radius:10px !important;
margin:8px 0 0 !important; padding:7px 6px !important; text-align:center !important;
}
.cell.ao.plus{
display:flex !important; align-items:center !important; justify-content:center !important;
width:16px !important; flex:0 0 16px !important; padding:0 !important;
color:rgba(255,255,255,.4) !important; font-size:16px !important; font-weight:700 !important;
margin-top:50px !important;
}
.cell.ao:not(.plus){ display:none !important; }
.cell.total{
display:flex !important; flex-wrap:wrap !important; align-items:center !important;
width:100% !important; max-width:none !important; height:auto !important;
flex:1 1 100% !important; text-align:left !important;
padding:0 !important; margin-top:18px !important;
border:none !important;
}
.sets .total .economy_text{
order:2 !important; margin-left:auto !important;
color:#2C2A27 !important; font-size:11.5px !important; font-weight:700 !important;
background:#FFD700 !important; display:inline-flex !important; align-items:center !important;
padding:5px 10px !important; border-radius:100px 0 0 100px !important;
}
.sets .total .economy_val{
order:3 !important;
color:#2C2A27 !important; font-size:11.5px !important; font-weight:700 !important;
background:#FFD700 !important; display:inline-flex !important; align-items:center !important;
padding:5px 10px 5px 0 !important; border-radius:0 100px 100px 0 !important;
}
.sets .new_summ{
order:1 !important;
display:block !important; width:auto !important; margin:0 !important; text-align:left !important;
font-family:inherit !important; font-weight:800 !important; font-size:23px !important; color:#fff !important;
}
.mishe-old-total{
font-size:13px !important; font-weight:600 !important; color:rgba(255,255,255,.4) !important;
text-decoration:line-through !important; margin-left:8px !important;
}
.sets .add-set-btn{
order:4 !important;
display:flex !important; align-items:center !important; justify-content:center !important; gap:8px !important;
flex:1 1 100% !important; margin:16px 0 0 !important;
background:#fff !important; color:#2C2A27 !important; border:none !important;
border-radius:12px !important; font-weight:700 !important; font-size:15px !important;
padding:14px 16px !important;
}
.sets .add-set-btn::before{
content:"\1F6D2" !important; font-size:15px !important; line-height:1 !important;
}
.sets .add-set-btn:hover{ background:#F0ECE3 !important; }
.sets .swiper-button-next, .sets .swiper-button-prev{
display:none !important;
}
.sets .swiper-wrapper{ touch-action:pan-y !important; }
@media (min-width:768px){
.sets{ display:none !important; }
}

/* Fix: mobile flex container shrinks .official-rep-logo width below its intrinsic size while
   the height stays fixed at the HTML height attribute + object-fit:fill stretches the image,
   causing it to look squashed on narrow viewports. Force natural aspect ratio instead. */
.official-rep-logo{
width:100% !important;
height:auto !important;
max-width:90px !important;
object-fit:contain !important;
}
