[data-animate]{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-animate].is-visible{opacity:1;transform:translateY(0)}[data-animate=fade-up]{transform:translateY(30px)}[data-animate=fade-left]{transform:translate(-40px)}[data-animate=fade-left].is-visible{transform:translate(0)}[data-animate=fade-right]{transform:translate(40px)}[data-animate=fade-right].is-visible{transform:translate(0)}[data-animate=zoom-in]{transform:scale(.92)}[data-animate=zoom-in].is-visible{transform:scale(1)}@media(prefers-reduced-motion:reduce){[data-animate]{opacity:1!important;transform:none!important;transition:none!important}}.product-card--premium{position:relative;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(123,44,191,.06);box-shadow:0 4px 20px #7b2cbf0f,0 1px 3px #0000000a;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .3s ease}.product-card--premium:hover{transform:translateY(-8px);box-shadow:0 20px 50px #7b2cbf2e,0 8px 20px #0000000f;border-color:#7b2cbf33}.product-card--premium .product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(135deg,#fdfaff,#f3eaff)}.product-card--premium .product-card__img-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.product-card--premium .product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .4s ease}.product-card--premium .product-card__img--secondary{opacity:0}.product-card--premium:hover .product-card__img--primary{transform:scale(1.08)}.product-card--premium:hover .product-card__img--secondary{opacity:1;transform:scale(1.05)}.product-card--premium .product-card__badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;flex-direction:column;gap:6px;pointer-events:none}.product-card--premium .badge{display:inline-flex;align-items:center;padding:6px 10px;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;line-height:1}.product-card--premium .badge--sale-premium{background:var(--lt-discount-bg, linear-gradient(135deg, #EF4444 0%, #DC2626 100%));color:var(--lt-discount-text, #fff);box-shadow:0 3px 8px #dc262659;padding:4px 8px;flex-direction:column;align-items:center;gap:0;border-radius:5px}.product-card--premium .badge--sale-premium .badge__sale-pct{font-size:.7rem;font-weight:900;letter-spacing:0;line-height:1.05}.product-card--premium .badge--sale-premium .badge__sale-label{font-size:.45rem;font-weight:700;opacity:.9;line-height:1}@media(max-width:600px){.product-card--premium .badge--sale-premium{padding:3px 6px;border-radius:4px}.product-card--premium .badge--sale-premium .badge__sale-pct{font-size:.62rem}.product-card--premium .badge--sale-premium .badge__sale-label{font-size:.4rem}}.product-card--premium .badge--new{background:var(--lt-badge-new-bg, linear-gradient(135deg, #10B981, #059669));color:#fff;box-shadow:0 4px 12px #10b98166}.product-card--premium .badge--sold-out{background:var(--lt-badge-soldout-bg, rgba(107,87,128,.95));color:#fff}.product-card--premium .product-card__wishlist{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,background .2s ease,color .2s ease;color:#6b5780}.product-card--premium .product-card__wishlist:hover{transform:scale(1.1);color:#ef4444}.product-card--premium .product-card__wishlist[aria-pressed=true]{color:#ef4444}.product-card--premium .product-card__wishlist[aria-pressed=true] svg{fill:#ef4444}.product-card--premium .product-card__quick-add{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;opacity:0;transform:translateY(20px);transition:opacity .35s ease,transform .35s ease}.product-card--premium:hover .product-card__quick-add{opacity:1;transform:translateY(0)}@media(max-width:768px){.product-card--premium .product-card__quick-add{opacity:1;transform:none}}.btn-buy-card{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;font-family:var(--font-body, "Inter", sans-serif);font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#9d4edd,#7b2cbf);border:none;border-radius:8px;cursor:pointer;text-decoration:none;box-shadow:0 6px 16px #7b2cbf59;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-buy-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #7b2cbf80;background:linear-gradient(135deg,#7b2cbf,#5a189a)}.product-card--premium .product-card__info{padding:14px 14px 16px}.product-card--premium .product-card__vendor{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9d7ec0;margin:0 0 4px}.product-card--premium .product-card__title{font-family:var(--font-body, "Inter", sans-serif);font-size:.92rem;font-weight:600;line-height:1.35;margin:0 0 8px;color:#1a0030;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.product-card--premium .product-card__title a{color:inherit;text-decoration:none;transition:color .15s ease}.product-card--premium .product-card__title a:hover{color:#7b2cbf}.product-card--premium .product-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.product-card--premium .product-card__stars{display:inline-flex;gap:1px}.product-card--premium .product-card__rating-count{font-size:.72rem;color:#9d7ec0;font-weight:500}.product-card--premium .product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:10px}.product-card--premium .product-card__price-current{font-family:var(--font-heading, "Barlow Condensed", sans-serif);font-size:1.25rem;font-weight:800;color:var(--lt-price-current, #1A0030);letter-spacing:-.01em}.product-card--premium .product-card__price-current--sale{color:var(--lt-price-sale, #DC2626)}.product-card--premium .product-card__price-was{font-size:.85rem;color:var(--lt-price-compare, #9D7EC0);font-weight:500;text-decoration:line-through}.product-card--premium .product-card__swatches{display:flex;gap:5px;align-items:center}.product-card--premium .swatch{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #7b2cbf33;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.product-card--premium .swatch:hover{transform:scale(1.15)}.product-card--premium .swatch.active{box-shadow:0 0 0 2px #7b2cbf}.btn--primary,.btn--buy-now{position:relative;overflow:hidden;isolation:isolate}.btn--primary:before,.btn--buy-now:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(45deg,#c77dff,#9d4edd,#7b2cbf,#c77dff);background-size:200% 200%;border-radius:inherit;z-index:-1;opacity:0;filter:blur(8px);transition:opacity .3s ease;animation:btn-glow-shift 3s linear infinite}.btn--primary:hover:before,.btn--buy-now:hover:before{opacity:.7}@keyframes btn-glow-shift{0%{background-position:0% 50%}to{background-position:200% 50%}}html{scroll-behavior:smooth}.card-3d-hover{transition:transform .3s ease,box-shadow .3s ease;transform-style:preserve-3d;perspective:1000px}.card-3d-hover:hover{transform:rotateY(-2deg) rotateX(2deg) translateZ(10px)}.sticky-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:950;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(123,44,191,.1);box-shadow:0 -10px 40px #0000001a;transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s ease}.sticky-buy-bar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-buy-bar.is-dismissed{display:none}.sticky-buy-bar__close{position:absolute;top:8px;left:8px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:0;border-radius:50%;color:#6b5780;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease;z-index:2}.sticky-buy-bar__close:hover{background:#dc26261f;color:#dc2626;transform:rotate(90deg)}.sticky-buy-bar__inner{display:flex;align-items:center;gap:16px;max-width:1400px;margin:0 auto;padding-left:28px}.sticky-buy-bar__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.sticky-buy-bar__thumb{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid rgba(123,44,191,.1);background:#f9f6ff}.sticky-buy-bar__info{min-width:0;flex:1}.sticky-buy-bar__title{margin:0 0 4px;font-family:var(--font-body, "Inter", sans-serif);font-size:.95rem;font-weight:600;color:#1a0030;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy-bar__prices{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sticky-buy-bar__price-was{font-size:.82rem;color:#9d7ec0;font-weight:500;text-decoration:line-through}.sticky-buy-bar__price-current{font-family:var(--font-heading, "Barlow Condensed", sans-serif);font-size:1.15rem;font-weight:800;color:var(--lt-price-sale, #16A34A);letter-spacing:-.01em;line-height:1}.sticky-buy-bar__discount{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;font-size:.72rem;font-weight:700;color:var(--lt-discount-text, #fff);background:var(--lt-discount-bg, #16A34A);border-radius:5px;line-height:1}.sticky-buy-bar__discount svg{flex-shrink:0}.sticky-buy-bar__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:14px 32px;font-family:var(--font-body, "Inter", sans-serif);font-size:.9rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;cursor:pointer;box-shadow:0 6px 18px #16a34a59;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;white-space:nowrap}.sticky-buy-bar__btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px #16a34a73;filter:brightness(1.05)}.sticky-buy-bar__btn:active{transform:translateY(0)}body.has-sticky-buy{padding-bottom:90px}@media(max-width:700px){.sticky-buy-bar{padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px))}.sticky-buy-bar__close{top:4px;left:4px;width:22px;height:22px}.sticky-buy-bar__inner{gap:10px;padding-left:22px}.sticky-buy-bar__thumb{width:44px;height:44px}.sticky-buy-bar__title{font-size:.85rem;margin-bottom:2px}.sticky-buy-bar__price-current{font-size:1rem}.sticky-buy-bar__price-was{font-size:.72rem}.sticky-buy-bar__discount{font-size:.65rem;padding:2px 6px}.sticky-buy-bar__btn{padding:11px 16px;font-size:.78rem;letter-spacing:.04em}.sticky-buy-bar__btn span{display:inline}body.has-sticky-buy{padding-bottom:78px}}@media(max-width:380px){.sticky-buy-bar__price-was{display:none}}.why-litune{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#fdfaff,#f3eaff);border:1px solid rgba(123,44,191,.1);border-radius:14px}.why-litune__title{font-family:var(--font-heading, "Barlow Condensed");font-size:1.05rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#1a0030;margin:0 0 1rem;display:flex;align-items:center;gap:8px}.why-litune__title svg{color:#7b2cbf}.why-litune__list{display:grid;grid-template-columns:1fr 1fr;gap:.85rem .75rem;list-style:none;margin:0;padding:0}@media(max-width:500px){.why-litune__list{grid-template-columns:1fr}}.why-litune__item{display:flex;align-items:flex-start;gap:8px;font-size:.85rem;line-height:1.35;color:#1a0030}.why-litune__item svg{flex-shrink:0;color:#10b981;margin-top:2px}.product-faq{margin-top:2rem;border-top:1px solid rgba(123,44,191,.1);padding-top:1.5rem}.product-faq__title{font-family:var(--font-heading, "Barlow Condensed");font-size:1.4rem;font-weight:800;text-transform:uppercase;margin:0 0 1rem;color:#1a0030}.product-faq__item{border-bottom:1px solid rgba(123,44,191,.08)}.product-faq__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;background:none;border:none;text-align:left;font-family:var(--font-body, "Inter");font-size:.95rem;font-weight:600;color:#1a0030;cursor:pointer;transition:color .15s ease}.product-faq__trigger:hover{color:#7b2cbf}.product-faq__trigger svg{flex-shrink:0;color:#7b2cbf;transition:transform .25s ease}.product-faq__item.is-open .product-faq__trigger svg{transform:rotate(180deg)}.product-faq__content{max-height:0;overflow:hidden;transition:max-height .35s ease}.product-faq__item.is-open .product-faq__content{max-height:500px}.product-faq__content-inner{padding:0 0 1rem;font-size:.9rem;line-height:1.55;color:#6b5780}.benefit-icon-bounce{animation:benefit-bounce 2.5s ease-in-out infinite}@keyframes benefit-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(max-width:480px){.product-card--premium .product-card__info{padding:10px 10px 12px}.product-card--premium .product-card__title{font-size:.85rem}.product-card--premium .product-card__price-current{font-size:1.1rem}}.site-header--scrolled{box-shadow:0 4px 20px #00000014}.footer-column__link{transition:color .2s ease,padding-left .2s ease}.footer-column__link:hover{color:#c77dff;padding-left:4px}.pi-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 .85rem}.pi-meta{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.72rem;font-weight:700;letter-spacing:.04em;border-radius:6px;line-height:1.2;text-transform:uppercase}.pi-meta--sold{background:#f3f0f7;color:#6b5780}.pi-meta--sold strong{color:#1a0030;font-weight:800}.pi-meta--original{background:#1a0030;color:#fff}.pi-meta--stock{background:#16a34a;color:#fff}.pi-meta--soldout{background:#6b5780;color:#fff}.product-info__title{font-family:var(--font-heading, "Barlow Condensed", sans-serif);font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:800;line-height:1.05;letter-spacing:-.01em;margin:0 0 .65rem;color:#1a0030}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:1rem}.rating-stars{display:inline-flex;gap:1px}.rating-count{font-size:.9rem;color:#1a0030;font-weight:500}.pi-price{margin:.75rem 0 1.5rem;padding:0;background:none;border:none;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.pi-price[hidden]{display:none}.pi-price__was{display:block;font-size:1.05rem;color:#9d7ec0;text-decoration:line-through;font-weight:500;margin:0;line-height:1.2}.pi-price__was[hidden]{display:none}.pi-price__was .pi-price__currency{font-size:.82rem;margin-left:3px;opacity:.8;font-weight:500}.pi-price__row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0}.pi-price__current{font-family:var(--font-heading, "Barlow Condensed", sans-serif);font-size:clamp(1.75rem,3.2vw,2.2rem);font-weight:800;color:var(--lt-price-current, #16A34A);letter-spacing:-.01em;line-height:1;display:inline-flex;align-items:baseline;gap:3px}.pi-price__current--sale{color:var(--lt-price-sale, #16A34A)}.pi-price__current .pi-price__currency{font-size:.55em;font-weight:700;color:inherit;opacity:.8}.pi-price__discount{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;font-size:.82rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:6px;line-height:1;box-shadow:0 3px 10px #16a34a4d;white-space:nowrap}.pi-price__discount[hidden]{display:none}.pi-price__discount svg{flex-shrink:0}.pi-price__installments{display:block;margin:0;font-size:.95rem;color:#6b5780;font-weight:500;line-height:1.3}.pi-price__installments strong{color:#1a0030;font-weight:700}@media(max-width:600px){.pi-price{gap:6px}.pi-price__was{font-size:.95rem}.pi-price__current{font-size:1.65rem}.pi-price__discount{font-size:.75rem;padding:6px 10px}.pi-price__installments{font-size:.88rem}}.product-page .price-current,.product-info__price .price-current{color:var(--lt-price-current, #1A0030)}.product-page .price-current--sale,.product-info__price .price-current--sale{color:var(--lt-price-sale, #1A0030)}.product-page .price-was,.product-info__price .price-was{color:var(--lt-price-compare, #9D7EC0);text-decoration:line-through}.product-page .badge--sale,.product-info__price .badge--sale{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-weight:700;padding:4px 10px;border-radius:6px}.swatch-group{display:flex;flex-wrap:wrap;gap:10px}.color-swatch{width:38px;height:38px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1.5px #7b2cbf40,0 2px 6px #00000014;cursor:pointer;padding:0;position:relative;transition:transform .2s ease,box-shadow .2s ease}.color-swatch:hover{transform:scale(1.12);box-shadow:0 0 0 1.5px #7b2cbf80,0 4px 12px #00000026}.color-swatch.active{box-shadow:0 0 0 2.5px #7b2cbf,0 4px 12px #7b2cbf4d}.color-swatch.active:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:50%;border:1.5px dashed #7B2CBF;opacity:.5;animation:swatch-spin 4s linear infinite}@keyframes swatch-spin{to{transform:rotate(360deg)}}.product-card__swatches .swatch{width:18px;height:18px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #7b2cbf40;display:inline-block}.btn--buy-now{background:linear-gradient(135deg,var(--lt-buy-bg-1, #7B2CBF) 0%,var(--lt-buy-bg-2, #9D4EDD) 50%,var(--lt-buy-bg-1, #7B2CBF) 100%)!important;background-size:200% 200%!important;color:var(--lt-buy-text, #fff)!important}.btn--buy-now .btn--buy-now__text,.btn--buy-now .btn--buy-now__icon,.btn--buy-now .btn--buy-now__arrow{color:var(--lt-buy-text, #fff)!important}.btn--buy-now__icon,.btn--buy-now__arrow{stroke:var(--lt-buy-text, #fff)!important}.btn--buy-now{box-shadow:0 6px 20px -6px var(--lt-buy-bg-1, rgba(123, 44, 191, .55)),0 0 0 0 var(--lt-buy-bg-1, rgba(123, 44, 191, .55))!important}.btn--buy-now:disabled{background:#c5c5c5!important;box-shadow:none!important;animation:none!important}.footer-utilities{padding:clamp(1.25rem,3vw,1.75rem) 0;background:transparent;border-top:1px solid rgba(123,44,191,.1)}.footer-utilities__content{display:flex;flex-direction:column;align-items:center;gap:18px}.payment-icons__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}.payment-icons__item{display:inline-flex;align-items:center;justify-content:center;line-height:0}.payment-icons__item svg.icon{display:block;height:24px;width:auto;border-radius:4px;transition:transform .15s ease,filter .15s ease}.payment-icons__item:hover svg.icon{transform:translateY(-2px);filter:drop-shadow(0 2px 6px rgba(0,0,0,.18))}.footer__aside-item--payment{display:flex;justify-content:center}.footer__selos-align{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.footer__selos-height{height:32px;width:auto;object-fit:contain;transition:opacity .2s ease,transform .2s ease;opacity:.85}.footer__selos-height:hover{opacity:1;transform:translateY(-2px)}.footer__selos-text-seal{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;padding:4px 10px;height:32px;background:#ffffff0d;border:1px solid rgba(199,125,255,.3);border-radius:6px;line-height:1;transition:opacity .2s ease,transform .2s ease,border-color .2s ease;opacity:.85}.footer__selos-text-seal:hover{opacity:1;transform:translateY(-2px);border-color:#c77dff99}.footer__selos-text-seal span{font-family:var(--font-heading, "Barlow Condensed", sans-serif);font-size:.8rem;font-weight:800;letter-spacing:.05em;color:#fff;text-transform:uppercase}.footer__selos-text-seal small{font-size:.55rem;color:#fff9;margin-top:2px;letter-spacing:.02em}.footer-utilities__group-copyright{text-align:center;padding:0 12px}.footer-utilities__text{display:inline-block;max-width:880px;font-size:.75rem;line-height:1.55;color:#ffffffa6;font-weight:400}.footer-utilities__text p{margin:0}@media(max-width:600px){.footer-utilities__content{gap:14px}.payment-icons__item svg.icon{height:20px}.footer__selos-align{gap:12px}.footer__selos-height{height:26px}.footer-utilities__text{font-size:.7rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/litune-premium.css.map */
