:root{--first-color:#6C4FD8;--first-color-alt:#8B6FF0;--first-color-soft:#EFEAFD;--accent-color:#F0A08C;--title-color:#16121F;--text-color:#5B5766;--text-color-light:#8F8A9B;--body-color:#FDFBFF;--container-color:#FFFFFF;--border-color:#ECE8F5;--shadow:0 12px 30px rgba(38,25,80,.08);--shadow-hover:0 22px 50px rgba(38,25,80,.16);--body-font:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--header-height:4.25rem}html.dark-theme{--title-color:#F5F2FF;--text-color:#B6B0C6;--text-color-light:#8B84A0;--body-color:#14111C;--container-color:#1D1929;--border-color:#2C2740;--first-color-soft:#262038;--shadow:0 12px 30px rgba(0,0,0,.35);--shadow-hover:0 22px 50px rgba(0,0,0,.5)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body-font);font-size:.938rem;line-height:1.7;background-color:var(--body-color);color:var(--text-color);transition:background-color .35s,color .35s}@media(min-width:768px){body{font-size:1rem}}h1,h2,h3,h4,p,ul,ol,figure{margin:0}ul{padding:0;list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{font-family:inherit}.skip-to-content{position:absolute;left:-9999px}.skip-to-content:focus{left:1rem;top:1rem;background:var(--container-color);padding:.75rem 1rem;border-radius:.5rem;z-index:200}.container{max-width:1120px;width:calc(100% - 2.5rem);margin:0 auto}.section{padding:4.5rem 0 2.5rem}@media(min-width:768px){.section{padding:6rem 0 3rem}}.grid{display:grid;gap:1.5rem}.section-title{font-size:1.35rem;color:var(--title-color);font-weight:700;line-height:1.25;letter-spacing:-.02em;margin-bottom:.5rem}@media(min-width:768px){.section-title{font-size:2rem}}.section-title--center{text-align:center}.section-subtitle{display:block;text-align:center;color:var(--text-color-light);margin:0 auto 2.5rem;max-width:620px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));color:#fff;padding:.9rem 1.6rem;border:none;border-radius:999px;cursor:pointer;font-weight:600;font-size:.875rem;box-shadow:0 10px 24px #6c4fd847;transition:transform .3s,box-shadow .3s,opacity .3s}.button:hover{transform:translateY(-3px);box-shadow:0 16px 32px #6c4fd861}.button[disabled]{opacity:.5;cursor:not-allowed;transform:none}.button--ghost{background:transparent;color:var(--title-color);border:2px solid var(--border-color);box-shadow:none}.button--ghost:hover{border-color:var(--first-color);color:var(--first-color);box-shadow:none}.button--full{width:100%}.button--dark{background:var(--title-color);box-shadow:none}.header{position:sticky;top:0;z-index:100;width:100%;background-color:color-mix(in srgb,var(--body-color) 85%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:box-shadow .3s}.header.is-scrolled{box-shadow:0 2px 20px #26195014}.header__inner{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{display:inline-flex;align-items:center;gap:.45rem;color:var(--title-color);font-weight:700;font-size:1.05rem;letter-spacing:-.01em}.header__logo i{color:var(--first-color)}.header__logo img{max-height:36px;width:auto}.header__nav{display:flex;column-gap:2rem}.header__nav a{font-size:.875rem;font-weight:500;transition:color .3s}.header__nav a:hover{color:var(--first-color)}.header__actions{display:flex;align-items:center;gap:1.1rem}.header__icon{font-size:1.1rem;color:var(--title-color);cursor:pointer;background:none;border:none;padding:0;position:relative}.cart-count{position:absolute;top:-.55rem;right:-.6rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;display:grid;place-items:center;border-radius:999px;background:var(--first-color);color:#fff;font-size:.625rem;font-weight:600}.header__toggle,.header__close{display:none}@media(max-width:989px){.header__nav{position:fixed;top:0;right:-100%;width:78%;max-width:320px;height:100vh;height:100dvh;overflow-y:auto;flex-direction:column;row-gap:1.75rem;padding:4rem 1.75rem;background-color:var(--container-color);box-shadow:-8px 0 40px #2619502e;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:110}.header__nav.is-open{right:0}.header__nav a{font-size:1rem}.header__toggle{display:block}.header__close{display:block;position:absolute;top:1.25rem;right:1.5rem;font-size:1.35rem;color:var(--title-color);cursor:pointer;background:none;border:none}}.hero{padding:3.5rem 0 2rem;overflow:hidden}@media(min-width:768px){.hero{padding:6rem 0 4rem}}.hero__grid{align-items:center;row-gap:3rem}@media(min-width:768px){.hero__grid{grid-template-columns:1.05fr 1fr;column-gap:3.5rem}}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--first-color-soft);color:var(--first-color);font-size:.75rem;font-weight:600;padding:.4rem .9rem;border-radius:999px;margin-bottom:1.5rem}.hero__title{font-size:2.25rem;color:var(--title-color);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}@media(min-width:768px){.hero__title{font-size:3.75rem}}.hero__title em{font-style:normal;background:linear-gradient(120deg,var(--first-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;color:transparent}.hero__text{margin-bottom:2rem;max-width:460px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.875rem;color:var(--text-color-light)}.hero__trust i{color:var(--first-color);margin-right:.35rem}.hero__media{position:relative}.hero__media img,.hero__placeholder{width:100%;border-radius:1.5rem;box-shadow:var(--shadow-hover);object-fit:cover;aspect-ratio:4/3}.hero__placeholder{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt))}.hero__badge{position:absolute;left:-.5rem;bottom:-1.25rem;display:flex;align-items:center;gap:.75rem;background-color:var(--container-color);border:1px solid var(--border-color);border-radius:1rem;padding:.85rem 1.1rem;box-shadow:var(--shadow)}.hero__badge i{font-size:1rem;color:#fff;width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.75rem;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt))}.hero__badge strong{display:block;color:var(--title-color);font-size:.875rem;line-height:1.3}.hero__badge span{font-size:.75rem;color:var(--text-color-light)}.trust__grid{grid-template-columns:1fr}@media(min-width:576px){.trust__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.trust__grid{grid-template-columns:repeat(3,1fr);column-gap:1.75rem}}.trust__card{background-color:var(--container-color);border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem 1.75rem;text-align:center;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s}.trust__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.trust__icon{width:3.5rem;height:3.5rem;margin:0 auto 1.5rem;display:grid;place-items:center;border-radius:1rem;color:#fff;font-size:1.35rem;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt))}.trust__title{font-size:1.125rem;color:var(--title-color);font-weight:600;margin-bottom:.5rem}.trust__text{font-size:.875rem;margin-bottom:1rem}.trust__link{color:var(--first-color);font-size:.875rem;font-weight:600}.split__grid{align-items:center;row-gap:2.5rem}@media(min-width:768px){.split__grid{grid-template-columns:1fr 1fr;column-gap:3.5rem}}.split__grid img,.split__placeholder{width:100%;border-radius:1.5rem;box-shadow:var(--shadow);object-fit:cover;aspect-ratio:4/3}.split__placeholder{background:linear-gradient(135deg,var(--first-color-soft),var(--first-color))}.split__list{margin:0 0 2rem;display:grid;gap:.65rem}.split__list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.875rem}.split__list i{color:var(--first-color);background-color:var(--first-color-soft);width:1.35rem;height:1.35rem;display:grid;place-items:center;border-radius:50%;font-size:.65rem;flex-shrink:0;margin-top:.28rem}.split__text{margin-bottom:1.5rem}.packs__grid{grid-template-columns:1fr}@media(min-width:576px){.packs__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.packs__grid{grid-template-columns:repeat(3,1fr);column-gap:1.75rem}}.card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background-color:var(--container-color);border:1px solid var(--border-color);border-radius:1.25rem;padding:1rem 1rem 2rem;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s,border-color .3s}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.card--featured{border-color:var(--first-color)}.card__tag{position:absolute;top:1.75rem;right:1.75rem;z-index:2;background-color:var(--title-color);color:var(--body-color);font-size:.75rem;font-weight:600;padding:.3rem .75rem;border-radius:999px}.card__media{width:100%;border-radius:.9rem;overflow:hidden;margin-bottom:1.5rem}.card__media img,.card__placeholder{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .5s}.card__placeholder{background:linear-gradient(135deg,var(--first-color-soft),var(--first-color-alt))}.card:hover .card__media img{transform:scale(1.06)}.card__title{font-size:1.125rem;color:var(--title-color);font-weight:600;margin-bottom:.5rem}.card__text{font-size:.875rem;color:var(--text-color-light);margin-bottom:1rem;padding:0 .5rem;min-height:3rem}.card__price{display:block;font-size:1.85rem;color:var(--title-color);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem}.card__price small{font-size:.813rem;font-weight:500;color:var(--text-color-light);display:block}.card .button{margin-top:auto}.band{padding-bottom:4.5rem}.band__inner{background:linear-gradient(135deg,var(--first-color),#4B34A8);border-radius:1.75rem;padding:3rem 2rem;align-items:center;row-gap:2.5rem;overflow:hidden}@media(min-width:768px){.band__inner{grid-template-columns:1fr 1fr;column-gap:3.5rem;padding:4rem 3.5rem}}.band__title{color:#fff;font-size:1.35rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.band__title{font-size:2rem}}.band__text{color:#ffffffd1;margin-bottom:2rem}.band__form{display:flex;align-items:center;background-color:var(--container-color);border-radius:999px;padding:.35rem .35rem .35rem 1.25rem;gap:.5rem;max-width:440px}.band__form input{width:100%;border:none;outline:none;background:none;font-family:inherit;font-size:.875rem;color:var(--title-color)}.band__form .button{flex-shrink:0}.band__inner img,.band__placeholder{width:100%;border-radius:1.25rem;object-fit:cover;aspect-ratio:4/3;box-shadow:0 20px 40px #00000040}.band__placeholder{background:#ffffff26}.product{padding:3rem 0}.product__grid{row-gap:2.5rem}@media(min-width:768px){.product__grid{grid-template-columns:1fr 1fr;column-gap:3.5rem;align-items:start}}.product__media img,.product__placeholder{width:100%;border-radius:1.5rem;box-shadow:var(--shadow);object-fit:cover;aspect-ratio:1/1}.product__placeholder{background:linear-gradient(135deg,var(--first-color-soft),var(--first-color-alt))}.product__thumbs{display:flex;gap:.65rem;margin-top:.9rem;flex-wrap:wrap}.product__thumbs img{width:72px;height:72px;object-fit:cover;border-radius:.65rem;border:2px solid var(--border-color);cursor:pointer}.product__title{font-size:1.75rem;color:var(--title-color);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem}@media(min-width:768px){.product__title{font-size:2.25rem}}.product__price{font-size:1.85rem;color:var(--title-color);font-weight:700;margin-bottom:1.5rem;display:block}.product__form{margin-bottom:2rem}.product__label{display:block;font-size:.813rem;font-weight:600;color:var(--title-color);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.product__select{width:100%;max-width:340px;padding:.85rem 1rem;border-radius:.9rem;border:1px solid var(--border-color);background-color:var(--container-color);color:var(--title-color);font-family:inherit;font-size:.938rem;margin-bottom:1.25rem}.product__badges{display:grid;gap:.6rem;margin-bottom:1.75rem;font-size:.875rem}.product__badges i{color:var(--first-color);margin-right:.5rem}.product__description{border-top:1px solid var(--border-color);padding-top:1.5rem}.product__description h3{color:var(--title-color);margin:1.25rem 0 .5rem}.product__description ul{list-style:disc;padding-left:1.25rem;display:grid;gap:.35rem}.collection__grid{grid-template-columns:1fr}@media(min-width:576px){.collection__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.collection__grid{grid-template-columns:repeat(3,1fr);column-gap:1.75rem}}.cart__row{display:grid;grid-template-columns:80px 1fr;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}@media(min-width:768px){.cart__row{grid-template-columns:96px 1fr auto auto}}.cart__row img{border-radius:.75rem}.cart__name{color:var(--title-color);font-weight:600}.cart__variant{font-size:.813rem;color:var(--text-color-light)}.cart__qty{width:5rem;padding:.6rem .7rem;border-radius:.65rem;border:1px solid var(--border-color);background-color:var(--container-color);color:var(--title-color);font-family:inherit}.cart__footer{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;padding-top:1.75rem}.cart__total{font-size:1.35rem;color:var(--title-color);font-weight:700}.cart__empty{text-align:center;padding:3rem 0}.rte{max-width:760px;margin:0 auto}.rte h2,.rte h3{color:var(--title-color);margin:1.75rem 0 .75rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{padding-left:1.25rem;margin-bottom:1rem;list-style:disc}.rte a{color:var(--first-color);text-decoration:underline}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.813rem;font-weight:600;color:var(--title-color);margin-bottom:.35rem}.form-field input,.form-field textarea{width:100%;padding:.85rem 1rem;border-radius:.9rem;border:1px solid var(--border-color);background-color:var(--container-color);color:var(--title-color);font-family:inherit;font-size:.938rem}.form-note{font-size:.875rem;color:var(--text-color-light)}.form-success{background:var(--first-color-soft);color:var(--first-color);padding:1rem 1.25rem;border-radius:.9rem;margin-bottom:1.5rem;font-size:.875rem}.form-error{color:#c2410c;font-size:.875rem;margin-bottom:1rem}.footer{background-color:var(--container-color);border-top:1px solid var(--border-color);padding:4.5rem 0 2rem}.footer__grid{grid-template-columns:1fr;row-gap:2.25rem}@media(min-width:576px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.3fr;column-gap:2rem}}.footer__title{font-size:1.125rem;color:var(--title-color);font-weight:600;margin-bottom:1rem}.footer__text{font-size:.875rem;max-width:300px;margin-top:1rem}.footer__links{display:grid;gap:.6rem;font-size:.875rem}.footer__links a:hover{color:var(--first-color)}.footer__links i{color:var(--first-color);margin-right:.4rem}.footer__social{display:flex;gap:.75rem;margin-top:1.5rem}.footer__social a{width:2.25rem;height:2.25rem;display:grid;place-items:center;border-radius:.75rem;background-color:var(--first-color-soft);color:var(--first-color);transition:background-color .3s,color .3s,transform .3s}.footer__social a:hover{background-color:var(--first-color);color:#fff;transform:translateY(-3px)}.footer__copy{text-align:center;font-size:.75rem;color:var(--text-color-light);margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.footer__payment{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.footer__payment svg{height:24px;width:auto}.scrolltop{position:fixed;right:1.25rem;bottom:-25%;display:grid;place-items:center;width:2.75rem;height:2.75rem;color:#fff;border-radius:.9rem;opacity:.9;z-index:90;background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));box-shadow:0 10px 24px #6c4fd859;transition:bottom .4s,transform .3s,opacity .3s}.scrolltop.is-visible{bottom:1.5rem}.scrolltop:hover{transform:translateY(-3px);opacity:1}.password-main{min-height:100vh;display:grid;place-items:center;padding:2rem;text-align:center}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
