@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow: #FFD60A;--yellow-hover: #F0C800;--yellow-light: #FFF8CC;--yellow-pale: #FFFDE8;--orange: #FF7A00;--orange-hover: #E86E00;--orange-light: #FFE8CC;--charcoal: #1F1F1F;--charcoal-mid: #3D3D3D;--mid: #6B6B6B;--light-text: #9B9B9B;--white: #FFFFFF;--off-white: #F9F9F9;--border: rgba(31,31,31,.1);--card-bg: #FFFFFF;--shadow: 0 4px 24px rgba(31,31,31,.08);--shadow-hover: 0 12px 40px rgba(31,31,31,.14);--cream: #F9F9F9;--warm-white: #FFFFFF;--caramel: #FF7A00;--caramel-light: #FFE8CC;--caramel-dark: #1F1F1F;--forest: #FFD60A;--forest-light: #FFF8CC;--forest-dark: #1F1F1F;--terracotta: #FF7A00;--blush: #FFE8CC}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--charcoal);line-height:1.6;overflow-x:hidden}.site-nav{position:sticky;top:0;left:0;right:0;z-index:100;background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--yellow);padding:0 clamp(1.5rem,5vw,5rem);height:70px;display:flex;align-items:center;justify-content:space-between}.site-nav__logo{font-family:Nunito,sans-serif;font-size:1.7rem;font-weight:900;color:var(--charcoal);letter-spacing:-.02em;text-decoration:none}.site-nav__logo span{color:var(--orange)}.site-nav__links{display:flex;gap:2rem;list-style:none}.site-nav__links a{font-size:.9rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--charcoal-mid);text-decoration:none;transition:color .2s;position:relative}.site-nav__links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--yellow);transform:scaleX(0);transition:transform .2s}.site-nav__links a:hover{color:var(--charcoal)}.site-nav__links a:hover:after{transform:scaleX(1)}.site-nav__actions{display:flex;align-items:center;gap:1rem}.site-nav__cart-icon{font-size:1.2rem;cursor:pointer;text-decoration:none;color:var(--charcoal)}.btn-nav{background:var(--yellow);color:var(--charcoal)!important;border:none;border-radius:100px;padding:.55rem 1.4rem;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;display:inline-block}.btn-nav:hover{background:var(--yellow-hover);transform:translateY(-1px)}.nav-search-form{display:flex;align-items:center;background:var(--off-white);border:1.5px solid var(--border);border-radius:100px;padding:.35rem .35rem .35rem 1rem;gap:.5rem;transition:border-color .2s,box-shadow .2s}.nav-search-form:focus-within{border-color:var(--yellow);box-shadow:0 0 0 3px #ffd60a33}.nav-search-input{border:none;background:transparent;font-family:DM Sans,sans-serif;font-size:.875rem;color:var(--charcoal);width:160px;outline:none}.nav-search-input::placeholder{color:var(--light-text)}.nav-search-btn{background:var(--yellow);border:none;border-radius:100px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:background .2s;flex-shrink:0}.nav-search-btn:hover{background:var(--yellow-hover)}.btn-primary{background:var(--yellow);color:var(--charcoal)!important;border:none;border-radius:100px;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none;display:inline-block;box-shadow:0 4px 14px #ffd60a66}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-2px);box-shadow:0 8px 20px #ffd60a80}.btn-outline{background:transparent;color:var(--charcoal)!important;border:2px solid var(--charcoal);border-radius:100px;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-outline:hover{background:var(--charcoal);color:var(--yellow)!important}.btn-outline--white{border-color:#fff9;color:#fff!important}.btn-outline--white:hover{background:#ffffff26;color:#fff!important}.hero{min-height:100vh;padding-top:70px;display:grid;grid-template-columns:1fr 1fr}.hero__left{padding:clamp(3rem,8vw,7rem) clamp(1.5rem,5vw,5rem);display:flex;flex-direction:column;justify-content:center;background:var(--white)}.hero__tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--yellow-light);color:var(--charcoal);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem;width:fit-content;border:1.5px solid var(--yellow)}.hero__heading{font-family:Nunito,sans-serif;font-size:clamp(2.8rem,5.5vw,5.2rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;color:var(--charcoal);margin-bottom:1.5rem}.hero__heading em{color:var(--orange);font-style:normal}.hero__heading mark{background:var(--yellow);color:var(--charcoal);padding:0 .2em;border-radius:6px;font-style:normal}.hero__sub{font-size:1.1rem;color:var(--mid);max-width:420px;margin-bottom:2.5rem;line-height:1.7}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero__stats{display:flex;gap:2rem;margin-top:3.5rem;padding-top:2rem;border-top:2px solid var(--yellow-light)}.stat__num{font-family:Nunito,sans-serif;font-size:2rem;font-weight:900;color:var(--charcoal)}.stat__label{font-size:.8rem;color:var(--mid);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.hero__right{background:var(--yellow);position:relative;overflow:hidden}.hero__image-wrap{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.hero__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__badge{position:absolute;bottom:2rem;right:2rem;background:var(--charcoal);color:var(--yellow);border-radius:16px;padding:.75rem 1.25rem;font-size:.8rem;font-weight:800;box-shadow:0 8px 24px #00000040;line-height:1.5}.hero__deco{position:absolute;border-radius:50%;pointer-events:none}.marquee-wrap{background:var(--charcoal);padding:.875rem 0;overflow:hidden;white-space:nowrap}.marquee-inner{display:inline-block;animation:marquee 22s linear infinite}.marquee-inner span{color:var(--yellow);font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin:0 2rem}.marquee-inner span:before{content:"\2726   ";opacity:.6;color:var(--orange)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,5vw,5rem)}.section--bg-white{background:var(--white)}.section--bg-off-white{background:var(--off-white)}.section--bg-charcoal{background:var(--charcoal)}.section--bg-yellow{background:var(--yellow)}.section--bg-caramel-light{background:var(--yellow-light);text-align:center}.section-eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem}.section--bg-charcoal .section-eyebrow{color:var(--yellow)}.section--bg-yellow .section-eyebrow{color:var(--charcoal);opacity:.6}.section-title{font-family:Nunito,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.1;color:var(--charcoal)}.section-title em{font-style:normal;color:var(--orange)}.section-title mark{background:var(--yellow);color:var(--charcoal);padding:0 .15em;border-radius:6px;font-style:normal}.section--bg-charcoal .section-title{color:#fff}.section--bg-charcoal .section-title em{color:var(--yellow)}.section-sub{color:var(--mid);font-size:1rem;margin-top:.75rem;max-width:520px}.section-header{margin-bottom:3rem}.section-header--split{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cat-card{background:var(--white);border:2px solid var(--border);border-radius:20px;padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;text-decoration:none;display:block;position:relative;overflow:hidden}.cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #ffd60a40;border-color:var(--yellow);background:var(--yellow-pale)}.cat-card__icon{font-size:2.8rem;margin-bottom:.75rem;display:block}.cat-card__name{font-family:Nunito,sans-serif;font-size:1.1rem;font-weight:800;color:var(--charcoal);margin-bottom:.25rem}.cat-card__count{font-size:.8rem;color:var(--light-text);font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;border:2px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s;text-decoration:none;display:block;color:inherit;box-shadow:var(--shadow)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--yellow)}.product-card__image{aspect-ratio:4/3;position:relative;overflow:hidden;background:var(--off-white);display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__image-placeholder{font-size:3.5rem;opacity:.4}.product-badge{position:absolute;top:12px;left:12px;background:var(--orange);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .75rem;border-radius:100px}.product-badge--new{background:var(--charcoal);color:var(--yellow)}.product-card__info{padding:1.25rem}.product-card__category{font-size:.72rem;color:var(--orange);font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.product-card__title{font-family:Nunito,sans-serif;font-size:1.05rem;font-weight:800;color:var(--charcoal);margin-bottom:.5rem}.product-card__rating{display:flex;align-items:center;gap:.4rem;margin-bottom:.75rem}.stars{color:var(--orange);font-size:.85rem;letter-spacing:.05em}.rating-count{font-size:.78rem;color:var(--light-text)}.product-card__footer{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-family:Nunito,sans-serif;font-size:1.3rem;font-weight:900;color:var(--charcoal)}.product-card__price-compare{font-size:.85rem;color:var(--light-text);text-decoration:line-through;margin-left:.35rem;font-family:DM Sans,sans-serif}.btn-add-to-cart{background:var(--yellow);color:var(--charcoal);border:none;border-radius:100px;padding:.45rem 1.1rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;white-space:nowrap;box-shadow:0 2px 8px #ffd60a66}.btn-add-to-cart:hover{background:var(--yellow-hover);transform:translateY(-1px)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-visual{background:var(--charcoal);border-radius:24px;padding:3rem;min-height:420px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.why-visual__tag{background:var(--yellow);color:var(--charcoal);font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .9rem;border-radius:100px;width:fit-content;margin-bottom:1.5rem}.why-visual__heading{font-family:Nunito,sans-serif;font-size:2rem;font-weight:900;color:#fff;line-height:1.15;max-width:280px}.why-visual__heading em{color:var(--yellow);font-style:normal}.why-visual__image{width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;margin-top:1.5rem;background:#ffffff0f;border:1px dashed rgba(255,214,10,.3);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:.8rem;text-align:center}.why-visual__image img{width:100%;height:100%;object-fit:cover;border-radius:14px}.perks{display:flex;flex-direction:column;gap:1.25rem}.perk{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border-radius:16px;border:2px solid var(--border);transition:border-color .2s,box-shadow .2s;box-shadow:var(--shadow)}.perk:hover{border-color:var(--yellow);box-shadow:0 8px 24px #ffd60a33}.perk__icon{width:46px;height:46px;border-radius:12px;background:var(--yellow-light);border:2px solid var(--yellow);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.perk h4{font-size:1rem;font-weight:800;color:var(--charcoal);margin-bottom:.25rem;font-family:Nunito,sans-serif}.perk p{font-size:.875rem;color:var(--mid);line-height:1.5}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:#ffffff0f;border:1px solid rgba(255,214,10,.2);border-radius:20px;padding:1.75rem;transition:background .25s,border-color .25s}.testimonial-card:hover{background:#ffd60a14;border-color:var(--yellow)}.t-stars{color:var(--yellow);margin-bottom:.75rem;letter-spacing:.05em;font-size:1rem}.t-text{font-size:.95rem;color:#ffffffd9;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.t-author{display:flex;align-items:center;gap:.75rem}.t-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:var(--charcoal);flex-shrink:0}.t-name{font-weight:800;font-size:.875rem;color:#fff;font-family:Nunito,sans-serif}.t-meta{font-size:.78rem;color:#ffffff73}.newsletter-form{display:flex;gap:.75rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.newsletter-input{padding:.875rem 1.5rem;border-radius:100px;border:2px solid var(--yellow);background:#ffffffe6;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--charcoal);width:300px;outline:none;transition:box-shadow .2s}.newsletter-input::placeholder{color:var(--light-text)}.newsletter-input:focus{box-shadow:0 0 0 4px #ffd60a4d}.site-footer{background:var(--charcoal);color:#ffffffa6;padding:3rem clamp(1.5rem,5vw,5rem) 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,214,10,.15)}.footer-brand__logo{font-family:Nunito,sans-serif;font-size:1.6rem;font-weight:900;color:var(--yellow);text-decoration:none;display:block;margin-bottom:.75rem}.footer-brand__logo span{color:var(--orange)}.footer-brand p{font-size:.875rem;line-height:1.7;max-width:240px}.footer-col h5{color:var(--yellow);font-weight:800;margin-bottom:1rem;font-size:.875rem;font-family:Nunito,sans-serif;letter-spacing:.05em;text-transform:uppercase}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{color:#ffffff80;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--yellow)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;flex-wrap:wrap;gap:1rem}.footer-bottom span{opacity:.4}.product-page{padding-top:68px;display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.product-page__gallery{padding:3rem;background:var(--warm-white)}.product-page__gallery img{width:100%;border-radius:20px}.product-page__info{padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center}.product-page__category{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--caramel);margin-bottom:.75rem}.product-page__title{font-family:Playfair Display,serif;font-size:2.5rem;line-height:1.15;margin-bottom:1rem}.product-page__price{font-family:Playfair Display,serif;font-size:2rem;color:var(--caramel-dark);margin-bottom:1.5rem}.product-page__desc{color:var(--mid);line-height:1.8;margin-bottom:2rem}.collection-header{padding-top:calc(68px + 4rem);padding-bottom:3rem;padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.5rem,5vw,5rem);background:var(--warm-white);border-bottom:1px solid var(--border)}.collection-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.cart-page{padding-top:calc(68px + 4rem);padding-bottom:4rem;padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.5rem,5vw,5rem);max-width:900px;margin:0 auto}.cart-page h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:2rem}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero__right{min-height:50vw}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr}.site-nav__links{display:none}}@media(max-width:560px){.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.footer-grid{grid-template-columns:1fr}.hero__stats{gap:1.25rem}.newsletter-form{flex-direction:column;align-items:center}.newsletter-input{width:100%;max-width:340px}}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.product-page__gallery{background:var(--off-white)}.product-page__category{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.5rem}.collection-header{padding:clamp(2rem,5vw,4rem) clamp(1.5rem,5vw,5rem) 2rem;border-bottom:2px solid var(--border)}.collection-grid-wrap{padding:3rem clamp(1.5rem,5vw,5rem)}.collection-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.cart-page{padding-top:calc(70px + 4rem);padding-bottom:4rem;padding-left:clamp(1.5rem,5vw,5rem);padding-right:clamp(1.5rem,5vw,5rem);max-width:900px;margin:0 auto}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero__right{min-height:60vw}.hero__left{padding:3rem 1.5rem 2rem}.categories-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr;gap:2rem}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.product-page{grid-template-columns:1fr}.product-page__gallery,.product-page__info{padding:1.5rem!important}.site-nav__links,.nav-search-form,.btn-nav{display:none!important}.mobile-menu-btn{display:block!important}}@media(max-width:560px){.categories-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.footer-grid{grid-template-columns:1fr}.hero__stats{gap:1.25rem;flex-wrap:wrap}.newsletter-form{flex-direction:column;align-items:center}.newsletter-input{width:100%!important;max-width:340px}.hero__ctas{flex-direction:column}.hero__ctas a{text-align:center}.testimonials-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/whiskora.css.map */
