*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-body, system-ui, sans-serif);color:var(--color-text);background:var(--color-bg);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{margin:0;line-height:1.6;overflow-x:hidden;position:relative;background:radial-gradient(1200px 800px at 10% -10%,rgba(180,160,229,.28),transparent 60%),radial-gradient(900px 700px at 110% 20%,rgba(199,179,240,.22),transparent 60%),linear-gradient(180deg,#fbf9fe,#fff 60%);min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Inter", sans-serif);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 .6em;color:var(--color-primary-deep)}h1{font-size:clamp(2rem,4.4vw,3.25rem)}h2{font-size:clamp(1.6rem,3.2vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}p{margin:0 0 1em}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-primary-deep);color:#fff;padding:8px 12px;z-index:1000}.skip-link:focus{top:0}.fluid-blob{position:fixed;z-index:-1;pointer-events:none;width:50vmax;height:50vmax;border-radius:50%;filter:blur(80px);opacity:.35;animation:blob-float 22s ease-in-out infinite alternate}.fluid-blob--1{top:-15vmax;left:-15vmax;background:radial-gradient(circle,var(--color-primary) 0%,transparent 70%)}.fluid-blob--2{bottom:-15vmax;right:-15vmax;background:radial-gradient(circle,var(--color-accent) 0%,transparent 70%);animation-delay:-11s;animation-duration:28s}@keyframes blob-float{0%{transform:translate(0) scale(1)}50%{transform:translate(6vw,4vh) scale(1.08)}to{transform:translate(-4vw,-6vh) scale(.95)}}.announcement-bar{background:linear-gradient(90deg,var(--color-primary-deep) 0%,#6B4EA8 50%,var(--color-primary-deep) 100%);color:#fff;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600}.announcement-bar__inner{padding:10px 16px;text-align:center}.site-header{background:#ffffffb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(180,160,229,.15);position:sticky;top:0;z-index:50}.site-header__inner{max-width:1400px;margin:0 auto;padding:18px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.site-header__nav-left,.site-header__nav-right{display:flex;align-items:center;gap:28px}.site-header__nav-right{justify-content:flex-end}.site-header__nav-link{font-size:.95rem;font-weight:500;color:var(--color-text);transition:color .2s ease}.site-header__nav-link:hover{color:var(--color-primary-deep)}.site-header__logo{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:var(--color-primary-deep);letter-spacing:-.03em;display:inline-flex;align-items:center}.site-header__logo-svg{height:32px;width:auto;display:block}.site-header__logo-img{max-height:40px;width:auto;display:block}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:var(--color-primary-deep);transition:background .2s ease}.site-header__icon:hover{background:#b4a0e526}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--color-primary-deep);color:#fff;border-radius:10px;font-size:.7rem;padding:0 6px;min-width:18px;text-align:center;font-weight:600}@media(max-width:768px){.site-header__inner{grid-template-columns:auto 1fr auto;padding:14px 16px}.site-header__nav-left{display:none}.site-header__nav-right{gap:12px}}.hero-product{position:relative;padding:48px 16px 72px;overflow:hidden}.hero-product__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.hero-product__mesh{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55}.hero-product__mesh--1{width:500px;height:500px;top:-100px;left:-80px;background:var(--color-primary)}.hero-product__mesh--2{width:400px;height:400px;top:40%;right:-80px;background:var(--color-accent)}.hero-product__mesh--3{width:350px;height:350px;bottom:-100px;left:30%;background:#d9cbf5}.hero-product__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start}@media(max-width:960px){.hero-product__inner{grid-template-columns:1fr;gap:32px}}.hero-product__gallery{position:sticky;top:90px;display:flex;flex-direction:column;gap:16px}.hero-product__banner img{width:100%;border-radius:20px;box-shadow:0 20px 60px -20px #4a2d7a40}.hero-product__media{position:relative;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#f8f2fe,#e8e1f5);aspect-ratio:1 / 1}.hero-product__media img,.hero-product__media-placeholder{width:100%;height:100%;object-fit:cover}.hero-product__media-placeholder{display:flex}.hero-product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.hero-product__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease,transform .2s ease}.hero-product__thumb:hover{transform:translateY(-2px)}.hero-product__thumb[aria-current=true]{border-color:var(--color-primary-deep)}.hero-product__thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:960px){.hero-product__gallery{position:static}}.hero-product__details{display:flex;flex-direction:column;gap:18px}.hero-product__eyebrow{display:inline-block;align-self:flex-start;padding:6px 14px;border:1.5px solid var(--color-primary-deep);border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary-deep)}.hero-product__title{margin:0}.hero-product__rating{display:flex;align-items:center;gap:10px;font-size:.95rem;color:var(--color-text)}.hero-product__stars{color:#f4c542;letter-spacing:.1em}.hero-product__rating-count{color:#8b7fa3}.hero-product__price{display:flex;align-items:baseline;gap:12px;font-size:1.75rem;font-weight:700}.hero-product__price-sale{color:var(--color-primary-deep)}.hero-product__price-compare{font-size:1.15rem;font-weight:500;color:#8b7fa3;text-decoration:line-through}.hero-product__benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:1rem}.hero-product__benefits li{display:flex;align-items:center;gap:10px}.hero-product__benefit-emoji{font-size:1.15rem;width:28px;text-align:center}.hero-product__bundle{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(180,160,229,.25);border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 60px -20px #4a2d7a26;position:relative}.hero-product__bundle-header{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.18em;color:var(--color-primary-deep);text-transform:uppercase}.hero-product__bundle-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px;border-radius:14px;cursor:pointer;background:linear-gradient(135deg,#f4effb,#eae0f5);border:2px solid var(--color-primary-deep);position:relative}.hero-product__bundle-option input{display:none}.hero-product__bundle-radio{width:22px;height:22px;border-radius:50%;background:var(--color-primary-deep);position:relative}.hero-product__bundle-radio:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#fff}.hero-product__bundle-title{font-weight:700;color:var(--color-primary-deep);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hero-product__bundle-badge{background:var(--color-primary-deep);color:#fff;font-size:.7rem;padding:2px 8px;border-radius:999px;letter-spacing:.05em}.hero-product__bundle-subtitle{font-size:.85rem;color:#6b5e82}.hero-product__bundle-prices{text-align:right}.hero-product__bundle-price{font-weight:700;color:var(--color-primary-deep)}.hero-product__bundle-compare{font-size:.85rem;color:#8b7fa3;text-decoration:line-through}.hero-product__bundle-gifts{display:flex;flex-direction:column;gap:6px;padding:0 4px}.hero-product__bundle-gift{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;padding:10px 14px;background:#2c2438;color:#fff;border-radius:12px}.hero-product__bundle-gift s{color:#8b7fa3}.hero-product__form{margin-top:4px}.hero-product__cta{width:100%;background:linear-gradient(135deg,var(--color-primary-deep) 0%,#6B4EA8 100%);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:18px 24px;border-radius:16px;box-shadow:0 14px 40px -12px #4a2d7a80;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.hero-product__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .5s ease}.hero-product__cta:hover{transform:translateY(-2px);box-shadow:0 20px 50px -12px #4a2d7a99}.hero-product__cta:hover:before{transform:translate(100%)}.hero-product__cta:disabled{opacity:.5;cursor:not-allowed;transform:none}.hero-product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0}.hero-product__trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:.82rem;font-weight:500;color:var(--color-text)}.hero-product__trust-item svg{color:var(--color-primary-deep)}.hero-product__mini-testimonial{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:3px solid var(--color-primary-deep);padding:14px 18px;border-radius:0 14px 14px 0;font-size:.92rem;font-style:italic;color:var(--color-text)}.hero-product__mini-testimonial p{margin:0 0 8px}.hero-product__mini-testimonial-author{display:flex;align-items:center;gap:10px;font-style:normal;font-size:.85rem}.hero-product__accordion{border-top:1px solid rgba(180,160,229,.3);padding:14px 0}.hero-product__accordion summary{font-weight:600;font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;list-style:none}.hero-product__accordion summary::-webkit-details-marker{display:none}.hero-product__accordion summary:after{content:"+";font-size:1.2rem;color:var(--color-primary-deep);transition:transform .2s ease}.hero-product__accordion[open] summary:after{transform:rotate(45deg)}.hero-product__accordion-body{padding-top:10px;font-size:.92rem;color:#6b5e82}.trust-trio{padding:56px 16px;background:var(--color-bg-soft);position:relative}.trust-trio:before,.trust-trio:after{content:"";position:absolute;left:0;right:0;height:40px;background:inherit}.trust-trio:before{top:-39px;clip-path:ellipse(60% 100% at 50% 100%)}.trust-trio:after{bottom:-39px;clip-path:ellipse(60% 100% at 50% 0%)}.trust-trio__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust-trio__item{text-align:center;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:28px 20px;border-radius:20px;transition:transform .2s ease}.trust-trio__item:hover{transform:translateY(-4px)}.trust-trio__emoji{font-size:2rem;margin-bottom:10px}.trust-trio__title{font-weight:700;font-size:1.05rem;color:var(--color-primary-deep);margin-bottom:6px}.trust-trio__body{font-size:.9rem;color:#6b5e82}@media(max-width:700px){.trust-trio__inner{grid-template-columns:1fr}.trust-trio:before,.trust-trio:after{display:none}}.testimonials{padding:72px 16px}.testimonials__inner{max-width:1200px;margin:0 auto}.testimonials__heading{text-align:center;margin-bottom:40px}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.testimonials__card{background:#fff;border:1px solid rgba(180,160,229,.2);border-radius:24px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.testimonials__card:hover{transform:translateY(-6px);box-shadow:0 24px 60px -20px #4a2d7a33}.testimonials__compare{display:grid;grid-template-columns:1fr 1fr;aspect-ratio:2 / 1}.testimonials__compare>div{position:relative;overflow:hidden}.testimonials__compare img{width:100%;height:100%;object-fit:cover}.testimonials__compare-label{position:absolute;top:10px;left:10px;background:#4a2d7ae6;color:#fff;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.testimonials__card-body{padding:24px}.testimonials__quote{font-size:1rem;color:var(--color-text);margin:12px 0 8px}.testimonials__author{font-size:.85rem;color:#6b5e82;margin:0}.how-it-works{padding:72px 16px;background:radial-gradient(600px 400px at 80% 20%,rgba(180,160,229,.15),transparent 60%),var(--color-bg)}.how-it-works__inner{max-width:1200px;margin:0 auto}.how-it-works__heading{text-align:center;margin-bottom:8px}.how-it-works__subheading{text-align:center;color:#6b5e82;margin:0 auto 48px;max-width:560px}.how-it-works__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}.how-it-works__step{position:relative;text-align:center;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;padding:32px 24px;border:1px solid rgba(180,160,229,.2)}.how-it-works__step-number{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:44px;height:44px;background:linear-gradient(135deg,var(--color-primary-deep),#6B4EA8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 8px 24px -8px #4a2d7a80}.how-it-works__step-image{margin:12px 0 20px;aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--color-bg-soft)}.how-it-works__step-image img{width:100%;height:100%;object-fit:cover}.how-it-works__step-title{font-size:1.2rem;margin-bottom:8px}.how-it-works__step-body{font-size:.92rem;color:#6b5e82;margin:0}.image-with-text{padding:72px 16px}.image-with-text__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.image-with-text[data-layout=image-right] .image-with-text__inner{direction:rtl}.image-with-text[data-layout=image-right] .image-with-text__body{direction:ltr}.image-with-text__media{aspect-ratio:4 / 5;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--color-bg-soft),#E8E1F5);box-shadow:0 30px 80px -30px #4a2d7a4d}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary-deep);display:block;margin-bottom:14px}.image-with-text__heading{margin-bottom:16px}.image-with-text__text{color:var(--color-text);font-size:1.05rem}.image-with-text__cta{display:inline-block;margin-top:16px;padding:14px 28px;border-radius:999px;background:var(--color-primary-deep);color:#fff;font-weight:600;transition:transform .2s ease}.image-with-text__cta:hover{transform:translateY(-2px)}@media(max-width:800px){.image-with-text__inner{grid-template-columns:1fr}.image-with-text[data-layout=image-right] .image-with-text__inner{direction:ltr}}.faq{padding:72px 16px;background:var(--color-bg-soft)}.faq__inner{max-width:820px;margin:0 auto}.faq__heading{text-align:center;margin-bottom:32px}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{background:#fff;border:1px solid rgba(180,160,229,.25);border-radius:16px;overflow:hidden;transition:box-shadow .2s ease}.faq__item[open]{box-shadow:0 10px 30px -12px #4a2d7a26}.faq__question{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;font-weight:600;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__icon{color:var(--color-primary-deep);font-size:1.3rem;line-height:1;transition:transform .25s ease}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{padding:0 22px 20px;color:#6b5e82;font-size:.95rem}.site-footer{background:linear-gradient(180deg,#1f1834,#2c2438);color:#ffffffd1;padding:56px 16px 0;margin-top:80px;position:relative}.site-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:140%;height:80px;background:var(--color-bg);border-radius:50%}.site-footer__inner{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;gap:48px;padding-bottom:40px}.site-footer__logo{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:10px}.site-footer__tagline{font-style:italic;color:var(--color-accent);margin-bottom:16px}.site-footer__social{display:flex;gap:12px}.site-footer__social a{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff14;color:#fff;transition:background .2s ease,transform .2s ease}.site-footer__social a:hover{background:var(--color-primary);transform:translateY(-2px)}.site-footer__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px}.site-footer__column-heading{font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:12px}.site-footer__column-links p{margin:0 0 8px;font-size:.92rem}.site-footer__column-links a:hover{color:var(--color-accent)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;text-align:center;font-size:.85rem;color:#ffffff8c}@media(max-width:800px){.site-footer__inner{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important}}.home-hero{padding:4rem 0}.home-hero__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:48rem;margin:0 auto}.home-hero__eyebrow{font-size:.75rem;letter-spacing:.1em;color:var(--color-primary-deep, #4A2D7A);margin:0}.home-hero__headline{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0}.home-hero__subhead{font-size:1.125rem;line-height:1.5;max-width:32rem;margin:0}.home-hero__cta{display:inline-block;padding:1rem 2rem;margin-top:.5rem;background:var(--color-primary-deep, #4A2D7A);color:#fff;text-decoration:none;border-radius:999px}.home-hero__image{margin-top:1.5rem;max-width:24rem}.home-hero__image img{width:100%;height:auto;border-radius:1rem}.home-featured{padding:4rem 0}.home-featured__heading{text-align:center;font-size:2rem;margin:0 0 2rem}.home-featured__card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:60rem;margin:0 auto;padding:2rem;background:#fff;border-radius:20px;border:1.5px solid rgba(180,160,229,.5);box-shadow:0 0 0 1px #b4a0e526,0 0 24px #b4a0e580,0 0 48px #b4a0e547,0 12px 32px -12px #4a2d7a38;transition:box-shadow .25s ease,border-color .25s ease}.home-featured__card:hover{border-color:#b4a0e5e6;box-shadow:0 0 0 1px #b4a0e566,0 0 32px #b4a0e5cc,0 0 64px #b4a0e57a,0 16px 40px -10px #4a2d7a59}.home-featured__image{display:flex;align-items:center;justify-content:center}.home-featured__image img{width:100%;max-width:24rem;max-height:24rem;height:auto;object-fit:contain;border-radius:1rem}.home-featured__title{font-size:1.5rem;margin:0 0 .5rem}.home-featured__price{font-size:1.25rem;margin:0 0 1.5rem}.home-featured__compare{color:#888;text-decoration:line-through;margin-left:.5rem}@media(max-width:768px){.home-featured__card{grid-template-columns:1fr}}.home-founder{padding:4rem 0}.home-founder__inner{display:grid;gap:3rem;align-items:center;max-width:60rem;margin:0 auto}.home-founder__layout--image-left .home-founder__inner{grid-template-columns:1fr 1fr}.home-founder__layout--image-right .home-founder__inner{grid-template-columns:1fr 1fr;direction:rtl}.home-founder__layout--image-right .home-founder__inner>*{direction:ltr}.home-founder__image img{width:100%;height:auto;border-radius:1rem}.home-founder__eyebrow{font-size:.75rem;letter-spacing:.1em;color:var(--color-primary-deep, #4A2D7A);margin:0 0 1rem}.home-founder__heading{font-size:2rem;margin:0 0 1rem}.home-founder__cta{display:inline-block;margin-top:1.5rem;color:var(--color-primary-deep, #4A2D7A);font-weight:600;text-decoration:none}@media(max-width:768px){.home-founder__layout--image-left .home-founder__inner,.home-founder__layout--image-right .home-founder__inner{grid-template-columns:1fr}}.home-newsletter{padding:4rem 0;text-align:center}.home-newsletter__heading{font-size:1.75rem;margin:0 0 .5rem}.home-newsletter__subhead{margin:0 0 2rem;opacity:.85}.home-newsletter__form{display:flex;gap:.5rem;max-width:28rem;margin:0 auto}.home-newsletter__form input[type=email]{flex:1;padding:1rem;border:0;border-radius:999px}.btn--inverse{padding:1rem 2rem;background:#fff;color:var(--color-primary-deep, #4A2D7A);border:0;border-radius:999px;font-weight:600;cursor:pointer}.home-newsletter__success{margin:1rem 0 0}.home-newsletter__error{margin:1rem 0 0;color:#ffd5d5}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.about-content,.contact-content{padding:4rem 0}.about-content__inner,.contact-content__inner{max-width:48rem;margin:0 auto}.about-content__eyebrow{font-size:.75rem;letter-spacing:.1em;color:var(--color-primary-deep, #4A2D7A);margin:0 0 .5rem}.about-content__heading{font-size:clamp(1.75rem,3vw,2.5rem);margin:0 0 1rem;line-height:1.2}.about-content__lede{font-size:1.25rem;line-height:1.5;margin:0 0 2rem;color:#555}.about-content__image{margin:0 0 2rem}.about-content__image img{width:100%;height:auto;border-radius:1rem}.about-content__body p{margin:0 0 1rem;line-height:1.6}.about-content__cta-wrap{text-align:center;margin:2rem 0 0}.contact-content__heading{font-size:clamp(1.75rem,3vw,2.5rem);margin:0 0 1rem}.contact-content__lede{font-size:1.125rem;line-height:1.5;margin:0 0 2rem;color:#555}.contact-content__details{margin:0 0 2rem}.contact-content__details p{margin:0 0 .5rem}.contact-content__form{display:grid;gap:1rem;max-width:32rem}.contact-content__form label{font-weight:600}.contact-content__form input,.contact-content__form textarea{padding:.75rem;border:1px solid #ccc;border-radius:.5rem;font-family:inherit;font-size:1rem}.contact-content__form button{justify-self:start}.contact-content__success{color:var(--color-primary-deep, #4A2D7A);font-weight:600}.contact-content__error{color:#b00020}.site-header__nav-link--active{color:var(--color-primary-deep, #4A2D7A);font-weight:600}.site-header__cart{background:none;border:0;cursor:pointer;padding:0;font:inherit;color:inherit}.footer{padding:4rem 0 2rem}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.footer__columns{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin:0 0 3rem}.footer__columns:empty{display:none;margin:0}.footer .footer__bottom{padding-top:1rem;border-top:0}.footer__col-heading{font-size:1rem;margin:0 0 1rem}.footer__col-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer__col--newsletter input{padding:.75rem;border:0;border-radius:.25rem;width:100%;margin:.5rem 0}.footer__col--newsletter button{padding:.75rem 1.5rem;background:#fff;color:var(--color-primary-deep, #4A2D7A);border:0;border-radius:.25rem;cursor:pointer;font-weight:600}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);font-size:.875rem}.footer__legal{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}@media(max-width:768px){.footer__columns{grid-template-columns:1fr 1fr;gap:1.5rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .2s}.cart-drawer[aria-hidden=false] .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(28rem,100%);background:#fff;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee}.cart-drawer__title{margin:0;font-size:1.25rem}.cart-drawer__close{background:none;border:0;font-size:2rem;cursor:pointer;line-height:1;padding:0 .5rem}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem}.cart-drawer__item{display:grid;grid-template-columns:4rem 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #f5f5f5;align-items:center}.cart-drawer__item-image{width:4rem;height:4rem;object-fit:cover;border-radius:.5rem}.cart-drawer__item-title{margin:0;font-size:1rem}.cart-drawer__item-variant{margin:.25rem 0;font-size:.875rem;color:#888}.cart-drawer__item-qty{display:inline-flex;align-items:center;gap:.25rem;margin:.5rem 0}.cart-drawer__item-qty button{background:#f0f0f0;border:0;width:1.75rem;height:1.75rem;border-radius:.25rem;cursor:pointer}.cart-drawer__item-qty input{width:3rem;text-align:center;padding:.25rem;border:1px solid #ddd;border-radius:.25rem}.cart-drawer__item-price{margin:0;font-weight:600}.cart-drawer__item-remove{background:none;border:0;font-size:1.25rem;cursor:pointer;padding:.5rem}.cart-drawer__empty{text-align:center;color:#888;padding:3rem 1rem}.cart-drawer__footer{padding:1rem;border-top:1px solid #eee}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.cart-drawer__checkout{display:block;text-align:center;width:100%}body.cart-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
