:root{--zk-bg-cream: #FAF7F2;--zk-bg-white: #FFFFFF;--zk-bg-soft: #F4EBE1;--zk-text-dark: #2C2B29;--zk-text-muted: #6B6560;--zk-accent-gold: #C5A059;--zk-accent-rose: #E6D2C4;--zk-border-light: #E8E2D9;--zk-radius-sm: 8px;--zk-radius-md: 14px;--zk-radius-lg: 20px;--zk-shadow-soft: 0 10px 30px rgba(44, 43, 41, .05);--zk-shadow-hover: 0 15px 35px rgba(44, 43, 41, .1);--zk-transition: all .3s cubic-bezier(.25, .8, .25, 1);--zk-font-heading: var(--font-heading--family, var(--font-heading-family, inherit));--zk-font-body: var(--font-body--family, var(--font-body-family, inherit))}body{background-color:var(--zk-bg-cream);color:var(--zk-text-dark)}.z-section-padding{padding-top:60px;padding-bottom:60px}@media(min-width:768px){.z-section-padding{padding-top:90px;padding-bottom:90px}}.z-container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.z-header-group{text-align:center;margin-bottom:48px}.z-subtitle{text-transform:uppercase;letter-spacing:.15em;font-size:.8125rem;font-weight:600;color:var(--zk-accent-gold);margin-bottom:12px;display:block}.z-heading{font-family:var(--zk-font-heading);font-size:2.25rem;font-weight:500;color:var(--zk-text-dark);margin:0;line-height:1.25}@media(min-width:768px){.z-heading{font-size:3rem}}.z-description{color:var(--zk-text-muted);max-width:640px;margin:16px auto 0;font-size:1rem;line-height:1.6}.z-btn-primary{display:inline-flex;align-items:center;justify-content:center;background-color:var(--zk-text-dark);color:var(--zk-bg-white);padding:16px 36px;border-radius:50px;font-weight:500;letter-spacing:.05em;text-decoration:none;transition:var(--zk-transition);border:1px solid var(--zk-text-dark)}.z-btn-primary:hover{background-color:var(--zk-accent-gold);border-color:var(--zk-accent-gold);color:var(--zk-bg-white);transform:translateY(-2px);box-shadow:0 8px 20px #c5a05940}.z-btn-secondary{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--zk-text-dark);padding:16px 36px;border-radius:50px;font-weight:500;letter-spacing:.05em;text-decoration:none;transition:var(--zk-transition);border:1px solid var(--zk-text-dark)}.z-btn-secondary:hover{background-color:var(--zk-text-dark);color:var(--zk-bg-white);transform:translateY(-2px)}.z-hero-slider{position:relative;overflow:hidden;background-color:var(--zk-bg-soft)}.z-hero-track{display:flex;transition:transform .6s cubic-bezier(.25,1,.5,1);width:100%}.z-hero-slide{min-width:100%;position:relative;display:flex;align-items:center;min-height:520px}@media(min-width:768px){.z-hero-slide{min-height:680px}}.z-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.z-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.z-hero-content{position:relative;z-index:3;padding:40px 20px;max-width:600px}.z-hero-nav{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:10px}.z-hero-dot{width:10px;height:10px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:var(--zk-transition)}.z-hero-dot.active{background:var(--zk-bg-white);width:28px;border-radius:10px}.z-benefits-bar{background-color:var(--zk-text-dark);color:var(--zk-bg-cream);padding:16px 0;overflow:hidden;white-space:nowrap}.z-ticker-wrapper{display:flex;animation:z-ticker-anim 25s linear infinite}.z-ticker-item{display:inline-flex;align-items:center;gap:12px;padding:0 32px;font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.z-ticker-bullet{width:6px;height:6px;background-color:var(--zk-accent-gold);border-radius:50%}@keyframes z-ticker-anim{0%{transform:translate(0)}to{transform:translate(-50%)}}.z-features-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.z-features-grid{grid-template-columns:repeat(3,1fr)}}.z-feature-card{background:var(--zk-bg-white);border:1px solid var(--zk-border-light);border-radius:var(--zk-radius-md);padding:36px 28px;transition:var(--zk-transition);text-align:center}.z-feature-card:hover{transform:translateY(-6px);box-shadow:var(--zk-shadow-hover);border-color:var(--zk-accent-gold)}.z-feature-icon{width:56px;height:56px;border-radius:50%;background:var(--zk-bg-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:var(--zk-accent-gold)}.z-video-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:20px;-webkit-overflow-scrolling:touch}.z-video-card{flex:0 0 260px;scroll-snap-align:start;position:relative;border-radius:var(--zk-radius-md);overflow:hidden;aspect-ratio:9 / 16;background-color:var(--zk-text-dark);cursor:pointer}@media(min-width:768px){.z-video-card{flex:0 0 290px}}.z-video-thumb{width:100%;height:100%;object-fit:cover;transition:var(--zk-transition)}.z-video-card:hover .z-video-thumb{transform:scale(1.04)}.z-video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:var(--zk-text-dark);transition:var(--zk-transition)}.z-video-card:hover .z-video-play-btn{transform:translate(-50%,-50%) scale(1.1);background:var(--zk-bg-white)}.z-video-info{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 100%);color:#fff}.z-video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;display:none;align-items:center;justify-content:center}.z-video-modal.active{display:flex}.z-video-modal-content{position:relative;width:90%;max-width:420px;aspect-ratio:9 / 16;border-radius:var(--zk-radius-md);overflow:hidden;box-shadow:0 25px 50px #00000080}.z-video-modal-close{position:absolute;top:-45px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer}.z-ba-container{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16 / 9;border-radius:var(--zk-radius-lg);overflow:hidden;-webkit-user-select:none;user-select:none}.z-ba-image-after{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.z-ba-image-before{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden;z-index:2}.z-ba-image-before img{position:absolute;top:0;left:0;height:100%;max-width:none;object-fit:cover}.z-ba-slider-handle{position:absolute;top:0;bottom:0;left:50%;width:4px;background:#fff;z-index:3;cursor:ew-resize;transform:translate(-50%)}.z-ba-handle-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 4px 12px #00000040;display:flex;align-items:center;justify-content:center}.z-comp-table-wrapper{background:var(--zk-bg-white);border-radius:var(--zk-radius-lg);border:1px solid var(--zk-border-light);overflow:hidden;box-shadow:var(--zk-shadow-soft)}.z-comp-table{width:100%;border-collapse:collapse}.z-comp-table th,.z-comp-table td{padding:20px 24px;text-align:center;border-bottom:1px solid var(--zk-border-light)}.z-comp-table th:first-child,.z-comp-table td:first-child{text-align:left;font-weight:500}.z-comp-highlight{background:var(--zk-bg-soft);color:var(--zk-accent-gold);font-weight:600}.z-faq-wrapper{max-width:800px;margin:0 auto}.z-faq-item{background:var(--zk-bg-white);border:1px solid var(--zk-border-light);border-radius:var(--zk-radius-md);margin-bottom:16px;overflow:hidden;transition:var(--zk-transition)}.z-faq-button{width:100%;padding:22px 28px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;font-size:1.125rem;font-weight:500;color:var(--zk-text-dark);text-align:left;cursor:pointer}.z-faq-icon{width:24px;height:24px;transition:transform .3s ease}.z-faq-item.active .z-faq-icon{transform:rotate(180deg)}.z-faq-content{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 28px;color:var(--zk-text-muted);line-height:1.6}.z-faq-item.active .z-faq-content{max-height:500px;padding:0 28px 22px}.z-sticky-atc{position:fixed;bottom:0;left:0;width:100%;background:#faf7f2f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--zk-border-light);padding:14px 20px;z-index:999;transform:translateY(100%);transition:transform .4s ease;box-shadow:0 -10px 25px #0000000d}.z-sticky-atc.visible{transform:translateY(0)}.z-sticky-atc-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.z-sticky-atc-product{display:flex;align-items:center;gap:16px}.z-sticky-atc-thumb{width:48px;height:48px;border-radius:var(--zk-radius-sm);object-fit:cover}@media screen and (max-width:768px){.z-container{padding-left:16px;padding-right:16px}.z-header-group{margin-bottom:32px}.z-heading{font-size:clamp(1.6rem,6vw,2.25rem)}.z-btn-primary,.z-btn-secondary{width:100%;min-height:48px;padding:14px 24px}.z-faq-button{padding:16px 18px;min-height:44px;font-size:1rem}.z-faq-content{padding:0 18px}.z-faq-item.active .z-faq-content{padding:0 18px 18px}.z-sticky-atc{padding:10px 14px max(10px,env(safe-area-inset-bottom,0px))}input[type=text],input[type=email],input[type=number],input[type=search],input[type=tel],select,textarea{font-size:16px!important}body:has(.header[transparent]) .content-for-layout>.shopify-section:first-child,body:has(#header-group>.header-section>#header-component[transparent]) #MainContent>.section-wrapper:first-child,.content-for-layout>.shopify-section:first-child,.hero-slider-section{margin-top:0!important}#header-component,#header-component .header,#header-component .header__row,#header-component .header__underlay,#header-component .header__underlay-closed,#header-component .header__underlay-open{background-color:#000!important;background:#000!important}#header-component{position:relative!important;border-bottom:1px solid rgba(255,255,255,.12)!important;--color-foreground: #ffffff !important;--color-foreground-rgb: 255, 255, 255 !important;--color-transparent-text: #ffffff !important;--color-transparent-text-rgb: 255, 255, 255 !important;--color-account-icon: #ffffff !important;--button-color: #ffffff !important}#header-component .header__row{color:#fff!important;--color-foreground: #ffffff !important}#header-component :is(a,button,.header-actions__action,.menu-list__link,.account-button__text,.currency-code,.header__icon--summary){color:#fff!important}#header-component :is(.svg-wrapper,svg){color:#fff!important}#header-component svg path[stroke],#header-component svg [stroke]{stroke:#fff!important}#header-component svg path[fill]:not([fill=none]):not([fill="#FEA203"]),#header-component svg [fill]:not([fill=none]):not([fill="#FEA203"]){fill:#fff!important}#header-component #svgkp-path{fill:#fff!important}#header-component :is(search-action,header-search,.search-action,[data-testid=search-action]){display:none!important}#header-component .header__row,.header__columns{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important;flex-wrap:nowrap!important;padding-left:10px!important;padding-right:10px!important;box-sizing:border-box!important}.header__column--left{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 auto!important;margin-left:0!important;padding-left:0!important}.header__column--center{display:flex!important;align-items:center!important;justify-content:center!important;flex:1 1 auto!important;text-align:center!important}.header__column--right{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;flex:0 0 auto!important;margin-right:0!important;padding-right:12px!important;overflow:visible!important}.header__column--right :is(header-actions,.header-actions,.account-button,.cart-icon,.header-actions__cart-icon){display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;visibility:visible!important;opacity:1!important;overflow:visible!important}.header-drawer-icon svg,.header__icon--menu svg,.header-drawer-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}.account-button,.account-button svg,.account-button__icon{width:26px!important;height:26px!important}.header-actions__cart-icon,cart-icon,.account-button{color:#fff!important;visibility:visible!important;opacity:1!important;display:inline-flex!important;position:relative!important;overflow:visible!important}.header-actions__cart-icon svg,cart-icon svg{width:24px!important;height:24px!important;color:#fff!important;stroke:#fff!important;display:block!important}cart-icon,.header-actions__cart-icon,.header-actions__action,.header__column--right{overflow:visible!important}.cart-bubble{position:absolute!important;top:-2px!important;right:-2px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;border-radius:50%!important;background-color:#ff9800!important;color:#000!important;font-size:11px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;z-index:10!important;box-shadow:0 0 0 1.5px #000!important}.cart-bubble__background{border-radius:50%!important}.header-logo{max-width:220px!important;max-height:64px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.header-logo__image,.header-logo img,.header-logo svg,.header-logo__image-container{max-width:200px!important;max-height:58px!important;width:auto!important;height:auto!important;object-fit:contain!important}.ct-section{padding-top:16px!important}.ct-header-container{margin-bottom:20px!important}.ct-main-heading{margin-top:0!important}:is(.vt-rating-badge,.ct-rating-badge,.rating-badge-pill){display:inline-flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:6px 12px!important;font-size:11px!important;max-width:96%!important;letter-spacing:.01em!important}:is(.vt-rating-stars,.ct-rating-stars){font-size:11px!important;gap:2px!important;flex-shrink:0!important}.vt-badge-star{width:11px!important;height:11px!important}}@media screen and (max-width:375px){#header-component .header__row,.header__columns{padding-left:8px!important;padding-right:8px!important}.z-container{padding-left:12px;padding-right:12px}.z-faq-button{padding:14px;font-size:.95rem}.header-logo{max-width:170px!important;max-height:52px!important}.header-logo__image,.header-logo img,.header-logo svg,.header-logo__image-container{max-width:160px!important;max-height:48px!important}.header__column--right{gap:12px!important}:is(.vt-rating-badge,.ct-rating-badge,.rating-badge-pill){font-size:10px!important;padding:5px 10px!important;gap:4px!important}}.header-drawer-icon svg,.header__icon--menu svg,.header-drawer-icon{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}@keyframes cartDrawerSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}theme-drawer#cart-drawer[open] .theme-drawer__dialog,.cart-drawer__dialog[open],dialog.theme-drawer__dialog[open],.theme-drawer__dialog.is-open{animation:cartDrawerSlideIn .35s cubic-bezier(.16,1,.3,1) forwards!important}@media screen and (max-width:768px){theme-drawer#cart-drawer .theme-drawer__dialog,.cart-drawer__dialog,dialog.theme-drawer__dialog,.theme-drawer__dialog{width:100vw!important;max-width:100vw!important;min-width:100vw!important;border-radius:0!important;box-sizing:border-box!important}.cart-items__title-row{display:block!important;width:100%!important}.cart-items__unit-price-wrapper{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin-top:4px!important}.cart-summary__taxes-and-shipping-policy,.tax-note,tax-info{display:block!important;width:100%!important;font-size:11px!important;line-height:1.4!important}.cart-summary__taxes-and-shipping-policy *,.tax-note *,tax-info *{display:inline!important;white-space:normal!important}}cart-icon,.header-actions__cart-icon,.header-actions__action,.header__column--right,.header-actions,.header__actions{overflow:visible!important}.header__column--right{padding-right:14px!important}.cart-bubble{position:absolute!important;top:-3px!important;right:-3px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;border-radius:50%!important;background-color:#ff9800!important;color:#000!important;font-size:11px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;z-index:10!important;box-shadow:0 0 0 1.5px #000!important}.cart-bubble__background{border-radius:50%!important}.shopify-policy__container,.policy-container,.main-page-container{max-width:900px!important;margin:0 auto!important;padding:40px 20px!important;box-sizing:border-box!important}.shopify-policy__title,.policy-title{text-align:center!important;margin-bottom:32px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(196,154,42,.3)!important}.shopify-policy__title h1,.shopify-policy__title :is(h1,h2),.policy-title :is(h1,h2){font-family:var(--font-heading--family, var(--font-heading-family, inherit))!important;font-size:2rem!important;font-weight:700!important;color:#111!important;letter-spacing:.5px!important}.shopify-policy__body,.policy-body{font-family:var(--font-body--family, var(--font-body-family, inherit))!important;font-size:15px!important;line-height:1.7!important;color:#222!important}.shopify-policy__body :is(h2,h3,h4),.policy-body :is(h2,h3,h4){font-family:var(--font-heading--family, var(--font-heading-family, inherit))!important;font-weight:700!important;color:#111!important;margin-top:28px!important;margin-bottom:12px!important}.shopify-policy__body p,.policy-body p{margin-bottom:16px!important;color:#333!important}.shopify-policy__body ul,.shopify-policy__body ol,.policy-body ul,.policy-body ol{margin-bottom:20px!important;padding-left:24px!important}.shopify-policy__body li,.policy-body li{margin-bottom:8px!important}.shopify-policy__body a,.policy-body a{color:#c49a2a!important;font-weight:600!important;text-decoration:underline!important;transition:color .2s!important}.shopify-policy__body a:hover,.policy-body a:hover{color:#a37e1c!important}@media screen and (max-width:749px){.shopify-policy__container,.policy-container,.main-page-container{padding:24px 16px!important}.shopify-policy__title h1,.shopify-policy__title :is(h1,h2){font-size:1.6rem!important}.shopify-policy__body,.policy-body{font-size:14.5px!important;line-height:1.65!important}}.z-collection-hero{position:relative!important;background:radial-gradient(circle at 50% 0%,#f0c84a29,#0f0f0ffa 75%),linear-gradient(180deg,#161512,#0d0d0d)!important;border:1px solid rgba(240,200,74,.35)!important;border-radius:20px!important;padding:30px 24px!important;margin-top:10px!important;margin-bottom:24px!important;text-align:center!important;color:#fff!important;box-shadow:0 12px 35px #0006,inset 0 1px 1px #ffffff26!important;overflow:hidden!important}.z-collection-hero__badge{display:inline-flex!important;align-items:center!important;gap:6px!important;background:linear-gradient(135deg,#f0c84a2e,#c49a2a14)!important;border:1px solid rgba(240,200,74,.45)!important;color:#f0c84a!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:1.3px!important;padding:5px 16px!important;border-radius:50px!important;margin-bottom:12px!important;box-shadow:0 4px 12px #f0c84a1f!important}.z-collection-hero__title{font-family:var(--font-heading--family, var(--font-heading-family, inherit))!important;font-size:2.1rem!important;font-weight:700!important;color:#fff!important;margin-bottom:10px!important;line-height:1.25!important;letter-spacing:-.5px!important}.z-collection-hero__gold{color:#f0c84a!important;background:linear-gradient(135deg,#fff0b3,#f0c84a,#c49a2a)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important}.z-collection-hero__subtitle{font-family:var(--font-body--family, var(--font-body-family, inherit))!important;font-size:.96rem!important;color:#ffffffd9!important;max-width:620px!important;margin:0 auto 20px!important;line-height:1.55!important}.z-collection-hero__trust-pills{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:10px!important}.z-trust-pill{display:inline-flex!important;align-items:center!important;gap:6px!important;background:#ffffff0f!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(240,200,74,.28)!important;color:#fff!important;font-size:.78rem!important;font-weight:600!important;padding:7px 16px!important;border-radius:30px!important;transition:all .3s ease!important}.z-trust-pill:hover{background:#f0c84a24!important;border-color:#f0c84a!important;transform:translateY(-2px)!important}.z-trust-icon{color:#f0c84a!important;font-size:.85rem!important}.product-grid-container{background-color:var(--zk-bg-cream, #FAF7F2)!important;padding-top:24px!important}.product-grid__item .product-card,.product-grid__card,.product-card{background:#fff!important;border:1px solid rgba(196,154,42,.35)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 8px 25px #0000000f!important;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease!important;position:relative!important}.product-grid__item:hover .product-card,.product-grid__card:hover,.product-card:hover{transform:translateY(-5px)!important;box-shadow:0 16px 40px #c49a2a40!important;border-color:#c49a2a!important}.product-grid__card .card-gallery,.product-grid__card media-gallery,.product-card .media,.product-card .product-card__image-wrapper{border-radius:14px 14px 0 0!important;overflow:hidden!important}.product-grid__card img,.product-card img{transition:transform .45s cubic-bezier(.16,1,.3,1)!important}.product-grid__card:hover img,.product-card:hover img{transform:scale(1.06)!important}.product-badges__badge,.badge,.product-card .badge,.product-card .badge--sale{background:linear-gradient(135deg,#1a1a1a,#333)!important;color:#f0c84a!important;border:1px solid #C49A2A!important;border-radius:20px!important;padding:5px 14px!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.5px!important;box-shadow:0 4px 12px #00000040!important;text-transform:uppercase!important}.product-grid__card :is(h3,h4,.h4,.product-card__title),.product-card :is(h3,h4,.h4,.product-card__title){font-family:var(--font-heading--family, var(--font-heading-family, inherit))!important;font-size:1.05rem!important;font-weight:700!important;color:#111!important;line-height:1.35!important;margin-bottom:6px!important;transition:color .2s ease!important}.product-grid__card:hover :is(h3,h4,.h4,.product-card__title),.product-card:hover :is(h3,h4,.h4,.product-card__title){color:#c49a2a!important}.product-grid__card .price,.product-card .price,.product-card [data-testid=product-card-price]{font-family:var(--font-body--family, var(--font-body-family, inherit))!important;font-weight:800!important;color:#111!important;font-size:1.15rem!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important}.product-card .price__sale,.product-card .price-item--sale{color:#111!important;font-weight:800!important}.product-card .price__compare,.product-card .price-item--regular,.product-card s{color:#888!important;font-weight:500!important;font-size:.9rem!important;text-decoration:line-through!important}.product-grid__card .quick-add__button,.product-card .quick-add__button,.product-card button[name=add],.product-card .button--primary{background:linear-gradient(135deg,#1a1a1a,#333)!important;color:#f0c84a!important;border:1px solid #C49A2A!important;border-radius:30px!important;font-weight:800!important;font-size:.88rem!important;letter-spacing:.5px!important;padding:12px 20px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .25s ease!important;box-shadow:0 4px 15px #0003!important;cursor:pointer!important;margin-top:10px!important}.product-grid__card .quick-add__button:hover,.product-card .quick-add__button:hover,.product-card button[name=add]:hover{background:linear-gradient(135deg,#f0c84a,#c49a2a)!important;color:#000!important;border-color:#f0c84a!important;transform:scale(1.02)!important}@media screen and (max-width:749px){.z-collection-hero{padding:28px 16px!important;margin-bottom:20px!important;border-radius:14px!important}.z-collection-hero__title{font-size:1.8rem!important}.z-collection-hero__subtitle{font-size:.92rem!important}}.product-card__content,.product-grid__card{padding:0!important}.product-card__content>*:not(.card-gallery):not(slideshow-component):not(media-gallery),.product-grid__card>*:not(.card-gallery):not(slideshow-component):not(media-gallery){padding-inline:14px!important}.product-card__content>*:not(.card-gallery):not(slideshow-component):not(media-gallery):first-of-type{padding-top:14px!important}.product-card__content>*:last-child,.product-grid__card>*:last-child{padding-bottom:14px!important;padding-inline:14px!important}.product-card :is(h3,h4,.h4,.product-card__title),.product-grid__card :is(h3,h4,.h4,.product-card__title){padding:14px 14px 4px!important;margin:0!important;font-family:var(--font-heading--family, var(--font-heading-family, inherit))!important;font-size:1rem!important;font-weight:700!important;color:#111!important;line-height:1.35!important;transition:color .2s ease!important}.product-card:hover :is(h3,h4,.h4,.product-card__title),.product-grid__card:hover :is(h3,h4,.h4,.product-card__title){color:#c49a2a!important}.product-card [ref=priceContainer],.product-grid__card [ref=priceContainer],.product-card div[ref=priceContainer],.product-grid__card div[ref=priceContainer]{display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:wrap!important;gap:6px 8px!important;padding:2px 14px 12px!important;margin:0!important}.product-card .price,.product-grid__card .price{padding:2px 14px 12px!important;margin:0!important;font-family:var(--font-body--family, var(--font-body-family, inherit))!important;font-weight:800!important;color:#111!important;font-size:1.1rem!important;display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:wrap!important;gap:6px 8px!important}.product-card .price-item__group.price,.product-grid__card .price-item__group.price{font-size:1.05rem!important;font-weight:800!important;color:#111!important;order:1!important;padding:0!important;margin:0!important}.product-card .price-item__group.compare-at-price,.product-card .price-item__group.price-item--regular,.product-grid__card .price-item__group.compare-at-price,.product-grid__card .price-item__group.price-item--regular{font-size:.88rem!important;font-weight:500!important;color:#999!important;text-decoration:line-through!important;order:2!important;padding:0!important;margin:0!important}.product-card .quick-add,.product-grid__card .quick-add{padding:0 14px 14px!important}.product-card .quick-add__button,.product-grid__card .quick-add__button,.product-card button[name=add],.product-grid__card button[name=add]{width:100%!important;border-radius:30px!important;background:linear-gradient(135deg,#1a1a1a,#2e2e2e)!important;color:#f0c84a!important;border:1px solid rgba(196,154,42,.8)!important;font-weight:800!important;font-size:.85rem!important;letter-spacing:.4px!important;padding:11px 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;transition:all .25s ease!important;box-shadow:0 4px 15px #0000002e!important;cursor:pointer!important;margin:0!important}.product-card .quick-add__button:hover,.product-grid__card .quick-add__button:hover,.product-card button[name=add]:hover,.product-grid__card button[name=add]:hover{background:linear-gradient(135deg,#f0c84a,#c49a2a)!important;color:#000!important;border-color:#f0c84a!important;box-shadow:0 6px 20px #c49a2a59!important;transform:translateY(-1px)!important}@media screen and (max-width:749px){.product-card :is(h3,h4,.h4,.product-card__title),.product-grid__card :is(h3,h4,.h4,.product-card__title){font-size:.92rem!important;padding:12px 12px 4px!important}.product-card .price,.product-grid__card .price{font-size:1rem!important;padding:0 12px 8px!important}.product-card .quick-add,.product-grid__card .quick-add{padding:0 12px 12px!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/skincare-theme.css.map */
