*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-heading);margin:0 0 12px}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 16px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.is-loading{opacity:.55;pointer-events:none;transition:opacity .2s ease}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--border-radius);font-weight:600;font-size:14px;border:1px solid transparent;transition:opacity .15s ease}.button--primary{background:var(--color-primary);color:#fff}.button--primary:hover{opacity:.9}.button--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}.button--secondary:hover{background:var(--color-bg-subtle)}.button--full{width:100%}.button--large{padding:16px 24px;font-size:16px}.button--small{padding:8px 16px;font-size:13px}.button--disabled{background:var(--color-bg-subtle);color:var(--color-text-muted);cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.badge--cod{background:var(--color-bg-subtle);color:var(--color-cod-badge)}.badge--shipping{background:var(--color-bg-subtle);color:var(--color-text)}.site-header{position:sticky;top:0;z-index:40;background:var(--color-bg);border-bottom:1px solid var(--color-border);height:var(--header-height)}.site-header__container{display:flex;align-items:center;gap:20px;height:100%}.site-header__logo-text{font-family:var(--font-heading);font-weight:800;font-size:22px;color:var(--color-primary)}.site-header__nav{display:none}.site-header__nav-list{display:flex;gap:24px;list-style:none;margin:0;padding:0}.site-header__nav-link{font-weight:600;font-size:14px}.site-header__search{display:none;flex:1;max-width:480px;position:relative}.site-header__search input{width:100%;padding:10px 40px 10px 14px;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:14px;padding-inline-start:14px;padding-inline-end:40px}.site-header__icons{display:flex;align-items:center;gap:16px;margin-inline-start:auto}.site-header__icon-link{position:relative;background:none;border:none;padding:4px;color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;line-height:0}.site-header__icon-link:hover{color:var(--color-primary)}.site-header__icon-link .icon,.site-header__menu-toggle .icon,.site-header__search button .icon{display:block;color:inherit}.cart-count-bubble{position:absolute;top:-4px;inset-inline-end:-6px;background:var(--color-primary);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.site-header__menu-toggle{background:none;border:none;padding:4px;color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;line-height:0}.site-header__search button{position:absolute;inset-inline-end:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-text);padding:0;line-height:0;display:inline-flex;align-items:center;justify-content:center}.site-header__mobile-search{padding:8px 16px 12px}.site-header__mobile-search input{width:100%;padding:10px 14px;border:1px solid var(--color-border);border-radius:var(--border-radius)}@media screen and (min-width:990px){.site-header__nav{display:block}.site-header__search{display:flex}.site-header__menu-toggle,.site-header__mobile-search{display:none}}.announcement-bar{background:var(--color-secondary);color:#fff;font-size:13px;text-align:center;padding:8px 0}.hero-banner{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden}.hero-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--overlay-opacity)}.hero-banner__content{position:relative;z-index:1;color:#fff;max-width:560px;padding:40px 16px}.hero-banner__heading{font-size:28px;font-weight:800}.hero-banner__subheading{font-size:16px;margin-bottom:20px;opacity:.95}@media screen and (min-width:990px){.hero-banner{min-height:480px}.hero-banner__heading{font-size:44px}}.category-grid{padding:32px 16px}.category-grid__heading{font-size:20px;text-align:center}.category-grid__items{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap)}.category-grid__item{text-align:center}.category-grid__image-wrap{aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--color-bg-subtle);margin-bottom:8px}.category-grid__image-wrap img{width:100%;height:100%;object-fit:cover}.category-grid__title{font-size:13px;font-weight:600}@media screen and (min-width:990px){.category-grid__items{grid-template-columns:repeat(var(--columns-desktop),1fr)}}.product-grid{display:grid;grid-template-columns:repeat(var(--product-grid-columns-mobile),1fr);gap:var(--grid-gap)}@media screen and (min-width:990px){.product-grid{grid-template-columns:repeat(var(--columns-desktop, 5),1fr)}}.featured-collection{padding:32px 0}.featured-collection__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;padding:0 16px}.featured-collection__view-all{font-size:13px;font-weight:600;color:var(--color-primary)}.related-products{padding:32px 0}.related-products__heading{font-size:20px;margin-bottom:6px}.related-products__subheading{font-size:13px;color:var(--color-text-muted);margin:0 0 16px}.product-page__rating{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;color:var(--color-text-muted)}.product-page__rating:hover{color:var(--color-primary)}.review-stars{display:inline-flex;gap:1px;line-height:1}.review-stars__star{font-size:14px;color:var(--color-border)}.review-stars__star--full,.review-stars__star--half{color:var(--color-accent)}.section-product-reviews{background:var(--color-bg)}.product-reviews{padding:40px 16px}.product-reviews__header{margin-bottom:24px}.product-reviews__heading{font-size:22px;font-weight:800;margin:0 0 16px}.product-reviews__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:var(--color-bg-subtle);border-radius:var(--border-radius)}.product-reviews__score{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.product-reviews__score-value{font-size:32px;font-weight:800;line-height:1}.product-reviews__count{font-size:13px;color:var(--color-text-muted)}.product-reviews__empty-summary{margin:0;font-size:14px;color:var(--color-text-muted)}.product-reviews__list{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}.product-reviews__card{border:1px solid var(--color-border);border-radius:var(--border-radius);padding:16px;background:var(--color-bg)}.product-reviews__card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.product-reviews__author-wrap{display:flex;gap:10px;align-items:center}.product-reviews__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-bg-subtle);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.product-reviews__author{display:block;font-size:14px}.product-reviews__verified{display:inline-block;font-size:11px;color:var(--color-success);font-weight:600}.product-reviews__card-title{font-size:15px;margin:0 0 6px}.product-reviews__card-body{font-size:13px;color:var(--color-text-muted);margin:0 0 8px;line-height:1.5}.product-reviews__date{font-size:12px;color:var(--color-text-muted)}.product-reviews__cta-note{margin:20px 0 0;font-size:13px;color:var(--color-text-muted);text-align:center}#shopify-product-reviews:empty{display:none}@media screen and (min-width:750px){.product-reviews__list{grid-template-columns:repeat(2,1fr)}.product-reviews__heading{font-size:26px}}@media screen and (min-width:990px){.product-reviews__list{grid-template-columns:repeat(3,1fr)}.product-reviews{padding:48px 16px}}.product-card{border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden;display:flex;flex-direction:column;background:var(--color-bg)}.product-card__image-link{position:relative;display:block;aspect-ratio:1;background:var(--color-bg-subtle)}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease}.product-card__image-link:hover .product-card__image--hover{opacity:1}.product-card__badge{position:absolute;top:8px;inset-inline-start:8px;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;color:#fff}.product-card__badge--sale{background:var(--color-primary)}.product-card__badge--sold-out{background:var(--color-text-muted)}.product-card__info{padding:10px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__title{font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-weight:700;font-size:15px;display:flex;gap:6px;align-items:baseline}.product-card__price-compare{text-decoration:line-through;color:var(--color-text-muted);font-weight:400;font-size:12px}.product-card__price-sale{color:var(--color-primary)}.product-card__cod-badge{font-size:10px;color:var(--color-text-muted)}.product-card__quick-add{margin-top:auto;font-size:12px;padding:8px}.value-props{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:32px 16px}.value-props__item{display:flex;gap:10px;align-items:flex-start}.value-props__title{font-size:13px;margin:0 0 2px}.value-props__text{font-size:12px;color:var(--color-text-muted);margin:0}@media screen and (min-width:990px){.value-props{grid-template-columns:repeat(4,1fr)}}.banner-split{padding:32px 16px}.banner-split__heading{font-size:20px;text-align:center;margin:0 0 16px;font-weight:800}.banner-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--grid-gap)}.banner-split__panel{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--border-radius);background:var(--color-bg-subtle);display:block}.banner-split__panel img,.banner-split__panel svg{width:100%;height:100%;object-fit:cover;display:block}.banner-split__panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 55%);pointer-events:none}.banner-split__label{position:absolute;bottom:14px;inset-inline-start:14px;z-index:1;color:#fff;font-weight:700;font-size:15px;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media screen and (min-width:990px){.banner-split__grid{grid-template-columns:repeat(var(--banner-columns, 2),1fr)}.banner-split__heading{font-size:24px;margin-bottom:20px}.banner-split__label{font-size:18px;bottom:16px;inset-inline-start:16px}}.newsletter{padding:40px 16px;text-align:center;background:var(--color-bg-subtle)}.newsletter__form{display:flex;gap:8px;max-width:400px;margin:16px auto 0}.newsletter__form input{flex:1;padding:12px;border:1px solid var(--color-border);border-radius:var(--border-radius)}.product-page{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 16px}.product-page__gallery-item{display:none;aspect-ratio:1;background:var(--color-bg-subtle);border-radius:var(--border-radius);overflow:hidden}.product-page__gallery-item.is-active{display:block}.product-page__gallery-item img,.product-page__gallery-item video{width:100%;height:100%;object-fit:cover}.product-page__thumbnails{display:flex;gap:8px;margin-top:8px;overflow-x:auto}.product-page__thumb{width:56px;height:56px;border:1px solid var(--color-border);border-radius:4px;overflow:hidden;padding:0;flex-shrink:0}.product-page__thumb.is-active{border-color:var(--color-primary)}.product-page__title{font-size:22px}.product-page__price{font-size:24px;font-weight:800;display:flex;gap:10px;align-items:baseline;margin-bottom:12px}.product-page__price-compare{text-decoration:line-through;color:var(--color-text-muted);font-size:16px;font-weight:400}.product-page__price-sale{color:var(--color-primary)}.product-page__trust-badges{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.product-page__option{margin-bottom:16px}.product-page__option-label{display:block;font-weight:600;font-size:13px;margin-bottom:6px}.product-page__option-values{display:flex;gap:8px;flex-wrap:wrap}.option-swatch{padding:8px 14px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg);font-size:13px}.option-swatch.is-selected{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-page__quantity{margin-bottom:16px}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--border-radius)}.quantity-selector button{background:none;border:none;width:36px;height:36px;font-size:16px}.quantity-selector input{width:44px;text-align:center;border:none;font-size:14px}.product-page__description{margin-top:24px;font-size:14px;color:var(--color-text-muted)}@media screen and (min-width:990px){.product-page{grid-template-columns:1fr 1fr;gap:40px;padding:40px 16px}}.collection-page,.search-page{padding:24px 16px}.collection-page__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.collection-page__count{font-size:13px;color:var(--color-text-muted)}.collection-page__layout{display:grid;grid-template-columns:1fr;gap:20px}.collection-page__filters{display:none}.collection-page__filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:8px}.collection-page__filters-title{font-size:16px;margin:0}.collection-page__filters-clear{background:none;border:none;color:var(--color-primary);font-size:12px;font-weight:600;padding:0}.collection-page__toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.collection-page__toolbar select{padding:8px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-bg)}.filter-group{margin-bottom:20px}.filter-group h3{font-size:13px}.filter-option{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:6px}.filter-option__count{color:var(--color-text-muted)}.filter-price{display:flex;align-items:center;gap:8px}.filter-price__field{display:flex;align-items:center;gap:4px;border:1px solid var(--color-border);border-radius:4px;padding:6px 8px;flex:1}.filter-price__field input{width:100%;border:none;outline:none;min-width:0}.filter-price__sep{color:var(--color-text-muted)}.collection-page__empty{grid-column:1 / -1;color:var(--color-text-muted);padding:24px 0}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:8px;margin-top:24px;flex-wrap:wrap}.pagination a,.pagination span{padding:8px 12px;border:1px solid var(--color-border);border-radius:4px;font-size:13px}.pagination .current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.search-page__form{display:flex;gap:8px;margin-bottom:24px;max-width:560px}.search-page__form input[type=search]{flex:1;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--border-radius)}@media screen and (min-width:990px){.collection-page__layout{grid-template-columns:220px 1fr}.collection-page__filters{display:block}}.cart-drawer,.mobile-nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.cart-drawer[hidden],.mobile-nav-drawer[hidden]{display:none}.cart-drawer__overlay,.mobile-nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.cart-drawer__panel{position:absolute;inset-inline-end:0;top:0;bottom:0;width:100%;max-width:400px;background:var(--color-bg);display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001a}[dir=rtl] .cart-drawer__panel{box-shadow:4px 0 20px #0000001a}.mobile-nav-drawer__panel{position:absolute;inset-inline-start:0;top:0;bottom:0;width:80%;max-width:320px;background:var(--color-bg);padding:20px;overflow-y:auto}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--color-border)}.mobile-nav-drawer__close{background:none;border:none;font-size:24px;color:var(--color-text);line-height:1;padding:4px}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px}.cart-drawer__empty{color:var(--color-text-muted);text-align:center;padding:40px 0}.cart-drawer__item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;margin-bottom:16px;position:relative}.cart-drawer__item-image img{border-radius:4px;object-fit:cover}.cart-drawer__item-title{font-size:13px;font-weight:600;display:block}.cart-drawer__item-variant{font-size:12px;color:var(--color-text-muted);display:block}.cart-drawer__item-quantity{display:flex;align-items:center;gap:8px;margin-top:6px}.cart-drawer__item-quantity button{width:24px;height:24px;border:1px solid var(--color-border);background:none;border-radius:4px}.cart-drawer__item-price{font-size:13px;font-weight:700}.cart-drawer__item-remove{position:absolute;top:0;inset-inline-end:0;background:none;border:none;color:var(--color-text-muted);font-size:16px}.cart-drawer__footer{padding:16px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700}.cart-drawer__cod-note{font-size:12px;color:var(--color-text-muted);text-align:center;margin:0;display:flex;flex-direction:column;align-items:center;gap:6px}.mobile-nav-drawer__list{list-style:none;padding:0;margin:40px 0 0}.mobile-nav-drawer__list>li{margin-bottom:12px;font-weight:600}.mobile-nav-drawer__sublist{list-style:none;padding-inline-start:12px;margin-top:8px;font-weight:400}.mobile-nav-drawer__sublist li{margin-bottom:8px}.mobile-nav-drawer__footer{margin-top:24px;padding-top:16px;border-top:1px solid var(--color-border);font-weight:600}.cart-page{padding:24px 16px;max-width:800px}.cart-page__items{margin-bottom:24px}.site-footer{background:var(--color-secondary);color:#fff;margin-top:48px}.site-footer a{color:inherit}.site-footer__trust{background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:20px 16px}.site-footer__trust-item{display:flex;gap:10px;align-items:flex-start}.site-footer__trust-item strong{display:block;font-size:12px;font-weight:700;margin-bottom:2px}.site-footer__trust-item span:not(.trust-icon){font-size:11px;opacity:.7;line-height:1.35}.trust-icon--footer{width:36px;height:36px;background:#ffffff1a;color:#fff}.site-footer__main{display:grid;grid-template-columns:1fr;gap:32px;padding:40px 16px 32px}.site-footer__logo{font-family:var(--font-heading);font-weight:800;font-size:22px;color:#fff;display:inline-block;margin-bottom:10px}.site-footer__logo-img{height:auto;width:auto;max-width:140px;margin-bottom:12px;display:block}.site-footer__about{font-size:13px;opacity:.75;line-height:1.5;margin:0 0 16px;max-width:320px}.site-footer__contact{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.site-footer__contact-link{display:flex;flex-direction:column;gap:1px;font-size:13px;font-weight:600}.site-footer__contact-link:hover{opacity:.85}.site-footer__contact-label{font-size:11px;font-weight:500;opacity:.55;text-transform:uppercase;letter-spacing:.04em}.site-footer__hours{font-size:12px;opacity:.65;margin:4px 0 0}.site-footer__social{display:flex;gap:10px;flex-wrap:wrap}.site-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;opacity:.9;transition:background .15s ease,opacity .15s ease}.site-footer__social a:hover{background:#ffffff1f;opacity:1}.site-footer__menus{display:grid;grid-template-columns:1fr 1fr;gap:24px 16px}.site-footer__heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 14px;opacity:.95}.site-footer__list{list-style:none;padding:0;margin:0}.site-footer__list li{margin-bottom:8px;font-size:13px;opacity:.8}.site-footer__list a:hover{opacity:1;text-decoration:underline}.site-footer__richtext{font-size:13px;opacity:.75;line-height:1.5}.site-footer__richtext p{margin:0 0 8px}.site-footer__newsletter-text{font-size:13px;opacity:.7;margin:0 0 12px;line-height:1.45}.site-footer__newsletter-form{margin-bottom:14px}.site-footer__newsletter-row{display:flex;gap:8px;flex-wrap:wrap}.site-footer__newsletter-row input{flex:1;min-width:160px;padding:10px 12px;border:1px solid rgba(255,255,255,.2);border-radius:var(--border-radius);background:#ffffff14;color:#fff}.site-footer__newsletter-row input::placeholder{color:#ffffff80}.site-footer__newsletter-success,.site-footer__newsletter-error{font-size:13px;margin:0 0 8px}.site-footer__newsletter-error{color:var(--color-accent)}.site-footer__badges{display:flex;flex-wrap:wrap;gap:8px}.badge--footer{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12)}.site-footer__bottom-inner{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:space-between;padding:16px;font-size:12px;opacity:.65;text-align:center}.site-footer__legal{list-style:none;display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;justify-content:center}.site-footer__legal a:hover{text-decoration:underline;opacity:1}@media screen and (min-width:750px){.site-footer__trust-inner{grid-template-columns:repeat(4,1fr);gap:20px;padding:22px 16px}.site-footer__bottom-inner{flex-direction:row;text-align:start}}@media screen and (min-width:990px){.site-footer__main{grid-template-columns:1.2fr 1.4fr 1fr;gap:40px;padding:48px 16px 40px;align-items:start}.site-footer__menus{grid-template-columns:repeat(2,1fr)}}.page-section,.customer-page,.blog-page,.article-page,.list-collections-page,.password-page,.error-404{padding:32px 16px;max-width:720px;margin:0 auto}.page-section--wide,.list-collections-page,.blog-page{max-width:var(--page-width)}.page-section__title,.customer-page__title,.error-404__title{font-size:28px;margin-bottom:16px}.page-section__content,.article-page__content{font-size:15px;line-height:1.7}.customer-form{display:flex;flex-direction:column;gap:12px;max-width:400px}.customer-form label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:600}.customer-form input,.customer-form select,.customer-form textarea{padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--border-radius);font-weight:400}.customer-form__errors{background:var(--color-bg-subtle);border:1px solid var(--color-primary);padding:12px;border-radius:var(--border-radius);font-size:13px;color:var(--color-primary)}.customer-form__links{display:flex;flex-direction:column;gap:8px;margin-top:8px;font-size:13px}.customer-form__links a{color:var(--color-primary);font-weight:600}.customer-orders{width:100%;border-collapse:collapse;font-size:13px;margin-top:16px}.customer-orders th,.customer-orders td{text-align:start;padding:10px 8px;border-bottom:1px solid var(--color-border)}.customer-orders th{font-weight:700}.address-card{border:1px solid var(--color-border);border-radius:var(--border-radius);padding:16px;margin-bottom:12px}.address-card__actions{display:flex;gap:12px;margin-top:12px}.address-card__actions button,.address-card__actions a{background:none;border:none;color:var(--color-primary);font-size:13px;font-weight:600;padding:0}.blog-grid{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width:750px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden}.blog-card__image{aspect-ratio:16/10;background:var(--color-bg-subtle)}.blog-card__image img{width:100%;height:100%;object-fit:cover}.blog-card__body{padding:14px}.blog-card__title{font-size:16px;margin-bottom:6px}.blog-card__meta{font-size:12px;color:var(--color-text-muted)}.article-page__meta{font-size:13px;color:var(--color-text-muted);margin-bottom:20px}.article-page__image{margin-bottom:24px;border-radius:var(--border-radius);overflow:hidden}.article-comments{margin-top:40px;padding-top:24px;border-top:1px solid var(--color-border)}.article-comment{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.article-comment__author{font-weight:700;font-size:14px}.article-comment__date{font-size:12px;color:var(--color-text-muted)}.list-collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap)}@media screen and (min-width:990px){.list-collections-grid{grid-template-columns:repeat(4,1fr)}}.collection-card{border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden;text-align:center}.collection-card__image{aspect-ratio:1;background:var(--color-bg-subtle)}.collection-card__image img{width:100%;height:100%;object-fit:cover}.collection-card__title{padding:12px;font-weight:700;font-size:14px}.error-404{text-align:center;padding:80px 16px}.error-404__subtext{color:var(--color-text-muted);margin-bottom:24px}.password-page{text-align:center;padding:80px 16px;max-width:480px}.password-page__logo{font-size:28px;font-weight:800;color:var(--color-primary);margin-bottom:16px}.password-page form{display:flex;flex-direction:column;gap:10px;margin-top:20px}.password-page input{padding:12px;border:1px solid var(--color-border);border-radius:var(--border-radius)}.gift-card-page{text-align:center;padding:48px 16px;max-width:480px;margin:0 auto}.gift-card-page__code{font-size:22px;font-weight:800;letter-spacing:2px;padding:16px;border:2px dashed var(--color-border);border-radius:var(--border-radius);margin:24px 0;background:var(--color-bg-subtle)}.gift-card-page__actions{display:flex;flex-direction:column;gap:10px;align-items:center}@media print{.site-header,.site-footer,.announcement-bar,.cart-drawer,.mobile-nav-drawer,.trust-popup{display:none!important}}.trust-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--color-bg-subtle);color:var(--color-primary)}.trust-icon--lg{width:52px;height:52px}.trust-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:16px}.trust-popup[hidden]{display:none}.trust-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.trust-popup__dialog{position:relative;z-index:1;width:100%;max-width:440px;max-height:min(90vh,640px);overflow-y:auto;background:var(--color-bg);border-radius:var(--border-radius);padding:28px 22px 22px;box-shadow:0 16px 48px #0003}.trust-popup__close{position:absolute;top:10px;inset-inline-end:12px;background:none;border:none;font-size:24px;line-height:1;color:var(--color-text-muted)}.trust-popup__badge{margin-bottom:12px}.trust-popup__heading{font-size:22px;font-weight:800;margin:0 0 8px}.trust-popup__subheading{font-size:14px;color:var(--color-text-muted);margin:0 0 20px;line-height:1.45}.trust-popup__list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:12px}.trust-popup__item{display:flex;gap:12px;align-items:flex-start}.trust-popup__item-copy{display:flex;flex-direction:column;gap:2px;font-size:13px}.trust-popup__item-copy strong{font-size:14px}.trust-popup__item-copy span{color:var(--color-text-muted);line-height:1.4}.section-trust-guarantees{background:var(--color-bg-subtle)}.trust-guarantees{padding:40px 16px}.trust-guarantees__intro{text-align:center;max-width:560px;margin:0 auto 28px}.trust-guarantees__eyebrow{margin-bottom:12px}.trust-guarantees__heading{font-size:24px;font-weight:800;margin:0 0 8px}.trust-guarantees__subheading{font-size:14px;color:var(--color-text-muted);margin:0;line-height:1.5}.trust-guarantees__grid{display:grid;grid-template-columns:1fr;gap:12px}.trust-guarantees__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--border-radius);padding:20px 16px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.trust-guarantees__title{font-size:15px;font-weight:700;margin:0}.trust-guarantees__text{font-size:13px;color:var(--color-text-muted);margin:0;line-height:1.45}@media screen and (min-width:750px){.trust-guarantees__grid{grid-template-columns:repeat(2,1fr)}.trust-guarantees__heading{font-size:28px}}@media screen and (min-width:990px){.trust-guarantees__grid{grid-template-columns:repeat(var(--trust-columns, 3),1fr);gap:16px}.trust-guarantees{padding:56px 16px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
