html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base, 16px);-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body, "Inter", sans-serif);color:var(--color-text, #EAEAEA);background-color:var(--color-bg, #12121A);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary, #7C5CFC);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:1rem}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Playfair Display", serif);font-weight:700;line-height:1.25;color:var(--color-text, #EAEAEA)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.container{max-width:1200px;margin:0 auto;padding:0 20px}.skip-link:focus{position:fixed;top:0;left:0;z-index:10000;padding:10px 20px;background:var(--color-primary);color:#fff;clip:auto!important;width:auto!important;height:auto!important}.btn{display:inline-block;padding:14px 32px;font-size:.95rem;font-weight:600;letter-spacing:.5px;text-align:center;border-radius:6px;transition:background .25s,transform .15s;cursor:pointer;border:none;text-decoration:none}.btn--primary{background:var(--color-primary, #7C5CFC);color:#fff}.btn--primary:hover{background:#6a4ae0;text-decoration:none;transform:translateY(-1px)}.btn--full{display:block;width:100%}.announcement-bar{background:var(--color-primary, #7C5CFC);color:#fff;text-align:center;padding:10px 0;font-size:.85rem;font-weight:500;letter-spacing:.3px}.announcement-bar__text{display:flex;align-items:center;justify-content:center;gap:6px}.announcement-bar__icon{font-size:1rem}.site-header{background:var(--color-bg, #12121A);padding:16px 0;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-border, #2D2D44)}.site-header__inner{display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center;text-decoration:none}.site-header__logo img{height:36px;width:auto}.site-header__logo-text{font-family:var(--font-heading, "Playfair Display", serif);font-size:1.4rem;font-weight:700;color:var(--color-text, #EAEAEA)}.site-nav{display:flex;gap:28px}.site-nav__link{font-size:.9rem;font-weight:500;color:var(--color-text, #EAEAEA);text-decoration:none;padding:4px 0;transition:color .2s}.site-nav__link:hover,.site-nav__link--active{color:var(--color-primary, #7C5CFC);text-decoration:none}.site-header__icons{display:flex;align-items:center;gap:16px}.site-header__cart{position:relative;display:flex;align-items:center;color:var(--color-text, #EAEAEA);text-decoration:none}.site-header__cart:hover{color:var(--color-primary, #7C5CFC);text-decoration:none}.site-header__cart-count{position:absolute;top:-6px;right:-10px;background:var(--color-primary, #7C5CFC);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__menu-toggle{display:none;padding:4px;color:var(--color-text, #EAEAEA)}.mobile-nav{display:none;flex-direction:column;padding:16px 20px;background:var(--color-bg-card, #1C1C2E);border-top:1px solid var(--color-border, #2D2D44)}.mobile-nav.is-open{display:flex}.mobile-nav__link{padding:12px 0;font-size:1rem;font-weight:500;color:var(--color-text, #EAEAEA);border-bottom:1px solid var(--color-border, #2D2D44);text-decoration:none}.mobile-nav__link:hover{color:var(--color-primary, #7C5CFC);text-decoration:none}.product-section{padding:40px 0 60px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery__main{position:relative;background:var(--color-bg-card, #1C1C2E);border-radius:12px;overflow:hidden;aspect-ratio:1}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide--active{display:flex;align-items:center;justify-content:center}.product-gallery__slide img{width:100%;height:100%;object-fit:contain}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#1e1e28d9;border-radius:50%;font-size:1.3rem;color:var(--color-text);z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s;border:1px solid var(--color-border, #2D2D44)}.product-gallery__arrow:hover{background:#2d2d44}.product-gallery__arrow--prev{left:10px}.product-gallery__arrow--next{right:10px}.product-gallery__thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto}.product-gallery__thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;opacity:.6;transition:opacity .2s,border-color .2s;flex-shrink:0;background:var(--color-bg-card, #1C1C2E);padding:2px;cursor:pointer}.product-gallery__thumb--active,.product-gallery__thumb:hover{border-color:var(--color-primary, #7C5CFC);opacity:1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-info{display:flex;flex-direction:column;gap:16px}.product-rating{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-rating__stars{display:flex;gap:2px}.star{font-size:1rem}.star--full{color:var(--color-star, #F59E0B)}.star--half{color:var(--color-star, #F59E0B);opacity:.6}.star--empty{color:#4a4a6a}.product-rating__text{font-size:.85rem;color:var(--color-text-secondary, #8888A0)}.product-title{font-size:2rem;line-height:1.2}.product-subtitle{color:var(--color-text-secondary, #8888A0);font-size:.95rem;line-height:1.5}.product-price{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-price__current{font-size:1.6rem;font-weight:700;color:var(--color-text, #EAEAEA)}.product-price__compare{font-size:1.1rem;color:var(--color-text-secondary, #8888A0);text-decoration:line-through}.product-price__badge{background:var(--color-sale, #7C5CFC);color:#fff;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.3px}.product-variant-label{font-size:.85rem;font-weight:600;color:var(--color-text-secondary, #8888A0);text-transform:uppercase;letter-spacing:.5px}.product-option{margin-bottom:4px}.product-option__label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}.product-option__select{width:100%;padding:12px 16px;border:1px solid var(--color-border, #2D2D44);border-radius:8px;background:var(--color-bg-card, #1C1C2E);font-size:.95rem;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.product-atc-btn{width:100%;padding:16px 24px;background:var(--color-primary, #7C5CFC);color:#fff;font-size:1.05rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .25s,transform .15s;letter-spacing:.3px}.product-atc-btn:hover:not(:disabled){background:#6a4ae0;transform:translateY(-1px)}.product-atc-btn:disabled{background:#4a4a6a;cursor:not-allowed}.product-payment-icons{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0}.payment-icon-text{font-size:.75rem;color:var(--color-text-secondary, #8888A0);background:var(--color-bg-alt, #1A1A2E);padding:4px 10px;border-radius:4px;font-weight:500}.payment-icon{font-size:1.2rem}.product-trust-line{font-size:.82rem;color:var(--color-text-secondary, #8888A0);line-height:1.5}.product-mini-testimonial{display:flex;gap:12px;background:var(--color-bg-card, #1C1C2E);padding:16px;border-radius:10px;border:1px solid var(--color-border, #2D2D44)}.product-mini-testimonial__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.product-mini-testimonial__stars{color:var(--color-star, #F59E0B);font-size:.85rem}.product-mini-testimonial__text{font-size:.85rem;color:var(--color-text, #EAEAEA);line-height:1.5;margin:4px 0}.product-mini-testimonial__author{font-size:.8rem;color:var(--color-text-secondary, #8888A0)}.verified-badge{color:var(--color-primary, #7C5CFC);font-weight:600}.product-accordion{border:1px solid var(--color-border, #2D2D44);border-radius:8px;overflow:hidden}.product-accordion+.product-accordion{margin-top:8px}.product-accordion__header{padding:14px 16px;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;list-style:none;background:var(--color-bg-card, #1C1C2E)}.product-accordion__header::-webkit-details-marker{display:none}.product-accordion__header:after{content:"+";font-size:1.1rem;font-weight:400;color:var(--color-text-secondary, #8888A0);transition:transform .2s}.product-accordion[open]>.product-accordion__header:after{content:"\2212"}.product-accordion__body{padding:0 16px 14px;font-size:.88rem;color:var(--color-text-secondary, #8888A0);line-height:1.6}.iwt-section{padding:60px 0}.iwt-section--alt{background:var(--color-bg-alt, #1A1A2E)}.iwt-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.iwt-grid--reverse{direction:rtl}.iwt-grid--reverse>*{direction:ltr}.iwt-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--color-primary, #7C5CFC);margin-bottom:10px}.iwt-title{font-size:1.8rem;margin-bottom:16px}.iwt-text{color:var(--color-text-secondary, #8888A0);font-size:.95rem;line-height:1.7;margin-bottom:24px}.iwt-features{display:flex;gap:32px;margin-bottom:28px}.iwt-feature-col__title{font-family:var(--font-body, "Inter", sans-serif);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text, #EAEAEA);margin-bottom:8px}.iwt-feature-col__item{font-size:.88rem;color:var(--color-text-secondary, #8888A0);padding:3px 0}.iwt-badges{display:flex;gap:20px;flex-wrap:wrap}.iwt-badge{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary, #8888A0)}.iwt-badge__icon{font-size:1.2rem}.iwt-image img{border-radius:12px;width:100%;object-fit:cover}.features-diagram{padding:60px 0}.features-diagram--alt{background:var(--color-bg-alt, #1A1A2E)}.features-diagram__header{text-align:center;margin-bottom:40px}.features-diagram__title{font-size:1.8rem}.features-diagram__title em{font-style:italic;color:var(--color-primary, #7C5CFC)}.features-diagram__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center}.features-diagram__left,.features-diagram__right{display:flex;flex-direction:column;gap:28px}.features-diagram__left{text-align:right}.features-diagram__item{padding:0 8px}.features-diagram__icon{font-size:1.5rem;display:block;margin-bottom:6px}.features-diagram__name{font-family:var(--font-body, "Inter", sans-serif);font-size:.9rem;font-weight:700;margin-bottom:4px}.features-diagram__desc{font-size:.82rem;color:var(--color-text-secondary, #8888A0);line-height:1.5}.features-diagram__center{width:260px;flex-shrink:0}.features-diagram__center img{width:100%;border-radius:12px}.feature-cards{padding:60px 0}.feature-cards--alt{background:var(--color-bg-alt, #1A1A2E)}.feature-cards__header{text-align:center;margin-bottom:40px}.feature-cards__title{font-size:1.8rem;margin-bottom:10px}.feature-cards__subtitle{color:var(--color-text-secondary, #8888A0);font-size:.95rem;max-width:600px;margin:0 auto}.feature-cards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{background:var(--color-bg-card, #1C1C2E);border-radius:12px;padding:24px;border:1px solid var(--color-border, #2D2D44);transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 20px #7c5cfc14}.feature-card__top{display:flex;justify-content:space-between;gap:12px}.feature-card__tag{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--color-primary, #7C5CFC);background:#7c5cfc1f;padding:3px 10px;border-radius:20px;margin-bottom:10px}.feature-card__name{font-family:var(--font-body, "Inter", sans-serif);font-size:.95rem;font-weight:700;margin-bottom:10px}.feature-card__bullet{font-size:.84rem;color:var(--color-text-secondary, #8888A0);padding:2px 0;line-height:1.5}.feature-card__image{flex-shrink:0}.feature-card__image img{width:70px;height:70px;object-fit:contain;border-radius:8px}.steps-section{padding:60px 0}.steps-section--alt{background:var(--color-bg-alt, #1A1A2E)}.steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.steps-image img{width:100%;border-radius:12px;object-fit:cover}.steps-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--color-primary, #7C5CFC);margin-bottom:10px}.steps-title{font-size:1.6rem;margin-bottom:24px}.steps-list{display:flex;flex-direction:column;gap:8px}.step-item{border:1px solid var(--color-border, #2D2D44);border-radius:10px;overflow:hidden;background:var(--color-bg-card, #1C1C2E)}.step-item__header{padding:16px 20px;display:flex;align-items:center;gap:14px;cursor:pointer;font-weight:600;font-size:.92rem;list-style:none}.step-item__header::-webkit-details-marker{display:none}.step-item__number{font-family:var(--font-heading, "Playfair Display", serif);font-size:1.3rem;font-weight:700;color:var(--color-primary, #7C5CFC);width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#7c5cfc1a;border-radius:50%;flex-shrink:0}.step-item__title{flex:1}.step-item__body{padding:0 20px 16px 74px;font-size:.88rem;color:var(--color-text-secondary, #8888A0);line-height:1.6}.specs-section{padding:60px 0}.specs-section--alt{background:var(--color-bg-alt, #1A1A2E)}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.specs-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--color-primary, #7C5CFC);margin-bottom:10px}.specs-title{font-size:1.6rem;margin-bottom:16px}.specs-text{color:var(--color-text-secondary, #8888A0);font-size:.92rem;line-height:1.6}.specs-table{display:flex;flex-direction:column}.specs-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--color-border, #2D2D44);font-size:.9rem}.specs-row:last-child{border-bottom:none}.specs-row__label{font-weight:600;color:var(--color-text, #EAEAEA)}.specs-row__value{color:var(--color-text-secondary, #8888A0)}.content-tabs{padding:60px 0}.content-tabs--alt{background:var(--color-bg-alt, #1A1A2E)}.content-tabs__nav{display:flex;gap:4px;margin-bottom:32px;overflow-x:auto}.content-tabs__btn{padding:10px 20px;font-size:.88rem;font-weight:600;border-radius:24px;background:var(--color-bg-card, #1C1C2E);border:1px solid var(--color-border, #2D2D44);color:var(--color-text-secondary, #8888A0);transition:all .2s;white-space:nowrap}.content-tabs__btn--active,.content-tabs__btn:hover{background:var(--color-primary, #7C5CFC);color:#fff;border-color:var(--color-primary, #7C5CFC)}.content-tabs__panel{display:none}.content-tabs__panel--active{display:block}.content-tabs__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.content-tabs__heading{font-size:1.4rem;margin-bottom:16px}.content-tabs__highlights{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.content-tabs__body{font-size:.9rem;color:var(--color-text-secondary, #8888A0);line-height:1.7}.content-tabs__body p{margin-bottom:12px}.content-tabs__body strong{color:var(--color-text, #EAEAEA)}.content-tabs__note{margin-top:16px;font-size:.85rem;color:var(--color-text-secondary, #8888A0)}.content-tabs__image img{border-radius:12px;width:100%;object-fit:cover}.testimonials{padding:60px 0}.testimonials--alt{background:var(--color-bg-alt, #1A1A2E)}.testimonials__header{text-align:center;margin-bottom:36px}.testimonials__title{font-size:1.8rem}.testimonials__title em{font-style:italic;color:var(--color-primary, #7C5CFC)}.testimonials__subtitle{color:var(--color-text-secondary, #8888A0);font-size:.95rem;margin-top:8px;max-width:600px;margin-left:auto;margin-right:auto}.testimonials__slider{overflow:hidden}.testimonials__track{display:flex;transition:transform .4s ease}.testimonial-card{min-width:100%;padding:0 20px;box-sizing:border-box}@media(min-width:768px){.testimonial-card{min-width:50%}}@media(min-width:1024px){.testimonial-card{min-width:33.333%}}.testimonial-card__inner{background:var(--color-bg-card, #1C1C2E);border-radius:12px;padding:28px;border:1px solid var(--color-border, #2D2D44);height:100%}.testimonial-card{background:var(--color-bg-card, #1C1C2E);border-radius:12px;padding:28px;border:1px solid var(--color-border, #2D2D44)}.testimonial-card__stars{margin-bottom:10px}.testimonial-card__title{font-family:var(--font-body, "Inter", sans-serif);font-size:.95rem;font-weight:700;margin-bottom:8px}.testimonial-card__text{font-size:.88rem;color:var(--color-text-secondary, #8888A0);line-height:1.6;margin-bottom:16px}.testimonial-card__author strong{display:block;font-size:.85rem;color:var(--color-text, #EAEAEA)}.testimonial-card__verified{font-size:.78rem;color:var(--color-primary, #7C5CFC)}.testimonials__nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px}.testimonials__arrow{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border, #2D2D44);background:var(--color-bg-card, #1C1C2E);font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s;color:var(--color-text, #EAEAEA)}.testimonials__arrow:hover{border-color:var(--color-primary, #7C5CFC)}.testimonials__dots{display:flex;gap:6px}.testimonials__dot{width:8px;height:8px;border-radius:50%;background:var(--color-border, #2D2D44);cursor:pointer;transition:background .2s}.testimonials__dot--active{background:var(--color-primary, #7C5CFC);width:24px;border-radius:4px}.faq-section{padding:60px 0}.faq-section--alt{background:var(--color-bg-alt, #1A1A2E)}.faq-header{text-align:center;margin-bottom:36px}.faq-title{font-size:1.8rem;margin-bottom:10px}.faq-subtitle{color:var(--color-text-secondary, #8888A0);font-size:.95rem;max-width:600px;margin:0 auto}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid var(--color-border, #2D2D44);border-radius:10px;overflow:hidden;background:var(--color-bg-card, #1C1C2E);margin-bottom:8px}.faq-item__question{padding:18px 20px;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";font-size:1.2rem;font-weight:400;color:var(--color-text-secondary, #8888A0);flex-shrink:0;margin-left:12px}.faq-item[open]>.faq-item__question:after{content:"\2212"}.faq-item__answer{padding:0 20px 18px;font-size:.9rem;color:var(--color-text-secondary, #8888A0);line-height:1.7}.cta-banner{padding:60px 0;text-align:center}.cta-banner--alt{background:var(--color-bg-alt, #1A1A2E)}.cta-banner__rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.cta-banner__stars{color:var(--color-star, #F59E0B);font-size:1.1rem}.cta-banner__rating-text{font-size:.85rem;color:var(--color-text-secondary, #8888A0)}.cta-banner__title{font-size:2rem;max-width:650px;margin:0 auto 16px}.cta-banner__subtitle{color:var(--color-text-secondary, #8888A0);font-size:.95rem;max-width:550px;margin:0 auto 24px}.cta-banner__btn{display:inline-block;padding:16px 40px;background:var(--color-primary, #7C5CFC);color:#fff;font-size:1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .25s,transform .15s}.cta-banner__btn:hover{background:#6a4ae0;transform:translateY(-1px);text-decoration:none}.site-footer{background:#0a0a14;color:#7878a0;padding:48px 0 24px}.site-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:32px;margin-bottom:32px}.site-footer__brand{display:flex;align-items:flex-start}.site-footer__logo-text{font-family:var(--font-heading, "Playfair Display", serif);font-size:1.4rem;font-weight:700;color:#eaeaea}.site-footer__col-title{font-family:var(--font-body, "Inter", sans-serif);font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#eaeaea;margin-bottom:14px}.site-footer__links li{margin-bottom:8px}.site-footer__links a{color:#7878a0;font-size:.88rem;text-decoration:none;transition:color .2s}.site-footer__links a:hover{color:#eaeaea;text-decoration:none}.site-footer__text{font-size:.88rem;line-height:1.6;color:#7878a0}.site-footer__social{display:flex;gap:10px;margin-top:14px}.social-icon{width:32px;height:32px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;text-decoration:none;transition:background .2s}.social-icon:hover{background:var(--color-primary, #7C5CFC);text-decoration:none}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.site-footer__copyright{font-size:.8rem;color:#7878a0}.site-footer__payments svg{height:20px;opacity:.5}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100%;height:100%;background:var(--color-bg, #12121A);z-index:999;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000004d}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--color-border, #2D2D44)}.cart-drawer__title{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:8px}.cart-drawer__count{font-size:.8rem;background:var(--color-primary, #7C5CFC);color:#fff;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close{font-size:1.6rem;color:var(--color-text, #EAEAEA);padding:4px}.cart-progress{padding:16px 20px;border-bottom:1px solid var(--color-border, #2D2D44)}.cart-progress__bar{height:6px;background:var(--color-border, #2D2D44);border-radius:3px;overflow:hidden;margin-bottom:8px}.cart-progress__fill{height:100%;background:var(--color-primary, #7C5CFC);border-radius:3px;transition:width .4s ease}.cart-progress__text{font-size:.82rem;color:var(--color-text-secondary, #8888A0);text-align:center}.cart-drawer__items{flex:1;overflow-y:auto;padding:12px 20px}.cart-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--color-border, #2D2D44)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--color-bg-card, #1C1C2E)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item__title{font-weight:600;font-size:.88rem;color:var(--color-text, #EAEAEA);text-decoration:none}.cart-item__title:hover{color:var(--color-primary, #7C5CFC)}.cart-item__variant{font-size:.8rem;color:var(--color-text-secondary, #8888A0)}.cart-item__prices{display:flex;gap:8px;align-items:center}.cart-item__price{font-weight:600;font-size:.9rem}.cart-item__compare-price{font-size:.82rem;color:var(--color-text-secondary, #8888A0);text-decoration:line-through}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.cart-item__quantity{display:flex;align-items:center;border:1px solid var(--color-border, #2D2D44);border-radius:6px;overflow:hidden}.cart-item__qty-btn{width:30px;height:30px;font-size:1rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-card, #1C1C2E);color:var(--color-text, #EAEAEA);transition:background .15s}.cart-item__qty-btn:hover{background:var(--color-bg-alt, #1A1A2E)}.cart-item__qty-input{width:36px;height:30px;text-align:center;border:none;border-left:1px solid var(--color-border, #2D2D44);border-right:1px solid var(--color-border, #2D2D44);font-size:.85rem;background:var(--color-bg-card, #1C1C2E);-moz-appearance:textfield}.cart-item__qty-input::-webkit-inner-spin-button,.cart-item__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-item__remove{font-size:.78rem;color:var(--color-text-secondary, #8888A0);text-decoration:underline}.cart-item__remove:hover{color:var(--color-sale, #c0392b)}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 20px;text-align:center;color:var(--color-text-secondary, #8888A0)}.cart-drawer__footer{padding:16px 20px;border-top:1px solid var(--color-border, #2D2D44)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1rem;margin-bottom:12px}.cart-drawer__subtotal-price{color:var(--color-text, #EAEAEA)}.cart-drawer__checkout{display:block;width:100%;padding:14px;background:var(--color-primary, #7C5CFC);color:#fff;text-align:center;font-weight:700;font-size:.95rem;border-radius:8px;text-decoration:none;transition:background .25s}.cart-drawer__checkout:hover{background:#6a4ae0;text-decoration:none}.collection-section{padding:40px 0 60px}.collection-title{font-size:2rem;margin-bottom:8px}.collection-desc{color:var(--color-text-secondary, #8888A0);margin-bottom:28px;font-size:.95rem}.product-grid-collection{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:var(--color-bg-card, #1C1C2E);border-radius:12px;overflow:hidden;border:1px solid var(--color-border, #2D2D44);transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #7c5cfc14}.product-card__link{text-decoration:none;color:inherit}.product-card__link:hover{text-decoration:none}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-bg-alt, #1A1A2E)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.04)}.product-card__badge{position:absolute;top:10px;left:10px;background:var(--color-sale, #7C5CFC);color:#fff;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:20px}.product-card__info{padding:14px 16px}.product-card__title{font-family:var(--font-body, "Inter", sans-serif);font-size:.9rem;font-weight:600;margin-bottom:6px;color:var(--color-text, #EAEAEA)}.product-card__price{display:flex;gap:8px;align-items:center}.product-card__price-current{font-weight:700;font-size:.95rem}.product-card__price-compare{font-size:.82rem;color:var(--color-text-secondary, #8888A0);text-decoration:line-through}.cart-page{padding:40px 0 60px}.cart-page__title{font-size:2rem;margin-bottom:24px}.cart-page__items{margin-bottom:24px}.cart-page__footer{max-width:400px;margin-left:auto}.cart-page__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;margin-bottom:16px;padding-top:16px;border-top:2px solid var(--color-border, #2D2D44)}.cart-page__empty{text-align:center;padding:60px 0}.cart-page__empty p{margin-bottom:20px;color:var(--color-text-secondary, #8888A0);font-size:1.1rem}.customer-section{padding:40px 0 60px}.customer-section h1{font-size:1.8rem;margin-bottom:24px}.customer-section h2{font-size:1.3rem;margin-bottom:16px;margin-top:32px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.88rem;font-weight:600;margin-bottom:6px;color:var(--color-text, #EAEAEA)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--color-border, #2D2D44);border-radius:8px;background:var(--color-bg-card, #1C1C2E);font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary, #7C5CFC);box-shadow:0 0 0 3px #7c5cfc40}.customer-links{margin-top:24px}.customer-links a{font-size:.9rem;color:var(--color-primary, #7C5CFC)}.orders-table{width:100%;border-collapse:collapse;margin-bottom:24px}.orders-table th,.orders-table td{padding:12px 16px;text-align:left;font-size:.9rem;border-bottom:1px solid var(--color-border, #2D2D44)}.orders-table th{font-weight:700;background:var(--color-bg-alt, #1A1A2E)}.order-totals{margin-top:20px}.order-totals p{padding:6px 0;font-size:.95rem}.address-card{background:var(--color-bg-card, #1C1C2E);border:1px solid var(--color-border, #2D2D44);border-radius:10px;padding:20px;margin-bottom:12px}.address-card p{font-size:.9rem;line-height:1.6}.page-section{padding:40px 0 60px}.page-section h1{font-size:2rem;margin-bottom:16px}.page-section .rte{line-height:1.7;font-size:.95rem;color:var(--color-text-secondary, #8888A0)}.page-section .rte p{margin-bottom:16px}.blog-section{padding:40px 0 60px}.blog-section h1{font-size:2rem;margin-bottom:24px}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.article-card{background:var(--color-bg-card, #1C1C2E);border-radius:12px;overflow:hidden;border:1px solid var(--color-border, #2D2D44)}.article-card__image img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-card__info{padding:20px}.article-card__title{font-size:1.1rem;margin-bottom:8px}.article-card__title a{color:var(--color-text, #EAEAEA)}.article-card__excerpt{font-size:.88rem;color:var(--color-text-secondary, #8888A0);line-height:1.6}.article-section{padding:40px 0 60px}.article-section h1{font-size:2rem;margin-bottom:8px}.article-meta{color:var(--color-text-secondary, #8888A0);font-size:.85rem;margin-bottom:24px}.article-body{line-height:1.8;font-size:.95rem}.article-body p{margin-bottom:16px}.page-404{text-align:center;padding:80px 0}.page-404 h1{font-size:2.5rem;margin-bottom:16px}.page-404 p{margin-bottom:24px;color:var(--color-text-secondary, #8888A0)}.pagination{display:flex;justify-content:center;gap:6px;margin-top:32px}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;font-size:.88rem;border:1px solid var(--color-border, #2D2D44);color:var(--color-text, #EAEAEA);text-decoration:none}.pagination .current,.pagination a:hover{background:var(--color-primary, #7C5CFC);color:#fff;border-color:var(--color-primary, #7C5CFC)}.placeholder-svg{fill:var(--color-border, #2D2D44);background:var(--color-bg-alt, #1A1A2E);width:100%;height:100%}.errors{background:#2d1a1a;border:1px solid #5C2D2D;border-radius:8px;padding:14px 16px;margin-bottom:16px;color:#c0392b;font-size:.9rem}.errors ul{list-style:disc;padding-left:20px}@media(max-width:1024px){.product-grid{grid-template-columns:1fr;gap:32px}.iwt-grid,.steps-grid,.specs-grid,.content-tabs__grid{grid-template-columns:1fr;gap:28px}.iwt-grid--reverse{direction:ltr}.features-diagram__grid{display:flex;flex-direction:column;gap:24px}.features-diagram__left,.features-diagram__right{text-align:center;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:24px}.features-diagram__left{text-align:center}.features-diagram__item{flex:1 1 calc(50% - 24px);min-width:200px}.features-diagram__center{width:200px;margin:0 auto;order:-1}.feature-cards__grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:24px}.product-grid-collection{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container{padding:0 16px}.site-nav{display:none}.site-header__menu-toggle{display:flex}h1,.product-title{font-size:1.5rem}h2,.iwt-title,.features-diagram__title,.feature-cards__title,.testimonials__title,.faq-title,.cta-banner__title{font-size:1.4rem}.feature-cards__grid,.blog-grid,.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}.cart-drawer{width:100%}.steps-image{order:-1}.product-gallery__arrow{width:34px;height:34px;font-size:1.1rem}.iwt-features{flex-direction:column;gap:16px}.iwt-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.iwt-badge{justify-content:center;text-align:center;flex-direction:column;gap:4px;font-size:.68rem}.iwt-badge__icon{font-size:1.4rem}.testimonial-card{min-width:100%!important}.iwt-section{padding:40px 0}.iwt-image-placeholder{min-height:200px}.features-diagram{padding:40px 0}.features-diagram__grid{display:flex;flex-direction:column;gap:20px}.features-diagram__center{order:-1;width:180px;margin:0 auto}.features-diagram__left,.features-diagram__right{text-align:center;flex-direction:column;gap:20px}.features-diagram__item{padding:0 16px;min-width:0;flex:none}.features-diagram__placeholder{min-height:180px}.feature-cards{padding:40px 0}.feature-card{padding:20px}.feature-card__image img{width:60px;height:60px}.steps-section{padding:40px 0}.step-item__body{padding-left:54px}.specs-section,.content-tabs,.faq-section,.cta-banner{padding:40px 0}.cta-banner__title{font-size:1.4rem}.testimonials{padding:40px 0}.product-section{padding:24px 0 40px}.product-grid{gap:24px}.product-gallery__thumbs{gap:6px}.product-gallery__thumb{width:52px;height:52px}}@media(max-width:480px){.content-tabs__nav{flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.content-tabs__btn{padding:8px 14px;font-size:.82rem}.product-price__current{font-size:1.3rem}.cta-banner__btn{display:block;width:100%}.product-grid-collection{grid-template-columns:repeat(2,1fr);gap:12px}.iwt-badges{gap:10px 12px}.iwt-badge{font-size:.62rem}.iwt-badge__icon{font-size:1.2rem}.features-diagram__left,.features-diagram__right{flex-direction:column}.features-diagram__center{width:160px}.offer-card{padding:10px 12px;gap:8px}.offer-card__name{font-size:.85rem}.offer-card__popular{font-size:.6rem;padding:1px 6px}.offer-card__save-badge{font-size:.65rem;padding:1px 6px}.offer-card__price{font-size:1rem}.offer-card__compare{font-size:.75rem}.offer-card__prices{min-width:65px}.hero-title{font-size:1.7rem}.hero-price__current{font-size:1.5rem}.hero-trust{flex-direction:column;gap:8px}}.hero-section{padding:60px 0 40px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-image img,.hero-image svg{width:100%;height:auto;border-radius:16px;object-fit:cover}.hero-content{display:flex;flex-direction:column;gap:16px}.hero-label{font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--color-primary)}.hero-title{font-family:var(--font-heading);font-size:2.8rem;line-height:1.1;color:var(--color-text)}.hero-subtitle{font-size:1.1rem;color:var(--color-text-secondary);line-height:1.6}.hero-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-price__current{font-size:2rem;font-weight:700;color:var(--color-text)}.hero-price__compare{font-size:1.2rem;color:var(--color-text-secondary);text-decoration:line-through}.hero-price__save{background:var(--color-sale, #E17055);color:#fff;padding:2px 10px;border-radius:20px;font-size:.85rem;font-weight:700}.hero-rating{display:flex;align-items:center;gap:8px}.hero-rating__stars{color:var(--color-star, #F4B400);font-size:1.1rem;letter-spacing:2px}.hero-rating__text{font-size:.9rem;color:var(--color-text-secondary)}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;font-size:1.1rem;font-weight:700;border-radius:8px;text-decoration:none;width:fit-content}.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:8px}.hero-trust__item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--color-text-secondary)}.hero-trust__icon{font-size:1.1rem}@media(max-width:768px){.hero-grid{grid-template-columns:1fr;gap:30px}.hero-title{font-size:2rem}.hero-section{padding:30px 0 20px}.hero-cta{width:100%}}.iwt-image-placeholder,.features-diagram__placeholder,.steps-image-placeholder,.hero-image-placeholder,.product-card__placeholder{background:var(--color-bg-alt, #1A1A2E);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;color:#6868a0;font-size:.82rem;gap:8px;border:2px dashed #2D2D44}.iwt-image-placeholder span,.features-diagram__placeholder span,.steps-image-placeholder span,.hero-image-placeholder span,.product-card__placeholder span{font-size:2.2rem;opacity:.5}.product-card__placeholder{min-height:200px}.offer-cards{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.offer-card{display:flex;align-items:center;gap:12px;padding:16px 18px;border:2px solid #2D2D44;border-radius:12px;cursor:pointer;position:relative;transition:border-color .2s,box-shadow .2s;background:#1c1c2e}.offer-card:hover{border-color:#7878a0}.offer-card--selected{border-color:var(--color-primary, #7C5CFC);box-shadow:0 0 0 1px var(--color-primary, #7C5CFC)}.offer-card__radio{position:absolute;opacity:0;width:0;height:0}.offer-card__check{width:22px;height:22px;min-width:22px;border-radius:50%;border:2px solid #4A4A6A;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;flex-shrink:0}.offer-card--selected .offer-card__check{border-color:var(--color-primary, #7C5CFC);background:var(--color-primary, #7C5CFC)}.offer-card--selected .offer-card__check:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.offer-card__info{flex:1;display:flex;flex-direction:column;gap:2px}.offer-card__name-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.offer-card__name{font-weight:700;font-size:1rem;color:#eaeaea}.offer-card__popular{display:inline-block;padding:2px 10px;background:#f59e0b;color:#fff;font-size:.7rem;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.offer-card__save-badge{display:inline-block;padding:2px 8px;background:var(--color-primary, #7C5CFC);color:#fff;font-size:.72rem;font-weight:700;border-radius:4px}.offer-card__save-amount{font-size:.8rem;color:var(--color-primary, #7C5CFC);font-weight:500}.offer-card__prices{text-align:right;min-width:80px;flex-shrink:0}.offer-card__price{display:block;font-size:1.2rem;font-weight:700;color:#eaeaea}.offer-card__compare{display:block;font-size:.85rem;text-decoration:line-through;color:#8888a0}.offer-color-selectors{display:none;flex-direction:column;gap:8px;padding:12px 16px;margin:-6px 0 10px;background:#1a1a2e;border:1px solid #2D2D44;border-top:none;border-radius:0 0 12px 12px}.offer-color-selectors--visible{display:flex}.offer-color-row{display:flex;align-items:center;gap:10px}.offer-color-row__label{font-size:.82rem;font-weight:600;color:#8888a0;min-width:65px}.offer-color-row__options{display:flex;gap:6px;flex-wrap:wrap}.offer-color-swatch{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #2D2D44;border-radius:8px;cursor:pointer;overflow:hidden;transition:border-color .2s;background:#1c1c2e}.offer-color-swatch:hover{border-color:#7c5cfc}.offer-color-swatch--selected{border-color:var(--color-primary, #7C5CFC);box-shadow:0 0 0 1px var(--color-primary, #7C5CFC)}.offer-color-swatch img{width:30px;height:30px;object-fit:cover;border-radius:4px}.offer-color-swatch__name{font-size:.65rem;font-weight:600;text-align:center;line-height:1.1;padding:2px}.offer-color-swatch__label{display:none}.offer-single-color{margin-bottom:16px}.offer-single-color__label{display:block;font-size:.85rem;font-weight:600;color:#8888a0;margin-bottom:8px}.offer-single-color__options{display:flex;gap:8px;flex-wrap:wrap}.offer-single-color__options .offer-color-swatch{width:auto;min-width:36px;height:auto;padding:6px 10px;gap:6px}.offer-single-color__options .offer-color-swatch__label{display:inline;font-size:.8rem;font-weight:500;color:#eaeaea}.offer-single-color__options .offer-color-swatch img{width:24px;height:24px}@media(max-width:600px){.offer-card{padding:12px 14px;gap:10px}.offer-card__name{font-size:.9rem}.offer-card__price{font-size:1.05rem}.offer-color-row{flex-direction:column;align-items:flex-start;gap:4px}}.product-variant-label-row{display:flex;align-items:center;gap:16px;margin:16px 0 10px;padding-bottom:6px;border-bottom:1px solid #2D2D44}.product-variant-label{text-transform:uppercase;font-size:.85rem;font-weight:600;letter-spacing:.05em;color:#8888a0}.product-payment-icons{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:16px 0 8px}.pay-icon{height:24px;width:auto;border-radius:4px;border:1px solid #2D2D44}.product-atc-btn{width:100%;padding:16px 24px;font-size:1.1rem;font-weight:700;text-transform:none;border:none;border-radius:10px;background:var(--color-primary, #7C5CFC);color:#fff;cursor:pointer;transition:background .2s,transform .1s;letter-spacing:0}.product-atc-btn:hover{background:#6a4ae0;transform:translateY(-1px)}.product-atc-btn:active{transform:translateY(0)}.product-atc-btn:disabled{background:#4a4a6a;cursor:not-allowed;transform:none}
/*# sourceMappingURL=/cdn/shop/t/35/assets/theme.css.map */
