:root{--purple: #7C3AED;--purple-light: #EDE9FE;--purple-dark: #4C1D95;--purple-mid: #A78BFA;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-600: #4B5563;--gray-800: #1F2937;--black: #111827;--font: "Inter", -apple-system, sans-serif;--radius: 12px}*{box-sizing:border-box;margin:0;padding:0}.tw-page{font-family:var(--font);color:var(--black);overflow-x:hidden}.tw-sticky{position:sticky;top:0;z-index:999;background:var(--purple-dark);display:flex;align-items:center;justify-content:space-between;padding:10px 40px;box-shadow:0 2px 12px #00000040}.tw-sticky__logo{color:#fff;font-size:18px;font-weight:800;letter-spacing:-.5px}.tw-sticky__logo span{color:var(--purple-mid)}.tw-sticky__btn{background:#fff;color:var(--purple-dark);border:none;border-radius:50px;padding:9px 24px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s}.tw-sticky__btn:hover{background:var(--purple-light)}.tw-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;padding:48px 24px}.tw-gallery{display:flex;flex-direction:column;gap:12px}.tw-gallery__main{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--gray-50);aspect-ratio:1;cursor:zoom-in}.tw-gallery__main img{width:100%;height:100%;object-fit:cover;display:none;transition:opacity .3s}.tw-gallery__main img.active{display:block}.tw-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.tw-gallery__thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:.2s}.tw-gallery__thumb.active{border-color:var(--purple)}.tw-gallery__thumb img{width:100%;height:100%;object-fit:cover}.tw-buybox{display:flex;flex-direction:column;gap:20px}.tw-buybox__badge{display:inline-flex;align-items:center;gap:6px;background:var(--purple-light);color:var(--purple-dark);font-size:12px;font-weight:600;padding:4px 12px;border-radius:50px;width:fit-content}.tw-buybox__title{font-size:30px;font-weight:800;line-height:1.2;color:var(--black)}.tw-buybox__title span{color:var(--purple)}.tw-buybox__stars{display:flex;align-items:center;gap:8px}.tw-buybox__stars svg{width:16px;height:16px;fill:#fbbf24}.tw-buybox__stars span{font-size:13px;color:var(--gray-600)}.tw-bundle{display:flex;flex-direction:column;gap:10px}.tw-bundle__label{font-size:13px;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px}.tw-bundle__options{display:flex;flex-direction:column;gap:8px}.tw-bundle__option{display:flex;align-items:center;justify-content:space-between;border:2px solid var(--gray-100);border-radius:var(--radius);padding:14px 16px;cursor:pointer;transition:.2s;position:relative}.tw-bundle__option:hover{border-color:var(--purple-mid)}.tw-bundle__option.selected{border-color:var(--purple);background:var(--purple-light)}.tw-bundle__option input[type=radio]{display:none}.tw-bundle__option-left{display:flex;align-items:center;gap:12px}.tw-bundle__qty{width:36px;height:36px;border-radius:50%;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.tw-bundle__option.selected .tw-bundle__qty{background:var(--purple-dark)}.tw-bundle__name{font-size:15px;font-weight:700}.tw-bundle__sub{font-size:12px;color:var(--gray-600)}.tw-bundle__price-block{text-align:right}.tw-bundle__price{font-size:18px;font-weight:800;color:var(--purple-dark)}.tw-bundle__original{font-size:13px;color:#9ca3af;text-decoration:line-through}.tw-bundle__save{position:absolute;top:-10px;right:12px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:50px}.tw-atc{background:var(--purple);color:#fff;border:none;border-radius:50px;padding:16px 32px;font-size:17px;font-weight:800;letter-spacing:.3px;cursor:pointer;transition:.25s;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.tw-atc:hover{background:var(--purple-dark);transform:translateY(-1px);box-shadow:0 8px 24px #7c3aed59}.tw-atc:active{transform:translateY(0)}.tw-trust{display:flex;gap:16px}.tw-trust__item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-600)}.tw-trust__item svg{width:18px;height:18px;color:var(--purple);flex-shrink:0}.tw-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.tw-bullets li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--gray-800);line-height:1.5}.tw-check-icon{color:var(--purple);font-weight:700;flex-shrink:0;margin-top:1px}.tw-bar{background:var(--purple);padding:18px 24px;display:flex;justify-content:center;gap:60px}.tw-bar__item{text-align:center}.tw-bar__num{font-size:26px;font-weight:900;color:#fff;line-height:1}.tw-bar__text{font-size:12px;color:#ffffffbf;margin-top:2px}.tw-bar-marquee{display:none;background:var(--purple);overflow:hidden;padding:14px 0}.tw-bar-marquee__inner{display:flex;flex-wrap:nowrap;align-items:center;width:max-content}.tw-bar-badge{display:inline-flex;flex-direction:column;align-items:center;padding:0 22px;white-space:nowrap}.tw-bar-badge strong{font-size:20px;font-weight:900;color:#fff;line-height:1.1}.tw-bar-badge span{font-size:11px;color:#ffffffbf;margin-top:2px}.tw-bar-sep{color:#ffffff59;font-size:16px;flex-shrink:0}@media(max-width:600px){.tw-bar{display:none}.tw-bar-marquee{display:block}}.tw-section{padding:72px 24px;max-width:1200px;margin:0 auto}.tw-section--bg{background:var(--gray-50);max-width:100%;padding:72px 0}.tw-section--bg .tw-section-inner{max-width:1200px;margin:0 auto;padding:0 24px}.tw-section__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--purple);margin-bottom:8px}.tw-section__title{font-size:36px;font-weight:900;line-height:1.15;color:var(--black);margin-bottom:12px}.tw-section__subtitle{font-size:16px;color:var(--gray-600);line-height:1.6;max-width:560px}.tw-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.tw-feature-card{background:#fff;border-radius:16px;padding:28px 24px;border:1px solid #E5E7EB;transition:.25s}.tw-feature-card:hover{border-color:var(--purple-mid);box-shadow:0 8px 32px #7c3aed1a;transform:translateY(-2px)}.tw-feature-card__icon{width:52px;height:52px;border-radius:14px;background:var(--purple-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:24px}.tw-feature-card__title{font-size:17px;font-weight:800;margin-bottom:8px}.tw-feature-card__desc{font-size:14px;color:var(--gray-600);line-height:1.6}.tw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px;position:relative}.tw-steps:before{content:"";position:absolute;top:32px;left:16.5%;right:16.5%;height:2px;background:linear-gradient(90deg,var(--purple-light),var(--purple-light));background:repeating-linear-gradient(90deg,var(--purple-mid) 0,var(--purple-mid) 8px,transparent 8px,transparent 16px)}.tw-step{display:flex;flex-direction:column;align-items:center;text-align:center}.tw-step__num{width:64px;height:64px;border-radius:50%;background:var(--purple);color:#fff;font-size:24px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;z-index:1;box-shadow:0 4px 16px #7c3aed66}.tw-step__title{font-size:17px;font-weight:800;margin-bottom:8px}.tw-step__desc{font-size:14px;color:var(--gray-600);line-height:1.6}.tw-reviews__header{display:flex;align-items:center;gap:16px;margin-bottom:32px;flex-wrap:wrap}.tw-reviews__score{font-size:52px;font-weight:900;color:var(--black);line-height:1}.tw-reviews__stars-block{display:flex;flex-direction:column;gap:4px}.tw-reviews__stars{display:flex;gap:3px}.tw-reviews__stars svg{width:20px;height:20px;fill:#fbbf24}.tw-reviews__count{font-size:13px;color:var(--gray-600)}.tw-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tw-review-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E7EB}.tw-review-card__stars{display:flex;gap:2px;margin-bottom:12px}.tw-review-card__stars svg{width:14px;height:14px;fill:#fbbf24}.tw-review-card__stars svg.tw-star-empty{fill:#d1d5db}.tw-review-card__text{font-size:14px;color:var(--gray-800);line-height:1.7;margin-bottom:16px;font-style:italic}.tw-review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--purple-light);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--purple)}.tw-review-card__date{font-size:12px;color:#9ca3af}.tw-compare{margin-top:48px;border-radius:16px;overflow:hidden;border:1px solid #E5E7EB}.tw-compare table{width:100%;border-collapse:collapse}.tw-compare th{padding:18px 20px;font-size:15px;font-weight:800;background:#fff}.tw-compare th:nth-child(2){background:var(--purple);color:#fff}.tw-compare td{padding:14px 20px;font-size:14px;border-top:1px solid #F3F4F6;text-align:center}.tw-compare td:first-child{text-align:left;color:var(--gray-800)}.tw-compare td:nth-child(2){background:#faf5ff;font-weight:600;color:var(--purple-dark)}.tw-compare tr:nth-child(2n) td{background:var(--gray-50)}.tw-compare tr:nth-child(2n) td:nth-child(2){background:#f5f0ff}.tw-check{color:#10b981;font-size:18px}.tw-cross{color:#ef4444;font-size:18px}.tw-faq{display:flex;flex-direction:column;gap:0;margin-top:48px;border-radius:16px;overflow:hidden;border:1px solid #E5E7EB}.tw-faq__item{border-bottom:1px solid #E5E7EB}.tw-faq__item:last-child{border-bottom:none}.tw-faq__q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;border:none;cursor:pointer;font-size:15px;font-weight:700;text-align:left;gap:16px;transition:.2s}.tw-faq__q:hover{background:var(--gray-50)}.tw-faq__q.open{color:var(--purple);background:var(--purple-light)}.tw-faq__icon{font-size:20px;flex-shrink:0;font-weight:400;transition:.25s}.tw-faq__q.open .tw-faq__icon{transform:rotate(45deg);color:var(--purple)}.tw-faq__a{display:none;padding:0 24px 20px;font-size:14px;color:var(--gray-600);line-height:1.7;background:var(--purple-light)}.tw-faq__a.open{display:block}.tw-final-cta{background:linear-gradient(135deg,var(--purple-dark) 0%,var(--purple) 100%);padding:80px 24px;text-align:center}.tw-final-cta h2{font-size:36px;font-weight:900;color:#fff;margin-bottom:12px}.tw-final-cta p{font-size:16px;color:#fffc;margin-bottom:32px}.tw-final-cta .tw-atc{max-width:320px;margin:0 auto;background:#fff;color:var(--purple-dark)}.tw-final-cta .tw-atc:hover{background:var(--purple-light)}.tw-review-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #E5E7EB;transition:.2s;display:flex;flex-direction:column}.tw-review-card:hover{box-shadow:0 8px 32px #00000017;transform:translateY(-2px)}.tw-rev-img-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--purple-light) 0%,#DDD6FE 100%);display:flex;align-items:center;justify-content:center;font-size:52px}.tw-rev-body{padding:20px}.tw-rev-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.tw-rev-avatar-blank{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.tw-rev-avatar-blank svg{width:40px;height:40px;display:block}.tw-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tw-review-card__author{display:flex;align-items:center;gap:10px}.tw-review-card__name{font-size:13px;font-weight:700}.tw-review-card__date{font-size:12px;color:#9ca3af;margin-top:1px}.tw-final-trust{display:flex;justify-content:center;gap:32px;margin-top:24px;flex-wrap:wrap;position:relative}.tw-final-trust span{color:#ffffffbf;font-size:13px}.swipe-dots{display:none;justify-content:center;gap:7px;margin-top:18px}.swipe-dot{width:7px;height:7px;border-radius:50%;background:#d8b4fe;transition:.25s;cursor:pointer;border:none;padding:0}.swipe-dot.active{background:var(--purple);width:20px;border-radius:50px}@media(max-width:900px){.tw-hero{grid-template-columns:1fr;gap:32px}.tw-features__grid{grid-template-columns:repeat(2,1fr)}.tw-steps{grid-template-columns:1fr}.tw-steps:before{display:none}.tw-bar{gap:32px}.tw-sticky{padding:10px 16px}.tw-section__title{font-size:26px}.tw-reviews__grid{grid-template-columns:1fr}}@media(max-width:600px){.tw-compare{overflow-x:auto}.tw-buybox__title{font-size:24px}.tw-bar{flex-wrap:wrap;gap:20px;justify-content:center}.tw-sticky__trust{display:none}.tw-section{padding:56px 0}.tw-section__eyebrow,.tw-section__title,.tw-section__subtitle{padding:0 20px}.tw-section--bg .tw-section-inner{padding:56px 0}.tw-section--bg .tw-section-inner .tw-section__eyebrow,.tw-section--bg .tw-section-inner .tw-section__title,.tw-section--bg .tw-section-inner .tw-section__subtitle{padding:0 20px}.tw-features__grid{display:flex!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 4px;margin-top:28px}.tw-features__grid::-webkit-scrollbar{display:none}.tw-features__grid .tw-feature-card{scroll-snap-align:start;flex-shrink:0;width:72vw;max-width:280px}.tw-feat-dots{display:flex}.tw-steps{display:flex!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 4px;margin-top:36px}.tw-steps::-webkit-scrollbar{display:none}.tw-steps .tw-step{scroll-snap-align:start;flex-shrink:0;width:72vw;max-width:280px;background:#fff;border-radius:18px;padding:28px 20px;border:1px solid #E5E7EB}.tw-steps-dots{display:flex}.tw-reviews__grid{display:flex!important;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 20px 4px}.tw-reviews__grid::-webkit-scrollbar{display:none}.tw-reviews__grid .tw-review-card{scroll-snap-align:start;flex-shrink:0;width:82vw;max-width:320px}.tw-rev-dots{display:flex}.tw-reviews__header{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}.tw-reviews__score{font-size:64px}.tw-reviews__stars-block{align-items:center}.tw-reviews__count{text-align:center}}.tw-home-hero{background:var(--purple-light)}.tw-home-hero__inner{max-width:1160px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.tw-home-hero__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--purple);margin-bottom:12px}.tw-home-hero__title{font-size:48px;font-weight:900;line-height:1.1;color:var(--black);margin-bottom:16px}.tw-home-hero__title em{color:var(--purple);font-style:normal}.tw-home-hero__sub{font-size:16px;color:var(--gray-600);line-height:1.65;margin-bottom:28px;max-width:480px}.tw-home-hero__btns{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.tw-home-hero__cta{background:var(--purple);color:#fff;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:800;text-decoration:none;transition:.25s}.tw-home-hero__cta:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed59}.tw-home-hero__link{color:var(--purple);font-size:14px;font-weight:600;text-decoration:none}.tw-home-hero__link:hover{text-decoration:underline}.tw-home-hero__img{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #7c3aed33}.tw-home-hero__img img{width:100%;height:100%;object-fit:cover;display:block}.tw-home-hero__placeholder{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#DDD6FE,var(--purple-light));border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:80px}.tw-home-marquee{background:var(--purple);overflow:hidden;padding:13px 0}.tw-home-marquee__inner{display:flex;flex-wrap:nowrap;align-items:center;width:max-content}.tw-home-badge{display:inline-flex;align-items:center;gap:7px;color:#ffffffeb;font-size:13px;font-weight:600;white-space:nowrap;padding:0 24px}.tw-home-badge__icon{font-size:17px;line-height:1}.tw-home-badge__sep{color:#fff6;font-size:14px;flex-shrink:0;line-height:1}.tw-split{width:100%}.tw-split:nth-child(odd){background:#fff}.tw-split:nth-child(2n){background:var(--gray-50)}.tw-split__inner{max-width:1160px;margin:0 auto;padding:100px 60px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.tw-split--reverse .tw-split__inner{direction:rtl}.tw-split--reverse .tw-split__inner>*{direction:ltr}.tw-split__text{display:flex;flex-direction:column;justify-content:center}.tw-split__img{border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #0000001a;background:#e8e8e8;aspect-ratio:1;position:relative}.tw-split__img img,.tw-split__img video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}.tw-split__img:hover img,.tw-split__img:hover video{transform:scale(1.04)}.tw-split__img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--purple-light);display:flex;align-items:center;justify-content:center;font-size:80px}.tw-split__eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--purple);margin-bottom:14px}.tw-split__title{font-size:36px;font-weight:900;line-height:1.2;color:var(--black);margin-bottom:20px}.tw-split__desc{font-size:15px;color:var(--gray-600);line-height:1.8;margin-bottom:36px}.tw-split__cta{display:inline-flex;align-items:center;gap:8px;background:var(--purple);color:#fff;padding:14px 28px;border-radius:50px;font-size:15px;font-weight:800;text-decoration:none;transition:.25s;width:fit-content;align-self:flex-start}.tw-split__cta:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed59}.tw-home-shop-cta{background:linear-gradient(135deg,var(--purple-dark),var(--purple));padding:80px 24px;text-align:center}.tw-home-shop-cta__inner{max-width:600px;margin:0 auto}.tw-home-shop-cta h2{font-size:36px;font-weight:900;color:#fff;margin-bottom:10px}.tw-home-shop-cta p{font-size:16px;color:#fffc;margin-bottom:32px}.tw-home-shop-cta__btn{background:#fff;color:var(--purple-dark);max-width:360px;margin:0 auto;font-size:16px}.tw-home-shop-cta__btn:hover{background:var(--purple-light)}@media(max-width:900px){.tw-home-hero__inner{grid-template-columns:1fr;gap:36px;text-align:center}.tw-home-hero__img{order:-1}.tw-home-hero__title{font-size:36px}.tw-home-hero__btns{justify-content:center}.tw-home-hero__sub{margin:0 auto 28px}.tw-split__inner{grid-template-columns:1fr;gap:36px;padding:64px 32px}.tw-split--reverse .tw-split__inner{direction:ltr}}@media(max-width:600px){.tw-home-hero__inner{padding:36px 20px 40px}.tw-home-hero__title{font-size:28px}.tw-split__inner{padding:48px 20px}.tw-split__title{font-size:26px}.tw-home-shop-cta{padding:56px 20px}.tw-home-shop-cta h2{font-size:26px}}.tw-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .35s;padding:16px}.tw-popup-overlay.show{opacity:1;pointer-events:all}.tw-popup{background:#fff;border-radius:24px;padding:48px 40px 40px;max-width:420px;width:100%;text-align:center;position:relative;transform:translateY(20px) scale(.97);transition:transform .35s;box-shadow:0 24px 80px #0003}.tw-popup-overlay.show .tw-popup{transform:translateY(0) scale(1)}.tw-popup__close{position:absolute;top:16px;right:18px;background:none;border:none;cursor:pointer;font-size:22px;color:#9ca3af;line-height:1;transition:.2s;padding:4px}.tw-popup__close:hover{color:var(--black);transform:rotate(90deg)}.tw-popup__badge{display:inline-block;background:var(--purple-light);color:var(--purple);font-size:12px;font-weight:700;padding:4px 14px;border-radius:50px;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.tw-popup__title{font-size:38px;font-weight:900;color:var(--black);line-height:1;margin-bottom:10px}.tw-popup__title span{color:var(--purple)}.tw-popup__sub{font-size:14px;color:var(--gray-600);line-height:1.65;margin-bottom:24px}.tw-popup__input{width:100%;padding:14px 18px;border-radius:12px;border:2px solid #E5E7EB;font-size:15px;font-family:inherit;outline:none;transition:.2s;margin-bottom:12px;color:var(--black)}.tw-popup__input:focus{border-color:var(--purple)}.tw-popup__input::placeholder{color:#9ca3af}.tw-popup__btn{width:100%;background:var(--black);color:#fff;border:none;border-radius:50px;padding:16px;font-size:16px;font-weight:900;letter-spacing:1px;cursor:pointer;transition:.25s;font-family:inherit}.tw-popup__btn:hover{background:var(--purple);transform:translateY(-1px)}.tw-popup__skip{font-size:12px;color:#9ca3af;margin-top:14px;cursor:pointer;display:block}.tw-popup__skip:hover{color:var(--gray-600);text-decoration:underline}.tw-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:990;background:#fff;border-top:2px solid #E5E7EB;box-shadow:0 -8px 32px #0000001f;transform:translateY(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding:12px 24px}.tw-sticky-atc.show{transform:translateY(0)}.tw-sticky-atc__inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.tw-sticky-atc__product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.tw-sticky-atc__img{width:52px;height:52px;border-radius:10px;background:var(--purple-light);flex-shrink:0;overflow:hidden}.tw-sticky-atc__img img{width:100%;height:100%;object-fit:cover}.tw-sticky-atc__name{font-size:14px;font-weight:800;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tw-sticky-atc__price{font-size:16px;font-weight:900;color:var(--purple-dark);margin-top:2px}.tw-sticky-atc__btn{background:var(--purple);color:#fff;border:none;border-radius:50px;padding:13px 28px;font-size:15px;font-weight:800;cursor:pointer;transition:.2s;white-space:nowrap;font-family:inherit;flex-shrink:0}.tw-sticky-atc__btn:hover{background:var(--purple-dark)}@media(max-width:600px){.tw-sticky-atc{padding:10px 16px}.tw-sticky-atc__name{font-size:13px}.tw-sticky-atc__btn{padding:12px 20px;font-size:14px}}.tw-policy-page{background:#f9fafb;min-height:80vh}.tw-policy-hero{background:linear-gradient(135deg,#7c3aed,#4c1d95);padding:64px 24px 56px}.tw-policy-hero__inner{max-width:960px;margin:0 auto;text-align:center}.tw-policy-hero__badge{display:inline-block;background:#ffffff26;color:#fff;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:50px;margin-bottom:16px}.tw-policy-hero__title{font-size:40px;font-weight:900;color:#fff;margin:0;font-family:Inter,-apple-system,sans-serif;line-height:1.2}.tw-policy-body{padding:48px 24px 80px}.tw-policy-body__inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 260px;gap:40px;align-items:start}.tw-policy-content{background:#fff;border-radius:20px;padding:48px;box-shadow:0 2px 24px #0000000f;font-family:Inter,-apple-system,sans-serif;font-size:15px;line-height:1.8;color:#374151}.tw-policy-content h1,.tw-policy-content h2{font-size:18px;font-weight:800;color:#111827;margin:32px 0 10px;padding-top:16px;border-top:1px solid #F3F4F6;font-family:Inter,-apple-system,sans-serif}.tw-policy-content h1:first-child,.tw-policy-content h2:first-child{border-top:none;margin-top:0;padding-top:0}.tw-policy-content h3{font-size:15px;font-weight:700;color:#7c3aed;margin:20px 0 6px;font-family:Inter,-apple-system,sans-serif}.tw-policy-content p{margin:0 0 14px}.tw-policy-content ul,.tw-policy-content ol{margin:0 0 14px;padding-left:20px}.tw-policy-content li{margin-bottom:6px}.tw-policy-content a{color:#7c3aed;font-weight:600;text-decoration:none}.tw-policy-content a:hover{text-decoration:underline}.tw-policy-content strong{color:#111827;font-weight:700}.tw-policy-nav{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 16px #0000000f;margin-bottom:20px;position:sticky;top:90px}.tw-policy-nav__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#9ca3af;margin-bottom:14px;font-family:Inter,-apple-system,sans-serif}.tw-policy-nav ul{list-style:none;padding:0;margin:0}.tw-policy-nav li{margin-bottom:4px}.tw-policy-nav a{display:block;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#374151;text-decoration:none;font-family:Inter,-apple-system,sans-serif;transition:.15s}.tw-policy-nav a:hover{background:#f3f4f6;color:#111827}.tw-policy-nav a.active{background:#ede9fe;color:#7c3aed;font-weight:700}.tw-policy-help{background:linear-gradient(135deg,#7c3aed,#4c1d95);border-radius:16px;padding:24px;text-align:center}.tw-policy-help__icon{font-size:28px;margin-bottom:10px}.tw-policy-help__text{font-size:14px;color:#ffffffd9;margin-bottom:16px;line-height:1.5;font-family:Inter,-apple-system,sans-serif}.tw-policy-help__btn{display:inline-block;background:#fff;color:#7c3aed;font-size:13px;font-weight:800;padding:10px 20px;border-radius:50px;text-decoration:none;font-family:Inter,-apple-system,sans-serif;transition:.2s}.tw-policy-help__btn:hover{background:#ede9fe}@media(max-width:720px){.tw-policy-body__inner{grid-template-columns:1fr}.tw-policy-hero__title{font-size:28px}.tw-policy-content{padding:28px 22px}.tw-policy-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tw-policy-nav{position:static;margin-bottom:0}}@media(max-width:480px){.tw-policy-sidebar{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/117/assets/tiniwash.css.map */
