.about{background:#f5f2ec}.about__hero{background:#06100a;padding:4rem 0 3rem;position:relative;overflow:hidden}.about__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 15% 50%,rgba(194,220,53,.12) 0%,transparent 65%),radial-gradient(ellipse 40% 60% at 85% 30%,rgba(201,162,39,.1) 0%,transparent 60%);pointer-events:none}.about__hero-inner{position:relative;z-index:1;max-width:820px}.about__headline{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.8rem,7vw,6.5rem);line-height:.92;letter-spacing:.03em;color:#f5f2ec;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.1em}.about__headline-line{display:block}.about__headline em{color:#c9a227;font-style:normal}.about__subline{font-family:var(--ff-body, "Inter", sans-serif);font-size:clamp(1rem,2vw,1.2rem);color:#f5f2ec9e;max-width:560px;line-height:1.65}.about__story{display:grid;grid-template-columns:1fr 340px;gap:5rem;padding-top:5rem;padding-bottom:3rem;align-items:start}.about__story-body{display:flex;flex-direction:column;gap:1.6rem}.about__story-body p,.about__lower p{font-family:var(--ff-body, "Inter", sans-serif);font-size:1.05rem;line-height:1.8;color:#071a0fc7}.about__pull-quote{position:sticky;top:calc(var(--header-h, 88px) + 2rem)}.about__pull-quote blockquote{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;letter-spacing:.04em;color:#c9a227;border-left:3px solid #C9A227;padding-left:1.5rem}.about__lower{padding-bottom:2.5rem;display:flex;flex-direction:column;gap:1.6rem;max-width:760px}@media(max-width:900px){.about__story{grid-template-columns:1fr;gap:2rem;padding-top:3rem;padding-bottom:1.5rem}.about__pull-quote{position:static;border-top:1px solid rgba(7,26,15,.08);padding-top:2rem}.about__pull-quote blockquote{font-size:1.5rem}.about__lower{padding-bottom:3rem;max-width:100%}.about__pillars-inner{grid-template-columns:1fr;gap:0}.about__pillar{border-left:none;padding:1.5rem 0;border-top:1px solid rgba(194,220,53,.15)}.about__pillar:first-child{border-top:none;padding-top:0}}@media(max-width:600px){.about__hero{padding:3rem 0 2.25rem}.about__hero-inner{max-width:100%}.about__headline{font-size:clamp(2.4rem,11vw,3.6rem);gap:.05em;margin-bottom:1.25rem}.about__subline{font-size:.95rem}.about__story{padding-top:2.5rem}.about__story-body p,.about__lower p{font-size:.975rem;line-height:1.75}.about__pillars{padding:3rem 0}.about__pillar-icon{font-size:1.4rem}}.announcement-bar{background:#071a0f;border-bottom:1px solid rgba(194,220,53,.25);padding:.55rem 1.5rem;position:relative;z-index:200}.announcement-bar__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:wrap;color:#fff9}.announcement-bar__inner svg{flex-shrink:0;color:#c2dc35}.announcement-bar__text{font-family:var(--ff-body,"Inter",sans-serif);font-size:.78rem;color:#fff9;line-height:1.4;text-align:center}.announcement-bar__text strong{color:#c2dc35;font-weight:600}.announcement-bar__cta{flex-shrink:0;font-family:var(--ff-body,"Inter",sans-serif);font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#071a0f;background:#c2dc35;padding:.2rem .65rem;border-radius:100px;text-decoration:none;white-space:nowrap;transition:background .2s ease}.announcement-bar__cta:hover{background:#cfe84a}@media(max-width:640px){.announcement-bar{padding:.55rem 1rem}.announcement-bar__text{font-size:.72rem}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a0659;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;transition:opacity .34s ease}.cart-drawer-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:100vw;background:#fffdf838;backdrop-filter:blur(72px) saturate(240%) brightness(1.12);-webkit-backdrop-filter:blur(72px) saturate(240%) brightness(1.12);border-left:1px solid rgba(255,255,255,.45);box-shadow:-20px 0 80px #071a0f14,inset 1px 0 #ffffffb3,inset -1px 0 #ffffff1a;z-index:1000;display:flex;flex-direction:column;transform:translate(105%);transition:transform .38s cubic-bezier(.32,0,.15,1);will-change:transform}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{flex-shrink:0;padding:1rem 1rem .75rem}.cart-drawer__header-pill{display:flex;align-items:center;justify-content:space-between;padding:.75rem .75rem .75rem 1.25rem;background:#06100ad1;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border-radius:100px;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #06100a40,inset 0 1px #ffffff12}.cart-drawer__eyebrow{display:block;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.55rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#c9a227;margin-bottom:.1rem}.cart-drawer__title{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.6rem;letter-spacing:.06em;color:#f5f2ec;line-height:.9;margin:0}.cart-drawer__count{color:#f5f2ec59;font-size:1.1rem}.cart-drawer__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#f5f2ec80;background:#ffffff12;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.cart-drawer__close:hover{background:#ffffff24;color:#f5f2ec}.cart-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:.75rem 0}.cart-drawer__body::-webkit-scrollbar{width:2px}.cart-drawer__body::-webkit-scrollbar-track{background:#f5f2ec}.cart-drawer__body::-webkit-scrollbar-thumb{background:#071a0f1a;border-radius:2px}.cd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.1rem;padding:4rem 2rem;text-align:center;height:100%}.cd-empty__icon{color:#071a0f26}.cd-empty__text{font-family:var(--ff-body,"Inter",sans-serif);font-size:.88rem;color:#071a0f66}.cd-empty__btn{font-size:.78rem;padding:.6rem 1.5rem}.cd-item{display:flex;gap:1rem;margin:0 1rem .65rem;padding:1rem;background:#ffffff8c;border:1px solid rgba(255,255,255,.7);border-radius:16px;box-shadow:0 2px 20px #071a0f0a,0 1px #fffffff2 inset;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:opacity .2s,background .2s}.cd-item:last-child{margin-bottom:0}.cd-item.is-loading{opacity:.4;pointer-events:none}.cd-item:hover{background:#ffffffc7}.cd-item__img-wrap{width:70px;height:70px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#f5f2ec}.cd-item__img{width:100%;height:100%;object-fit:cover;display:block}.cd-item__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.6rem;color:#071a0f2e}.cd-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.6rem}.cd-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.cd-item__meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cd-item__name{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.86rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#06100a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s}.cd-item__name:hover{color:#c9a227}.cd-item__variant{font-family:var(--ff-body,"Inter",sans-serif);font-size:.7rem;color:#071a0f66}.cd-item__remove{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:100px;color:#071a0f40;background:#071a0f0a;border:1px solid rgba(7,26,15,.08);cursor:pointer;transition:color .15s,background .15s}.cd-item__remove:hover{color:#06100a;background:#071a0f14}.cd-item__bottom{display:flex;align-items:center;justify-content:space-between}.cd-qty{display:inline-flex;align-items:center;background:#ffffffb3;border:1px solid rgba(7,26,15,.1);border-radius:100px;box-shadow:0 1px #ffffffe6 inset;overflow:hidden}.cd-qty__btn{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;color:#071a0f73;background:none;border:none;cursor:pointer;transition:background .15s,color .15s}.cd-qty__btn:hover{background:#071a0f0f;color:#06100a}.cd-qty__val{min-width:30px;text-align:center;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.88rem;font-weight:600;color:#06100a;letter-spacing:.04em}.cd-item__price{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.2rem;letter-spacing:.04em;color:#4a7a0f}.cart-drawer__footer{flex-shrink:0;padding:1.25rem 1.5rem calc(1.4rem + env(safe-area-inset-bottom));border-top:1px solid rgba(7,26,15,.08);background:#fffdf873;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.cd-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.cd-subtotal__label{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#071a0f66}.cd-subtotal__price{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.7rem;letter-spacing:.04em;color:#06100a}.cd-tax-note{font-family:var(--ff-body,"Inter",sans-serif);font-size:.7rem;color:#071a0f59;margin-bottom:1rem}.cd-checkout{position:relative;display:flex;align-items:center;justify-content:center;width:100%;background:#06100a;color:#f5f2ec;border:2px solid #06100A;border-radius:100px;padding:.55rem 3.2rem .55rem 1rem;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;margin-bottom:.65rem;transition:background .2s,transform .12s;cursor:pointer}.cd-checkout:hover{background:#0d1f13}.cd-checkout:active{transform:scale(.98)}.cd-checkout__circle{position:absolute;right:.45rem;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#c2dc35;border-radius:50%;color:#06100a;flex-shrink:0;transition:background .2s}.cd-checkout:hover .cd-checkout__circle{background:#d4f040}.cd-view-cart{display:block;text-align:center;font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem;color:#071a0f59;transition:color .15s}.cd-view-cart:hover{color:#071a0fb3}.cd-trust{display:flex;justify-content:space-between;gap:.5rem;padding:.75rem 0;border-top:1px solid rgba(7,26,15,.06);border-bottom:1px solid rgba(7,26,15,.06);margin-bottom:1rem}.cd-trust__item{display:flex;flex-direction:column;align-items:center;gap:.3rem;flex:1;text-align:center;color:#071a0f66}.cd-trust__item svg{color:#c9a227;flex-shrink:0}.cd-trust__item span{font-family:var(--ff-body,"Inter",sans-serif);font-size:.62rem;color:#071a0f73;line-height:1.3}@media(max-width:480px){.cart-drawer{width:100vw;border-left:none;box-shadow:0 0 60px #071a0f1f}.cd-item{margin:0 .75rem .5rem}.cart-drawer__footer{padding:1rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom))}}.coll-page{background:#f5f2ec;min-height:60vh}.coll-page__bar{background:#f5f2ec;border-bottom:1px solid rgba(0,0,0,.07);padding:2rem var(--container-pad, 2rem) 1.5rem}.coll-page__bar-inner{max-width:var(--container-max, 1400px);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.coll-page__eyebrow{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.25rem}.coll-page__eyebrow-line{display:block;width:40px;height:1px;background:#c9a227;opacity:.5;flex-shrink:0}.coll-page__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:.04em;color:#0d0d0d;line-height:1}.coll-page__toolbar-row{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.07);width:100%}.coll-page__count{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#00000059;white-space:nowrap}.coll-page__sort{display:flex;align-items:center;gap:.6rem}.coll-page__sort-label{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#0006}.coll-page__sort-select{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.78rem;font-weight:600;letter-spacing:.08em;color:#0d0d0d;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:6px;padding:.35rem 2rem .35rem .75rem;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.coll-page__container{max-width:var(--container-max, 1400px);margin:0 auto;padding:2.5rem var(--container-pad, 2rem) 3.5rem}.coll-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.coll-page .product-card{background:#faf8f4;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000f;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.coll-page .product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a,0 20px 48px #0000001a}.coll-page .product-card__image-wrap{display:block;aspect-ratio:4 / 5;overflow:hidden;background:#ede9e0}.coll-page .product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.coll-page .product-card:hover .product-card__img{transform:scale(1.04)}.coll-page .product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.coll-page .product-card__info{display:flex;flex-direction:column;gap:.75rem;padding:.9rem;border-top:1px solid rgba(0,0,0,.09)}.coll-page .product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.coll-page .product-card__title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.06em;color:#0d0d0d;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;flex:1;min-width:0}.coll-page .product-card__price{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;font-weight:600;color:#333;flex-shrink:0}.coll-page .product-card__form{display:contents}.coll-page .product-card__atc{width:100%!important;padding:.4rem .4rem .4rem 1rem!important;border-radius:100px!important;background:#08180eeb!important;border:1.5px solid #C2DC35!important;display:flex!important;align-items:center!important;gap:0!important;cursor:pointer!important;transition:background .22s ease,box-shadow .22s ease!important;-webkit-appearance:none!important;appearance:none!important}.coll-page .product-card__atc:hover{background:#08180e!important;box-shadow:0 0 16px #c2dc3533!important}.coll-page .product-card__atc:active{transform:translateY(1px) scale(.98)!important}.coll-page .product-card__atc:disabled{opacity:.4!important;cursor:not-allowed!important}.coll-page .product-card__atc-label{font-family:var(--ff-heading, "Oswald", sans-serif)!important;font-size:.75rem!important;font-weight:600!important;letter-spacing:.16em!important;text-transform:uppercase!important;color:#fff!important;white-space:nowrap!important;flex:1!important}.coll-page .product-card__atc-circle{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#c2dc35!important;color:#06100a!important;flex-shrink:0!important;transition:background .22s ease,transform .22s ease!important}.coll-page .product-card__atc:hover .product-card__atc-circle{background:#cfe84a!important;transform:translate(2px)!important}.coll-page__pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem}.coll-page__page-btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:8px;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.06em;color:#0d0d0d;background:#fff;border:1px solid rgba(0,0,0,.1);text-decoration:none;transition:background .2s ease,border-color .2s ease}.coll-page__page-btn:hover{background:#f0ede6;border-color:#0003}.coll-page__page-btn--active{background:#08180eeb;border-color:#c2dc35;color:#fff}.coll-page__page-ellipsis{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;color:#00000059;padding:0 .25rem}.coll-page__empty{text-align:center;padding:5rem 0;font-family:var(--ff-body, "Inter", sans-serif);color:#0006}@media(min-width:601px){.coll-page__bar-inner{flex-direction:row;align-items:center;justify-content:space-between;text-align:left}.coll-page__eyebrow{justify-content:flex-start}.coll-page__toolbar-row{margin-top:0;padding-top:0;border-top:none;width:auto;flex-shrink:0}}@media(max-width:900px){.coll-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:600px){.coll-page__bar{padding:1.5rem 1.25rem 1.25rem}.coll-page__sort-label{display:none}.coll-page__container{padding:1.5rem 1rem 2.5rem}.coll-page__grid{gap:.75rem}.coll-page .product-card__info{padding:.65rem;gap:.55rem}.coll-page .product-card__title{font-size:.72rem;letter-spacing:.01em;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;min-height:unset}.coll-page .product-card__price{font-size:.75rem}.coll-page .product-card__atc-label{font-size:.7rem;letter-spacing:.08em}}.contact-page{background:#f5f2ec}.contact-page__body{display:grid;grid-template-columns:380px 1fr;gap:5rem;padding-top:4rem;padding-bottom:6rem;align-items:start}.contact-page__info{display:flex;flex-direction:column;gap:1rem}.contact-page__card{display:flex;gap:1.1rem;align-items:flex-start;background:#ffffffa6;border:1px solid rgba(7,26,15,.08);border-radius:14px;padding:1.4rem 1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:box-shadow .2s ease,transform .2s ease}.contact-page__card:hover{box-shadow:0 6px 24px #071a0f14;transform:translateY(-2px)}.contact-page__card-icon{color:#c9a227;flex-shrink:0;margin-top:2px;display:flex}.contact-page__card-label{display:block;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#071a0f73;margin-bottom:.3rem}.contact-page__card-value{display:block;font-family:var(--ff-body, "Inter", sans-serif);font-size:1rem;font-weight:600;color:#06100a;text-decoration:none;transition:color .18s ease}.contact-page__card-value:hover{color:#c9a227}.contact-page__card-value--text{font-weight:500}.contact-page__card-note{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#071a0f7a;margin:.25rem 0 0;line-height:1.5}.contact-page__form-wrap{position:sticky;top:calc(var(--header-h, 88px) + 2rem)}.contact-page__form-heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2rem,3.5vw,2.8rem);letter-spacing:.04em;color:#06100a;margin-bottom:.4rem;line-height:1}.contact-page__form-subtext{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#071a0f85;margin-bottom:2rem;line-height:1.6}.contact-page__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.contact-page__field{display:flex;flex-direction:column;gap:.4rem}.contact-page__field--full{grid-column:1 / -1}.contact-page__label{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#071a0f8c}.contact-page__input{background:#ffffffb3;border:1px solid rgba(7,26,15,.12);border-radius:10px;padding:.85rem 1rem;font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;color:#06100a;width:100%;transition:border-color .2s ease,box-shadow .2s ease;outline:none;-webkit-appearance:none;appearance:none}.contact-page__input::placeholder{color:#071a0f52}.contact-page__input:focus{border-color:#c9a227;box-shadow:0 0 0 3px #c9a2271f}.contact-page__select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2306100A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.contact-page__textarea{resize:vertical;min-height:140px}.contact-page__submit{position:relative;display:flex;align-items:center;justify-content:center;margin-top:.25rem;width:100%;background:#06100a;color:#f5f2ec;border:none;border-radius:100px;padding:.55rem 3.2rem .55rem 1rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .12s}.contact-page__submit:hover{background:#0d1f13}.contact-page__submit:active{transform:scale(.98)}.contact-page__submit-circle{position:absolute;right:.45rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#c2dc35;border-radius:50%;color:#06100a;flex-shrink:0;transition:background .2s}.contact-page__submit:hover .contact-page__submit-circle{background:#d4f040}.contact-page__success{display:flex;align-items:center;gap:.75rem;background:#c2dc351a;border:1px solid rgba(194,220,53,.3);border-radius:10px;padding:1rem 1.25rem;font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;color:#06100a;margin-bottom:1.5rem}.contact-page__mobile-strip{display:none}@media(max-width:1024px){.contact-page__body{grid-template-columns:320px 1fr;gap:3rem}}@media(max-width:800px){.contact-page__body{grid-template-columns:1fr;gap:0;padding-top:1.5rem;padding-bottom:2rem}.contact-page__form-wrap{position:static;order:-1}.contact-page__info{display:none}.contact-page__fields{grid-template-columns:1fr;gap:.5rem;margin-bottom:.75rem}.contact-page__field--full{grid-column:1}.contact-page__form-heading{font-size:1.6rem;margin-bottom:.75rem;text-align:center}.contact-page__form-subtext{display:none}.contact-page__mobile-strip{display:flex;flex-direction:row;justify-content:space-between;gap:.25rem;margin-bottom:1rem;margin-top:.25rem;padding:.6rem .75rem;background:#fff9;border:1px solid rgba(7,26,15,.08);border-radius:10px}.contact-page__strip-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-family:var(--ff-body, "Inter", sans-serif);font-size:.7rem;font-weight:500;color:#071a0fa6;text-decoration:none;text-align:center;flex:1}.contact-page__strip-item+.contact-page__strip-item{border-left:1px solid rgba(7,26,15,.07);padding-left:.25rem}.contact-page__strip-item svg{color:#c9a227}.contact-page__input{padding:.6rem .85rem;font-size:.9rem}.contact-page__label{font-size:.68rem}.contact-page__textarea{min-height:72px}.contact-page__submit{margin-top:.5rem}}.delivery{background:#f5f2ec}.delivery__body{padding-block:1.25rem 4rem;max-width:1100px}.delivery__eyebrow{display:block;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.65rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:#c9a227;margin-bottom:.4rem}.delivery__headline{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(1.8rem,4vw,2.6rem);line-height:1;letter-spacing:.03em;color:#06100a;margin-bottom:.4rem}.delivery__intro{font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#071a0f99;line-height:1.6;max-width:100%;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(7,26,15,.1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delivery__intro p{margin:0}.delivery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:2rem}.delivery__card{background:#fff;border:1px solid rgba(7,26,15,.07);border-radius:14px;padding:1.1rem 1.25rem 1.25rem;box-shadow:0 2px 12px #071a0f0d}.delivery__card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.delivery__card-icon{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#c2dc351f;border-radius:8px;color:#4a7a0f}.delivery__card-title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#06100a;margin-bottom:.5rem}.delivery__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.delivery__list li{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#071a0f99;line-height:1.6;padding-left:1rem;position:relative}.delivery__list li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:#c2dc35}.delivery__list strong{color:#06100a;font-weight:600}.delivery__notes{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.delivery__note{background:#fff;border:1px solid rgba(7,26,15,.07);border-radius:14px;padding:1rem 1.25rem 1.1rem;box-shadow:0 2px 12px #071a0f0d}.delivery__note--caution{background:#c9a22712;border-color:#c9a22759;box-shadow:0 2px 12px #c9a22714}.delivery__note-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.delivery__note-icon{flex-shrink:0;color:#c9a227}.delivery__note-title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#8a6a10}.delivery__note--caution .delivery__note-text{color:#5a3c05a6}.delivery__note-text{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#071a0f99;line-height:1.6}.delivery__contact{margin-top:1.25rem}.delivery__contact-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:.55rem 2.5rem .55rem 1rem;background:#f5f2ec;border:1.5px solid rgba(6,16,10,.25);border-radius:100px;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#06100a;text-decoration:none;transition:background .2s,transform .12s}.delivery__contact-btn:hover{background:#06100a0d}.delivery__contact-btn:active{transform:scale(.98)}.delivery__contact-circle{position:absolute;right:.45rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#c2dc35;border-radius:50%;color:#06100a;transition:background .2s}.delivery__contact-btn:hover .delivery__contact-circle{background:#d4f040}@media(max-width:700px){.delivery__body{padding-block:1.75rem 3rem}.delivery__grid{grid-template-columns:1fr;gap:.85rem}.delivery__notes{grid-template-columns:1fr}.delivery__card{padding:1rem 1.1rem 1.1rem}.delivery__note{padding:.9rem 1.1rem 1rem}.delivery__intro{white-space:normal}}.faq-page{background:#f5f2ec}.faq-hero{background:#071a0f;padding:2rem var(--container-pad, 2rem);position:relative;overflow:hidden}.faq-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 50% 110%,rgba(194,220,53,.06) 0%,transparent 70%),radial-gradient(ellipse 40% 60% at 20% 50%,rgba(201,162,39,.04) 0%,transparent 60%);pointer-events:none}.faq-hero__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.faq-hero__deco{display:flex;align-items:center;gap:1rem;color:#c9a227;opacity:.6;margin-bottom:.75rem}.faq-hero__deco-line{display:block;width:60px;height:1px;background:linear-gradient(90deg,transparent,#C9A227)}.faq-hero__deco-line--right{background:linear-gradient(90deg,#C9A227,transparent)}.faq-hero__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.5rem}.faq-hero__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:.95;letter-spacing:.03em;color:#fff;margin-bottom:.75rem}.faq-hero__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;color:#ffffff73;line-height:1.7;max-width:420px}.faq-hero__link{color:#c2dc35;text-decoration:none}.faq-hero__link:hover{text-decoration:underline}.faq-topics{background:#f5f2ec;padding:calc(3rem - 30px) var(--container-pad, 2rem) 3rem;border-bottom:1px solid rgba(0,0,0,.07)}.faq-topics__inner{max-width:var(--container-max, 1400px);margin:0 auto}.faq-topics__label{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:1.75rem}.faq-topics__label-line{display:block;flex:1;max-width:80px;height:1px;background:#c9a227;opacity:.4}.faq-topics__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.faq-topic-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem;background:#ffffffb3;border:1.5px solid rgba(0,0,0,.07);border-radius:14px;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 2px 8px #0000000a}.faq-topic-card:hover{border-color:#c9a22759;transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.faq-topic-card--active{background:#071a0f;border-color:#c2dc35;box-shadow:0 4px 20px #08180e33}.faq-topic-card__icon{color:#c9a227}.faq-topic-card--active .faq-topic-card__icon{color:#c2dc35}.faq-topic-card__name{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#0d0d0d}.faq-topic-card--active .faq-topic-card__name{color:#fff}.faq-topic-card__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.75rem;color:#0006;line-height:1.45}.faq-topic-card--active .faq-topic-card__desc{color:#ffffff80}.faq-main{padding:3.5rem var(--container-pad, 2rem);background:#f5f2ec}.faq-main__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:3.5rem;align-items:start}.faq-sidebar{position:sticky;top:100px}.faq-sidebar__mobile-label{display:none}.faq-sidebar__scroll-wrap{display:block}.faq-sidebar__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:1.5rem;letter-spacing:.04em;color:#0d0d0d;line-height:1.05;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.faq-sidebar__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.15rem}.faq-sidebar__btn{display:block;width:100%;text-align:left;font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#0006;background:none;border:none;border-left:2px solid transparent;padding:.55rem .85rem;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease;border-radius:0 6px 6px 0}.faq-sidebar__btn:hover{color:#0d0d0d;background:#0000000a}.faq-sidebar__btn--active{color:#071a0f;border-left-color:#c2dc35;font-weight:600;background:#c2dc3514}.faq-accordion{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 16px #0000000d;overflow:hidden;padding:0 1.75rem}.faq-group--hidden{display:none}.faq-item{border-bottom:1px solid rgba(0,0,0,.07)}.faq-item:last-child{border-bottom:none}.faq-item__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 0;font-family:var(--ff-body, "Inter", sans-serif);font-size:.98rem;font-weight:600;color:#0d0d0d;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq-item__q::-webkit-details-marker{display:none}.faq-item__icon{width:30px;height:30px;border-radius:50%;border:1.5px solid rgba(0,0,0,.12);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;transition:background .2s ease,border-color .2s ease}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;background:#0d0d0d;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.faq-item__icon:before{width:11px;height:1.5px}.faq-item__icon:after{width:1.5px;height:11px}.faq-item[open] .faq-item__icon{background:#071a0f;border-color:#c2dc35}.faq-item[open] .faq-item__icon:before,.faq-item[open] .faq-item__icon:after{background:#c2dc35}.faq-item[open] .faq-item__icon:after{transform:rotate(90deg);opacity:0}.faq-item__a{padding:0 0 1.3rem}.faq-item__a p{font-family:var(--ff-body, "Inter", sans-serif);font-size:.92rem;color:#0000008c;line-height:1.78;max-width:680px}.faq-inline-link{color:#c9a227;text-decoration:none}.faq-inline-link:hover{text-decoration:underline}.faq-cta{background:#f5f2ec;padding:3rem var(--container-pad, 2rem);border-top:1px solid rgba(7,26,15,.08)}.faq-cta__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem}.faq-cta__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;color:#c9a227;margin-bottom:.4rem}.faq-cta__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:.04em;color:#071a0f;line-height:1;margin-bottom:.5rem}.faq-cta__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#071a0f73}.faq-cta__right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.faq-cta__email{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#ffffff80;text-decoration:none;transition:color .2s ease}.faq-cta__email:hover{color:#ffffffd9}.faq-cta__btn{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#071a0f;background:#f5f2ec;padding:.45rem .45rem .45rem 1.5rem;border:1.5px solid rgba(7,26,15,.3);border-radius:100px;text-decoration:none;transition:border-color .22s ease}.faq-cta__btn:hover{border-color:#071a0f}.faq-cta__btn:active{transform:translateY(1px) scale(.98)}.faq-cta__btn-circle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#c2dc35;color:#06100a;flex-shrink:0;transition:background .22s ease,transform .22s ease}.faq-cta__btn:hover .faq-cta__btn-circle{background:#cfe84a;transform:translate(3px)}@media(max-width:900px){.faq-topics{display:none}.faq-main{padding-top:0}.faq-main__inner{grid-template-columns:1fr;gap:0}.faq-sidebar{position:static;padding:0;background:#f5f2ec;width:100%}.faq-sidebar__heading{display:none}.faq-sidebar__mobile-label{display:flex;align-items:center;gap:.75rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.65rem;font-weight:600;letter-spacing:.22em;color:#c9a227;padding:0 1.5rem;margin-bottom:.65rem;text-align:center}.faq-sidebar__mobile-label:before,.faq-sidebar__mobile-label:after{content:"";display:block;flex:1;height:1px;background:#c9a227;opacity:.4}.faq-sidebar__scroll-wrap{padding-bottom:1.25rem;border-bottom:1px solid rgba(7,26,15,.08);width:100%}.faq-sidebar__list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0 1.5rem}.faq-sidebar__btn{border-left:none;border-radius:10px;padding:.65rem .75rem;font-size:.8rem;font-weight:600;text-align:center;background:#0000000d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.faq-sidebar__list li:last-child{grid-column:1 / -1;display:flex;justify-content:center}.faq-sidebar__list li:last-child .faq-sidebar__btn{width:calc(50% - .25rem)}.faq-sidebar__btn--active{background:#071a0f;color:#fff;border-left-color:transparent}.faq-cta__inner{flex-direction:column;align-items:flex-start;gap:1.5rem}}@media(max-width:640px){.faq-hero{padding:1.5rem 1.25rem}.faq-main{padding:0 1.25rem 1.5rem}.faq-accordion{padding:0 1rem}.faq-cta{padding:2.5rem 1.25rem}.faq-cta__right{width:100%;flex-direction:column;align-items:stretch}.faq-cta__btn{display:flex;position:relative;width:100%;justify-content:center;padding:.55rem 2.5rem .55rem 1rem;gap:0}.faq-cta__btn-circle{position:absolute;right:.45rem;top:50%;transform:translateY(-50%);width:28px;height:28px}.faq-cta__btn:hover .faq-cta__btn-circle{transform:translateY(-50%);background:#cfe84a}}.feat-products{background:#f5f2ec;padding-block:2.5rem 1.25rem}.feat-products__container{max-width:var(--container-max, 1400px);margin:0 auto;padding-inline:var(--container-pad, 2rem)}.feat-products__header{text-align:center;margin-bottom:2.5rem}.feat-products__eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.75rem}.feat-products__eyebrow-line{display:block;flex:1;max-width:80px;height:1px;background:#c9a227;opacity:.5}.feat-products__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:.04em;color:#0d0d0d;line-height:1}.feat-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:#faf8f4;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.07);box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000f;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a,0 20px 48px #0000001a}.product-card__image-wrap{display:block;aspect-ratio:4 / 5;overflow:hidden;background:#ede9e0}.product-card__img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.product-card__info{display:flex;flex-direction:column;gap:.75rem;padding:.9rem;border-top:1px solid rgba(0,0,0,.09)}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.85rem;font-weight:700;letter-spacing:.06em;color:#0d0d0d;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;flex:1;min-width:0}.product-card__price{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;font-weight:600;color:#333;flex-shrink:0}.product-card__form{display:contents}.product-card__atc{width:100%;padding:.35rem .35rem .35rem 1.5rem;border-radius:100px;background:#08180eeb;border:1.5px solid #C2DC35;display:flex;align-items:center;cursor:pointer;transition:background .22s ease,box-shadow .22s ease}.product-card__atc:hover{background:#08180e;box-shadow:0 0 16px #c2dc3533}.product-card__atc:active{transform:translateY(1px) scale(.98)}.product-card__atc:disabled{opacity:.4;cursor:not-allowed}.product-card__atc-label{flex:1;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff;white-space:nowrap}.product-card__atc-circle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#c2dc35;color:#06100a;flex-shrink:0;transition:background .22s ease,transform .22s ease}.product-card__atc:hover .product-card__atc-circle{background:#cfe84a;transform:translate(2px)}.feat-products__cta-wrap{display:flex;justify-content:center;margin-top:2.5rem}.feat-products__cta{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.9rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:#08180eeb;padding:.5rem .5rem .5rem 1.85rem;border:1.5px solid #C2DC35;border-radius:100px;transition:background .22s ease,box-shadow .22s ease;text-decoration:none}.feat-products__cta:hover{background:#08180e;box-shadow:0 0 16px #c2dc3533}.feat-products__cta:active{transform:translateY(1px) scale(.98)}.feat-products__cta-circle{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#c2dc35;color:#06100a;flex-shrink:0;transition:background .22s ease,transform .22s ease}.feat-products__cta:hover .feat-products__cta-circle{background:#cfe84a;transform:translate(3px)}@media(max-width:900px){.feat-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.feat-products{padding-block:1.25rem 1rem}.feat-products__cta-wrap{margin-top:2rem}.feat-products__grid{gap:.75rem}.product-card__info{padding:.65rem;gap:.55rem}.product-card__title{font-size:.75rem;white-space:normal;overflow:visible;text-overflow:unset;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.product-card__price{font-size:.75rem}.product-card__atc{padding:.38rem .38rem .38rem 1rem}.product-card__atc-label{font-size:.68rem;letter-spacing:.14em}}footer,#shopify-section-footer,.shopify-section-group-footer-group{background:#030c06}html,body{background:#030c06}.footer__body{background:#06100a;border-top:1px solid rgba(255,255,255,.06);padding:4rem 0 3rem}.footer__inner{max-width:var(--container-max, 1400px);margin:0 auto;padding-inline:var(--container-pad, 2rem);display:grid;grid-template-columns:1fr 2.5fr;gap:2.5rem;align-items:start}.footer__logo{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;margin-bottom:1.25rem}.footer__logo-icon{color:#c9a227;display:flex}.footer__logo-name{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:1.65rem;letter-spacing:.1em;color:#fff;line-height:1}.footer__tagline{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#c9a227;margin-bottom:1rem}.footer__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;line-height:1.7;color:#ffffff73;max-width:300px;margin-bottom:1.75rem}.footer__social{display:flex;gap:.75rem}.footer__social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#ffffff8c;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.footer__social-link:hover{background:#c9a22726;border-color:#c9a22759;color:#c9a227}.footer__nav-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem}.footer__nav-heading{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffe6;margin-bottom:1.1rem;padding-bottom:.65rem;border-bottom:1px solid rgba(201,162,39,.2)}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__nav-list a{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;color:#ffffff73;text-decoration:none;transition:color .15s}.footer__nav-list a:hover{color:#c9a227}.footer__trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__payment-box{display:flex;flex-direction:column;gap:.65rem}.footer__payment-method{font-family:var(--ff-body,"Inter",sans-serif);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c2dc35;margin:0}.footer__payment-details{list-style:none;padding:0;margin:0;background:#ffffff0a;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.07)}.footer__payment-details li{display:flex;justify-content:space-between;align-items:center;padding:.4rem .7rem;border-bottom:1px solid rgba(255,255,255,.05);font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem}.footer__payment-details li:last-child{border-bottom:none}.footer__payment-details li span:first-child{color:#ffffff59}.footer__payment-details li span:last-child{color:#fffc;font-weight:600}.footer__payment-acc{color:#c2dc35!important;letter-spacing:.03em}.footer__payment-note{font-family:var(--ff-body,"Inter",sans-serif);font-size:.73rem;color:#ffffff59;line-height:1.55;margin:0}.footer__payment-note a{color:#c2dc35b3;text-decoration:none}.footer__payment-note a:hover{color:#c2dc35}.footer__trust-list li{display:flex;align-items:flex-start;gap:.55rem;font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#ffffff73;line-height:1.45}.footer__trust-icon{color:#c9a227;flex-shrink:0;margin-top:1px;display:flex}.footer__legal-bar{background:#030c06;border-top:1px solid rgba(255,255,255,.05);padding:1.1rem 0}.footer__legal-inner{max-width:var(--container-max, 1400px);margin:0 auto;padding-inline:var(--container-pad, 2rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.footer__copyright{font-family:var(--ff-body, "Inter", sans-serif);font-size:.78rem;color:#ffffff4d}.footer__disclaimer{font-family:var(--ff-body, "Inter", sans-serif);font-size:.65rem;color:#fff3;flex:1;text-align:right;line-height:1.5}@media(max-width:768px){.footer__body{padding:3rem 0 1rem}.footer__inner{grid-template-columns:1fr;gap:2.5rem}.footer__nav-cols{grid-template-columns:1fr 1fr;gap:1.75rem}.footer__nav-col--trust{grid-column:1 / -1;margin-bottom:0}.footer__desc{max-width:100%}.footer__legal-inner{flex-direction:column;align-items:flex-start;gap:.5rem}.footer__disclaimer{text-align:left}}@media(max-width:480px){.footer__nav-cols{grid-template-columns:1fr}.footer__nav-col--trust{grid-column:auto}}@media(max-width:768px){.footer__trust-list{display:flex;flex-direction:column;gap:0}.footer__trust-list li{flex-direction:row;align-items:center;gap:.65rem;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;padding:.55rem 0;font-size:.82rem;line-height:1.4}.footer__trust-list li:last-child{border-bottom:none}.footer__trust-icon{width:auto;height:auto;background:none;border-radius:0;display:flex;align-items:center;justify-content:center;margin-top:0;flex-shrink:0}}.site-header-section,#shopify-section-header{border:none;outline:none}.site-header-glow{position:fixed;top:0;left:0;right:0;height:90px;z-index:199;pointer-events:none;background:transparent}body:not(.template-index) .site-header-glow{background:radial-gradient(ellipse 50% 180% at 10% 50%,rgba(194,220,53,.18) 0%,transparent 70%),radial-gradient(ellipse 40% 180% at 90% 50%,rgba(201,162,39,.14) 0%,transparent 70%),radial-gradient(ellipse 30% 120% at 50% 0%,rgba(194,220,53,.08) 0%,transparent 60%),#06100a}.site-header{position:fixed;top:10px;left:10px;right:10px;z-index:200;background:#06100a9e;border-radius:16px;border:1px solid rgba(255,255,255,.14);border-top-color:#ffffff3d;border-bottom-color:#ffffff0f;box-shadow:0 12px 48px #00000047;backdrop-filter:blur(56px) saturate(280%) brightness(1.12);-webkit-backdrop-filter:blur(56px) saturate(280%) brightness(1.12);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease}.site-header.is-scrolled{background:#06100a6b;border-color:#ffffff14;box-shadow:0 12px 48px #0006}@media(max-width:480px){.site-header{top:6px;left:6px;right:6px;border-radius:10px}}.site-header__wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 2rem 0 clamp(3rem,6vw,7rem);height:68px}.site-header__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;justify-self:start;align-self:center}.site-header__logo-img{height:60px;width:auto;object-fit:contain;display:block;margin:0}.site-header__logo-mark{display:flex;align-items:center;flex-shrink:0}.site-header__logo-text{display:flex;flex-direction:column;line-height:1;gap:0}.site-header__logo-snap{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:1.6rem;letter-spacing:.12em;color:#c9a227}.site-header__logo-vapes{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.65rem;font-weight:500;letter-spacing:.35em;color:#c9a227;margin-top:-.1rem}.site-header__nav{display:flex;justify-content:center}.site-header__nav-list{display:flex;align-items:center;gap:2.25rem;list-style:none;margin:0;padding:0}.site-header__nav-link{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;font-weight:400;letter-spacing:.02em;color:#ffffffc7;text-decoration:none;padding-bottom:3px;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.site-header__nav-link:hover{color:#fff;border-bottom-color:#c9a22766}.site-header__nav-link.is-active{color:#c9a227;font-weight:600;border-bottom-color:#c9a227}.site-header__actions{display:flex;align-items:center;gap:.35rem;justify-content:flex-end}.site-header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#ffffffd9;border-radius:50%;transition:color .2s ease,background .2s ease;text-decoration:none;position:relative}.site-header__icon:hover{color:#fff;background:#ffffff12}.site-header__cart-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:#c9a227;color:#06100a;font-family:var(--ff-body, "Inter", sans-serif);font-size:.6rem;font-weight:700;border-radius:100px;display:flex;align-items:center;justify-content:center;line-height:1}.site-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background .2s ease}.site-header__hamburger:hover{background:#ffffff12}.site-header__bar{display:block;width:100%;height:2px;background:#ffffffd9;border-radius:2px;transition:transform .28s ease,opacity .2s ease,width .28s ease;transform-origin:center}.site-header__hamburger.is-open .site-header__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open .site-header__bar:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__hamburger.is-open .site-header__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile-nav{display:none;overflow:hidden;background:#06100a6b;backdrop-filter:blur(52px) saturate(240%) brightness(.94);-webkit-backdrop-filter:blur(52px) saturate(240%) brightness(.94);border:none;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.site-header__mobile-nav.is-open{border-top:1px solid rgba(255,255,255,.1);max-height:520px}.site-header__mobile-nav ul{padding:1.25rem 1.5rem 1.75rem;list-style:none;display:flex;flex-direction:column;gap:0}.site-header__mobile-link{display:block;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1.1rem;font-weight:500;letter-spacing:.08em;color:#ffffffd1;text-decoration:none;padding:.75rem .25rem;border-bottom:1px solid rgba(255,255,255,.07);transition:color .18s ease,padding-left .2s ease}.site-header__mobile-link:last-child{border-bottom:none}.site-header__mobile-link:hover,.site-header__mobile-link.is-active{color:#c9a227;padding-left:.75rem}body:not(.template-index) .site-header__mobile-nav{background:#f5f2ec85;backdrop-filter:blur(52px) saturate(220%) brightness(1.04);-webkit-backdrop-filter:blur(52px) saturate(220%) brightness(1.04)}body:not(.template-index) .site-header__mobile-nav.is-open{border-top:1px solid rgba(7,26,15,.08)}body:not(.template-index) .site-header__mobile-link{color:#071a0fb8;border-bottom-color:#071a0f12}body:not(.template-index) .site-header__mobile-link:hover,body:not(.template-index) .site-header__mobile-link.is-active{color:#c9a227}.site-header.nav-is-open{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border-color:transparent!important}@keyframes nav-link-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.site-header__mobile-nav,.site-header__mobile-nav.is-open,body:not(.template-index) .site-header__mobile-nav{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-top:none!important}.site-header__mobile-nav ul{position:relative!important;z-index:1!important}.site-header__mobile-nav ul{padding:1rem 0 1.5rem!important;align-items:center!important;text-align:center!important;gap:.4rem!important}.site-header__mobile-nav li{display:flex!important;justify-content:center!important;width:100%!important}.site-header__mobile-link{text-align:center!important;padding:.5rem 1.6rem!important;border-bottom:none!important;border-radius:100px!important;font-family:var(--ff-heading, "Oswald", sans-serif)!important;font-size:.9rem!important;font-weight:400!important;letter-spacing:.22em!important;color:#c9a227!important;background:#06100ad1!important;backdrop-filter:blur(48px)!important;-webkit-backdrop-filter:blur(48px)!important;border:1px solid rgba(201,162,39,.28)!important;box-shadow:none!important;opacity:1;transform:none;transition:color .2s ease,background .2s ease,border-color .2s ease!important;display:inline-block!important}.site-header__mobile-link.is-active{color:#c2dc35!important;border-color:#c2dc3540!important}.site-header__mobile-link:hover{color:#fff!important;background:#06100abf!important;border-color:#fff3!important;padding-left:1.75rem!important}.site-header__mobile-nav.is-open li .site-header__mobile-link{animation:nav-link-in .42s cubic-bezier(.22,1,.36,1) forwards}.site-header__mobile-nav.is-open li:nth-child(1) .site-header__mobile-link{animation-delay:60ms}.site-header__mobile-nav.is-open li:nth-child(2) .site-header__mobile-link{animation-delay:.13s}.site-header__mobile-nav.is-open li:nth-child(3) .site-header__mobile-link{animation-delay:.2s}.site-header__mobile-nav.is-open li:nth-child(4) .site-header__mobile-link{animation-delay:.27s}.site-header__mobile-nav.is-open li:nth-child(5) .site-header__mobile-link{animation-delay:.34s}@media(max-width:900px){.site-header__nav{display:none}.site-header__hamburger{display:flex}.site-header__mobile-nav{display:block}.site-header__wrap{display:flex;justify-content:space-between;align-items:center;height:58px;min-height:58px;padding:0 1rem 0 .6rem;overflow:visible}.site-header__logo-img{height:44px;margin:4px 0 0}.site-header__actions{gap:0}.site-header__icon,.site-header__hamburger{width:36px;height:36px}}@media(max-width:480px){.site-header__logo-snap{font-size:1.3rem}.site-header__logo-vapes{font-size:.58rem}.site-header__wrap{padding:0 .75rem}}body:not(.template-index) .site-header{background:#ffffff94;border-color:transparent;box-shadow:0 8px 32px #071a0f1a;backdrop-filter:blur(48px) saturate(200%) brightness(1.04);-webkit-backdrop-filter:blur(48px) saturate(200%) brightness(1.04)}body:not(.template-index) .site-header.is-scrolled{background:#f5f2ecd1;border-color:transparent;box-shadow:0 8px 32px #071a0f1f}body:not(.template-index) .site-header__nav-link{color:#071a0fad}body:not(.template-index) .site-header__nav-link:hover{color:#071a0f;border-bottom-color:#c9a22780}body:not(.template-index) .site-header__nav-link.is-active{color:#c9a227;border-bottom-color:#c9a227}body:not(.template-index) .site-header__icon{color:#071a0fad}body:not(.template-index) .site-header__icon:hover{color:#071a0f;background:#071a0f0f}body:not(.template-index) .site-header__hamburger:hover{background:#071a0f0f}body:not(.template-index) .site-header__bar{background:#071a0fb8}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:flex-start;justify-content:center;padding-top:90px;pointer-events:none;opacity:0;transition:opacity .2s ease}.search-overlay.is-open{pointer-events:auto;opacity:1}.search-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#06100ab3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.search-overlay__box{position:relative;z-index:1;width:100%;max-width:640px;margin:0 1.5rem;transform:translateY(-12px);transition:transform .25s cubic-bezier(.22,1,.36,1)}.search-overlay.is-open .search-overlay__box{transform:translateY(0)}.search-overlay__form{display:flex;align-items:center;background:#fff;border-radius:100px;padding:0 .5rem 0 1.25rem;box-shadow:0 8px 40px #0000004d;gap:.5rem}.search-overlay__submit{background:none;border:none;color:#071a0f73;cursor:pointer;display:flex;align-items:center;padding:.25rem;flex-shrink:0;transition:color .15s ease}.search-overlay__submit:hover{color:#06100a}.search-overlay__input{flex:1;border:none;outline:none;background:transparent;font-family:var(--ff-body, "Inter", sans-serif);font-size:1rem;color:#06100a;padding:.95rem 0;min-width:0}.search-overlay__input::placeholder{color:#071a0f59}.search-overlay__input::-webkit-search-cancel-button{display:none}.search-overlay__close{background:#071a0f14;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#071a0f80;flex-shrink:0;transition:background .15s ease,color .15s ease}.search-overlay__close:hover{background:#071a0f26;color:#06100a}@media(max-width:640px){.search-overlay{padding-top:75px}.search-overlay__box{margin:0 1rem}}.hero{position:relative;min-height:78vh;display:flex;flex-direction:column;background-color:#06100a;overflow:hidden}@media(min-width:768px){.hero{min-height:100vh;height:100vh}}.hero:after{display:none}.hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__backdrop-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero__backdrop-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 70% 40%,#0e2a14,#06100a 65%)}.hero__backdrop-img--mobile{display:none}.hero__backdrop-img--desktop{display:block}@media(max-width:767px){.hero__backdrop-img--desktop{display:none}.hero__backdrop-img--mobile{display:block}}.hero__backdrop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:none}.hero__inner{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:1fr;align-items:end;width:100%;padding:6rem var(--container-pad, 2rem) 3rem;gap:2rem}@media(min-width:768px){.hero__inner{grid-template-columns:minmax(0,560px) 1fr;align-items:end;padding-block:7rem 1.5rem;padding-left:clamp(3rem,6vw,7rem);padding-right:2rem;position:relative;z-index:2}}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#c2dc35;margin-bottom:1rem;animation:fadeUp .6s both}.hero__eyebrow-icon{color:#c2dc35;flex-shrink:0}.hero__title{display:flex;flex-direction:column;font-family:var(--ff-display, "Bebas Neue", sans-serif);line-height:.88;letter-spacing:.02em;margin-bottom:1.5rem;animation:fadeUp .6s .08s both}.hero__title-white{font-size:clamp(3.5rem,7.5vw,7.5rem);color:#fff;letter-spacing:-.01em}.hero__title-lime{font-size:clamp(3.5rem,7.5vw,7.5rem);color:#c2dc35;letter-spacing:-.01em}.hero__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:400;color:#ffffffb8;line-height:1.65;max-width:360px;margin-bottom:2.25rem;animation:fadeUp .6s .16s both}.hero__cta{display:inline-flex;align-items:center;gap:.75rem;background:#08180ed1;color:#fff;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:.55rem .55rem .55rem 1.85rem;border-radius:100px;border:1.5px solid #C2DC35;transition:background .22s ease,box-shadow .22s ease;animation:fadeUp .6s .24s both;text-decoration:none}.hero__cta:hover{background:#08180ef7;box-shadow:0 0 16px #c2dc3533}.hero__cta:active{transform:translateY(1px) scale(.98)}.hero__cta-arrow{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:#c2dc35;border-radius:50%;flex-shrink:0;transition:transform .22s ease,background .22s ease}.hero__cta-arrow svg{color:#06100a}.hero__cta:hover .hero__cta-arrow{background:#cfe84a;transform:translate(3px)}.hero__visual{display:none;justify-content:flex-end;align-items:flex-end;height:100%;min-height:60vh;animation:fadeIn .9s .2s both}@media(min-width:768px){.hero__visual{display:flex;position:absolute;right:0;top:0;bottom:0;width:52%;height:auto;align-items:stretch;justify-content:flex-end;padding-bottom:0}}.hero__visual-img{width:100%;max-height:none;height:100%;object-fit:cover;object-position:center top;filter:drop-shadow(0 0 48px rgba(191,219,51,.12))}.hero__trust{position:relative;z-index:1;background:transparent;padding-bottom:.75rem}.hero__trust-inner{display:flex;align-items:center;gap:.75rem;padding-inline:var(--container-pad, 2rem)}@media(min-width:768px){.hero__trust-inner{padding-left:clamp(3rem,6vw,7rem)}}.hero__trust-badge{display:flex;align-items:center;gap:.65rem;padding:.7rem 1.25rem;background:#08160c61;border:1px solid rgba(201,162,39,.28);border-radius:100px;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 2px 16px #0000002e,0 1px #ffffff0d inset}.hero__trust-icon{color:#c9a227;display:flex;flex-shrink:0}.hero__trust-label{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffe6;line-height:1.35}@media(max-width:767px){.hero{min-height:100svh;overflow:hidden}.hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.hero__backdrop-overlay{background:none}.hero__inner{background:transparent;flex:1;align-items:end;padding:5rem 1.25rem 1.75rem;gap:0;margin-top:0}.hero__eyebrow{margin-bottom:.65rem}.hero__eyebrow svg{display:none}.hero__title{margin-bottom:.85rem}.hero__desc{max-width:100%;margin-bottom:1.4rem;font-size:.92rem}.hero__trust{background:transparent;padding:0 1.25rem 1.75rem}.hero__trust-inner{flex-wrap:nowrap;gap:.5rem;padding-inline:0}.hero__trust-badge{flex:1;min-width:0;padding:.55rem .5rem;justify-content:center;gap:.4rem;overflow:hidden}.hero__trust-icon svg{width:18px;height:18px}.hero__trust-label{font-size:.57rem;letter-spacing:.1em;overflow:hidden;word-break:break-word}}@media(max-width:375px){.hero__trust-inner{gap:.35rem}.hero__trust-badge{padding:.45rem .35rem;gap:.3rem}.hero__trust-icon svg{width:14px!important;height:14px!important}.hero__trust-label{font-size:.5rem;letter-spacing:.05em}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hiw{background:#f5f2ec;padding:5rem var(--container-pad, 2rem)}.hiw__inner{max-width:var(--container-max, 1400px);margin:0 auto}.hiw__header{text-align:center;margin-bottom:3.5rem}.hiw__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.75rem}.hiw__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.4rem,4vw,3.8rem);line-height:.92;color:#06100a;letter-spacing:.02em}.hiw__steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.hiw__step{flex:1;max-width:300px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem}.hiw__step-badge{position:relative;width:84px;height:84px;border-radius:50%;background:#ffffffbf;border:1px solid rgba(7,26,15,.1);box-shadow:0 4px 20px #071a0f14,0 1px 4px #071a0f0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#2d4a35;transition:box-shadow .25s ease,transform .25s ease}.hiw__step:hover .hiw__step-badge{box-shadow:0 8px 32px #071a0f21,0 2px 8px #071a0f12;transform:translateY(-2px)}.hiw__step-icon{color:#2d4a35;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.hiw__step-title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#06100a;margin-bottom:.65rem}.hiw__step-desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#071a0f8c;line-height:1.7}@keyframes hiw-leaf-pulse{0%,to{transform:scale(1) rotate(0);opacity:.7}50%{transform:scale(1.18) rotate(6deg);opacity:1}}.hiw__connector{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-top:24px}.hiw__arrow{display:block;flex-shrink:0;opacity:.8}.hiw__arrow--mobile{display:none}@media(max-width:768px){.hiw__connector{display:none}}@media(max-width:768px){.hiw{padding:2rem 1.25rem 1.5rem}.hiw__header{margin-bottom:2rem}.hiw__steps{flex-direction:column;align-items:center}.hiw__step{max-width:100%;padding:0 1rem 1rem;width:100%}.hiw__step:last-child{padding-bottom:0}.hiw__connector{padding-top:0;padding-bottom:0;margin:.25rem 0;justify-content:center;width:100%}}.htp-page{background:#f5f2ec;padding-top:calc(4rem - 30px);padding-bottom:2.5rem}.htp-body{display:grid;grid-template-columns:380px 1fr;gap:5rem;align-items:start}.htp-left{display:flex;flex-direction:column;gap:1rem}.htp-card--alert{display:flex;gap:1.1rem;align-items:flex-start;background:#ffffffa6;border:1px solid rgba(239,68,68,.2);border-radius:14px;padding:1.4rem 1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.htp-card__icon{flex-shrink:0;margin-top:-4px;display:flex;align-self:flex-start}.htp-card__icon--red{color:#ef4444}.htp-card__label{display:block;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#b91c1c;margin-bottom:.25rem}.htp-card__value{display:block;font-family:var(--ff-body, "Inter", sans-serif);font-size:1rem;font-weight:600;color:#06100a}.htp-card__value--text{font-weight:500}.htp-card__note{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#071a0f7a;margin:.3rem 0 0;line-height:1.55}.htp-bank{background:#ffffffa6;border:1px solid rgba(7,26,15,.08);border-radius:14px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.htp-bank:hover{box-shadow:0 6px 24px #071a0f14;transform:translateY(-2px)}.htp-bank__header{display:flex;align-items:center;gap:.65rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(7,26,15,.07)}.htp-bank__icon{color:#c9a227;display:flex}.htp-bank__title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.82rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#071a0f8c}.htp-bank__rows{padding:.25rem 0}.htp-bank__row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1.5rem;border-bottom:1px solid rgba(7,26,15,.05);font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem}.htp-bank__row:last-child{border-bottom:none}.htp-bank__label{color:#071a0f66}.htp-bank__val{color:#06100a;font-weight:600}.htp-bank__val--acc{color:#c9a227;font-size:1rem;letter-spacing:.04em}.htp-note{display:flex;gap:.75rem;align-items:flex-start;background:#ffffff80;border:1px solid rgba(7,26,15,.08);border-left:3px solid #C9A227;border-radius:0 10px 10px 0;padding:1rem 1.1rem;margin-top:1rem}.htp-note svg{flex-shrink:0;color:#c9a227;margin-top:2px}.htp-note p{font-family:var(--ff-body, "Inter", sans-serif);font-size:.82rem;color:#071a0f85;line-height:1.6;margin:0}.htp-note strong{color:#06100a}.htp-right{position:sticky;top:calc(var(--header-h, 88px) + 2rem)}.htp-eyebrow{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.6rem}.htp-eyebrow__line{display:block;width:32px;height:1px;background:#c9a227;opacity:.5}.htp-heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.2rem,3.5vw,3rem);letter-spacing:.04em;color:#06100a;line-height:1;margin-bottom:.5rem;text-align:center}.htp-subtext{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#071a0f85;line-height:1.6;margin-bottom:2rem;text-align:center}.htp-steps{background:#fff;border-radius:16px;border:1px solid rgba(7,26,15,.07);box-shadow:0 2px 16px #0000000d;overflow:hidden}.htp-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.4rem 1.75rem;border-bottom:1px solid rgba(7,26,15,.07);transition:background .2s ease}.htp-step:last-child{border-bottom:none}.htp-step:hover{background:#071a0f05}.htp-step__num{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#071a0f;color:#c2dc35;font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:1rem;display:flex;align-items:center;justify-content:center;margin-top:1px}.htp-step__title{display:block;font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;font-weight:700;color:#06100a;margin-bottom:.3rem}.htp-step__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;color:#071a0f80;line-height:1.65;margin:0}.htp-step__desc strong{color:#06100a}.htp-link{color:#c9a227;text-decoration:none}.htp-link:hover{text-decoration:underline}.htp-note--mobile{display:none}.htp-note--desktop{display:flex}@media(max-width:1024px){.htp-body{grid-template-columns:320px 1fr;gap:3rem}}@media(max-width:800px){.htp-page{padding-top:2rem;padding-bottom:1rem}.htp-body{grid-template-columns:1fr;gap:2rem}.htp-right{position:static}.htp-step{padding:1.1rem 1.25rem}.htp-note--desktop{display:none}.htp-note--mobile{display:flex}.htp-card__icon{margin-top:-2px}}.loox-reviews-section{background:#f5f2ec}.loox-reviews-section__inner{max-width:var(--container-max, 1400px);margin:0 auto;padding:3rem var(--container-pad, 2rem)}.cart-hero{background:#06100a;padding:3.5rem 0 2.5rem}.cart-hero .section-eyebrow{color:#c9a227}.cart-hero__title{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:clamp(3rem,7vw,6rem);line-height:.9;letter-spacing:.03em;color:#f5f2ec;margin:0}.cart-body{padding:3rem 2rem 5rem}.eft-panel{background:#071a0f;border:1.5px solid rgba(194,220,53,.35);border-radius:14px;padding:1.25rem 1.25rem 1rem;margin-bottom:1.25rem}.eft-panel__header{display:flex;align-items:center;gap:.5rem;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.78rem;font-weight:700;letter-spacing:.18em;color:#c2dc35;margin-bottom:.6rem}.eft-panel__intro{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;color:#ffffff8c;line-height:1.5;margin-bottom:1rem}.eft-panel__details{background:#ffffff0a;border-radius:8px;overflow:hidden;margin-bottom:1rem}.eft-panel__row{display:flex;justify-content:space-between;align-items:center;padding:.55rem .85rem;border-bottom:1px solid rgba(255,255,255,.06)}.eft-panel__row:last-child{border-bottom:none}.eft-panel__label{font-family:var(--ff-body,"Inter",sans-serif);font-size:.78rem;color:#fff6}.eft-panel__value{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;font-weight:600;color:#ffffffd9;text-align:right}.eft-panel__value--highlight{color:#c2dc35;font-size:.88rem;letter-spacing:.04em}.eft-panel__steps{display:flex;flex-direction:column;gap:.55rem}.eft-panel__step{display:flex;align-items:flex-start;gap:.65rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.78rem;color:#ffffff80;line-height:1.45}.eft-panel__step strong{color:#ffffffd9;font-weight:600}.eft-panel__step-num{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#c2dc3526;border:1px solid rgba(194,220,53,.4);color:#c2dc35;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:5rem 0;text-align:center}.cart-empty__icon{color:#071a0f40}.cart-empty__message{font-family:var(--ff-body,"Inter",sans-serif);font-size:1rem;color:#071a0f80}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.cart-items__header{display:grid;grid-template-columns:1fr auto auto;gap:1rem;padding:0 0 .75rem;border-bottom:1px solid rgba(7,26,15,.1);font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#071a0f66}.cart-items__header span:nth-child(2){width:100px;text-align:center}.cart-items__header span:nth-child(3){width:80px;text-align:right}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid rgba(7,26,15,.07)}.cart-item__img-wrap{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#ffffffb3;border:1px solid rgba(7,26,15,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);flex-shrink:0}.cart-item__img{width:100%;height:100%;object-fit:contain;padding:.35rem}.cart-item__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.8rem;color:#071a0f33}.cart-item__info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cart-item__title{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#06100a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__title:hover{color:#c9a227}.cart-item__variant{font-family:var(--ff-body,"Inter",sans-serif);font-size:.78rem;color:#071a0f73}.cart-item__plan{font-family:var(--ff-body,"Inter",sans-serif);font-size:.72rem;color:#c2dc35;background:#c2dc351f;border-radius:4px;padding:.1rem .4rem;display:inline-block;margin-top:.1rem}.cart-item__price-mobile{display:none}.cart-item__qty{display:flex;align-items:center;gap:0;background:#ffffffa6;border:1px solid rgba(7,26,15,.1);border-radius:100px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #ffffffe6 inset;overflow:hidden;width:100px;justify-content:center}.cart-qty__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#071a0f99;background:none;border:none;cursor:pointer;transition:color .15s,background .15s;flex-shrink:0}.cart-qty__btn:hover{color:#06100a;background:#071a0f0d}.cart-qty__input{width:36px;text-align:center;border:none;background:#f5f2ec;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.88rem;font-weight:600;color:#06100a;-moz-appearance:textfield}.cart-qty__input::-webkit-outer-spin-button,.cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__total{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;width:80px}.cart-item__line-price{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:1rem;font-weight:600;color:#06100a;letter-spacing:.03em}.cart-item__remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:#071a0f4d;background:none;border:none;cursor:pointer;transition:color .15s,background .15s}.cart-item__remove:hover{color:#06100a;background:#071a0f0f}.cart-summary__card{background:#ffffff9e;border:1px solid rgba(7,26,15,.08);border-radius:20px;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);box-shadow:0 2px 32px #071a0f12,0 1px #ffffffe6 inset;padding:1.75rem;position:sticky;top:calc(var(--header-h) + 1rem)}.cart-summary__title{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.8rem;letter-spacing:.04em;color:#06100a;margin:0 0 1.25rem;line-height:1}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-family:var(--ff-body,"Inter",sans-serif);font-size:.9rem;color:#071a0fa6;margin-bottom:.6rem}.cart-summary__row--discount{color:#4a7a0f;font-size:.85rem}.cart-summary__row--total{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:1.1rem;font-weight:600;letter-spacing:.04em;color:#06100a;margin-bottom:0}.cart-summary__divider{border:none;border-top:1px solid rgba(7,26,15,.09);margin:.75rem 0}.cart-summary__note{font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem;color:#071a0f61;margin:.6rem 0 1.25rem}.cart-summary__checkout{width:100%;justify-content:center;font-size:1rem;padding:1rem 2rem;margin-bottom:.75rem}.cart-summary__continue{display:block;text-align:center;font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;color:#071a0f73;transition:color .15s;margin-bottom:1.25rem}.cart-summary__continue:hover{color:#06100a}.cart-summary__trust{display:flex;justify-content:center;gap:1rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.72rem;color:#071a0f61;padding-top:1rem;border-top:1px solid rgba(7,26,15,.06)}.cart-note{margin-bottom:1rem}.cart-note__label{display:block;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:#071a0f80;margin-bottom:.4rem}.cart-note__input{width:100%;background:#ffffff80;border:1px solid rgba(7,26,15,.1);border-radius:10px;padding:.6rem .75rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.85rem;color:#06100a;resize:vertical;min-height:72px;outline:none;transition:border-color .18s}.cart-note__input:focus{border-color:#c2dc3580}.cart-item.is-loading{opacity:.5;pointer-events:none}.cart-item{transition:opacity .2s}@media(max-width:900px){.cart-body{padding:1.5rem 1.25rem 4rem}.cart-layout{grid-template-columns:1fr;gap:1.5rem}.cart-summary__card{position:static}.cart-hero{padding:2.5rem 0 2rem}.cart-items__header{display:none}.cart-item{grid-template-columns:68px 1fr auto;grid-template-rows:auto auto;gap:.75rem .85rem}.cart-item__img-wrap{width:68px;height:68px;grid-row:1 / 3}.cart-item__info{grid-column:2;grid-row:1}.cart-item__qty{grid-column:2;grid-row:2;width:90px}.cart-item__total{grid-column:3;grid-row:1 / 3;width:auto}.cart-item__price-mobile{display:none}}.section-marquee-bar,.divider-bar{background:#f5f2ec}.divider-bar{padding:.55rem var(--container-pad, 2rem)}@media(min-width:769px){.divider-bar{padding:.25rem var(--container-pad, 2rem)}}.divider-bar__inner{display:flex;align-items:center;gap:1.5rem;max-width:var(--container-max, 1400px);margin:0 auto}.divider-bar__icon{color:#2d4a35;display:flex;flex-shrink:0}.divider-bar__rule{flex:1;display:flex;align-items:center;gap:.6rem;min-width:0}.divider-bar__line{flex:1;height:1px;background:linear-gradient(90deg,#c9a227,#c9a22740)}.divider-bar__rule .divider-bar__line:last-child{background:linear-gradient(90deg,#c9a22740,#c9a227)}.divider-bar__ornament{display:flex;align-items:center;gap:3px;flex-shrink:0}.divider-bar__ornament span{display:block;width:4px;height:4px;border-radius:50%;background:#c9a227;opacity:.45}.divider-bar__ornament span:nth-child(3){opacity:1;width:5px;height:5px}.divider-bar__text{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.78rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#1a1a1a;white-space:nowrap;flex-shrink:0;margin:0}@media(max-width:600px){.divider-bar{padding:.4rem 1.25rem}.divider-bar__text{font-size:.68rem;letter-spacing:.18em}}.newsletter{background:#f5f2ec;padding:0 var(--container-pad, 2rem) 2.5rem}.newsletter__card{position:relative;display:flex;align-items:stretch;max-width:var(--container-max, 1400px);margin:0 auto;border-radius:20px;overflow:hidden;min-height:380px;box-shadow:0 4px 32px #0000002e;background:#071a0f}.newsletter__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.newsletter__backdrop-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.newsletter__backdrop-img--desktop{object-position:center 49%}.newsletter__backdrop-img--mobile,.newsletter__backdrop-overlay{display:none}.newsletter__content{position:relative;z-index:1;margin-left:auto;width:50%;padding:3.5rem 3.5rem 3.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.newsletter__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.65rem}.newsletter__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.4rem,4vw,3.8rem);line-height:.95;letter-spacing:.02em;color:#fff;margin-bottom:1rem}.newsletter__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#ffffffb3;line-height:1.65;max-width:380px;margin-bottom:1.75rem}.newsletter__form{width:100%}.newsletter__field{display:flex;align-items:center;background:#06100a8c;border:1px solid rgba(255,255,255,.22);border-radius:100px;padding:.35rem .35rem .35rem 1.4rem;max-width:420px;transition:border-color .22s ease}.newsletter__field:focus-within{border-color:#c9a22780}.newsletter__input{flex:1;background:transparent;border:none;outline:none;font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#fff;min-width:0}.newsletter__input::placeholder{color:#ffffff73}.newsletter__input:-webkit-autofill,.newsletter__input:-webkit-autofill:hover,.newsletter__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important}.newsletter__submit{width:42px;height:42px;border-radius:50%;background:#c2dc35;color:#06100a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .15s ease}.newsletter__submit:hover{background:#cfe84a}.newsletter__submit:active{transform:scale(.96)}.newsletter__error{color:#ff6b6b;font-size:.85rem;margin-bottom:.75rem}.newsletter__success{color:#c2dc35;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1rem;letter-spacing:.08em;padding:1rem 0}@media(max-width:768px){.newsletter{padding:0 1rem 1.75rem}.newsletter__card{min-height:unset;border-radius:20px;background:#071a0f}.newsletter__backdrop{display:none}.newsletter__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.045;pointer-events:none;z-index:0}.newsletter__card:before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,39,.5),transparent);z-index:1}.newsletter__content{position:relative;z-index:1;width:100%;margin-left:0;padding:2rem 1.5rem 1.75rem;align-items:flex-start;text-align:left;gap:0}.newsletter__eyebrow{font-size:.68rem;letter-spacing:.26em;color:#c9a227;margin-bottom:.75rem;text-align:left}.newsletter__heading{display:block;font-size:clamp(2.2rem,9vw,2.8rem);line-height:.92;margin-bottom:.85rem}.newsletter__desc{display:block;font-size:.83rem;color:#ffffff8c;line-height:1.65;margin-bottom:1.5rem;max-width:100%}.newsletter__form{width:100%}.newsletter__field{max-width:100%;background:#ffffff12;border-color:#ffffff26}}.page-wrap{background:#f5f2ec;min-height:60vh}.page-hero{background:#06100a;padding:4rem 0 3rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 80% at 15% 50%,rgba(194,220,53,.1) 0%,transparent 65%),radial-gradient(ellipse 40% 60% at 85% 30%,rgba(201,162,39,.08) 0%,transparent 60%);pointer-events:none}.page-hero__inner{position:relative;z-index:1;max-width:820px}.page-hero__title{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.8rem,7vw,5.5rem);line-height:.95;letter-spacing:.03em;color:#f5f2ec;margin:.5rem 0 0}.page-body{padding-top:3.5rem;padding-bottom:5rem;max-width:820px}.page-body__content{font-family:var(--ff-body, "Inter", sans-serif);font-size:1rem;color:#071a0fc7;line-height:1.78}.page-body__content h1,.page-body__content h2,.page-body__content h3{font-family:var(--ff-heading, "Oswald", sans-serif);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#c9a227;margin:2.25rem 0 .65rem;border-bottom:1px solid rgba(201,162,39,.2);padding-bottom:.4rem}.page-body__content h1,.page-body__content h2{font-size:1rem}.page-body__content h3{font-size:.85rem;color:#06100a;border-bottom:none;letter-spacing:.08em;margin-top:1.5rem}.page-body__content>h1:first-child,.page-body__content>h2:first-child,.page-body__content>h3:first-child{margin-top:0}.page-body__content p{margin-bottom:1rem}.page-body__content ul,.page-body__content ol{padding-left:1.35rem;margin:.6rem 0 1.25rem}.page-body__content li{margin-bottom:.45rem}.page-body__content strong{color:#06100a;font-weight:600}.page-body__content em{color:#071a0f8c}.page-body__content hr{border:none;border-top:1px solid rgba(7,26,15,.09);margin:2rem 0}@media(max-width:767px){.page-hero{padding:3rem 0 2.25rem}.page-hero__title{font-size:clamp(2.4rem,11vw,3.4rem)}.page-body{padding-top:2.5rem;padding-bottom:3.5rem;max-width:100%}.page-body__content{font-size:.975rem}}.policy-page{background:#f5f2ec;min-height:60vh}.policy-page__header{background:#f5f2ec;padding:2.5rem 0 0;color:#06100a}.policy-page__header .container{position:relative;z-index:1}.policy-page__header .policy-page__title{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.5rem,6vw,5rem);line-height:.92;letter-spacing:.03em;color:#06100a!important;margin:0}.policy-page__body{padding-top:3.5rem;padding-bottom:5rem}.policy-page__content{max-width:760px}.rte h1,.rte h2,.rte h3,.rte h4{font-family:var(--ff-heading, "Oswald", sans-serif);color:#06100a;margin-top:2.25rem;margin-bottom:.75rem;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.rte h1{font-size:1.5rem}.rte h2{font-size:1.25rem}.rte h3{font-size:1.05rem;color:#071a0fbf}.rte h4{font-size:.95rem;color:#071a0fa6}.rte p{font-family:var(--ff-body, "Inter", sans-serif);font-size:.975rem;line-height:1.85;color:#071a0fb8;margin-bottom:1.1rem}.rte p:last-child{margin-bottom:0}.rte a{color:#c9a227;text-decoration:underline;text-underline-offset:3px;transition:color .18s ease}.rte a:hover{color:#06100a}.rte ul,.rte ol{margin:.75rem 0 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.4rem}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{font-family:var(--ff-body, "Inter", sans-serif);font-size:.975rem;line-height:1.75;color:#071a0fb8}.rte strong,.rte b{font-weight:600;color:#06100a}.rte hr{border:none;border-top:1px solid rgba(7,26,15,.1);margin:2rem 0}@media(max-width:800px){.policy-page__header{padding:2.5rem 0 2rem}.policy-page__body{padding-top:2.5rem;padding-bottom:3.5rem}.policy-page__content{max-width:100%}.rte p,.rte li{font-size:.925rem;line-height:1.8}}.pic{background:transparent;padding:1.5rem var(--container-pad, 2rem) 1.5rem;position:relative;z-index:1}.pic__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:1.5rem;position:relative;z-index:1}.pic__col{background:#ffffff9e;border:1px solid rgba(7,26,15,.07);border-radius:20px;padding:1.75rem;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);box-shadow:0 4px 24px #071a0f12,0 1px #ffffffe6 inset}.pic__col-header{display:flex;align-items:center;gap:.6rem;padding-bottom:.75rem;border-bottom:1px solid rgba(7,26,15,.08);margin-bottom:1.25rem}.pic__col-header svg{color:#c9a227;flex-shrink:0}.pic__col-header h2{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.78rem;font-weight:700;letter-spacing:.18em;color:#071a0fd1;text-transform:uppercase;margin:0}.pic__body{font-family:var(--ff-body,"Inter",sans-serif);font-size:.86rem;line-height:1.72;color:#071a0f8c;margin-bottom:1.25rem}.pic-terpene-profile__heading{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.6rem;font-weight:700;letter-spacing:.2em;color:#071a0f47;margin-bottom:.85rem;text-transform:uppercase}.pic-terpene-bar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pic-terpene-bar-row__name{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.72rem;font-weight:600;color:#071a0fad;text-transform:uppercase;letter-spacing:.06em;min-width:90px}.pic-terpene-bar-row__track{flex:1;height:4px;background:#071a0f14;border-radius:100px;overflow:hidden}.pic-terpene-bar-row__fill{height:100%;background:linear-gradient(90deg,#7aad00,#ad0);border-radius:100px}.pic-terpene-bar-row__note{font-family:var(--ff-body,"Inter",sans-serif);font-size:.7rem;color:#071a0f61;white-space:nowrap}.pic-howto{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.pic-howto__step{display:flex;gap:.9rem;align-items:flex-start}.pic-howto__num{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.6rem;line-height:1;color:#071a0f1f;flex-shrink:0;width:28px}.pic-howto__step-title{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.82rem;font-weight:600;letter-spacing:.06em;color:#071a0fd1;text-transform:uppercase;margin-bottom:.25rem}.pic-howto__step-desc{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;line-height:1.65;color:#071a0f80}.pic-howto__disclaimer{margin-top:1.25rem;padding:.75rem 1rem;background:#071a0f0a;border-radius:10px;font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem;color:#071a0f66;line-height:1.6}.pic-shipping-highlight{display:flex;gap:.75rem;align-items:flex-start;background:#a8e00012;border:1px solid rgba(168,224,0,.18);border-radius:12px;padding:.9rem 1rem;margin-bottom:1.1rem}.pic-shipping-highlight svg{color:#7aad00;flex-shrink:0;margin-top:2px}.pic-shipping-highlight p{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;line-height:1.6;color:#071a0f99;margin:0}.pic-shipping-highlight strong{color:#071a0fd1}.pic-shipping-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.pic-shipping-list li{display:flex;align-items:center;gap:.6rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;color:#071a0f94;line-height:1.5}.pic-shipping-list svg{color:#7aad00;flex-shrink:0}@media(max-width:767px){.pic{padding:1.5rem 1.25rem}.pic__inner{grid-template-columns:1fr;gap:1rem}}.pdp{background:#f5f2ec;position:relative;overflow-x:hidden}.pdp:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 55% 40% at 15% 25%,rgba(194,220,53,.07) 0%,transparent 60%),radial-gradient(ellipse 45% 50% at 85% 65%,rgba(201,162,39,.06) 0%,transparent 55%);pointer-events:none;z-index:0}.pdp-breadcrumb{position:relative;z-index:1;padding:.9rem var(--container-pad, 2rem);border-bottom:1px solid rgba(7,26,15,.07)}.pdp-breadcrumb__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.pdp-breadcrumb__link{font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem;color:#071a0f61;text-decoration:none;transition:color .18s}.pdp-breadcrumb__link:hover{color:#071a0fbf}.pdp-breadcrumb__sep{font-size:.75rem;color:#071a0f33}.pdp-breadcrumb__current{font-family:var(--ff-body,"Inter",sans-serif);font-size:.75rem;color:#c9a227}.pdp-main{padding:0 var(--container-pad, 2rem) 2rem;position:relative;z-index:1}.pdp-main__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pdp-gallery{position:sticky;top:90px;display:flex;flex-direction:column;gap:.75rem;margin-top:-3rem}.pdp-gallery__main{position:relative;border-radius:24px;overflow:hidden;background:#f5f2ec;aspect-ratio:1/1}.pdp-gallery__slide{display:none;width:100%;height:100%;position:relative;z-index:1}.pdp-gallery__slide--active{display:block}.pdp-gallery__img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.pdp-gallery__placeholder{width:100%;height:100%;opacity:.1}.pdp-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffbf;border:1px solid rgba(7,26,15,.1);box-shadow:0 2px 12px #071a0f1a,0 1px #ffffffe6 inset;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#071a0fb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,border-color .18s;z-index:2}.pdp-gallery__arrow:hover{background:#fffffff2;border-color:#c2dc3566}.pdp-gallery__arrow--prev{left:.65rem}.pdp-gallery__arrow--next{right:.65rem}.pdp-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.pdp-gallery__thumb{width:64px;height:64px;border-radius:12px;overflow:hidden;border:1.5px solid rgba(7,26,15,.08);background:#f5f2ec;cursor:pointer;padding:0;transition:border-color .2s,box-shadow .2s;flex-shrink:0}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp-gallery__thumb--active{border-color:#c2dc35;box-shadow:0 0 0 1px #c2dc354d}.pdp-gallery__thumb:hover{border-color:#c2dc358c}.pdp-info{display:flex;flex-direction:column}.pdp-info__eyebrow{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.28em;color:#c9a227;margin-bottom:.3rem}.pdp-info__title{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:clamp(2.2rem,3.2vw,3.2rem);line-height:.9;letter-spacing:.03em;color:#071a0f;margin-bottom:.3rem}.pdp-info__price-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.25rem}.pdp-info__price{display:flex;align-items:baseline;gap:.5rem}.pdp-info__price-now{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.8rem;line-height:1;letter-spacing:.04em;color:#4a7a0f}.pdp-info__price-was{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.4rem;color:#071a0f47;text-decoration:line-through}.pdp-info__sale-badge{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.6rem;font-weight:700;letter-spacing:.1em;background:#c2dc35;color:#06100a;padding:.18rem .5rem;border-radius:4px}.pdp-info__rating{display:flex;align-items:center;gap:.45rem;margin-bottom:.4rem}.pdp-info__stars{color:#c9a227;font-size:.95rem;letter-spacing:.08em}.pdp-info__rating-count{font-family:var(--ff-body,"Inter",sans-serif);font-size:.78rem;color:#071a0f61}.pdp-info__desc{font-family:var(--ff-body,"Inter",sans-serif);font-size:.92rem;line-height:1.72;color:#071a0f94;margin-bottom:1rem}.pdp-info__desc h1,.pdp-info__desc h2,.pdp-info__desc h3,.pdp-info__desc h4{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#071a0fc7;margin-top:0;margin-bottom:.35rem;line-height:1.3}.pdp-info__desc p{margin-top:0;margin-bottom:.5rem}.pdp-info__desc p:last-child{margin-bottom:0}.pdp-info__desc strong{font-weight:600;color:#071a0fd9}.pdp-mood{margin-bottom:1.1rem;background:#ffffff94;border:1px solid rgba(7,26,15,.1);border-radius:14px;padding:1rem 1.1rem;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);box-shadow:0 1px #ffffffe6 inset,0 2px 12px #071a0f0d}.pdp-mood__label{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.62rem;font-weight:600;letter-spacing:.22em;color:#c9a227;margin-bottom:.75rem}.pdp-mood__track{display:flex;align-items:center;gap:.75rem}.pdp-mood__pole{font-family:var(--ff-body,"Inter",sans-serif);font-size:.72rem;font-weight:500;color:#071a0fb8;white-space:nowrap;flex-shrink:0}.pdp-mood__bar{flex:1;height:8px;border-radius:100px;background:linear-gradient(90deg,#7bafd4,#a8c97f 35%,#c9d64a 65%,#c2dc35);position:relative;box-shadow:inset 0 1px 2px #0000001f}.pdp-mood__fill{display:none}.pdp-mood__marker{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.pdp-mood__marker-dot{width:20px;height:20px;border-radius:50%;background:#c2dc35;border:3px solid #fff;box-shadow:0 0 0 2px #c2dc3580,0 2px 10px #c2dc358c,0 4px 16px #00000026;display:block}.pdp-effects{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem}.pdp-effect-pill{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.1em;color:#4a7a0f;background:#c2dc3524;border:1px solid rgba(194,220,53,.35);padding:.3rem .75rem;border-radius:100px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.pdp-terpenes{background:#ffffff94;border:1px solid rgba(7,26,15,.07);border-radius:14px;overflow:hidden;margin-bottom:1.1rem;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 2px 16px #071a0f0f,0 1px #ffffffe6 inset}.pdp-terpene-row{display:flex;align-items:baseline;gap:.75rem;padding:.8rem 1.1rem;border-bottom:1px solid rgba(7,26,15,.05)}.pdp-terpene-row:last-child{border-bottom:none}.pdp-terpene-row__key{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.6rem;font-weight:700;letter-spacing:.2em;color:#c9a227cc;flex-shrink:0;width:80px}.pdp-terpene-row__val{font-family:var(--ff-body,"Inter",sans-serif);font-size:.83rem;color:#071a0fb8}.pdp-variants{margin-bottom:1.25rem}.pdp-variants__label{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.68rem;font-weight:600;letter-spacing:.18em;color:#071a0f61;margin-bottom:.55rem}.pdp-variants__label strong{color:#071a0fbf}.pdp-variants__grid{display:flex;flex-wrap:wrap;gap:.45rem}.pdp-variant-btn{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.8rem;font-weight:600;letter-spacing:.06em;padding:.5rem 1.1rem;border-radius:8px;border:1px solid rgba(7,26,15,.1);background:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#071a0f85;cursor:pointer;transition:border-color .18s,background .18s,color .18s;box-shadow:0 1px #ffffffe6 inset}.pdp-variant-btn:hover{border-color:#c2dc3573;color:#071a0fd9;background:#fffc}.pdp-variant-btn--active{border-color:#7aab1a8c;color:#4a7a0f;background:#c2dc351a;box-shadow:0 0 0 1px #c2dc3533}.pdp-atc-row{display:flex;gap:.65rem;align-items:stretch;margin-bottom:.65rem}.pdp-qty{display:flex;align-items:center;border:1px solid rgba(7,26,15,.1);border-radius:10px;overflow:hidden;flex-shrink:0;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px #ffffffe6 inset,0 2px 8px #071a0f0d}.pdp-qty__btn{width:40px;height:50px;background:#f5f2ec;border:none;color:#071a0f8c;font-size:1.2rem;cursor:pointer;transition:background .18s,color .18s;display:flex;align-items:center;justify-content:center}.pdp-qty__btn:hover{background:#071a0f0d;color:#071a0f}.pdp-qty__input{width:44px;height:50px;background:#f5f2ec;border:none;outline:none;text-align:center;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:1rem;color:#071a0f;-moz-appearance:textfield}.pdp-qty__input::-webkit-inner-spin-button,.pdp-qty__input::-webkit-outer-spin-button{-webkit-appearance:none}.pdp-atc-btn{flex:1;display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:1rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#06100a;background:#c2dc35;border:none;padding:.55rem .55rem .55rem 1.5rem;border-radius:10px;cursor:pointer;transition:background .18s,transform .12s;box-shadow:0 4px 20px #7aab1a4d}.pdp-atc-btn:hover{background:#cfe84a;box-shadow:0 4px 24px #7aab1a66}.pdp-atc-btn:active{transform:scale(.985)}.pdp-atc-btn:disabled{background:#071a0f1a;color:#071a0f4d;cursor:not-allowed;box-shadow:none}.pdp-atc-btn__circle{width:38px;height:38px;border-radius:50%;background:#06100a2e;color:#06100a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pdp-secondary-actions{display:flex;gap:.55rem;margin-bottom:1.5rem}.pdp-buynow-btn{flex:1;display:block;text-align:center;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.88rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#071a0fa6;background:#ffffff8c;border:1px solid rgba(7,26,15,.12);border-radius:10px;padding:.85rem;text-decoration:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px #ffffffe6 inset;transition:border-color .2s,background .2s,color .2s}.pdp-buynow-btn:hover{border-color:#071a0f40;color:#071a0f;background:#ffffffd9}.pdp-lab-btn{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c9a227bf;text-decoration:none;border:1px solid rgba(201,162,39,.25);border-radius:10px;padding:.85rem 1rem;white-space:nowrap;background:#c9a2270f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:color .2s,border-color .2s,background .2s}.pdp-lab-btn:hover{color:#c9a227;border-color:#c9a22773;background:#c9a2271a}.pdp-trust{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(7,26,15,.07);border-radius:14px;overflow:hidden;background:#ffffff8c;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 2px 16px #071a0f0f,0 1px #ffffffe6 inset}.pdp-trust__item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.9rem .5rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#071a0f73;text-align:center;line-height:1.3;border-right:1px solid rgba(7,26,15,.06)}.pdp-trust__item:last-child{border-right:none}.pdp-trust__item svg{color:#c9a227}.pdp-below{background:#f5f2ec;padding:3rem var(--container-pad, 2rem);position:relative;z-index:1}.pdp-below:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 60% at 50% 100%,rgba(194,220,53,.05) 0%,transparent 70%);pointer-events:none}.pdp-below__inner{max-width:var(--container-max, 1400px);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:1.5rem;position:relative;z-index:1}.pdp-below__col{background:#ffffff9e;border:1px solid rgba(7,26,15,.07);border-radius:20px;padding:1.75rem;backdrop-filter:blur(14px) saturate(130%);-webkit-backdrop-filter:blur(14px) saturate(130%);box-shadow:0 4px 24px #071a0f12,0 1px #ffffffe6 inset}.pdp-below__col-header{display:flex;align-items:center;gap:.6rem;padding-bottom:.75rem;border-bottom:1px solid rgba(7,26,15,.08);margin-bottom:1.25rem}.pdp-below__col-header svg{color:#c9a227;flex-shrink:0}.pdp-below__col-header h2{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.78rem;font-weight:700;letter-spacing:.18em;color:#071a0fd1}.pdp-below__body{font-family:var(--ff-body,"Inter",sans-serif);font-size:.86rem;line-height:1.72;color:#071a0f8c;margin-bottom:1.25rem}.pdp-terpene-profile__heading{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.6rem;font-weight:700;letter-spacing:.2em;color:#071a0f47;margin-bottom:.85rem}.pdp-terpene-bar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pdp-terpene-bar-row__name{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.72rem;font-weight:600;color:#071a0fad;width:110px;flex-shrink:0}.pdp-terpene-bar-row__track{flex:1;height:4px;background:#071a0f14;border-radius:100px;overflow:hidden}.pdp-terpene-bar-row__fill{height:100%;background:linear-gradient(90deg,#7aab1a66,#7aab1a);border-radius:100px}.pdp-terpene-bar-row__note{font-family:var(--ff-body,"Inter",sans-serif);font-size:.66rem;color:#071a0f52;white-space:nowrap;flex-shrink:0}.pdp-howto{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:1.1rem}.pdp-howto__step{display:flex;gap:1rem;align-items:flex-start}.pdp-howto__num{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.6rem;line-height:1;color:#7aab1a4d;flex-shrink:0;width:32px}.pdp-howto__step-title{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.82rem;font-weight:700;letter-spacing:.06em;color:#071a0fd1;margin-bottom:.25rem}.pdp-howto__step-desc{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;line-height:1.65;color:#071a0f7a}.pdp-howto__disclaimer{font-family:var(--ff-body,"Inter",sans-serif);font-size:.7rem;color:#071a0f61;line-height:1.6;padding:.75rem;border-radius:8px;background:#071a0f0a;border:1px solid rgba(7,26,15,.07)}.pdp-shipping-highlight{display:flex;gap:.75rem;align-items:flex-start;background:#7aab1a14;border:1px solid rgba(122,171,26,.22);border-radius:10px;padding:1rem 1.1rem;margin-bottom:1.1rem;box-shadow:0 1px #ffffffb3 inset}.pdp-shipping-highlight svg{color:#7aab1a;flex-shrink:0;margin-top:2px}.pdp-shipping-highlight p{font-family:var(--ff-body,"Inter",sans-serif);font-size:.82rem;line-height:1.6;color:#071a0fa6}.pdp-shipping-highlight strong{color:#4a7a0f}.pdp-shipping-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.pdp-shipping-list li{display:flex;align-items:center;gap:.6rem;font-family:var(--ff-body,"Inter",sans-serif);font-size:.83rem;color:#071a0f8c}.pdp-shipping-list li svg{color:#7aab1a;flex-shrink:0}.pdp-related{background:#f5f2ec;padding:3.5rem var(--container-pad, 2rem);position:relative;z-index:1}.pdp-related__inner{max-width:var(--container-max, 1400px);margin:0 auto}.pdp-related__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.pdp-related__line{flex:1;height:1px;background:#071a0f1a}.pdp-related__heading{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:clamp(1.5rem,2.5vw,2rem);letter-spacing:.1em;color:#071a0f;white-space:nowrap}.pdp-related__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pdp-related-card{text-decoration:none;display:flex;flex-direction:column;gap:.65rem}.pdp-related-card__img-wrap{position:relative;border-radius:18px;overflow:hidden;background:#ffffffa6;border:1px solid rgba(7,26,15,.07);box-shadow:0 4px 20px #071a0f12,0 1px #ffffffe6 inset;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);aspect-ratio:1/1;transition:border-color .28s,box-shadow .28s}.pdp-related-card:hover .pdp-related-card__img-wrap{border-color:#7aab1a4d;box-shadow:0 8px 28px #071a0f1a,0 0 0 1px #c2dc3533}.pdp-related-card__img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .32s ease}.pdp-related-card:hover .pdp-related-card__img{transform:scale(1.04)}.pdp-related-card__atc{position:absolute;bottom:.65rem;right:.65rem;width:36px;height:36px;border-radius:50%;background:#c2dc35;color:#06100a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(4px);transition:opacity .22s,transform .22s,background .18s;box-shadow:0 2px 12px #7aab1a59}.pdp-related-card:hover .pdp-related-card__atc{opacity:1;transform:translateY(0)}.pdp-related-card__atc:hover{background:#cfe84a}.pdp-related-card__title{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.06em;color:#071a0fd1}.pdp-related-card__price{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.1rem;letter-spacing:.04em;color:#4a7a0f}.pdp-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;visibility:hidden;background:#f5f2eceb;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-top:1px solid rgba(7,26,15,.1);box-shadow:0 -4px 24px #071a0f1a;padding:.75rem 1.25rem;align-items:center;justify-content:space-between;gap:1rem;transform:translateY(100%);transition:transform .28s ease}.pdp-sticky-bar--visible{transform:translateY(0);visibility:visible}.pdp-sticky-bar__title{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.85rem;font-weight:600;color:#071a0f;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.pdp-sticky-bar__price{font-family:var(--ff-display,"Bebas Neue",sans-serif);font-size:1.1rem;color:#4a7a0f;letter-spacing:.04em}.pdp-sticky-bar__btn{font-family:var(--ff-heading,"Oswald",sans-serif);font-size:.85rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#06100a;background:#c2dc35;border:none;border-radius:8px;padding:.7rem 1.5rem;cursor:pointer;flex-shrink:0;box-shadow:0 2px 12px #7aab1a4d;transition:background .18s}.pdp-sticky-bar__btn:hover{background:#cfe84a}.pdp-sticky-bar__btn:disabled{background:#071a0f1a;color:#071a0f4d;cursor:not-allowed;box-shadow:none}@media(max-width:900px){.pdp-main{padding:.75rem 1.25rem 1.25rem}.pdp-main__inner{grid-template-columns:1fr;gap:.75rem}.pdp-gallery{position:static;margin-top:0}.pdp-gallery__thumbs{justify-content:center;flex-wrap:nowrap;gap:.35rem}.pdp-gallery__thumb{width:48px;height:48px;border-radius:9px;flex-shrink:1}.pdp-info__eyebrow{margin-bottom:.3rem}.pdp-info__title{font-size:2.4rem;line-height:.88;margin-bottom:.4rem}.pdp-info__price-row{margin-bottom:.3rem}.pdp-info__price-now{font-size:1.9rem;line-height:1}.pdp-info__rating{margin-bottom:.4rem}.pdp-below{padding:1.5rem 1.25rem}.pdp-below__inner{grid-template-columns:1fr;gap:1rem}.pdp-related{padding:2.5rem 1.25rem}.pdp-related__grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.pdp-related-card__atc{opacity:1;transform:translateY(0)}.pdp-sticky-bar{display:flex;padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}.pdp-atc-row{flex-direction:column}.pdp-qty,.pdp-effects{justify-content:center}.pdp-terpene-bar-row__note{display:none}}@media(max-width:480px){.pdp-info__title{font-size:clamp(1.8rem,9.5vw,2.4rem);overflow-wrap:break-word;word-break:break-word}.pdp-related__grid{gap:.6rem}.pdp-trust{grid-template-columns:repeat(2,1fr)}.pdp-trust__item:nth-child(2){border-right:none}.pdp-trust__item:nth-child(3){border-top:1px solid rgba(7,26,15,.06)}.pdp-trust__item:nth-child(4){border-top:1px solid rgba(7,26,15,.06)}}.search-page{background:#f5f2ec}.search-page__bar-wrap{background:#071a0f;padding:2.5rem var(--container-pad, 2rem) 2.5rem}.search-page__bar-inner{max-width:720px;margin:0 auto}.search-page__form{display:flex;gap:.75rem;align-items:center}.search-page__field{flex:1;display:flex;align-items:center;gap:.75rem;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:100px;padding:.7rem 1rem .7rem 1.2rem;transition:border-color .22s ease}.search-page__field:focus-within{border-color:#c9a22780}.search-page__field-icon{color:#fff6;flex-shrink:0}.search-page__input{flex:1;background:transparent;border:none;outline:none;font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;color:#fff;min-width:0}.search-page__input::placeholder{color:#ffffff59}.search-page__clear{color:#fff6;display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:color .18s}.search-page__clear:hover{color:#fffc}.search-page__submit{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.78rem;font-weight:600;letter-spacing:.18em;color:#06100a;background:#c9a227;border:none;border-radius:100px;padding:.7rem 1.5rem;cursor:pointer;white-space:nowrap;transition:background .18s ease,transform .15s ease;flex-shrink:0}.search-page__submit:hover{background:#e0b82e}.search-page__submit:active{transform:scale(.97)}.search-page__body{max-width:var(--container-max, 1400px);margin:0 auto;padding:2.5rem var(--container-pad, 2rem) 4rem}.search-page__results-header{margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(7,26,15,.09)}.search-page__results-count{font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#071a0f80}.search-page__results-count-num{font-weight:700;color:#071a0f}.search-page__results-count strong{color:#c9a227;font-weight:600}.search-page__grid{display:flex;flex-direction:column;gap:.75rem}.search-result-card{display:flex;align-items:center;gap:1rem;background:#ffffffb8;border:1px solid rgba(7,26,15,.07);border-radius:16px;padding:1rem 1.25rem;text-decoration:none;transition:background .18s ease,box-shadow .18s ease,transform .15s ease}.search-result-card:hover{background:#fff;box-shadow:0 4px 20px #071a0f14;transform:translateY(-1px)}.search-result-card:active{transform:scale(.99)}.search-result-card__img-wrap{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#071a0f0d}.search-result-card__img{width:100%;height:100%;object-fit:cover;display:block}.search-result-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#071a0f33}.search-result-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.search-result-card__type{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#c9a227}.search-result-card--article .search-result-card__type{color:#4a7a2a}.search-result-card--page .search-result-card__type{color:#071a0f66}.search-result-card__title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1rem;font-weight:600;letter-spacing:.04em;color:#071a0f;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-card__price{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;font-weight:600;color:#071a0f99;margin:0}.search-result-card__excerpt{font-family:var(--ff-body, "Inter", sans-serif);font-size:.8rem;color:#071a0f80;line-height:1.5;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-result-card__arrow{color:#071a0f40;flex-shrink:0;transition:color .18s ease,transform .18s ease}.search-result-card:hover .search-result-card__arrow{color:#c9a227;transform:translate(3px)}.search-page__empty{text-align:center;padding:3rem 1rem}.search-page__empty-icon{color:#071a0f33;margin:0 auto 1.5rem}.search-page__empty-title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1.4rem;font-weight:600;letter-spacing:.06em;color:#071a0f;margin-bottom:.5rem}.search-page__empty-desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.88rem;color:#071a0f80;line-height:1.6;max-width:380px;margin:0 auto 2rem}.search-page__start{text-align:center;padding:1rem 1rem 2rem}.search-page__start-text{font-family:var(--ff-body, "Inter", sans-serif);font-size:.95rem;color:#071a0f73;margin-bottom:2rem}.search-page__suggestions,.search-page__quick-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}.search-page__suggestions-label,.search-page__quick-label{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#071a0f59}.search-page__quick-pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.search-page__suggestion-pill{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c9a227;border:1px solid rgba(201,162,39,.3);background:#c9a2270f;border-radius:100px;padding:.3rem .9rem;text-decoration:none;transition:background .18s ease,border-color .18s ease}.search-page__suggestion-pill:hover{background:#c9a22724;border-color:#c9a22780}.search-page__pagination{margin-top:2.5rem;display:flex;justify-content:center;gap:.5rem}@media(max-width:767px){.search-page__bar-wrap{padding:1.75rem 1.25rem}.search-page__form{flex-wrap:wrap;gap:.6rem}.search-page__submit{width:100%;text-align:center;border-radius:100px;padding:.75rem}.search-page__body{padding:1.75rem 1.25rem 3rem}.search-result-card{padding:.85rem 1rem}.search-result-card__img-wrap{width:52px;height:52px}}.store-locations-header{display:none!important}.shopify-section-apps{background:#f5f2ec;padding:0!important}#shopify-section-app_locator{height:calc(100vh - var(--header-h, 88px))}#shopify-section-app_locator>div,#shopify-section-app_locator .shopify-app-block,#shopify-section-app_locator iframe{height:100%!important;min-height:100%!important}.store-card--static{border:none!important;border-radius:0!important;box-shadow:none!important}.strain-guide{background:#f5f2ec;padding:0 var(--container-pad, 2rem) 1.5rem}.sg__inner{max-width:var(--container-max, 1400px);margin:0 auto}.sg__header{text-align:center;margin-bottom:3rem}.sg__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:.75rem}.sg__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.4rem,4vw,3.8rem);line-height:.92;color:#06100a;letter-spacing:.02em;margin-bottom:.75rem}.sg__subtext{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#071a0f73;line-height:1.6;max-width:500px;margin:0 auto}.sg__grid{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:auto auto;gap:1.25rem}.sg__card:first-child{grid-row:span 2;justify-content:flex-start}.sg__card:first-child .sg__card-name{font-size:clamp(2.4rem,3.5vw,3.2rem)}.sg__card:first-child .sg__card-desc{font-size:.95rem;max-width:36ch;flex:none}.sg__card{cursor:pointer;text-decoration:none;border-radius:24px;padding:1.35rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;transition:box-shadow .3s ease,transform .3s ease;position:relative;overflow:hidden;background:#ffffff6b;border:1px solid rgba(255,255,255,.78);box-shadow:0 4px 24px #071a0f12,0 1px 2px #071a0f0a,inset 0 1px #ffffffeb;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%)}.sg__card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;border-radius:24px 24px 0 0}.sg__card--indica{background:linear-gradient(155deg,#7b4fa01a,#ffffff6b 55%)}.sg__card--indica:before{background:linear-gradient(90deg,#9b5fcf,#7b4fa0)}.sg__card--indica:hover{box-shadow:0 10px 40px #7b4fa033,inset 0 1px #ffffffeb;transform:translateY(-4px)}.sg__card--indica .sg__card-type{color:#7b4fa0;background:#7b4fa01f;border-color:#7b4fa04d}.sg__card--sativa{background:linear-gradient(155deg,#c9a2271a,#ffffff6b 55%)}.sg__card--sativa:before{background:linear-gradient(90deg,#e0b82e,#c9a227)}.sg__card--sativa:hover{box-shadow:0 10px 40px #c9a22738,inset 0 1px #ffffffeb;transform:translateY(-4px)}.sg__card--sativa .sg__card-type{color:#9a7210;background:#c9a22724;border-color:#c9a22759}.sg__card--hybrid{background:linear-gradient(155deg,#c2dc351a,#ffffff6b 55%)}.sg__card--hybrid:before{background:linear-gradient(90deg,#c2dc35,#9ab52a)}.sg__card--hybrid:hover{box-shadow:0 10px 40px #c2dc353d,inset 0 1px #ffffffeb;transform:translateY(-4px)}.sg__card--hybrid .sg__card-type{color:#4a7a0f;background:#4a7a0f1a;border-color:#4a7a0f40}.sg__card-type{display:block;width:fit-content;margin:.2rem auto 0;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.62rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;padding:.25rem .85rem;border-radius:100px;border:1px solid}.sg__card-tags{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:center}.sg__tag{font-family:var(--ff-body, "Inter", sans-serif);font-size:.6rem;font-weight:500;letter-spacing:.03em;padding:.15rem .55rem;border-radius:100px;border:1px solid rgba(7,26,15,.1);background:#ffffff8c;color:#071a0f80;white-space:nowrap}.sg__card-name{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(1.8rem,3vw,2.4rem);line-height:.92;color:#06100a;letter-spacing:.02em}.sg__card-desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.85rem;color:#071a0f85;line-height:1.7;flex:1}.sg__cta{display:none;align-items:center;padding:.38rem .38rem .38rem 2.25rem;min-width:200px;border-radius:100px;background:#08180eeb;border:1.5px solid #C2DC35;transition:background .22s ease,box-shadow .22s ease;pointer-events:none;width:fit-content}.sg__cta-label{flex:1;font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#fff;white-space:nowrap;padding-right:.75rem}.sg__cta-circle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#c2dc35;color:#06100a;flex-shrink:0;transition:background .22s ease,transform .22s ease}.sg__card:hover .sg__cta{background:#08180e;box-shadow:0 0 16px #c2dc3533}.sg__card:hover .sg__cta-circle{background:#cfe84a;transform:translate(2px)}.sg__card:active .sg__cta{transform:translateY(1px) scale(.98)}@media(max-width:768px){.strain-guide{padding:1.5rem 1.25rem}.sg__grid{grid-template-columns:1fr;gap:1rem}.sg__card{padding:1.5rem}.sg__card-name{font-size:2rem}}.testi{background:#f5f2ec;padding:0 var(--container-pad, 2rem) 1.5rem}.testi__inner{max-width:var(--container-max, 1400px);margin:0 auto}.testi__header{text-align:center;margin-bottom:3rem}.testi__eyebrow{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#c9a227;margin-bottom:1.5rem}.testi__heading{font-family:var(--ff-display, "Bebas Neue", sans-serif);font-size:clamp(2.4rem,4vw,3.8rem);line-height:.92;color:#06100a;letter-spacing:.02em;margin-bottom:.75rem}.testi__subtext{font-family:var(--ff-body, "Inter", sans-serif);font-size:.9rem;color:#071a0f73;line-height:1.6}.testi__track-wrap{overflow:hidden}.testi__track{display:grid;grid-template-columns:repeat({{section.blocks.size}},100%);transition:transform .4s cubic-bezier(0,0,.2,1)}.testi__card{background:#ffffffb8;border:1px solid rgba(7,26,15,.07);border-radius:28px;box-shadow:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem;margin:0 .75rem}.testi__stars{display:flex;gap:3px}.testi__quote{font-family:var(--ff-body, "Inter", sans-serif);font-size:1.02rem;color:#071a0fcc;line-height:1.75;font-style:italic;flex:1}.testi__meta{display:flex;flex-direction:column;gap:.3rem;padding-top:1rem;border-top:1px solid rgba(7,26,15,.07)}.testi__name{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#06100a}.testi__product{font-family:var(--ff-body, "Inter", sans-serif);font-size:.75rem;color:#c9a227;letter-spacing:.04em}.testi__nav{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:2rem}.testi__btn{width:44px;height:44px;border-radius:50%;background:#ffffffb8;border:1px solid rgba(7,26,15,.1);box-shadow:0 2px 8px #071a0f0f;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#071a0f80;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease,color .2s ease;flex-shrink:0}.testi__btn:hover{box-shadow:0 4px 16px #071a0f1f;color:#06100a}.testi__dots{display:flex;gap:8px;align-items:center}.testi__dot{width:7px;height:7px;border-radius:50%;background:#071a0f26;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0}.testi__dot.is-active{background:#06100a;transform:scale(1.3)}@media(max-width:768px){.testi{padding:1.5rem 1.25rem}.testi__card{padding:1.5rem;margin:0 .25rem}.testi__quote{font-size:.92rem}}.trust-features{background:#f5f2ec;padding:.5rem var(--container-pad, 2rem) .5rem}.trust-features__card{display:grid;grid-template-columns:repeat(3,1fr);max-width:var(--container-max, 1400px);margin:0 auto;background:#f5f2ec;border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 8px #0000000f,0 12px 32px #00000017}.trust-features__item{display:flex;flex-direction:row;align-items:center;gap:1.6rem;padding:2.25rem 2rem}.trust-features__item:not(:last-child){border-right:1px solid rgba(0,0,0,.1)}.trust-features__icon{color:#2d4a35;display:flex;flex-shrink:0}.trust-features__icon--quality{color:#c9a227}.trust-features__text{display:flex;flex-direction:column;gap:.4rem}.trust-features__title{font-family:var(--ff-heading, "Oswald", sans-serif);font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0d0d0d;margin:0}.trust-features__desc{font-family:var(--ff-body, "Inter", sans-serif);font-size:.84rem;line-height:1.65;color:#555;margin:0}@media(max-width:900px){.trust-features__card{grid-template-columns:1fr;background:#f5f2ec;border:none;box-shadow:none;border-radius:0;gap:.75rem}.trust-features__item{background:#f5f2ec;border:1px solid rgba(0,0,0,.1);border-radius:14px;box-shadow:0 2px 10px #0000000f;padding:1.75rem 1.5rem}.trust-features__item:not(:last-child){border-right:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}}@media(max-width:480px){.trust-features{padding:1rem}.trust-features__item{gap:1.1rem;padding:1.5rem 1.25rem}.trust-features__icon svg{width:44px;height:44px}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
