*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg, #fff);color:var(--ink, #0B0B0B);font-family:var(--font-body, "Inter", system-ui, sans-serif);-webkit-font-smoothing:antialiased;line-height:1.55}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5{font-family:var(--font-heading, "Archivo", "Inter", sans-serif);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0 0 .5rem}h1{font-size:clamp(2.25rem,5.4vw,4.5rem)}h2{font-size:clamp(1.75rem,3.4vw,3rem)}h3{font-size:1.15rem}p{margin:0 0 1rem}.container{width:100%;max-width:var(--page-w, 1280px);margin-inline:auto;padding-inline:1.25rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{position:static}.text-muted{color:#6b6b6b}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary, #EC008C)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;letter-spacing:.01em;padding:.85rem 1.5rem;border-radius:var(--radius, 8px);border:0;cursor:pointer;transition:transform .15s ease,filter .15s ease,background .15s ease,color .15s ease;font-family:inherit;font-size:.95rem}.btn-primary{color:var(--primary-ink, #fff);background:linear-gradient(90deg,var(--primary, #EC008C),#B0006A);box-shadow:0 10px 30px -10px color-mix(in oklab,var(--primary, #EC008C) 45%,transparent)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn-outline{background:transparent;color:var(--ink, #0B0B0B);border:2px solid var(--ink, #0B0B0B)}.btn-outline:hover,.btn-dark{background:var(--ink, #0B0B0B);color:#fff}.btn-dark:hover{background:#222}.btn-white{background:#fff;color:var(--primary, #EC008C)}.btn-white:hover{background:#ffffffe6}.announcement{background:var(--ink, #0B0B0B);color:#fff;font-size:.78rem;letter-spacing:.12em}.announcement .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.55rem}.announcement a{color:var(--primary, #EC008C)}.announcement .announcement__phone{display:none}@media(min-width:640px){.announcement .announcement__phone{display:inline-flex;align-items:center;gap:.4rem}}.header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border, #E5E5E5)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem}.header__logo img{height:80px;width:auto}@media(min-width:900px){.header__logo img{height:96px}}.header__nav{display:none;gap:1.35rem;align-items:center}.header__nav a{font-size:.875rem;font-weight:600;color:#333;transition:color .15s ease}.header__nav a:hover{color:var(--primary, #EC008C)}@media(min-width:1024px){.header__nav{display:flex}}.header__actions{display:flex;align-items:center;gap:.5rem}.header__actions a,.header__actions button{padding:.5rem;border-radius:var(--radius, 8px);color:#333;background:transparent;border:0;cursor:pointer}.header__actions a:hover,.header__actions button:hover{color:var(--primary, #EC008C)}.header__cart-count{display:inline-flex;min-width:20px;height:20px;padding:0 .35rem;border-radius:999px;background:var(--primary, #EC008C);color:#fff;font-size:.7rem;font-weight:800;align-items:center;justify-content:center}.mobile-nav-toggle{padding:.5rem;border:1px solid var(--border, #E5E5E5);background:transparent;border-radius:var(--radius, 8px);cursor:pointer}@media(min-width:1024px){.mobile-nav-toggle{display:none}}.mobile-nav{display:none;flex-direction:column;border-top:1px solid var(--border, #E5E5E5);background:#fff}.mobile-nav.is-open{display:flex}.mobile-nav a{padding:.75rem 1.25rem;font-weight:600;font-size:.9rem;color:#333;border-bottom:1px solid var(--border, #E5E5E5)}.mobile-nav a:hover{color:var(--primary, #EC008C)}.section{padding-block:clamp(3rem,7vw,5rem)}.section--muted{background:var(--muted, #F5F5F5)}.section--dark{background:var(--ink, #0B0B0B);color:#fff}.section--dark .eyebrow{color:var(--primary, #EC008C)}.section--dark h2{color:#fff}.section__head{margin-bottom:2.5rem}.section__head--split{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem}.section__link{font-size:.875rem;font-weight:700;color:var(--primary, #EC008C)}.section__link:hover{text-decoration:underline}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(1,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 82% 22%,rgba(236,0,140,.35),transparent 55%),radial-gradient(circle at 12% 82%,rgba(180,0,120,.3),transparent 55%),linear-gradient(135deg,#0b0b0b,#1a0a18,#4a0026);padding-block:clamp(4rem,10vw,8rem)}.hero__grid{display:grid;gap:2.5rem;grid-template-columns:1fr;align-items:center}@media(min-width:1024px){.hero__grid{grid-template-columns:7fr 5fr}}.hero h1{color:#fff;font-size:clamp(2.5rem,5.8vw,4.75rem);line-height:1.05;margin-top:1rem}.hero h1 .highlight{color:var(--primary, #EC008C)}.hero__lead{color:#fffc;font-size:clamp(1rem,1.4vw,1.25rem);max-width:42rem;margin-top:1.25rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero__ctas .btn-outline{color:#fff;border-color:#fff}.hero__ctas .btn-outline:hover{background:#fff;color:var(--ink, #0B0B0B)}.hero__trust{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:34rem;color:#ffffffd1;font-size:.875rem}.hero__trust>div{display:flex;align-items:center;gap:.5rem}.hero__trust svg{color:var(--primary, #EC008C)}.hero__card-wrap{display:none}@media(min-width:1024px){.hero__card-wrap{display:block}}.hero__card{aspect-ratio:1 / 1;border-radius:16px;padding:4px;border:4px solid rgba(236,0,140,.4);background:#ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__card-inner{height:100%;width:100%;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#1a0a18,#7a0043)}.hero__card-inner .big{font-family:var(--font-heading, "Archivo", sans-serif);font-size:clamp(4rem,7vw,6rem);font-weight:900;letter-spacing:-.05em;line-height:1}.hero__card-inner .label{margin-top:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.18em;color:#ffffffbf}.hero__card-inner .fine{margin-top:1rem;font-size:.7rem;color:#ffffff8c}.collection-cards{display:grid;gap:1rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:640px){.collection-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.collection-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}.collection-card{position:relative;overflow:hidden;background:var(--ink, #0B0B0B);color:#fff;padding:1.5rem;min-height:200px;border-radius:var(--radius, 8px);border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:space-between;transition:border-color .2s ease,transform .2s ease}.collection-card:hover{border-color:var(--primary, #EC008C);transform:translateY(-2px)}.collection-card__bubble{position:absolute;right:-2rem;top:-2rem;width:8rem;height:8rem;border-radius:999px;opacity:.2;pointer-events:none;background:linear-gradient(90deg,var(--primary, #EC008C),#B0006A)}.collection-card:nth-child(2n) .collection-card__bubble{background:#fff}.collection-card__number{font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--primary, #EC008C);position:relative}.collection-card__body{position:relative}.collection-card h3{color:#fff;font-size:1.25rem;font-weight:800}.collection-card p{color:#ffffffb8;font-size:.85rem;margin:.25rem 0 .5rem}.collection-card__arrow{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:800;color:var(--primary, #EC008C);margin-top:.5rem}.why{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:1024px){.why{grid-template-columns:5fr 7fr}}.why__cards{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.why__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.why__card{background:#fff;padding:1.25rem;border-radius:var(--radius, 8px);border:1px solid var(--border, #E5E5E5)}.why__card-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(90deg,var(--primary, #EC008C),#B0006A)}.why__card h3{margin-top:.75rem;font-size:1rem;font-weight:800}.why__card p{color:#6b6b6b;font-size:.875rem;margin:.25rem 0 0}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border, #E5E5E5);border-radius:var(--radius, 8px);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.product-card:hover{box-shadow:0 10px 30px -12px #00000026;border-color:var(--primary, #EC008C)}.product-card__image{aspect-ratio:1 / 1;background:var(--muted, #F5F5F5);overflow:hidden;position:relative}.product-card__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.03)}.product-card__body{padding:1rem;display:flex;flex-direction:column;flex:1}.product-card__vendor{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#888;font-weight:800}.product-card__title{margin:.25rem 0 auto;font-size:.875rem;font-weight:800;color:var(--ink, #0B0B0B);line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.5rem}.product-card__foot{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem}.product-card__price{font-size:1.1rem;font-weight:900;color:var(--ink, #0B0B0B)}.product-card__link{font-size:.75rem;font-weight:800;color:var(--primary, #EC008C)}.trade{display:grid;gap:2.5rem;align-items:center;grid-template-columns:1fr}@media(min-width:1024px){.trade{grid-template-columns:1fr 1fr}}.trade__list{margin:1.25rem 0 1.75rem;list-style:none;padding:0}.trade__list li{display:flex;gap:.5rem;align-items:flex-start;color:#ffffffd9;margin:.35rem 0}.trade__list svg{color:var(--primary, #EC008C);flex:0 0 auto;margin-top:2px}.trade__stats{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:14px;padding:2rem}.trade__stats .big-num{font-family:var(--font-heading, "Archivo", sans-serif);font-weight:900;font-size:clamp(3rem,5vw,4rem);line-height:1;color:var(--primary, #EC008C)}.trade__stats .grid-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}.trade__stats .grid-stats .n{font-family:var(--font-heading, "Archivo", sans-serif);font-weight:900;font-size:1.75rem}.trade__stats .grid-stats .lbl{text-transform:uppercase;letter-spacing:.18em;font-size:.68rem;color:#fff9;margin-top:.25rem}.final-cta{border-radius:20px;padding:clamp(2.5rem,6vw,4rem);text-align:center;color:#fff;background:linear-gradient(90deg,var(--primary, #EC008C),#B0006A)}.final-cta h2{color:#fff}.final-cta p{color:#ffffffeb;font-size:1.1rem}.final-cta .cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:2rem}.footer{background:var(--ink, #0B0B0B);color:#fff;margin-top:4rem}.footer .container{padding-block:4rem}.footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}.footer__brand p{color:#ffffffb3;font-size:.9rem;max-width:36ch}.footer__logo{height:96px;width:auto;margin-bottom:1rem}.footer__contact{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#fffc}.footer__contact div{display:flex;align-items:center;gap:.5rem}.footer__contact svg{color:var(--primary, #EC008C)}.footer h4{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--primary, #EC008C);margin-bottom:1rem;font-weight:800}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin:.5rem 0}.footer ul a{color:#fffc;font-size:.9rem}.footer ul a:hover{color:var(--primary, #EC008C)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:1.25rem;display:flex;flex-direction:column;gap:.25rem;align-items:center;justify-content:space-between;color:#ffffff8c;font-size:.75rem}@media(min-width:640px){.footer__bottom{flex-direction:row}}.footer__socials{display:flex;gap:.75rem;margin-top:1rem}.footer__socials a{color:#ffffffb3}.footer__socials a:hover{color:var(--primary, #EC008C)}.newsletter{display:flex;gap:.5rem;margin-top:.5rem}.newsletter input{flex:1;padding:.6rem .75rem;border-radius:var(--radius, 8px);border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff}.newsletter button{padding:.6rem 1rem;border-radius:var(--radius, 8px);border:0;background:var(--primary, #EC008C);color:#fff;font-weight:700;cursor:pointer}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:60}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:min(92vw,420px);background:#fff;z-index:70;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head,.cart-drawer__foot{padding:1.25rem;border-bottom:1px solid var(--border, #E5E5E5);display:flex;align-items:center;justify-content:space-between}.cart-drawer__foot{border-bottom:0;border-top:1px solid var(--border, #E5E5E5);flex-direction:column;gap:.5rem}.cart-drawer__items{flex:1;overflow:auto;padding:1rem 1.25rem}.cart-drawer button[data-cart-close]{background:transparent;border:0;cursor:pointer}.product{display:grid;gap:2rem;grid-template-columns:1fr;padding-block:3rem}@media(min-width:900px){.product{grid-template-columns:1.15fr 1fr;gap:3rem}}.product__gallery img{width:100%;border-radius:var(--radius, 8px);background:var(--muted, #F5F5F5);padding:1rem}.product__price{font-size:1.75rem;font-weight:900;color:var(--ink, #0B0B0B)}.product__desc{margin-top:1.5rem;color:#444}.product__desc h1,.product__desc h2,.product__desc h3{margin-top:1.25rem}.product__form label{display:block;font-size:.8rem;font-weight:700;margin:1rem 0 .35rem;letter-spacing:.04em;text-transform:uppercase}.product__form select,.product__form input[type=number]{padding:.6rem .75rem;border:1px solid var(--border, #E5E5E5);border-radius:var(--radius, 8px);font-size:.95rem;min-width:100px;background:#fff}.product__form button{margin-top:1.5rem;width:100%}.collection-hero{padding-block:2.5rem 1.5rem}.collection-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(min-width:900px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.cart-page{padding-block:3rem}.cart-page table{width:100%;border-collapse:collapse}.cart-page th,.cart-page td{padding:1rem 0;border-bottom:1px solid var(--border, #E5E5E5);text-align:left}.arrow{color:var(--primary, #EC008C);font-weight:800;font-size:.75rem}.rte a{color:var(--primary, #EC008C);text-decoration:underline}.rte ul{padding-left:1.25rem}.product{display:block;width:100%;padding-block:2.5rem 4rem}.product>.container{width:100%;max-width:1180px;margin-inline:auto}.product__grid{display:grid;grid-template-columns:minmax(0,480px) minmax(0,1fr);align-items:start;gap:3rem}.product__gallery{display:flex;align-items:center;justify-content:center;width:100%;max-width:480px;min-height:460px;margin:0 auto;padding:1.25rem;overflow:hidden;border-radius:var(--radius,8px);background:var(--muted,#F5F5F5)}.product__gallery img{display:block;width:100%;height:100%;max-height:500px;padding:0;object-fit:contain;border-radius:0;background:transparent}.product__thumbs{display:flex;flex-wrap:wrap;gap:.65rem;width:100%;max-width:480px;margin:.85rem auto 0}.product__thumbs button{width:68px;height:68px;padding:.3rem;overflow:hidden;cursor:pointer;border:1px solid var(--border,#E5E5E5);border-radius:6px;background:#fff}.product__thumbs button:hover{border-color:var(--primary,#EC008C)}.product__thumbs img{width:100%;height:100%;object-fit:contain}.product__grid>div:last-child{min-width:0;padding-top:.4rem}.product h1{max-width:650px;margin:.45rem 0 .9rem;font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.04;letter-spacing:-.035em}.product .eyebrow{font-size:.7rem;letter-spacing:.16em}.product__price{margin:0 0 .25rem;color:var(--ink,#0B0B0B);font-size:1.8rem;font-weight:900;line-height:1.2}.product__desc{max-width:650px;margin-top:1.35rem;color:#555;font-size:.98rem;line-height:1.65}.variant-select{width:100%;max-width:360px;min-height:44px;padding:.6rem 2.5rem .6rem .75rem;border:1px solid var(--border,#E5E5E5);border-radius:var(--radius,8px);background:#fff;font-family:inherit;font-size:.95rem}.product__actions{display:flex;align-items:center;gap:.85rem;margin-top:1.4rem}.product__actions .qty{display:grid;grid-template-columns:42px 64px 42px;align-items:center;overflow:hidden;border:1px solid var(--border,#E5E5E5);border-radius:var(--radius,8px);background:#fff}.product__actions .qty button{width:42px;height:44px;padding:0;cursor:pointer;border:0;background:var(--muted,#F5F5F5);font-size:1.15rem}.product__actions .qty input{width:64px;height:44px;padding:0 .35rem;border:0;background:#fff;font-family:inherit;font-size:.95rem;text-align:center}.product__actions .btn{width:auto;min-width:165px;min-height:46px;margin-top:0;padding:.75rem 1.4rem;font-size:.95rem}.product .trust-row{display:grid;gap:.45rem;margin-top:1rem;font-size:.9rem}.product .trust-row>div{display:flex;align-items:center;gap:.45rem}.product__tabs{width:100%;max-width:900px;margin-top:3.25rem;padding-top:2rem;border-top:1px solid var(--border,#E5E5E5)}.product__tabs h2{margin-bottom:1rem;font-size:clamp(1.75rem,2.5vw,2.5rem)}.product__tabs .rte{font-size:.98rem;line-height:1.7}@media screen and (max-width:989px){.product__grid{grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:2rem}.product__gallery{max-width:420px;min-height:400px}.product__gallery img{max-height:430px}.product h1{font-size:clamp(1.9rem,4vw,2.7rem)}}@media screen and (max-width:749px){.product{padding-block:1.25rem 2.5rem}.product>.container{padding-inline:1.25rem}.product__grid{display:block}.product__gallery{max-width:100%;min-height:0;padding:.75rem}.product__gallery img{width:100%;height:auto;max-height:380px}.product__thumbs{max-width:100%}.product__thumbs button{width:58px;height:58px}.product__grid>div:last-child{padding-top:1.25rem}.product h1{margin-top:.4rem;font-size:clamp(2rem,10vw,2.65rem);line-height:1.05}.product__price{font-size:1.65rem}.product__desc{margin-top:1.1rem;font-size:.95rem;line-height:1.6}.variant-select{max-width:100%}.product__actions{align-items:stretch;flex-direction:column}.product__actions .qty{width:100%;grid-template-columns:46px minmax(0,1fr) 46px}.product__actions .qty button{width:46px}.product__actions .qty input{width:100%}.product__actions .btn{width:100%;min-width:0}.product__tabs{margin-top:2.5rem;padding-top:1.5rem}.product__tabs h2{font-size:1.9rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
