*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-ink);font-family:var(--font-body);line-height:1.5;overflow-x:hidden}body.drawer-open{overflow:hidden}img,svg,video{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0 0 .7em;font-family:var(--font-heading);line-height:1.12;letter-spacing:-.02em}p{margin:0 0 1em}ul,ol{padding-left:1.25rem}[hidden]{display:none!important}.visually-hidden{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;z-index:9999;left:1rem;top:1rem;transform:translateY(-160%);background:#fff;padding:.75rem 1rem;border-radius:6px;box-shadow:var(--shadow-card)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-primary),white 25%);outline-offset:3px}.page-width{width:min(calc(100% - 32px),var(--page-width));margin-inline:auto}.section{padding-block:clamp(2.5rem,5vw,5rem)}.section--compact{padding-block:clamp(1.5rem,3vw,2.75rem)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-header h2{font-size:clamp(1.55rem,2.4vw,2.25rem);margin:0}.section-header p{margin:.35rem 0 0;color:var(--color-muted)}.text-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-primary);font-weight:700}.text-link:hover{text-decoration:underline}.main-content{min-height:45vh}.surface{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card)}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.55rem;padding:.7rem 1.25rem;border:2px solid transparent;border-radius:var(--radius-button);background:var(--color-primary);color:#fff;font-weight:800;text-align:center;transition:background .18s,transform .18s,border-color .18s,color .18s}.button:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.button--secondary{background:#fff;color:var(--color-primary);border-color:var(--color-primary)}.button--secondary:hover{background:#eef5ff;color:var(--color-primary-hover)}.button--dark{background:var(--color-ink)}.button--dark:hover{background:#000}.button--full{width:100%}.button[disabled],.button[aria-disabled=true]{cursor:not-allowed;opacity:.55;transform:none}.icon-button{display:inline-grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:transparent}.icon-button:hover{background:#12203314}.icon{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.field{display:grid;gap:.4rem;margin-bottom:1rem}.field label{font-weight:700;font-size:.9rem}.field input,.field select,.field textarea,.input{width:100%;min-height:46px;padding:.7rem .85rem;border:1px solid var(--color-border);border-radius:8px;background:#fff}.field input:focus,.field select:focus,.field textarea:focus,.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1268e81f;outline:0}.form-errors{padding:1rem;border:1px solid #e6a7a7;background:#fff3f3;color:#8d1111;border-radius:8px;margin-bottom:1rem}.shopify-payment-button{margin-top:.75rem}.shopify-payment-button__button{min-height:48px!important;border-radius:var(--radius-button)!important}.announcement{background:var(--announcement-bg,#102030);color:var(--announcement-text,#fff);font-size:.86rem}.announcement__track{display:flex;align-items:center;justify-content:center;min-height:36px;text-align:center;position:relative}.announcement__item{display:none;padding:.45rem 2.5rem}.announcement__item.is-active{display:block}.announcement__nav{position:absolute;inset-inline:0;display:flex;justify-content:space-between;pointer-events:none}.announcement__button{pointer-events:auto;width:34px;height:34px;border:0;background:transparent;color:inherit;opacity:.8}.site-header{position:relative;z-index:60;background:#fff;box-shadow:0 1px 0 var(--color-border)}.site-header.is-sticky{position:sticky;top:0}.header-top{border-bottom:1px solid var(--color-border);font-size:.82rem;color:var(--color-muted)}.header-top__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-top__links{display:flex;align-items:center;gap:1.25rem}.header-main{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:clamp(1rem,2.5vw,2.5rem);padding-block:1rem}.header-logo{display:flex;align-items:center;gap:.65rem;min-width:0}.header-logo img{width:var(--logo-width);max-height:64px;object-fit:contain;object-position:left center}.header-logo__text{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;line-height:1.05;max-width:180px}.header-search{position:relative;z-index:5}.search-form{display:grid;grid-template-columns:1fr auto;border:2px solid var(--color-primary);border-radius:10px;overflow:hidden;background:#fff}.search-form input{min-width:0;height:48px;padding:0 1rem;border:0;outline:0}.search-form button{width:54px;border:0;background:var(--color-primary);color:#fff;display:grid;place-items:center}.predictive-search{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:min(68vh,520px);overflow:auto;background:#fff;border:1px solid var(--color-border);border-radius:10px;box-shadow:0 18px 48px #1120332e}.predictive-search__group{padding:1rem}.predictive-search__heading{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:.5rem}.predictive-search__item{display:grid;grid-template-columns:54px 1fr;gap:.75rem;align-items:center;padding:.55rem;border-radius:7px}.predictive-search__item:hover{background:var(--color-bg)}.predictive-search__item img{width:54px;height:54px;object-fit:contain;background:#fff;border-radius:6px}.predictive-search__view-all{display:block;padding:1rem;border-top:1px solid var(--color-border);text-align:center;color:var(--color-primary);font-weight:800}.header-actions{display:flex;align-items:center;gap:.5rem}.header-action{display:flex;align-items:center;gap:.55rem;padding:.45rem .55rem;border-radius:8px}.header-action:hover{background:var(--color-bg)}.header-action__text{font-size:.78rem;line-height:1.15}.header-action__text strong{display:block;font-size:.92rem;color:var(--color-ink)}.cart-icon{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;display:grid;min-width:20px;height:20px;padding-inline:5px;place-items:center;border-radius:999px;background:var(--color-sale);color:#fff;font-size:.7rem;font-weight:800}.desktop-nav{background:var(--color-primary);color:#fff}.desktop-nav__inner{display:flex;align-items:center;min-height:52px;gap:.35rem}.desktop-nav__list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:.2rem;min-width:0}.desktop-nav__item{position:relative}.desktop-nav__link,.category-trigger{display:flex;align-items:center;gap:.45rem;padding:.85rem .9rem;border:0;border-radius:7px;background:transparent;color:#fff;font-weight:700;white-space:nowrap}.desktop-nav__link:hover,.category-trigger:hover,.desktop-nav__item:focus-within>.desktop-nav__link{background:#ffffff24}.category-trigger{background:#0000002e;margin-right:.5rem}.nav-dropdown{position:absolute;top:calc(100% + 0px);left:0;display:none;min-width:240px;max-width:min(90vw,820px);padding:1rem;background:#fff;color:var(--color-ink);border:1px solid var(--color-border);border-radius:0 0 10px 10px;box-shadow:0 18px 46px #1120332e}.desktop-nav__item:hover>.nav-dropdown,.desktop-nav__item:focus-within>.nav-dropdown,.category-menu.is-open{display:block}.mega-menu{width:760px;grid-template-columns:repeat(3,minmax(170px,1fr));gap:1.5rem}.desktop-nav__item:hover>.mega-menu,.desktop-nav__item:focus-within>.mega-menu{display:grid}.nav-dropdown a{display:block;padding:.5rem;border-radius:5px}.nav-dropdown a:hover{background:var(--color-bg);color:var(--color-primary)}.nav-dropdown__title{font-family:var(--font-heading);font-weight:800;margin-bottom:.35rem}.mobile-header-row,.mobile-nav{display:none}.drawer-overlay{position:fixed;z-index:89;top:0;right:0;bottom:0;left:0;background:#0b16258c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{position:fixed;z-index:90;top:0;bottom:0;width:min(92vw,430px);background:#fff;box-shadow:0 0 60px #00000038;transition:transform .28s ease;overflow:hidden}.drawer--left{left:0;transform:translate(-104%)}.drawer--right{right:0;transform:translate(104%)}.drawer.is-open{transform:translate(0)}.drawer__header{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.drawer__header h2{font-size:1.25rem;margin:0}.drawer__body{height:calc(100% - 70px);overflow:auto;padding:1.1rem 1.25rem}.mobile-menu__account{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;padding:1rem;border-radius:10px;background:var(--color-bg);margin-bottom:1rem}.mobile-menu__list{list-style:none;margin:0;padding:0}.mobile-menu__list>li{border-bottom:1px solid var(--color-border)}.mobile-menu__link{display:flex;min-height:52px;align-items:center;justify-content:space-between;font-weight:800}.mobile-menu details summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;cursor:pointer;font-weight:800;list-style:none}.mobile-menu details summary::-webkit-details-marker{display:none}.mobile-menu__children{list-style:none;margin:0 0 .8rem;padding:0 0 0 .75rem}.mobile-menu__children a{display:block;padding:.55rem;color:var(--color-muted)}.hero{position:relative;overflow:hidden;background:var(--hero-bg,#0b315a);color:var(--hero-text,#fff)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(4,18,32,var(--overlay-opacity,.65)),#0412201f 72%)}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__mobile-image{display:none}.hero__content{position:relative;z-index:1;display:flex;min-height:var(--hero-height,520px);align-items:center;padding-block:clamp(3rem,8vw,7rem)}.hero__content-inner{max-width:650px}.hero__eyebrow{display:inline-flex;padding:.4rem .65rem;margin-bottom:1rem;border-radius:5px;background:var(--color-accent);color:#111;font-weight:900;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(2.25rem,5vw,4.8rem);margin-bottom:1rem}.hero__text{font-size:clamp(1rem,1.6vw,1.3rem);max-width:52ch;opacity:.94}.hero__buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.65rem}.hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 30%,#19aee8,transparent 34%),linear-gradient(120deg,#0e316b,#1268e8 60%,#10b2a2)}.trust-bar{background:var(--color-surface);border-block:1px solid var(--color-border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;padding:1.25rem}.trust-item+.trust-item{border-left:1px solid var(--color-border)}.trust-item__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#eef5ff;color:var(--color-primary)}.trust-item strong{display:block;font-size:.9rem}.trust-item span{font-size:.78rem;color:var(--color-muted)}.category-grid{display:grid;grid-template-columns:repeat(var(--columns,6),minmax(0,1fr));gap:1rem}.category-card{display:block;text-align:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);padding:1rem;transition:transform .18s,box-shadow .18s,border-color .18s}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:#b8c7d9}.category-card__image{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--color-bg);margin-bottom:.85rem}.category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.category-card:hover img{transform:scale(1.04)}.category-card strong{font-size:.95rem}.promo-grid{display:grid;grid-template-columns:repeat(var(--columns,3),minmax(0,1fr));gap:1rem}.promo-card{position:relative;isolation:isolate;min-height:300px;overflow:hidden;border-radius:var(--radius-card);padding:clamp(1.5rem,3vw,2.5rem);display:flex;align-items:flex-end;background:var(--promo-bg,#dcecff);color:var(--promo-text,#122033)}.promo-card__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0}.promo-card__media img{width:100%;height:100%;object-fit:cover}.promo-card__shade{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 70%)}.promo-card h3{font-size:clamp(1.35rem,2.2vw,2rem);margin-bottom:.45rem}.promo-card p{max-width:38ch}.product-grid{display:grid;grid-template-columns:repeat(var(--columns,4),minmax(0,1fr));gap:1rem}.product-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:1rem;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:.75rem;scrollbar-width:thin}.product-slider>.product-card{scroll-snap-align:start}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;transition:transform .18s,box-shadow .18s,border-color .18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:#bdc9d6}.product-card__media{position:relative;display:block;overflow:hidden;background:#fff}.product-card__media.ratio-square{aspect-ratio:1}.product-card__media.ratio-portrait{aspect-ratio:4/5}.product-card__media.ratio-adapt{aspect-ratio:1}.product-card__media img{width:100%;height:100%;padding:.7rem;object-fit:contain;transition:opacity .25s,transform .25s}.product-card:hover .product-card__media>img:first-child{transform:scale(1.035)}.product-card__media .product-card__second-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__second-image{opacity:1}.product-card:hover .product-card__second-image~img,.product-card:hover .product-card__media>img:first-child:has(+.product-card__second-image){opacity:0}.product-card__badges{position:absolute;z-index:2;top:.65rem;left:.65rem;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.badge{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .5rem;border-radius:4px;background:var(--color-ink);color:#fff;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.badge--sale{background:var(--color-sale)}.badge--new{background:var(--color-primary)}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1rem}.product-card__vendor{font-size:.74rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);margin-bottom:.3rem}.product-card__title{display:-webkit-box;min-height:2.7em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:700;line-height:1.35;margin-bottom:.55rem}.product-card__title:hover{color:var(--color-primary);text-decoration:underline}.rating{display:flex;align-items:center;gap:.35rem;color:#ef9f00;font-size:.82rem;margin-bottom:.55rem}.rating__count{color:var(--color-muted)}.price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-top:auto}.price__current{font-family:var(--font-heading);font-size:1.22rem;font-weight:900;color:var(--color-ink)}.price__compare{color:var(--color-muted);text-decoration:line-through;font-size:.88rem}.price__from{font-size:.78rem;color:var(--color-muted)}.product-card__availability{display:flex;align-items:center;gap:.35rem;margin-top:.5rem;color:var(--color-success);font-size:.78rem}.product-card__availability:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.product-card__actions{margin-top:.9rem}.quick-add-form .button{min-height:40px;width:100%;padding:.55rem .8rem;font-size:.88rem}.breadcrumbs{padding-block:1rem;color:var(--color-muted);font-size:.82rem}.breadcrumbs ol{display:flex;align-items:center;gap:.45rem;list-style:none;margin:0;padding:0;overflow:hidden;white-space:nowrap}.breadcrumbs li{display:flex;align-items:center;gap:.45rem;min-width:0}.breadcrumbs li:last-child{overflow:hidden;text-overflow:ellipsis}.breadcrumbs li:not(:last-child):after{content:"/";color:#9aa6b3}.breadcrumbs a:hover{color:var(--color-primary);text-decoration:underline}.collection-hero{background:#fff;border-block:1px solid var(--color-border)}.collection-hero__inner{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding-block:2rem}.collection-hero h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:.35rem}.collection-hero__description{max-width:75ch;color:var(--color-muted)}.collection-hero__image{width:180px;height:120px;object-fit:cover;border-radius:10px}.collection-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.5rem;align-items:start}.facets{position:sticky;top:80px;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.facets__heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.facets details{border-top:1px solid var(--color-border)}.facets summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-weight:800;cursor:pointer;list-style:none}.facets summary::-webkit-details-marker{display:none}.facets__list{list-style:none;margin:0 0 1rem;padding:0;max-height:260px;overflow:auto}.facets__option{display:flex;align-items:center;gap:.55rem;padding:.35rem 0;font-size:.9rem}.facets__option input{width:17px;height:17px;accent-color:var(--color-primary)}.facets__option .count{margin-left:auto;color:var(--color-muted);font-size:.78rem}.active-facets{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.active-facet{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;background:#e9f2ff;color:var(--color-primary);font-size:.8rem;font-weight:700}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:10px}.collection-toolbar__buttons{display:flex;align-items:center;gap:.5rem}.collection-toolbar select{min-height:40px;padding:.45rem 2rem .45rem .7rem;border:1px solid var(--color-border);border-radius:7px;background:#fff}.mobile-filter-button{display:none}.empty-state{text-align:center;padding:clamp(3rem,8vw,7rem) 1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.product-page{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);gap:1.5rem;align-items:start;padding-bottom:2rem}.product-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:1rem;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.6rem;max-height:650px;overflow:auto}.product-gallery__thumb{width:70px;aspect-ratio:1;border:1px solid var(--color-border);border-radius:7px;background:#fff;padding:.2rem}.product-gallery__thumb.is-active{border:2px solid var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:contain}.product-gallery__main{position:relative;min-width:0}.product-gallery__slide{display:none;place-items:center;min-height:520px}.product-gallery__slide.is-active{display:grid}.product-gallery__slide img{max-height:620px;width:100%;object-fit:contain;cursor:zoom-in}.product-gallery__image-button{display:grid;width:100%;height:100%;place-items:center;padding:0;border:0;background:transparent}.product-gallery__zoom{position:absolute;right:.75rem;bottom:.75rem;background:#fff;box-shadow:0 3px 15px #00000024}.product-info{position:sticky;top:82px;padding:1.4rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.product-info__vendor{text-transform:uppercase;letter-spacing:.07em;font-size:.78rem;font-weight:700;color:var(--color-muted)}.product-info h1{font-size:clamp(1.65rem,2.8vw,2.45rem);margin:.4rem 0 .75rem}.product-info .price{padding-block:.9rem;border-block:1px solid var(--color-border);margin-block:.9rem}.product-info .price__current{font-size:clamp(1.8rem,3vw,2.4rem)}.product-info__tax{font-size:.78rem;color:var(--color-muted)}.stock-status{display:flex;align-items:center;gap:.5rem;margin:.8rem 0;color:var(--color-success);font-weight:700}.stock-status:before{content:"";width:9px;height:9px;border-radius:50%;background:currentColor}.stock-status--out{color:var(--color-sale)}.product-option{border:0;padding:0;margin:1.25rem 0}.product-option legend{width:100%;font-weight:800;margin-bottom:.55rem}.product-option__values{display:flex;gap:.5rem;flex-wrap:wrap}.option-input{position:absolute;opacity:0;pointer-events:none}.option-label{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:.55rem .8rem;border:1px solid var(--color-border);border-radius:7px;background:#fff;cursor:pointer}.option-input:checked+.option-label{border:2px solid var(--color-primary);padding:.5rem .75rem;background:#eef5ff;color:var(--color-primary);font-weight:800}.option-input:disabled+.option-label{opacity:.45;text-decoration:line-through;cursor:not-allowed}.product-form__row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:.75rem;margin-top:1.1rem}.quantity{display:grid;grid-template-columns:38px minmax(34px,1fr) 38px;min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius-button);overflow:hidden}.quantity button{border:0;background:#f7f8fa;font-size:1.2rem}.quantity input{min-width:0;width:100%;border:0;text-align:center;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:1.2rem}.product-trust__item{display:flex;gap:.55rem;align-items:flex-start;padding:.75rem;border-radius:8px;background:var(--color-bg);font-size:.8rem}.product-trust__item strong{display:block}.product-details{margin-block:1.5rem}.accordion{border-bottom:1px solid var(--color-border)}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;font-family:var(--font-heading);font-weight:800;cursor:pointer;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion__content{padding:0 0 1.25rem;color:#334155}.rte img{height:auto;margin-block:1rem}.rte table{display:block;width:100%;overflow:auto;border-collapse:collapse}.rte td,.rte th{border:1px solid var(--color-border);padding:.6rem}.media-dialog{width:min(94vw,1100px);height:min(92vh,900px);padding:2.5rem 1rem 1rem;border:0;border-radius:12px}.media-dialog::backdrop{background:#050c16cc}.media-dialog img{width:100%;height:100%;object-fit:contain}.media-dialog__close{position:absolute;right:.5rem;top:.5rem}.cart-drawer__body{display:flex;flex-direction:column;padding:0;height:calc(100% - 70px)}.cart-drawer__items{flex:1;overflow:auto;padding:1rem 1.25rem}.cart-item{display:grid;grid-template-columns:86px 1fr auto;gap:.8rem;padding-block:1rem;border-bottom:1px solid var(--color-border)}.cart-item__image{width:86px;height:86px;object-fit:contain;border:1px solid var(--color-border);border-radius:7px;background:#fff}.cart-item__title{display:block;font-weight:800;line-height:1.25;margin-bottom:.25rem}.cart-item__variant{font-size:.78rem;color:var(--color-muted);margin-bottom:.45rem}.cart-item .quantity{width:118px;min-height:36px;grid-template-columns:34px 1fr 34px}.cart-item__price{font-weight:900;white-space:nowrap}.cart-remove{display:inline-block;margin-top:.45rem;border:0;background:transparent;color:var(--color-muted);font-size:.78rem;text-decoration:underline;padding:0}.cart-drawer__footer{padding:1rem 1.25rem;border-top:1px solid var(--color-border);background:#fff}.cart-subtotal{display:flex;align-items:center;justify-content:space-between;font-size:1.05rem;margin-bottom:.8rem}.cart-subtotal strong{font-size:1.3rem}.cart-caption{text-align:center;color:var(--color-muted);font-size:.75rem;margin:.6rem 0 0}.shipping-progress{margin-bottom:1rem}.shipping-progress__text{font-size:.8rem;margin-bottom:.4rem}.shipping-progress__bar{height:7px;border-radius:99px;background:#e4e9ef;overflow:hidden}.shipping-progress__fill{height:100%;width:var(--progress,0%);background:var(--color-success);border-radius:inherit}.cart-page{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:1.5rem;align-items:start;padding-bottom:4rem}.cart-page__items,.cart-summary{padding:1.25rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.cart-page__items .cart-item{grid-template-columns:110px 1fr auto}.cart-page__items .cart-item__image{width:110px;height:110px}.cart-summary{position:sticky;top:82px}.site-footer{margin-top:clamp(2rem,5vw,5rem);background:#0f1e30;color:#eaf0f7}.newsletter{padding-block:2rem;background:var(--color-primary);color:#fff}.newsletter__inner{display:grid;grid-template-columns:1fr minmax(340px,560px);gap:2rem;align-items:center}.newsletter h2{margin-bottom:.35rem}.newsletter p{margin:0;opacity:.88}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:.6rem}.newsletter-form input{min-width:0;min-height:48px;padding:.7rem 1rem;border:0;border-radius:var(--radius-button)}.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem;padding-block:3.5rem}.footer-brand__logo{max-width:180px;max-height:60px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:1rem}.footer-brand h2{font-size:1.5rem}.footer-brand p{max-width:38ch;color:#b8c3cf}.footer-column h3{font-size:1rem;margin-bottom:1rem}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li+li{margin-top:.6rem}.footer-column a{color:#c7d0db;font-size:.9rem}.footer-column a:hover{color:#fff;text-decoration:underline}.social-links{display:flex;gap:.5rem;margin-top:1rem}.social-links a{display:grid;width:40px;height:40px;place-items:center;border:1px solid #47596d;border-radius:50%}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.25rem;border-top:1px solid #33475c;color:#aebac7;font-size:.8rem}.payment-icons{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.payment-icons svg{width:38px;height:24px}.page-hero{padding-block:3rem;text-align:center;background:#fff;border-bottom:1px solid var(--color-border)}.page-hero h1{font-size:clamp(2rem,4vw,3.2rem)}.page-content{max-width:900px;margin:2rem auto;padding:clamp(1.2rem,3vw,2.5rem);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.customer{max-width:560px;margin:3rem auto;padding:clamp(1.25rem,4vw,2.5rem);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.customer h1{text-align:center}.customer-links{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;font-size:.9rem}.account-layout{display:grid;grid-template-columns:250px 1fr;gap:1.5rem;align-items:start}.account-nav,.account-main{padding:1.25rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card)}.account-nav a{display:block;padding:.6rem;border-radius:6px}.account-nav a:hover{background:var(--color-bg)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;padding:.8rem;border-bottom:1px solid var(--color-border);white-space:nowrap}.toast{position:fixed;z-index:120;right:1rem;bottom:1rem;max-width:min(90vw,360px);padding:.85rem 1rem;border-radius:8px;background:var(--color-ink);color:#fff;box-shadow:0 12px 34px #00000040}@media(max-width:1100px){.header-main{grid-template-columns:auto 1fr auto;gap:1rem}.header-action__text{display:none}.desktop-nav__link,.category-trigger{padding:.8rem .65rem;font-size:.86rem}.category-grid{--columns:4!important}.product-grid{--columns:3!important}.promo-grid{--columns:2!important}.product-page{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.product-gallery__slide{min-height:420px}.footer-main{grid-template-columns:1.2fr repeat(2,1fr)}.footer-column:last-child{grid-column:2/4}}@media(max-width:900px){.page-width{width:min(calc(100% - 24px),var(--page-width))}.header-top,.header-main,.desktop-nav{display:none}.mobile-header-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.65rem 0}.mobile-logo{display:flex;justify-content:center;min-width:0}.mobile-logo img{max-width:140px;max-height:42px;object-fit:contain}.mobile-logo__text{font-family:var(--font-heading);font-weight:900;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-actions{display:flex}.mobile-search{display:block;padding-bottom:.7rem}.mobile-search .search-form input{height:44px}.site-header.is-sticky{top:0}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--color-border)}.trust-item:nth-child(4){border-top:1px solid var(--color-border)}.category-grid,.product-grid{--columns:3!important}.collection-layout{grid-template-columns:1fr}.facets{display:none}.drawer .facets{display:block;position:static;border:0;padding:0}.mobile-filter-button{display:inline-flex}.product-page{grid-template-columns:1fr}.product-info{position:static}.product-gallery__slide{min-height:480px}.cart-page{grid-template-columns:1fr}.cart-summary{position:static}.newsletter__inner{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-column:last-child{grid-column:auto}.account-layout{grid-template-columns:1fr}}@media(max-width:640px){.page-width{width:min(calc(100% - 20px),var(--page-width))}.section{padding-block:2.3rem}.section-header{align-items:flex-start}.section-header h2{font-size:1.5rem}.section-header .text-link{font-size:.82rem}.hero__content{min-height:var(--hero-mobile-height,430px);align-items:flex-end;padding-block:2.5rem}.hero__media .hero__desktop-image{display:none}.hero__media .hero__mobile-image{display:block}.hero h1{font-size:2.3rem}.hero__buttons{display:grid}.hero__buttons .button{width:100%}.trust-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.trust-item{min-width:82vw;border:0!important;scroll-snap-align:start}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:42%;grid-template-columns:none;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.category-card{scroll-snap-align:start}.promo-grid{grid-template-columns:1fr}.promo-card{min-height:260px}.product-grid{--columns:2!important;gap:.65rem}.product-card__body{padding:.75rem}.product-card__title{font-size:.86rem}.product-card__vendor{font-size:.65rem}.price__current{font-size:1.05rem}.product-card__actions .button{font-size:.78rem;padding-inline:.4rem}.collection-hero__inner{grid-template-columns:1fr}.collection-hero__image{display:none}.collection-toolbar{align-items:flex-start;flex-direction:column}.collection-toolbar__buttons{width:100%;justify-content:space-between}.collection-toolbar select{max-width:190px}.product-gallery{display:block;padding:.7rem}.product-gallery__thumbs{order:2;flex-direction:row;max-height:none;margin-top:.7rem}.product-gallery__thumb{min-width:62px;width:62px}.product-gallery__main{order:1}.product-gallery__slide{min-height:330px}.product-info{padding:1rem}.product-info h1{font-size:1.55rem}.product-form__row,.product-trust{grid-template-columns:1fr}.cart-item{grid-template-columns:72px 1fr}.cart-item__image{width:72px;height:72px}.cart-item__price{grid-column:2}.cart-page__items .cart-item{grid-template-columns:76px 1fr}.cart-page__items .cart-item__image{width:76px;height:76px}.newsletter-form{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;padding-block:2.5rem}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-icons{justify-content:flex-start}.drawer{width:min(94vw,420px)}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}.category-grid{grid-auto-columns:52%}.mobile-logo img{max-width:110px}.mobile-logo__text{font-size:.88rem}.header-actions{gap:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html,body{max-width:100%}.main-content{overflow-x:clip}.gm-empty{padding:2rem;text-align:center;color:var(--color-muted);background:#fff;border:1px dashed var(--color-border);border-radius:var(--radius-card)}.gm-banner{position:relative;overflow:hidden;padding:clamp(1rem,2.4vw,1.6rem) clamp(1.1rem,3vw,2rem);margin-bottom:1.15rem;border-radius:var(--radius-card);background:linear-gradient(100deg,var(--gm-banner-from,#0b5fd0),var(--gm-banner-to,#12c2b4));color:var(--gm-banner-text,#fff)}.gm-banner__title{margin:0;font-size:clamp(1.5rem,3.6vw,2.4rem);line-height:1.05;letter-spacing:-.01em;text-transform:uppercase}.gm-banner__title strong{color:var(--gm-banner-accent,#ffe000);font-weight:900}.gm-banner--stack .gm-banner__title{text-transform:none;font-size:clamp(1.35rem,3vw,2rem)}.gm-banner__sub{margin:.4rem 0 0;font-size:clamp(.85rem,1.6vw,1rem);opacity:.92;max-width:46ch}.gm-carousel{--gap:12px;position:relative;min-width:0}.gm-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--slides-d) - 1) * var(--gap)) / var(--slides-d));gap:var(--gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 2px 14px;scrollbar-width:none;-ms-overflow-style:none}.gm-carousel__track::-webkit-scrollbar{display:none}.gm-carousel__track:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gm-carousel__slide{min-width:0;scroll-snap-align:start;display:flex}.gm-carousel__slide>*{width:100%}.gm-carousel__arrow{position:absolute;z-index:4;top:38%;display:grid;width:40px;height:40px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:#fff;color:var(--color-ink);box-shadow:0 4px 16px #11203329;transition:opacity .2s,background .2s}.gm-carousel__arrow--prev{left:-14px}.gm-carousel__arrow--next{right:-14px}.gm-carousel__arrow:hover{background:var(--color-bg)}.gm-carousel__arrow[disabled]{opacity:0;pointer-events:none}.gm-carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:.35rem}.gm-carousel__dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c8d1db}.gm-carousel__dots button.is-active{background:var(--color-primary);width:20px;border-radius:99px}.deal-card{display:flex;flex-direction:column;height:100%;min-width:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;transition:box-shadow .18s,border-color .18s,transform .18s}.deal-card:hover{box-shadow:var(--shadow-card);border-color:#bdc9d6;transform:translateY(-2px)}.deal-card__media-wrap{position:relative;background:#f7f8fa}.deal-card__media{display:block;width:100%;aspect-ratio:1/1;background:#f7f8fa}.deal-card__media img,.deal-card__media svg{width:100%;height:100%;object-fit:contain;padding:.85rem;background:#f7f8fa}.deal-card__rank{position:absolute;z-index:2;top:0;left:0;display:grid;min-width:34px;height:28px;place-items:center;padding-inline:.4rem;border-radius:0 0 8px;background:var(--color-primary);color:#fff;font-size:.78rem;font-weight:900}.deal-card__save{position:absolute;z-index:2;top:.5rem;left:.5rem;padding:.22rem .5rem;border-radius:6px;background:#d8f3e3;color:#0a6b3d;font-size:.72rem;font-weight:800;white-space:nowrap}.deal-card__rank+.deal-card__save{top:.5rem;left:auto;right:3rem}.deal-card__wish{position:absolute;z-index:3;top:.45rem;right:.45rem;display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid var(--color-border);border-radius:50%;background:#fff}.deal-card__wish svg{width:18px;height:18px;fill:none;stroke:var(--color-ink);stroke-width:1.7}.deal-card__wish[aria-pressed=true] svg{fill:var(--color-sale);stroke:var(--color-sale)}.deal-card__body{display:flex;flex:1;flex-direction:column;padding:.75rem .8rem .9rem}.deal-card__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;min-height:2.6em;font-size:.86rem;line-height:1.3;color:var(--color-ink);margin-bottom:.4rem}.deal-card__title:hover{color:var(--color-primary);text-decoration:underline}.deal-card__rating{display:flex;align-items:center;gap:.3rem;color:#ef9f00;font-size:.78rem;margin-bottom:.3rem}.deal-card__rating-count{color:var(--color-primary)}.deal-card__label{font-size:.76rem;font-weight:800;color:var(--color-ink);margin-bottom:.15rem}.deal-card__price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap;margin-top:auto}.deal-card__price-now{font-family:var(--font-heading);font-size:1.18rem;font-weight:900;line-height:1.1}.deal-card__price-was{color:var(--color-muted);text-decoration:line-through;font-size:.82rem}.deal-card__actions{margin-top:.65rem}.deal-card__actions .button{width:100%;min-height:38px;font-size:.82rem}.gm-tabbed__header{margin-bottom:.9rem}.gm-tabs__nav{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.65rem;margin-bottom:.35rem;scrollbar-width:none}.gm-tabs__nav::-webkit-scrollbar{display:none}.gm-tabs__pill{flex:0 0 auto;min-height:40px;padding:.5rem 1rem;border:1px solid var(--color-border);border-radius:999px;background:#fff;font-size:.86rem;font-weight:700;white-space:nowrap;transition:border-color .18s,color .18s,background .18s}.gm-tabs__pill:hover{border-color:var(--color-primary)}.gm-tabs__pill.is-active{border:2px solid var(--color-primary);color:var(--color-primary);background:#f2f7ff}.gm-tabs__panel{display:none}.gm-tabs__panel.is-active{display:block}.gm-dotd__inner{display:grid;grid-template-columns:240px minmax(0,1fr);gap:1.25rem;align-items:start;padding:1rem;background:#fff}.gm-dotd__panel{display:flex;flex-direction:column;gap:.8rem}.gm-dotd__card{display:flex;flex-direction:column;justify-content:space-between;min-height:250px;padding:1.1rem;border:4px solid var(--gm-dotd-frame,#ffe000);border-radius:10px;background:linear-gradient(150deg,var(--gm-banner-from,#12c2b4),var(--gm-banner-to,#0b5fd0));color:var(--gm-banner-accent,#ffe000)}.gm-dotd__titles{display:flex;flex-direction:column;line-height:.98;text-transform:uppercase}.gm-dotd__titles strong{font-family:var(--font-heading);font-size:2.3rem;font-weight:900}.gm-dotd__titles span{font-family:var(--font-heading);font-size:1.7rem;font-weight:400}.gm-countdown{display:flex;align-items:flex-end;gap:.35rem;color:#fff;margin-top:1rem}.gm-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:44px}.gm-countdown__unit b{font-family:var(--font-heading);font-size:1.45rem;font-weight:900;line-height:1}.gm-countdown__unit span{font-size:.68rem;opacity:.9}.gm-countdown i{font-size:1.2rem;font-style:normal;padding-bottom:1.1rem}.gm-dotd__button{width:100%}.gm-dotd__products{min-width:0}.gm-promocar__inner{display:grid;grid-template-columns:300px minmax(0,1fr);gap:1rem;padding:1rem;border-radius:var(--radius-card);background:linear-gradient(135deg,var(--gm-promo-from,#2b1163),var(--gm-promo-to,#120a2e));color:var(--gm-promo-text,#fff)}.gm-promocar__panel{position:relative;display:flex;align-items:flex-end;min-height:280px;padding:1.2rem;border-radius:12px;overflow:hidden}.gm-promocar__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gm-promocar__bg img{width:100%;height:100%;object-fit:cover;opacity:.55}.gm-promocar__panel-body{position:relative;z-index:1}.gm-promocar__panel-body h2{font-size:clamp(1.15rem,2vw,1.6rem);margin-bottom:.4rem;color:inherit}.gm-promocar__panel-body p{font-size:.9rem;opacity:.9}.gm-promocar__link{display:inline-flex;align-items:center;gap:.35rem;font-weight:800;color:inherit;text-decoration:underline}.gm-promocar__logo img{max-width:150px;margin-top:1rem}.gm-promocar__products{min-width:0}.gm-carousel--cats .gm-carousel__track--grid{grid-auto-flow:column;grid-template-rows:repeat(var(--gm-rows,1),auto);grid-auto-columns:calc((100% - (var(--slides-d) - 1) * var(--gap)) / var(--slides-d));row-gap:1.25rem}.gm-cat{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center;min-width:0}.gm-cat__circle{display:grid;width:100%;max-width:150px;aspect-ratio:1/1;place-items:center;overflow:hidden;border-radius:50%;background:#f1f3f6}.gm-cat__circle img,.gm-cat__circle svg{width:100%;height:100%;object-fit:contain;padding:14%}.gm-cat__label{font-size:.86rem;font-weight:700;line-height:1.25}.gm-cat:hover .gm-cat__label{color:var(--color-primary);text-decoration:underline}.gm-tiles__panels{display:grid;grid-template-columns:repeat(var(--panels,2),minmax(0,1fr));gap:1rem}.gm-tiles__panel{padding:1.2rem;background:#fff}.gm-tiles__panel-title{font-size:clamp(1.05rem,1.8vw,1.35rem);margin-bottom:1rem}.gm-tiles__grid{display:grid;grid-template-columns:repeat(var(--cols,2),minmax(0,1fr));gap:1rem}.gm-tile{display:block;min-width:0}.gm-tile__media{position:relative;display:grid;width:100%;aspect-ratio:16/9;place-items:center;overflow:hidden;border-radius:10px;background:linear-gradient(135deg,var(--tile-from,#4c1d95),var(--tile-to,#1d4ed8))}.gm-tile__media img{width:100%;height:100%;object-fit:cover}.gm-tile__text{padding:1rem;color:#fff;font-family:var(--font-heading);font-size:clamp(1.2rem,2.4vw,2rem);font-weight:900;text-align:center;line-height:1.1}.gm-tile__caption{display:block;margin-top:.55rem;font-size:.9rem;font-weight:700}.gm-tile:hover .gm-tile__caption{color:var(--color-primary);text-decoration:underline}.product-page .product-gallery__main{position:relative;width:100%;aspect-ratio:var(--product-media-ratio,1/1);background:#fff;border-radius:10px;overflow:hidden}.product-page .product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none;min-height:0;place-items:stretch}.product-page .product-gallery__slide.is-active{display:block}.product-page .product-gallery__slide img,.product-page .product-gallery__slide video,.product-page .product-gallery__slide model-viewer,.product-page .product-gallery__slide iframe{width:100%;height:100%;max-height:none;object-fit:contain}.product-page .product-gallery__image-button{width:100%;height:100%;padding:0;display:block}.product-gallery__counter{position:absolute;z-index:3;right:.6rem;bottom:.6rem;padding:.2rem .55rem;border-radius:999px;background:#122033b3;color:#fff;font-size:.72rem;font-weight:700}.product-gallery__nav{position:absolute;z-index:3;top:50%;transform:translateY(-50%);display:none;width:38px;height:38px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:#fffffff0;box-shadow:0 3px 12px #11203329}.product-gallery__nav--prev{left:.5rem}.product-gallery__nav--next{right:.5rem}.product-gallery:hover .product-gallery__nav{display:grid}@media(max-width:1100px){.gm-carousel__track,.gm-carousel--cats .gm-carousel__track--grid{grid-auto-columns:calc((100% - (var(--slides-t) - 1) * var(--gap)) / var(--slides-t))}.gm-carousel__arrow--prev{left:-6px}.gm-carousel__arrow--next{right:-6px}.gm-dotd__inner{grid-template-columns:210px minmax(0,1fr)}.gm-promocar__inner{grid-template-columns:250px minmax(0,1fr)}}@media(max-width:900px){.gm-tiles__panels,.gm-dotd__inner{grid-template-columns:1fr}.gm-dotd__card{min-height:0;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.gm-dotd__titles{flex-direction:row;align-items:baseline;gap:.4rem;flex-wrap:wrap}.gm-dotd__titles strong{font-size:1.6rem}.gm-dotd__titles span{font-size:1.3rem}.gm-countdown{margin-top:0}.gm-promocar__inner{grid-template-columns:1fr}.gm-promocar__panel{min-height:170px}.product-page .product-gallery__slide{min-height:0}.product-gallery__nav{display:grid}}@media(max-width:640px){.gm-carousel{--gap:10px}.gm-carousel__track{grid-auto-columns:calc((100% - (var(--slides-m) - 1) * var(--gap)) / var(--slides-m));padding-bottom:10px}.gm-carousel--cats .gm-carousel__track--grid{grid-auto-columns:calc((100% - (var(--slides-m) - 1) * var(--gap)) / var(--slides-m))}.gm-carousel__arrow{width:34px;height:34px;top:34%}.gm-carousel__arrow--prev{left:-4px}.gm-carousel__arrow--next{right:-4px}.gm-banner{padding:.9rem 1rem;margin-bottom:.9rem}.gm-tabs__pill{min-height:36px;padding:.4rem .8rem;font-size:.8rem}.deal-card__body{padding:.6rem .65rem .75rem}.deal-card__title{font-size:.8rem;min-height:2.6em}.deal-card__media img{padding:.6rem}.deal-card__price-now{font-size:1.02rem}.deal-card__price-was{font-size:.75rem}.deal-card__save{font-size:.66rem;padding:.18rem .38rem}.deal-card__wish{width:28px;height:28px}.deal-card__wish svg{width:15px;height:15px}.gm-dotd__inner{padding:.75rem}.gm-tiles__panel{padding:.9rem}.gm-tiles__grid{gap:.75rem}.gm-cat__circle{max-width:none}.gm-cat__label{font-size:.76rem}.product-page{gap:1rem}.product-gallery{display:flex;flex-direction:column;padding:.6rem;gap:0}.product-page .product-gallery__main{order:1;aspect-ratio:1/1;width:100%;margin-inline:auto}.product-gallery__thumbs{order:2;flex-direction:row;max-height:none;margin-top:.6rem;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumbs{order:2;display:flex;flex-direction:row}.product-gallery__thumb{flex:0 0 auto;min-width:56px;width:56px}.product-info{padding:.9rem}.product-info .price__current{font-size:1.75rem}.product-form__row{grid-template-columns:1fr}.product-form__row .quantity{width:130px}.media-dialog{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0;padding:3rem .5rem 1rem}}@media(max-width:420px){.gm-carousel__arrow{display:none}.gm-dotd__card{flex-direction:column;align-items:flex-start}.deal-card__rank{min-width:28px;height:24px;font-size:.7rem}}.breadcrumbs ol{flex-wrap:nowrap;gap:.4rem}.breadcrumbs li{flex:0 0 auto;white-space:nowrap}.breadcrumbs li:last-child{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;display:block}.announcement__item{padding:.45rem 3rem}.announcement__nav{top:50%;transform:translateY(-50%);align-items:center}@media(max-width:640px){.breadcrumbs{padding-block:.65rem;font-size:.78rem}.breadcrumbs li:not(:last-child):not(:first-child){display:none}.breadcrumbs li:first-child:not(:last-child):after{content:"/";color:#9aa6b3;margin-left:.4rem}.announcement__item{padding:.45rem 2.6rem;font-size:.8rem}}@media(max-width:480px){.product-gallery{padding:.5rem}.product-page .product-gallery__main{width:100%}.product-gallery__thumb{min-width:50px;width:50px}}.product-mobile-heading,.mobile-app-nav{display:none}.product-page,.product-page>*,.product-gallery,.product-gallery__main,.product-info{min-width:0;max-width:100%}.product-info h1,.product-mobile-heading h1,.product-card__title,.deal-card__title{overflow-wrap:anywhere;word-break:break-word}.product-details,.accordion__content,.rte{min-width:0;max-width:100%;overflow-wrap:anywhere}.rte img,.rte video,.rte iframe,.rte table{max-width:100%}@media(max-width:749px){html,body{width:100%;max-width:100%;overflow-x:hidden}body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}.main-content,.template-product .main-content{width:100%;max-width:100%;overflow-x:hidden}.mobile-app-nav{position:fixed;z-index:75;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:68px;padding:5px max(4px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom,0px)) max(4px,env(safe-area-inset-left));border-top:1px solid var(--color-border);background:#fffffffa;box-shadow:0 -8px 24px #1120331f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-app-nav__item{position:relative;display:flex;min-width:0;min-height:56px;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:3px 1px;border-radius:10px;color:var(--color-muted);font-size:clamp(.58rem,2.7vw,.72rem);font-weight:700;line-height:1.05;text-align:center}.mobile-app-nav__item .icon{width:22px;height:22px;flex:0 0 auto;stroke-width:1.9}.mobile-app-nav__item>span:last-child{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-app-nav__item.is-active{color:var(--color-primary);background:color-mix(in srgb,var(--color-primary),white 92%)}.mobile-app-nav__item.is-active:before{content:"";position:absolute;top:-5px;width:30px;height:3px;border-radius:0 0 4px 4px;background:var(--color-primary)}.mobile-app-nav__icon{position:relative;display:inline-grid;place-items:center}.mobile-app-nav__count{position:absolute;top:-7px;right:-10px;display:grid;min-width:18px;height:18px;padding:0 4px;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--color-sale);color:#fff;font-size:.58rem;line-height:1}.toast{bottom:calc(78px + env(safe-area-inset-bottom,0px))}.template-product .breadcrumbs{width:calc(100% - 16px);max-width:100%;overflow:hidden;padding-block:.55rem}.template-product .breadcrumbs ol{width:100%;max-width:100%;overflow:hidden}.template-product .breadcrumbs li:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-product #MainContent>section.page-width,.template-product [data-product-section]{width:calc(100% - 16px);max-width:100%;margin-inline:auto}.template-product .product-page{display:grid;width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);gap:.75rem;padding-bottom:1rem;overflow:visible}.product-mobile-heading{display:block;min-width:0;padding:.15rem .15rem .25rem}.product-mobile-heading .product-info__vendor{margin-bottom:.25rem;font-size:.7rem}.product-mobile-heading h1{max-width:100%;margin:0;font-size:clamp(1.15rem,5.2vw,1.4rem);line-height:1.25;letter-spacing:-.015em}.template-product .product-gallery{display:flex;width:100%;max-width:100%;min-width:0;flex-direction:column;gap:0;padding:.5rem;overflow:hidden;border-radius:10px}.template-product .product-gallery__main{order:1;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1/1!important;margin:0!important;overflow:hidden;border-radius:8px;background:#fff}.template-product .product-gallery__slide,.template-product .product-gallery__slide.is-active{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-width:0;min-height:0!important;max-height:none;padding:0;overflow:hidden}.template-product .product-gallery__slide.is-active{display:grid;place-items:center}.template-product .product-gallery__image-button{display:grid;width:100%;height:100%;min-width:0;padding:.35rem;place-items:center;overflow:hidden}.template-product .product-gallery__slide img,.template-product .product-gallery__slide video,.template-product .product-gallery__slide iframe,.template-product .product-gallery__slide model-viewer{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;object-fit:contain!important;object-position:center}.template-product .product-gallery__thumbs{order:2;display:flex;width:100%;max-width:100%;min-width:0;flex-direction:row;gap:.45rem;margin:.55rem 0 0;padding:0 0 2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.template-product .product-gallery__thumb{width:54px;min-width:54px;height:54px;flex:0 0 54px;padding:2px;scroll-snap-align:start}.template-product .product-gallery__nav{display:grid;width:36px;height:36px}.template-product .product-gallery__nav--prev{left:.35rem}.template-product .product-gallery__nav--next{right:.35rem}.template-product .product-info{position:static;width:100%;max-width:100%;min-width:0;padding:1rem;overflow:hidden}.template-product .product-info h1{display:none}.template-product .product-option,.template-product .product-option__values,.template-product .product-form__row,.template-product .shopify-payment-button{width:100%;max-width:100%;min-width:0}.template-product .option-label{max-width:100%;overflow-wrap:anywhere;text-align:center}.template-product .product-form__row{grid-template-columns:1fr;gap:.65rem}.template-product .product-form__row .quantity{width:100%;max-width:160px}.template-product .product-form__row .button,.template-product .shopify-payment-button__button{width:100%;min-height:50px}.template-product .product-trust{grid-template-columns:1fr 1fr;gap:.5rem}.template-product .product-trust__item{min-width:0;padding:.65rem;font-size:.74rem}.template-product .product-details{width:100%;max-width:100%;margin-block:1rem;overflow:hidden}}@media(max-width:359px){.mobile-app-nav__item{font-size:.56rem}.mobile-app-nav__item .icon{width:20px;height:20px}.template-product .product-trust{grid-template-columns:1fr}.template-product .product-gallery__thumb{width:50px;min-width:50px;height:50px;flex-basis:50px}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/theme.css.map */
