@font-face{font-family:Roboto;src:url("assets/fonts/roboto-300.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:Roboto;src:url("assets/fonts/roboto-400.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Roboto;src:url("assets/fonts/roboto-500.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:Roboto;src:url("assets/fonts/roboto-700.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

:root{--pink:#e5006d;--green:#187c18;--ink:#000;--muted:#6b6b6b;--line:#e4e4e4;--soft:#f7f7f7;--page:1266px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font:400 16px/1.5 Roboto,"Helvetica Neue",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
button,input,select{font:inherit}
button,a,select{touch-action:manipulation}
button{border:0;background:none;color:inherit;cursor:pointer}
a{color:inherit}
img{display:block;max-width:100%}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;left:12px;top:-60px;z-index:3000;background:#fff;color:#000;padding:12px 16px;border:2px solid #000}
.skip-link:focus{top:12px}
.app-promo{display:none}
.app-promo[hidden]{display:none!important}

.promo-strip--desktop{height:60px;border-bottom:1px solid #eee;background:#fff}
.promo-inner{height:100%;display:grid;grid-template-columns:460px 460px 1fr;align-items:center;margin:0 auto;max-width:1440px}
.promo-item{height:60px;display:flex;align-items:center;position:relative;overflow:hidden}
.promo-item img{width:80px;height:60px;object-fit:cover;object-position:center}
.promo-item>span:not(.shade-phone){display:flex;flex-direction:column;justify-content:center;line-height:1.2;padding-left:8px}
.promo-item strong{font-size:14px;font-weight:700}
.promo-item small{margin-top:3px;color:#696969;font-size:13px}
.promo-item--shade{padding-left:24px}
.shade-phone{width:35px;height:54px;border:4px solid #111;border-radius:5px;transform:rotate(-9deg);margin:0 16px 0 7px;position:relative;background:linear-gradient(#fff 52%,#ddd 52%)}
.shade-phone:before{content:"";position:absolute;left:50%;top:4px;width:5px;height:5px;border-radius:50%;background:#111;transform:translateX(-50%)}
.promo-meta{display:flex;align-items:center;justify-content:flex-end;gap:38px;padding-right:38px;font-size:13px;color:#3d3d3d;white-space:nowrap}
.promo-meta strong{font-weight:500}

.site-header{position:relative;z-index:1000;background:#000;color:#fff}
.header-main{height:65px;background:#000}
.header-inner{max-width:1368px;height:65px;margin:0 auto;display:flex;align-items:center;gap:26px;padding:0 2px}
.brand{display:block;flex:0 0 126px}
.brand img{width:126px;height:auto}
.search-form{height:36px;display:flex;align-items:center;flex:1;min-width:180px;background:#fff}
.search-form input{width:100%;height:36px;padding:0 14px;border:0;outline:0;color:#222;background:#fff;font-size:13px}
.search-form input::placeholder{color:#999;opacity:1}
.search-form button{width:46px;height:36px;display:grid;place-items:center;flex:0 0 46px}
.header-actions{height:100%;display:flex;align-items:center;gap:27px;white-space:nowrap}
.header-actions button{display:flex;align-items:center;gap:10px;color:#fff;font-size:13px;padding:10px 0}
.header-actions img{width:20px;height:20px}
.category-nav{height:43px;background:#000}
.category-inner{height:43px;max-width:1368px;margin:0 auto;display:flex;align-items:center;gap:31px;position:relative;overflow:hidden;white-space:nowrap;font-size:13px}
.category-inner a{text-decoration:none}
.category-inner a:hover,.category-inner a:focus-visible{text-decoration:underline}
.category-inner .sale-link{background:var(--pink);padding:3px 10px;font-size:12px;font-weight:500}
.nav-arrow{position:sticky;right:0;display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:50%;background:#282828;font-size:34px;font-weight:300;line-height:1}
.menu-toggle,.mobile-search-trigger{display:none!important}
.promo-strip--mobile{display:none}

.mobile-menu{position:fixed;inset:0 auto 0 0;z-index:2100;width:min(86vw,340px);padding:24px;background:#fff;color:#000;transform:translateX(-105%);transition:transform .22s ease;box-shadow:4px 0 24px rgba(0,0,0,.2)}
.mobile-menu.is-open{transform:none}
.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:20px}
.mobile-menu__close{font-size:32px;line-height:1;padding:3px 8px}
.mobile-menu nav{display:flex;flex-direction:column}
.mobile-menu nav a{padding:16px 0;border-bottom:1px solid var(--line);text-decoration:none}
.menu-backdrop{position:fixed;inset:0;z-index:2000;background:rgba(0,0,0,.45)}

.pdp-shell{max-width:var(--page);margin:0 auto;padding-top:40px}
.pdp-grid{display:grid;grid-template-columns:minmax(0,817px) 370px;grid-template-areas:"gallery summary" "details summary";column-gap:48px;align-items:start}
.summary-column{grid-area:summary;position:sticky;top:24px;align-self:start;z-index:3}
.product-heading{padding:0 0 20px}
.breadcrumbs{height:25px;display:flex;align-items:center;gap:12px;color:#777;font-size:12px;white-space:nowrap;overflow:hidden}
.breadcrumbs img{width:16px;height:16px}
.breadcrumbs a{text-decoration:none}
.title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-top:17px}
.title-row h1{margin:0;font-size:16px;font-weight:400;line-height:1.55}
.title-row h1>a{color:#000;text-decoration:underline;font-weight:400}
.title-row h1 strong{font-weight:700}
.title-row h1 span{display:block;margin-top:3px;color:#4c4c4c;font-size:14px;font-weight:300}
.favorite-button{flex:0 0 38px;display:grid;place-items:center;width:38px;height:38px;margin-top:-5px}
.favorite-button img{width:22px;height:22px;transition:filter .15s,transform .15s}
.favorite-button[aria-pressed="true"] img,.header-actions button[aria-pressed="true"] img,.product-card button[aria-pressed="true"] img{filter:invert(13%) sepia(96%) saturate(6009%) hue-rotate(324deg) brightness(91%) contrast(104%);transform:scale(1.08)}
.rating-row{display:flex;align-items:center;gap:5px;margin-top:8px;color:#000;font-size:12px;font-weight:500}
.rating-row img{width:96px;height:20px;opacity:1}
.offer-panel{padding-top:2px}
.offer-label{display:inline-flex;align-items:center;gap:4px;height:25px;padding:0 9px;background:var(--pink);color:#fff;font-size:12px;font-weight:500}
.offer-label img{width:14px;height:14px}
.volume-label{margin:31px 0 15px;font-size:16px}
.price-banner{min-height:71px;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fff0f7}
.price-banner>div{display:flex;flex-direction:column}
.price-banner strong{color:var(--pink);font-size:20px;font-weight:700;line-height:1.1}
.price-banner span{margin-top:3px;font-size:12px}
.price-banner b{display:grid;place-items:center;width:50px;height:50px;background:var(--pink);color:#fff;font-size:14px}
.variant-list{margin-top:24px;padding-top:0;border-top:1px dashed #e3e3e3}
.variant-option{position:relative;width:100%;min-height:57px;border:2px solid #000;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.25}
.variant-option strong{font-size:14px;font-weight:500}
.variant-option span{font-size:12px;color:#555}
.variant-option i{position:absolute;right:-1px;top:-1px;width:34px;height:34px;clip-path:polygon(100% 0,100% 100%,0 0);background:#000}
.variant-option i img{position:absolute;right:3px;top:4px;width:12px;height:12px}
.stock-line{margin:15px 0 31px;font-size:13px;line-height:1.45}
.stock-line strong{color:var(--green);font-weight:400}
.stock-line span{color:#aaa;margin:0 3px}
.buy-row{display:grid;grid-template-columns:83px 1fr;gap:9px;height:52px}
.quantity-control{position:relative;display:block}
.quantity-control:after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid #111;border-bottom:2px solid #111;transform:translateY(-70%) rotate(45deg);pointer-events:none}
.quantity-control select{appearance:none;width:100%;height:52px;padding:0 18px;border:1px solid #dedede;background:#fafafa;color:#222;outline:0}
.buy-button{height:52px;background:#000;color:#fff;font-size:14px;font-weight:500;transition:background .15s ease}
.buy-button:hover,.buy-button:focus-visible{background:#333}
.gift-option{display:flex;align-items:center;gap:10px;margin-top:40px;font-size:14px;font-weight:500}
.gift-option input{appearance:none;width:17px;height:17px;border:1px solid #bbb;background:#fff;margin:0;position:relative}
.gift-option input:checked:after{content:"✓";position:absolute;inset:-3px 0 0 2px;font-size:16px;color:#000}
.gift-note{margin:6px 0 34px;padding-left:34px;color:#777;font-size:13px}
.delivery-list{list-style:none;margin:0;padding:0}
.delivery-list li{display:grid;grid-template-columns:22px 1fr 16px;gap:13px;align-items:start;padding:14px 0}
.delivery-list li>img:first-child{margin-top:1px;width:20px;height:20px}
.delivery-list li>img:last-child{align-self:center;width:16px;height:16px}
.delivery-list div{display:flex;flex-direction:column;font-size:13px}
.delivery-list strong{font-size:14px;font-weight:500}
.delivery-list b{margin-top:3px;color:var(--green);font-weight:500}
.delivery-list span{margin-top:2px;color:#777}

.gallery{grid-area:gallery;min-width:0}
.gallery-stage{height:692px;position:relative;background:var(--soft);overflow:hidden}
.gallery-slides,.gallery-slide{width:100%;height:100%;margin:0}
.gallery-slide{display:flex;align-items:center;justify-content:center;padding:40px}
.gallery-slide[hidden]{display:none}
.gallery-slide img{width:auto;height:auto;max-width:78%;max-height:88%;object-fit:contain;mix-blend-mode:multiply}
.gallery-slide[data-index="0"] img{max-width:78%;max-height:92%}
.gallery-arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:48px;height:60px;transform:translateY(-50%);opacity:0;transition:opacity .15s;background:rgba(255,255,255,.75)}
.gallery:hover .gallery-arrow,.gallery-arrow:focus-visible{opacity:1}
.gallery-arrow--prev{left:0}
.gallery-arrow--next{right:0}
.gallery-arrow img{width:28px;height:28px}
.gallery-progress{display:none}
.gallery-thumbs{display:flex;gap:15px;overflow-x:auto;padding:20px 0 4px;scrollbar-width:none}
.gallery-thumbs::-webkit-scrollbar{display:none}
.gallery-thumbs button{flex:0 0 139px;width:139px;height:139px;padding:10px;border:1px solid transparent;background:var(--soft)}
.gallery-thumbs button.is-active{border:2px solid #000;background:var(--soft)}
.gallery-thumbs img{width:100%;height:100%;object-fit:contain}

.details{grid-area:details;min-width:0;margin-top:64px}
.detail-tabs{height:45px;display:flex;align-items:flex-start;gap:33px;border-bottom:1px solid var(--line)}
.detail-tabs button{height:45px;padding:0 0 16px;position:relative;color:#5e5e5e;font-size:13px;white-space:nowrap}
.detail-tabs button[aria-selected="true"]{color:#000;font-weight:500}
.detail-tabs button[aria-selected="true"]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:#000}
.detail-tabs small{font-size:12px;color:#777}
.detail-section{display:none}
.detail-section.is-active{display:block}
.detail-accordion{display:none}
.detail-panel{padding-top:48px;color:#525252;font-size:16px;line-height:1.65}
.detail-panel h2{margin:0 0 27px;color:#000;font-size:24px;font-weight:500;line-height:1.25}
.detail-panel h3{margin:36px 0 10px;color:#171717;font-size:20px;font-weight:500;line-height:1.3}
.detail-panel p{margin:0 0 12px}
.detail-panel table{width:100%;border-collapse:collapse;border:1px solid #e2e2e2;font-size:14px;line-height:1.4}
.detail-panel tr:nth-child(odd){background:#f4f4f4}
.detail-panel th,.detail-panel td{padding:13px 16px;text-align:left;vertical-align:top}
.detail-panel th{width:49%;font-weight:400;color:#646464}
.detail-panel td{font-weight:500;color:#4c4c4c}
.feature-list{list-style:none;margin:14px 0 29px;padding:0}
.feature-list li{position:relative;padding-left:18px;margin:6px 0}
.feature-list li:before{content:"›";position:absolute;left:3px;color:#333;font-size:22px;line-height:1}
.notes-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.notes-grid>div{padding:18px;background:#f7f7f7}
.notes-grid h3{margin:0 0 8px;font-size:17px}
.notes-grid p{font-size:14px}

.set-products{width:817px;margin-top:62px;padding-bottom:73px}
.set-products h2{margin:0 0 25px;font-size:24px;font-weight:500}
.product-carousel{display:flex;gap:18px;overflow-x:auto;padding:0 0 15px;scrollbar-width:none;scroll-snap-type:x proximity}
.product-carousel::-webkit-scrollbar{display:none}
.product-card{position:relative;flex:0 0 260px;text-align:center;scroll-snap-align:start;padding-bottom:10px}
.product-card>img{width:260px;height:250px;object-fit:contain;margin:0 auto 16px}
.product-card>button{position:absolute;right:12px;top:8px;width:36px;height:36px;display:grid;place-items:center}
.product-card>button img{width:20px;height:20px}
.product-card p{margin:0;color:#777}
.product-card h3{margin:2px 0 1px;font-size:16px;font-weight:500;line-height:1.2}
.product-card span{display:block;min-height:42px;font-size:13px;line-height:1.35;color:#565656}
.product-card strong{display:block;margin-top:9px;color:#000;font-size:15px;font-weight:500}
.product-card[hidden]{display:none}
.search-empty{text-align:center;color:#666}

.benefits{height:66px;border-top:1px solid #000;display:grid;grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;max-width:1440px}
.benefits div{display:flex;align-items:center;justify-content:center;gap:16px;font-size:14px}
.benefits img{width:35px;height:35px}
.site-footer{background:#000;color:#b8b8b8;padding:0 0 28px}
.footer-inner{max-width:1028px;margin:0 auto}
.footer-contact{height:132px;display:flex;align-items:center;gap:20px;color:#fff}
.footer-contact strong{font-size:24px;line-height:1.1}
.footer-contact small{display:block;margin-top:7px;color:#777;font-size:12px;font-weight:400}
.footer-contact a{font-size:14px}
.newsletter{display:grid;grid-template-columns:265px 368px 83px 83px;gap:13px;align-items:center;padding:19px 0 36px;border-bottom:1px solid #333}
.newsletter h2{margin:0;color:#fff;font-size:20px;line-height:1.2;font-weight:500}
.newsletter label{position:relative;display:block}
.newsletter input{width:100%;height:46px;border:0;padding:0 43px 0 14px;background:#fff;color:#777}
.newsletter label img{position:absolute;right:12px;top:13px;width:20px;height:20px}
.newsletter button{height:46px;border:1px solid #fff;color:#fff;font-size:13px}
.newsletter button:hover,.newsletter button:focus-visible{background:#fff;color:#000}
.footer-links{display:grid;grid-template-columns:1.15fr 1fr 1fr;column-gap:64px;padding:17px 0 38px;border-bottom:1px solid #333}
.footer-links section{display:flex;flex-direction:column;min-width:0}
.footer-links h3{margin:0 0 13px;color:#fff;font-size:15px;font-weight:500}
.footer-links a{margin:2px 0;text-decoration:none;color:#aaa;font-size:14px}
.footer-links a:hover{text-decoration:underline;color:#fff}
.footer-links .desktop-hidden{visibility:hidden;height:0;margin:0}
.app-row{min-height:95px;display:grid;grid-template-columns:265px 1fr;align-items:center;border-bottom:1px solid #333}
.app-row h3{margin:0;color:#fff;font-size:16px;line-height:1.25}
.app-row>div{display:flex;align-items:center;gap:12px}
.app-row img{height:40px;width:auto}
.country-mobile{display:none}
.countries{display:grid;grid-template-columns:repeat(6,1fr);gap:9px 26px;padding:17px 0 20px;border-bottom:1px solid #333;font-size:13px}
.countries span{display:flex;align-items:center;gap:9px;white-space:nowrap}
.flag{display:inline-block;flex:0 0 18px;width:18px;height:11px;border:1px solid rgba(255,255,255,.25)}
.flag--gb{background:linear-gradient(33deg,transparent 38%,#fff 39% 47%,#c8102e 48% 52%,#fff 53% 61%,transparent 62%),#012169}
.flag--de{background:linear-gradient(#000 0 33%,#dd0000 33% 66%,#ffce00 66%)}
.flag--at{background:linear-gradient(#ed2939 0 33%,#fff 33% 66%,#ed2939 66%)}
.flag--fr{background:linear-gradient(90deg,#0055a4 0 33%,#fff 33% 66%,#ef4135 66%)}
.flag--it{background:linear-gradient(90deg,#009246 0 33%,#fff 33% 66%,#ce2b37 66%)}
.flag--nl{background:linear-gradient(#ae1c28 0 33%,#fff 33% 66%,#21468b 66%)}
.flag--be{background:linear-gradient(90deg,#000 0 33%,#ffd90c 33% 66%,#ef3340 66%)}
.flag--es{background:linear-gradient(#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%)}
.flag--pt{background:linear-gradient(90deg,#046a38 0 40%,#da291c 40%)}
.flag--cz{background:linear-gradient(#fff 0 50%,#d7141a 50%)}
.flag--sk{background:linear-gradient(#fff 0 33%,#0b4ea2 33% 66%,#ee1c25 66%)}
.flag--hu{background:linear-gradient(#ce2939 0 33%,#fff 33% 66%,#477050 66%)}
.flag--pl{background:linear-gradient(#fff 0 50%,#dc143c 50%)}
.flag--hr{background:linear-gradient(#ff0000 0 33%,#fff 33% 66%,#171796 66%)}
.flag--si{background:linear-gradient(#fff 0 33%,#005da4 33% 66%,#ed1c24 66%)}
.flag--ro{background:linear-gradient(90deg,#002b7f 0 33%,#fcd116 33% 66%,#ce1126 66%)}
.flag--bg{background:linear-gradient(#fff 0 33%,#00966e 33% 66%,#d62612 66%)}
.flag--ua{background:linear-gradient(#0057b7 0 50%,#ffd700 50%)}
.footer-bottom{min-height:96px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;padding-top:11px}
.payments{display:flex;align-items:center;gap:6px}
.payments img{width:auto;height:22px;object-fit:contain;background:#fff}
.blog-logo{grid-column:2;grid-row:1;width:24px;height:24px;filter:grayscale(1) brightness(1.3)}
.footer-bottom small{grid-column:1/3;color:#fff;font-size:12px;font-weight:500}
.full-version{display:none}

.toast{position:fixed;left:50%;bottom:28px;z-index:2500;width:min(92vw,460px);padding:16px 20px;transform:translateX(-50%);background:#111;color:#fff;box-shadow:0 8px 32px rgba(0,0,0,.32);font-size:14px;text-align:center}

@media (max-width:1300px) and (min-width:768px){
  .header-inner,.category-inner{padding-left:24px;padding-right:24px}
  .category-inner{gap:22px}
  .pdp-shell{padding-left:32px;padding-right:32px}
  .pdp-grid{grid-template-columns:minmax(0,1fr) 350px;column-gap:38px}
  .gallery-stage{height:min(55vw,692px)}
  .set-products{width:calc(100% - 388px)}
}

@media (max-width:767px){
  body{font-size:15px;overflow-x:hidden}
  .app-promo{height:70px;display:grid;grid-template-columns:36px 46px minmax(0,1fr) 108px;align-items:center;column-gap:7px;padding:0 6px;background:#d1d1d1;color:#111}
  .app-promo__close{width:36px;height:70px;display:grid;place-items:center;padding:0}
  .app-promo__close img{width:16px;height:16px}
  .app-promo__icon{width:46px;height:46px}
  .app-promo__copy{min-width:0;align-self:center;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
  .app-promo__copy strong{font-size:12px;font-weight:500;line-height:15px;white-space:nowrap}
  .app-promo__copy img{width:90px;height:16px;margin-top:1px}
  .app-promo__cta{width:108px;height:46px;padding:0;background:#000;color:#fff;font-size:16px;font-weight:700;line-height:17px;text-align:center}
  .promo-strip--desktop,.category-nav{display:none}
  .site-header{position:sticky;top:0;z-index:1200;height:auto}
  .header-main{height:148px;transition:height .16s ease}
  .header-inner{height:148px;max-width:none;padding:0 15px;gap:0;position:relative;align-items:flex-start}
  .menu-toggle{display:flex!important;flex-direction:column;justify-content:center;gap:5px;width:28px;height:54px;margin-right:15px;padding:0}
  .menu-toggle span{width:20px;height:1px;background:#fff}
  .brand{flex:0 0 102px;width:102px;height:54px;display:flex;align-items:center}
  .brand img{width:102px}
  .header-actions{height:54px;margin-left:auto;gap:15px}
  .header-actions button{width:22px;height:54px;padding:0;display:grid;place-items:center}
  .header-actions img{width:20px;height:20px}
  .header-actions .mobile-search-trigger{display:grid!important}
  .cart-action span{display:none}
  .search-form{position:absolute;left:15px;right:15px;bottom:14px;height:34px}
  .search-form input{height:34px;font-size:16px;padding-left:15px}
  .search-form button{height:34px;width:40px;flex-basis:40px}
  .site-header.is-scrolled .header-main,.site-header.is-scrolled .header-inner{height:54px}
  .site-header.is-scrolled .search-form{display:none}
  .promo-strip--mobile{display:block;height:73px;background:#fff;border-bottom:1px solid #e6e6e6;color:#000}
  .promo-strip--mobile .promo-item{height:73px;padding:0 15px}
  .promo-strip--mobile .promo-item img{width:80px;height:60px;align-self:flex-end}
  .promo-strip--mobile .promo-item strong{font-size:13px}
  .promo-strip--mobile .promo-item small{font-size:12px}

  .pdp-shell{width:100%;padding:0;margin:0}
  .pdp-grid{display:flex;flex-direction:column;width:100%}
  .summary-column{display:contents}
  .product-heading{order:1;padding:15px 15px 19px}
  .breadcrumbs{height:27px;gap:8px;font-size:12px}
  .breadcrumbs img,.breadcrumbs span:first-of-type{display:none}
  .title-row{margin-top:21px;gap:8px}
  .title-row h1{font-size:15px;line-height:1.45}
  .title-row h1 span{font-size:13px}
  .favorite-button{width:36px;height:36px;flex-basis:36px;margin-top:-3px}
  .rating-row{margin-top:7px}
  .rating-row img{width:94px}
  .gallery{order:2;width:100%}
  .gallery-stage{height:374px}
  .gallery-slide{padding:10px 16px}
  .gallery-slide img{max-width:92%;max-height:92%}
  .gallery-slide[data-index="0"] img{max-width:97%;max-height:97%}
  .gallery-arrow{opacity:1;width:38px;height:56px;background:transparent}
  .gallery-arrow--prev{left:0}
  .gallery-arrow--next{right:0}
  .gallery-arrow img{width:24px;height:24px}
  .gallery-progress{height:22px;display:block;position:relative;background:#fff}
  .gallery-progress:after{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:#dedede}
  .gallery-progress i{position:absolute;left:0;top:0;z-index:1;width:16.666%;height:3px;background:#555;transition:transform .2s ease}
  .gallery-thumbs{display:none}
  .offer-panel{order:3;width:100%;padding:0 15px 27px}
  .offer-label{margin-top:0;height:25px}
  .volume-label{margin:29px 0 15px;font-size:16px}
  .price-banner{min-height:70px;padding:10px 12px}
  .price-banner strong{font-size:18px}
  .price-banner b{width:48px;height:48px}
  .variant-list{margin-top:24px;position:relative}
  .variant-list:before,.variant-list:after{position:absolute;top:50%;color:#888;font-size:22px;line-height:1;transform:translateY(-50%)}
  .variant-list:before{content:"‹";left:2px}
  .variant-list:after{content:"›";right:2px}
  .variant-option{min-height:55px;padding:0 35px}
  .stock-line{margin:15px 0 32px;font-size:14px;line-height:1.45}
  .buy-row{grid-template-columns:80px 1fr;gap:8px;height:51px}
  .quantity-control select,.buy-button{height:51px}
  .gift-option{margin-top:41px;font-size:14px}
  .gift-note{margin:5px 0 23px;padding-left:34px}
  .delivery-list li{padding:15px 0}
  .delivery-list strong{font-size:14px}
  .details{order:4;width:100%;margin:0;padding:0 15px}
  .detail-tabs{display:none}
  .detail-section,.detail-section.is-active{display:block;border-top:1px solid #eaeaea}
  .detail-section:last-child{border-bottom:1px solid #eaeaea}
  .detail-accordion{width:100%;height:67px;display:flex;align-items:center;justify-content:space-between;padding:0;color:#222;font-size:16px;text-align:left}
  .detail-accordion small{margin-right:auto;padding-left:7px;color:#777}
  .detail-accordion img{width:16px;height:16px;transition:transform .2s}
  .detail-accordion[aria-expanded="true"] img{transform:rotate(180deg)}
  .detail-panel{padding:10px 0 30px;font-size:15px;line-height:1.55}
  .detail-panel[hidden]{display:none}
  .detail-panel h2{font-size:20px;margin-bottom:18px}
  .detail-panel h3{font-size:17px;margin-top:24px}
  .detail-panel table{font-size:13px}
  .detail-panel th,.detail-panel td{padding:10px}
  .notes-grid{grid-template-columns:1fr}

  .set-products{width:100%;margin:0;padding:28px 15px 41px}
  .set-products h2{font-size:18px;margin-bottom:22px}
  .product-carousel{gap:12px;margin:0 -15px;padding:0 15px 12px}
  .product-card{flex-basis:170px;padding-bottom:0}
  .product-card>img{width:170px;height:210px;margin-bottom:12px}
  .product-card>button{right:4px;top:3px}
  .product-card h3{font-size:15px}
  .product-card p,.product-card span{font-size:13px}
  .product-card span{min-height:42px}
  .product-card strong{font-size:14px}

  .benefits{height:auto;display:block;padding:19px 15px;border-top:1px solid #000}
  .benefits div{justify-content:flex-start;padding:11px 0;font-size:13px}
  .site-footer{padding-bottom:58px}
  .footer-inner{width:100%;padding:0 19px}
  .footer-contact{height:auto;display:flex;flex-wrap:wrap;gap:10px 12px;padding:35px 0 22px}
  .footer-contact strong{width:100%;font-size:22px}
  .footer-contact span{display:block}
  .newsletter{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:25px 0 31px}
  .newsletter h2{grid-column:1/3;font-size:17px;line-height:1.25;margin-bottom:5px}
  .newsletter label{grid-column:1/3}
  .newsletter input{height:43px;font-size:13px}
  .newsletter button{height:44px}
  .footer-links{display:block;padding:0 0 28px;border-bottom:1px solid #333}
  .footer-links section{display:contents}
  .footer-links h3{visibility:visible;height:auto;margin:0;padding:23px 0 10px;font-size:16px}
  .footer-links .desktop-hidden{display:none}
  .footer-links a{display:block;margin:0;padding:4px 0;font-size:14px}
  .app-row{display:block;padding:31px 0 36px;border-bottom:0}
  .app-row h3{margin-bottom:17px}
  .app-row>div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 20px}
  .app-row img{height:40px}
  .country-mobile{height:41px;display:grid;grid-template-columns:26px 1fr 16px;gap:10px;align-items:center;padding:0 11px;border:1px solid #333;font-size:13px}
  .country-mobile img:last-child{filter:invert(1);width:16px;height:16px}
  .countries{display:none}
  .footer-bottom{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto auto auto;gap:18px 0;min-height:0;padding:20px 0 0}
  .payments{display:none}
  .blog-logo{grid-column:1;grid-row:1;width:24px;height:24px}
  .footer-bottom small{grid-column:1/3;grid-row:2;font-size:12px;line-height:1.3}
  .full-version{grid-column:1/3;grid-row:3;display:block;width:100%;height:41px;background:#fff;color:#333;font-size:13px}
  .toast{bottom:16px}
}

@media (max-width:370px){
  .app-promo{grid-template-columns:30px 44px minmax(0,1fr) 100px;column-gap:6px;padding:0 5px}
  .app-promo__close{width:30px}
  .app-promo__icon{width:44px;height:44px}
  .app-promo__copy strong{font-size:11px;line-height:14px}
  .app-promo__copy img{width:82px}
  .app-promo__cta{width:100px;font-size:15px}
  .header-inner{padding-left:10px;padding-right:10px}
  .menu-toggle{margin-right:9px}
  .header-actions{gap:10px}
  .search-form{left:10px;right:10px}
  .product-card{flex-basis:160px}
  .product-card>img{width:160px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
