.announcement-bar{background:var(--color-accent);padding:9px 16px;text-align:center;overflow:hidden}.announcement-bar__message{font-size:11px;color:#fff;font-weight:600;letter-spacing:1px}.announcement-bar__ticker{display:flex;gap:48px;white-space:nowrap;animation:ticker-scroll 22s linear infinite}.announcement-bar__ticker-item{font-size:11px;color:#fff;font-weight:500;flex-shrink:0}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:#fff;border-bottom:.5px solid var(--color-border);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 24px;max-width:1200px;margin:0 auto}.site-header__logo{font-family:Nunito,sans-serif;font-size:24px;font-weight:800;color:var(--color-text);letter-spacing:3px;text-decoration:none}.site-header__nav{display:flex;gap:24px;list-style:none;margin:0;padding:0}.site-header__nav a{font-size:13px;font-weight:600;color:var(--color-text);text-decoration:none;transition:color .2s}.site-header__nav a:hover{color:var(--color-accent)}.site-header__icons{display:flex;gap:16px;align-items:center}.site-header__icon-btn{background:none;border:none;padding:4px;cursor:pointer;color:var(--color-text);font-size:20px;display:flex;align-items:center}.cart-count{background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-left:-8px;margin-top:-8px}@media(max-width:768px){.site-header__inner{padding:0 16px;height:50px}.site-header__logo{font-size:20px}.site-header__nav{display:none}}.live-ticker{background:var(--color-accent-light);padding:7px 0;overflow:hidden}.live-ticker__inner{display:flex;gap:40px;white-space:nowrap;animation:ticker-scroll 20s linear infinite}.live-ticker__item{font-size:11px;color:#5a4a8e;font-weight:600;flex-shrink:0}.product-page{max-width:1100px;margin:0 auto;padding:0}.product-breadcrumb{padding:12px 20px;font-size:12px;color:#999}.product-breadcrumb a{color:var(--color-accent);font-weight:600}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:0}.product-gallery__main{position:relative;background:var(--color-bg-soft);aspect-ratio:1;overflow:hidden}.product-gallery__main img,.product-gallery__main video{width:100%;height:100%;object-fit:cover}.product-gallery__video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1ad9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer}.play-btn{width:60px;height:60px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.play-btn svg{margin-left:4px}.gallery-badge{position:absolute;font-size:10px;font-weight:700;padding:4px 10px;border-radius:3px;letter-spacing:1px;color:#fff}.gallery-badge--left{top:14px;left:14px;background:var(--color-accent)}.gallery-badge--right{top:14px;right:14px;background:var(--color-error)}.product-gallery__thumbs{display:flex;gap:8px;padding:10px 14px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:60px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0;cursor:pointer;border:1.5px solid var(--color-border);transition:border-color .2s}.product-gallery__thumb.active{border-color:var(--color-accent);border-width:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding:28px 28px 28px 24px}.product-social-proof{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.stars{color:#f5a623;font-size:14px;letter-spacing:1px}.rating-count{font-size:12px;color:#555}.badge{font-size:10px;font-weight:700;padding:3px 8px;border-radius:3px;letter-spacing:.5px}.badge--sold{background:var(--color-accent-light);color:#5a4a8e}.badge--hot{background:#eaf7ee;color:var(--color-success)}.badge--sale{background:#fff0e8;color:#c44a00}.product-title{font-size:26px;font-weight:800;color:var(--color-text);margin-bottom:8px;line-height:1.2}.product-subtitle{font-size:14px;color:var(--color-text-muted);margin-bottom:18px;line-height:1.6}.product-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:10px;flex-wrap:wrap}.price-current{font-size:30px;font-weight:800;color:var(--color-text)}.price-compare{font-size:16px;color:#aaa;text-decoration:line-through}.price-save{font-size:12px;font-weight:700;background:#fff0e8;color:#c44a00;padding:3px 8px;border-radius:3px}.free-gift-pill{display:flex;align-items:center;gap:8px;background:#eaf7ee;border-radius:6px;padding:9px 12px;margin-bottom:12px}.free-gift-pill span{font-size:12px;color:var(--color-success);font-weight:700}.delivery-info{font-size:12px;color:var(--color-success);font-weight:600;margin-bottom:10px}.prepaid-badge{display:inline-block;background:var(--color-accent-light);color:var(--color-accent);font-size:11px;font-weight:700;padding:5px 10px;border-radius:4px;margin-bottom:18px}.divider{height:.5px;background:var(--color-border);margin:16px 0}.color-label{font-size:12px;font-weight:700;color:var(--color-text);margin-bottom:10px}.color-options{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.color-option{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid transparent;transition:border-color .2s}.color-swatch.active{border-color:var(--color-text);outline:2px solid var(--color-text);outline-offset:2px}.color-name{font-size:10px;color:#888;font-weight:500}.stock-warning{font-size:12px;color:var(--color-error);font-weight:700;margin-bottom:14px}.qty-atc-row{display:flex;gap:10px;align-items:center;margin-bottom:10px}.qty-control{display:flex;align-items:center;border:.5px solid #DDDDDD;border-radius:6px;overflow:hidden}.qty-btn{width:36px;height:48px;background:#f5f5f5;border:none;font-size:20px;cursor:pointer;color:var(--color-text);font-weight:500;display:flex;align-items:center;justify-content:center;font-family:var(--font-family)}.qty-val{width:40px;height:48px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border-left:.5px solid #DDD;border-right:.5px solid #DDD}.atc-btn{flex:1;background:var(--color-accent);color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:800;cursor:pointer;letter-spacing:.5px;font-family:var(--font-family);transition:opacity .2s}.atc-btn:hover{opacity:.9}.buy-now-btn{width:100%;background:var(--color-text);color:#fff;border:none;padding:14px;border-radius:6px;font-size:14px;font-weight:800;cursor:pointer;margin-bottom:14px;font-family:var(--font-family)}.payment-methods{display:flex;gap:6px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.payment-label{font-size:11px;color:#888}.payment-pill{background:#f5f5f5;border-radius:3px;padding:3px 8px;font-size:11px;color:#555;font-weight:600}.trust-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 8px}.trust-icon{text-align:center;padding:16px 12px;background:var(--color-bg-soft);border-radius:12px}.trust-icon__img{font-size:18px;margin-bottom:4px}.trust-icon__text{font-size:14px;color:#7b6aae;line-height:1.3;font-weight:900}.usp-list{margin:32px 0;padding:0}.usp-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;padding:0}.usp-item:last-child{margin-bottom:0}.usp-dot{width:8px;height:8px;background:#9b7ebd;border-radius:50%;margin-top:8px;flex-shrink:0}.usp-text{font-size:16px;line-height:1.6;color:#333;font-weight:600}@media(max-width:768px){.usp-list{margin:24px 0}.usp-item{gap:12px;margin-bottom:16px}.usp-text{font-size:16px}}.editorial-block__media{width:100%}.editorial-block__video{background:#1a1a1a;aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer}.editorial-block__video-label{font-size:11px;color:#fff9;letter-spacing:1.5px;font-weight:600}.editorial-block__image{width:100%;aspect-ratio:4/3;object-fit:cover}.editorial-block__text{padding:28px 20px;text-align:center}.editorial-block__headline{font-size:22px;font-weight:800;color:var(--color-text);line-height:1.3;margin-bottom:10px}.editorial-block__body{font-size:14px;color:var(--color-text-muted);line-height:1.7}.editorial-divider{height:.5px;background:var(--color-border)}.before-after{padding:24px 20px;background:var(--color-bg-soft)}.before-after__title{font-size:16px;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:14px}.before-after__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.before-after__card{border-radius:10px;overflow:hidden}.before-after__img{height:130px;display:flex;align-items:center;justify-content:center;position:relative;font-size:40px}.before-after__label{position:absolute;bottom:8px;left:8px;font-size:9px;font-weight:700;padding:2px 8px;border-radius:3px;color:#fff;letter-spacing:1px}.before-after__label--yes{background:var(--color-success)}.before-after__label--no{background:var(--color-error)}.before-after__caption{font-size:11px;color:#555;padding:9px 11px;font-weight:500;background:#fff;line-height:1.4}.features-section{padding:32px 20px;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.feature-card{background:var(--color-bg-soft);border-radius:12px;padding:18px 14px;border:.5px solid #E8E4F0}.feature-card__icon{font-size:24px;margin-bottom:8px}.feature-card__name{font-size:13px;font-weight:800;color:var(--color-text);margin-bottom:4px}.feature-card__desc{font-size:11px;color:#888;line-height:1.5}.stats-section{padding:28px 20px;background:var(--color-accent)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{background:#ffffff26;border-radius:10px;padding:18px 10px;text-align:center}.stat-card__number{font-size:26px;font-weight:800;color:#fff;margin-bottom:4px}.stat-card__label{font-size:11px;color:#ffffffd9;line-height:1.4}.howto-section{padding:32px 20px;background:var(--color-bg-soft);margin-top:32px}.howto-steps{display:flex;flex-direction:column;gap:16px;margin-top:18px}.howto-step{display:flex;align-items:flex-start;gap:14px}.howto-step__num{width:34px;height:34px;background:var(--color-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.howto-step__title{font-size:14px;font-weight:700;color:var(--color-text);margin-bottom:3px}.howto-step__desc{font-size:12px;color:#888;line-height:1.5}.compare-section{padding:32px 20px;background:#fff}.compare-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:16px}.compare-table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:700;color:#fff}.compare-table td{padding:10px 12px;border-bottom:.5px solid var(--color-border);color:#444}.compare-table tr:last-child td{border-bottom:none}.th-feature{background:#444}.th-daylo{background:var(--color-accent)}.th-others{background:#888}.check-yes{color:var(--color-success);font-weight:700;font-size:15px}.check-no{color:var(--color-error);font-weight:700;font-size:15px}.reviews-section{padding:32px 20px;background:var(--color-bg-soft)}.reviews-meta{display:flex;align-items:center;gap:18px;margin-bottom:18px}.reviews-big-num{font-size:44px;font-weight:800;color:var(--color-text)}.rating-bars{flex:1}.rating-bar-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.rating-bar-label{font-size:10px;color:#666;width:26px}.rating-bar-track{flex:1;height:5px;background:#eee;border-radius:3px}.rating-bar-fill{height:100%;background:var(--color-accent);border-radius:3px}.review-cards{display:flex;flex-direction:column;gap:12px}.review-card{background:#fff;border-radius:12px;padding:16px;border:.5px solid #E8E4F0;height:100%}.review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.review-card__name{font-size:13px;font-weight:700;color:var(--color-text)}.review-card__stars{color:#f5a623;font-size:12px}.review-card__text{font-size:13px;color:#555;line-height:1.6;margin-bottom:8px}.review-card__footer{display:flex;justify-content:space-between;align-items:center}.review-card__date{font-size:11px;color:#aaa}.review-card__verified{font-size:10px;color:var(--color-success);font-weight:700}.faq-section{padding:32px 20px;background:#fff}.faq-item{border-bottom:.5px solid #E0DCF0}.faq-question{width:100%;background:none;border:none;padding:14px 0;text-align:left;font-size:14px;font-weight:700;color:var(--color-text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:var(--font-family)}.faq-question__icon{font-size:18px;color:var(--color-accent);flex-shrink:0}.faq-answer{font-size:13px;color:#666;line-height:1.7;padding-bottom:14px;display:none}.faq-item.open .faq-answer{display:block}.cross-sell-section{padding:32px 20px;background:var(--color-bg-soft)}.cross-sell-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.cs-card{border-radius:12px;overflow:hidden;border:.5px solid var(--color-border);background:#fff}.cs-card__img{aspect-ratio:1;overflow:hidden}.cs-card__img img{width:100%;height:100%;object-fit:cover}.cs-card__info{padding:11px 13px}.cs-card__name{font-size:12px;font-weight:700;color:var(--color-text);margin-bottom:5px}.cs-card__price{font-size:14px;font-weight:800;color:var(--color-text)}.cs-card__compare{font-size:11px;color:#aaa;text-decoration:line-through;margin-left:5px}.cs-card__btn{display:block;width:calc(100% - 26px);margin:0 13px 13px;background:var(--color-accent);color:#fff;border:none;padding:8px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;font-family:var(--font-family)}.sticky-atc{position:sticky;bottom:0;background:#fff;border-top:.5px solid var(--color-border);padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:50}.sticky-atc__product{display:flex;align-items:center;gap:10px}.sticky-atc__img{width:42px;height:42px;background:var(--color-bg-soft);border-radius:6px;overflow:hidden;flex-shrink:0}.sticky-atc__img img{width:100%;height:100%;object-fit:cover}.sticky-atc__name{font-size:12px;font-weight:700;color:var(--color-text)}.sticky-atc__price{font-size:12px;color:var(--color-accent);font-weight:800}.sticky-atc__btn{background:var(--color-accent);color:#fff;border:none;padding:12px 22px;border-radius:6px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap;font-family:var(--font-family)}.hero-section{background:var(--color-bg-soft);padding:60px 24px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:1200px;margin:0 auto}.hero-section__tag{display:inline-block;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;padding:4px 12px;border-radius:3px;margin-bottom:16px;letter-spacing:2px}.hero-section__title{font-size:38px;font-weight:800;color:var(--color-text);line-height:1.2;margin-bottom:12px}.hero-section__subtitle{font-size:15px;color:var(--color-text-muted);margin-bottom:28px;line-height:1.7}.hero-section__btns{display:flex;gap:12px}.hero-section__btn-primary{background:var(--color-accent);color:#fff;border:none;padding:13px 28px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;letter-spacing:1px;font-family:var(--font-family)}.hero-section__btn-secondary{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text);padding:13px 28px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;font-family:var(--font-family)}.hero-section__img{width:100%;height:auto;display:flex;align-items:center;justify-content:center}.hero-section__img img{width:100%;max-width:80%;border-radius:16px;height:auto;object-fit:contain;display:block}@media(max-width:768px){.hero-section__img{max-width:100%;margin:0 auto}.hero-section__img img{max-width:100%}}.trust-strip{background:#fff;border-bottom:.5px solid var(--color-border);padding:14px 24px;display:flex;justify-content:space-around;max-width:1200px;margin:0 auto}.trust-strip__item{text-align:center}.trust-strip__title{font-size:12px;font-weight:700;color:var(--color-text)}.trust-strip__sub{font-size:10px;color:#999}.collection-section{padding:40px 24px;max-width:1200px;margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.product-card{border-radius:12px;overflow:hidden;border:.5px solid var(--color-border);background:#fff}.product-card__img{aspect-ratio:1;overflow:hidden;background:var(--color-bg-soft)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card__img img{transform:scale(1.03)}.product-card__info{padding:14px 16px 18px}.product-card__tag{display:inline-block;background:var(--color-accent-light);color:#5a4a8e;font-size:9px;font-weight:700;padding:2px 8px;border-radius:3px;margin-bottom:6px;letter-spacing:1px}.product-card__name{font-size:14px;font-weight:700;color:var(--color-text);margin-bottom:4px}.product-card__desc{font-size:11px;color:#888;margin-bottom:10px;line-height:1.5}.product-card__bottom{display:flex;align-items:center;justify-content:space-between}.product-card__price{font-size:16px;font-weight:800;color:var(--color-text)}.product-card__compare{font-size:12px;color:#aaa;text-decoration:line-through;margin-left:5px}.product-card__btn{background:var(--color-accent);color:#fff;border:none;padding:7px 16px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;font-family:var(--font-family)}.gifting-section{background:var(--color-bg-soft);padding:48px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1200px;margin:0 auto}.gifting-section__text{flex:1}.gifting-section__title{font-size:28px;font-weight:800;color:var(--color-text);margin-bottom:10px;line-height:1.3}.gifting-section__body{font-size:14px;color:var(--color-text-muted);margin-bottom:22px;line-height:1.7}.gifting-section__btn{display:inline-block;background:var(--color-accent);color:#fff;padding:13px 26px;border-radius:6px;font-size:13px;font-weight:700;letter-spacing:1px;font-family:var(--font-family);border:none;cursor:pointer}.gifting-section__img{flex:0 0 200px;height:200px;background:var(--color-accent-light);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:80px}.cta-section{background:var(--color-accent);padding:48px 24px;text-align:center}.cta-section__title{font-size:28px;font-weight:800;color:#fff;margin-bottom:10px}.cta-section__body{font-size:14px;color:#fffc;margin-bottom:24px;line-height:1.6}.cta-section__btn{display:inline-block;background:#fff;color:var(--color-accent);padding:13px 32px;border-radius:6px;font-size:13px;font-weight:800;letter-spacing:1px;border:none;cursor:pointer;font-family:var(--font-family)}.site-footer{background:var(--color-text);padding:40px 24px 20px}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;max-width:1200px;margin:0 auto 32px}.site-footer__logo{font-size:22px;font-weight:800;color:#fff;letter-spacing:3px;margin-bottom:6px}.site-footer__tagline{font-size:13px;color:#888;line-height:1.5}.site-footer__heading{font-size:12px;font-weight:700;color:#fff;letter-spacing:1px;margin-bottom:14px;text-transform:uppercase}.site-footer__links{display:flex;flex-direction:column;gap:8px}.site-footer__links a{font-size:13px;color:#888;text-decoration:none;transition:color .2s}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:.5px solid #333;padding-top:20px;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.site-footer__copy{font-size:12px;color:#888}.site-footer__social{display:flex;gap:14px}.site-footer__social a{font-size:12px;color:#888;transition:color .2s}.site-footer__social a:hover{color:#fff}@media(max-width:768px){.product-layout{grid-template-columns:1fr}.product-info{padding:16px}.product-title{font-size:20px}.price-current{font-size:26px}.hero-section{grid-template-columns:1fr;padding:32px 16px}.hero-section__title{font-size:26px}.hero-section__img{max-width:280px;margin:0 auto}.product-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{flex-wrap:wrap;gap:12px}.gifting-section{flex-direction:column;padding:32px 16px}.gifting-section__img{width:140px;height:140px;font-size:56px}.site-footer__inner{grid-template-columns:1fr;gap:24px}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}.features-grid{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(3,1fr)}.editorial-block__headline{font-size:18px}.compare-section{overflow-x:auto}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:10px}.trust-strip{display:grid;grid-template-columns:1fr 1fr}}html,body{overflow-x:hidden;width:100%;max-width:768px}section,.section{max-width:100%;overflow-x:hidden}.announcement-bar,.ticker-wrap{overflow:hidden;width:100%}.daylo-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;border-top:1px solid #e5e5e5;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #00000014;align-items:center;gap:10px}.daylo-sticky-bar.visible{display:flex}.dsb-product{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.dsb-img{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.dsb-img img{width:100%;height:100%;object-fit:cover}.dsb-name{font-size:11px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.dsb-price{font-size:13px;font-weight:700;color:#5b4fcf}.dsb-actions{display:flex;gap:7px;flex-shrink:0}.dsb-atc-btn{background:#fff;color:#5b4fcf;border:1.5px solid #5b4fcf;padding:10px 14px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.dsb-buy-btn{background:#5b4fcf;color:#fff;border:none;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;text-decoration:none;display:flex;align-items:center}@media(min-width:769px){.daylo-sticky-bar{display:none!important}}.daylo-cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998}.daylo-cart-overlay.open{display:block}.daylo-cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 30px #0000001f}.daylo-cart-drawer.open{transform:translate(0)}.dcd-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.dcd-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#1a1a1a}.dcd-count{background:#5b4fcf;color:#fff;font-size:11px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.dcd-close{background:none;border:none;font-size:18px;color:#888;cursor:pointer;padding:4px;line-height:1}.dcd-free-shipping{background:#e8f4fd;color:#1a6b9a;font-size:12px;font-weight:600;text-align:center;padding:8px;flex-shrink:0}.dcd-body{flex:1;overflow-y:auto;padding:16px 18px}.dcd-item{display:flex;gap:12px;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.dcd-item-img{width:80px;height:80px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.dcd-item-img img{width:100%;height:100%;object-fit:cover}.dcd-item-info{flex:1}.dcd-item-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.dcd-item-price{font-size:15px;font-weight:700;color:#5b4fcf;margin-bottom:10px}.dcd-qty-row{display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:8px;width:fit-content}.dcd-qty-btn{background:none;border:none;width:32px;height:32px;font-size:16px;cursor:pointer;color:#1a1a1a;display:flex;align-items:center;justify-content:center}.dcd-qty-num{font-size:14px;font-weight:600;width:32px;text-align:center;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;height:32px;display:flex;align-items:center;justify-content:center}.dcd-remove{background:none;border:none;font-size:16px;cursor:pointer;color:#bbb;padding:4px;flex-shrink:0}.dcd-upsell{margin-top:4px}.dcd-upsell-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#888;margin-bottom:10px}.dcd-upsell-card{display:flex;align-items:center;gap:10px;border:1.5px dashed #c5bff0;border-radius:12px;padding:12px;background:#f9f7ff}.dcd-upsell-img{width:48px;height:48px;background:#ede9fc;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.dcd-upsell-info{flex:1}.dcd-upsell-name{font-size:13px;font-weight:600;color:#1a1a1a}.dcd-upsell-desc{font-size:11px;color:#888;margin:2px 0}.dcd-upsell-price{font-size:13px;font-weight:700;color:#5b4fcf}.dcd-upsell-add{background:#5b4fcf;color:#fff;border:none;padding:8px 14px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;flex-shrink:0;transition:background .15s}.dcd-upsell-add.added{background:#22b57a}.dcd-footer{padding:14px 18px;border-top:1px solid #f0f0f0;flex-shrink:0;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.dcd-subtotal{display:flex;justify-content:space-between;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.dcd-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#5b4fcf;color:#fff;border:none;padding:16px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;text-decoration:none;letter-spacing:.3px;transition:background .15s;margin-bottom:10px;box-sizing:border-box}.dcd-checkout-btn:hover{background:#4a3eb8}.dcd-checkout-icons{display:flex;gap:4px}.dcd-checkout-icons span{background:#fff3;padding:2px 6px;border-radius:4px;font-size:10px}.dcd-payment-row{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-bottom:8px}.dcd-pay-chip{border:.5px solid #e5e5e5;border-radius:4px;padding:3px 7px;font-size:10px;color:#666;background:#fafafa}.dcd-trustpilot{text-align:center;font-size:11px;color:#999}@media(max-width:768px){.product-gallery__main{width:100vw;margin-left:calc(-1*(100vw - 100%)/2);border-radius:0}.product-gallery__main img,.product-gallery__main video{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.product-gallery__thumbs{padding:0 16px}}@media(max-width:768px){.product-layout{padding:0}.product-gallery{margin:0;padding:0}}@media(max-width:768px){.pdp-wrapper{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;overflow-x:hidden!important}.product-layout{padding:0!important;margin:0!important}.product-gallery{padding:0!important;margin:0!important;width:100%!important}.product-gallery__main{width:100%!important;margin:0!important;padding:0!important;border-radius:0!important}.product-gallery__main img{width:100%!important;height:auto!important;object-fit:contain!important}}@media(max-width:768px){.product-info{padding:0 16px!important;box-sizing:border-box!important;width:100%!important;overflow:hidden!important}.qty-atc-row{display:flex;gap:8px;width:100%!important;box-sizing:border-box!important}.qty-control{flex-shrink:0}.atc-btn{flex:1!important;min-width:0!important;box-sizing:border-box!important}.buy-now-btn{width:100%!important;box-sizing:border-box!important}}html,body{overflow-x:hidden!important;width:100%;max-width:100vw}section,.section,[class*=section]{max-width:100%;overflow-x:hidden}.product-page,.product-gallery,.product-images,.pdp-gallery{overflow:hidden;max-width:100%}img{max-width:100%;height:auto}.announcement-bar,.ticker-wrap,.live-ticker{overflow:hidden;width:100%;max-width:100vw}@media screen and (max-width:768px){body{min-width:100%;position:relative}.product-grid,.features-grid{grid-template-columns:1fr!important;width:100%}.container,.wrapper{padding-left:16px;padding-right:16px;max-width:100%}}@media screen and (max-width:768px){.site-header{width:100%;max-width:100vw}}.delivery-promise-badges{display:flex;flex-direction:column;gap:8px;margin:16px 0 20px}.promise-badge{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#7b6aae14;border-radius:6px;font-size:13px;color:var(--text)}.promise-icon{font-size:16px;line-height:1}.promise-text{font-weight:500;letter-spacing:.01em}@media screen and (max-width:768px){.delivery-promise-badges{margin:12px 0 16px}.promise-badge{padding:10px 14px;font-size:12px}.promise-icon{font-size:18px}}.product-accordions{margin:32px 0;border-top:1px solid #E0E0E0}.accordion-item{border-bottom:1px solid #E0E0E0}.accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-family:inherit;font-size:15px;font-weight:600;color:#1a1a1a;cursor:pointer;text-align:left;transition:color .2s;padding:16px}.accordion-header:hover{color:#7b6aae}.accordion-icon{font-size:24px;font-weight:300;color:#7b6aae;transition:transform .3s ease}.accordion-item.active .accordion-icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item.active .accordion-content{max-height:800px}.accordion-body{padding:0 16px 20px;font-size:14px;line-height:1.7;color:#666}.accordion-body p{margin-bottom:8px}.accordion-body strong{color:#1a1a1a;font-weight:600}.how-it-works-list,.features-list,.shipping-timeline{list-style:none;padding:0;margin:12px 0 0}.how-it-works-list li{margin-bottom:12px;padding-left:24px;position:relative;counter-increment:step-counter}.how-it-works-list li:before{content:counter(step-counter);position:absolute;left:0;top:2px;width:20px;height:20px;background:#7b6aae;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.how-it-works-list{counter-reset:step-counter}.features-list li{margin-bottom:10px;margin-left:16px;margin-right:16px}.shipping-timeline li{margin-bottom:8px}@media screen and (max-width:768px){.pdp-wrapper>div:not(.product-layout):not(.product-gallery){padding-left:16px!important;padding-right:16px!important}.product-info{padding-left:0!important;padding-right:0!important}.editorial-block,.editorial-block__text,.before-after,.features-section{padding-left:16px!important;padding-right:16px!important}.features-grid{padding-left:0!important;padding-right:0!important}.stats-section,.howto-section,.compare-section,.reviews-section{padding-left:16px!important;padding-right:16px!important}.review-cards{padding-left:0!important;padding-right:0!important}.faq-section,.cross-sell-section{padding-left:16px!important;padding-right:16px!important}}.atc-btn,.buy-now-btn{font-size:16px!important;padding:18px 32px!important;font-weight:700!important;letter-spacing:.05em!important;border-radius:8px!important;transition:all .3s ease!important}.atc-btn{background:#7b6aae!important;color:#fff!important;border:none!important}.atc-btn:hover{background:#6a5a9d!important;transform:translateY(-2px);box-shadow:0 4px 12px #7b6aae4d}.buy-now-btn{background:#1a1a1a!important;color:#fff!important;border:none!important;margin-top:12px!important}.buy-now-btn:hover{background:#000!important;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.qty-atc-row{margin-top:20px!important;margin-bottom:0!important}@media screen and (max-width:768px){.atc-btn,.buy-now-btn{font-size:15px!important;padding:16px 24px!important;width:100%!important}.qty-atc-row{margin-top:16px!important}.buy-now-btn{margin-top:10px!important}}@media screen and (max-width:768px){.product-title{font-size:22px!important;line-height:1.2!important;margin-bottom:8px!important}.product-subtitle{font-size:13px!important;line-height:1.4!important;margin-bottom:12px!important}.product-social-proof{margin-bottom:12px!important;font-size:11px!important}.product-price-row{margin-bottom:8px!important}.delivery-promise-badges{margin:8px 0!important;gap:6px!important}.promise-badge{padding:8px 10px!important;font-size:11px!important}.prepaid-badge{margin-bottom:8px!important;padding:8px 12px!important;font-size:11px!important}.stock-warning{margin-bottom:12px!important;font-size:12px!important}.qty-atc-row{margin-top:12px!important}}@media screen and (max-width:768px){.product-gallery__main img,.product-gallery__main video{object-fit:contain!important}.product-gallery__thumbs{margin-top:8px!important;gap:6px!important}.product-gallery__thumb{width:50px!important;height:50px!important}.product-gallery__thumb img{width:100%!important;height:100%!important}}@media screen and (max-width:768px){.product-gallery{margin:0!important;padding:0!important}.product-gallery__main{margin:0!important;padding:0!important;border-radius:0!important}.product-gallery__main img,.product-gallery__main video{width:100%!important;height:auto!important;aspect-ratio:1!important;object-fit:cover!important;border-radius:0!important}.product-gallery__thumbs{display:flex!important;overflow-x:auto!important;gap:8px!important;margin:0!important;padding:12px 16px!important;background:#fff!important;-webkit-overflow-scrolling:touch!important}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0!important;width:70px!important;height:70px!important;border-radius:8px!important;overflow:hidden!important;border:2px solid transparent!important}.product-gallery__thumb.active{border-color:#7b6aae!important}.product-gallery__thumb img{width:100%!important;height:100%!important;object-fit:cover!important}}.video-showcase-section{padding:0 16px}.howto-section{padding-left:16px;padding-right:16px}.reviews-section,div[style*="margin-top:48px"]>.review-cards{padding-left:16px!important;padding-right:16px!important}.product-accordions,.stats-section,.faq-section,.cross-sell-section{padding-left:16px;padding-right:16px}@media screen and (min-width:769px){.video-showcase-section,.howto-section,.reviews-section,.product-accordions,.stats-section,.faq-section,.cross-sell-section{padding-left:16px;padding-right:16px}}.product-info,#product-form{padding-left:16px!important;padding-right:16px!important}.product-info form{padding-left:0;padding-right:0}.reviews-section{margin-top:48px;padding-left:16px!important;padding-right:16px!important}.review-cards{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.review-card img{height:180px;object-fit:cover}.video-caption p{font-size:18px;line-height:1.6;font-weight:700;color:#6b4ba1;margin:8px 0;text-align:center}.video-container video{width:100%;aspect-ratio:1;object-fit:cover;border-radius:16px}.trust-icon__img svg{width:24px;height:24px;fill:#000}.desktop-only{display:none!important}@media screen and (min-width:769px){.mobile-only{display:none!important}.desktop-only{display:block!important}.video-showcase-section{max-width:1100px;margin:48px auto;padding:0 16px}.video-block{display:flex;align-items:center;gap:48px;margin-bottom:60px}.video-block:nth-child(2n){flex-direction:row-reverse}.video-container{flex:1;max-width:50%}.video-container video{max-height:300px;width:100%;object-fit:cover;border-radius:16px}.video-caption{flex:1;max-width:50%}.video-caption p{font-size:22px;line-height:1.5;font-weight:700;color:#6b4ba1;text-align:left}.pdp-wrapper{max-width:1100px;margin:0 auto;padding:0 16px}.howto-section,.reviews-section,.stats-section,.faq-section,.cross-sell-section{max-width:1100px;margin-left:auto;margin-right:auto}.product-accordions{padding-left:0!important;padding-right:0!important;max-width:1200px;margin:48px auto}.review-cards{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important}.review-card{height:100%;display:flex;flex-direction:column}.review-card img{height:180px;object-fit:cover;flex-shrink:0}.product-layout{grid-template-columns:1fr 1fr;gap:60px}.product-gallery{position:sticky;top:80px;height:fit-content}.trust-icons{grid-template-columns:repeat(3,1fr);margin:24px 0}.hero-section{grid-template-columns:1fr 1fr;gap:60px;padding:80px 24px}.hero-section__img img{max-width:500px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:24px}.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.faq-section,.howto-section{padding:48px 24px}.howto-steps{max-width:800px;margin:24px auto 0}}@media screen and (min-width:769px)and (max-width:1024px){.review-cards{grid-template-columns:repeat(3,1fr)!important}.video-block{gap:32px}.video-caption p{font-size:18px}}@media screen and (min-width:1200px){.pdp-wrapper,.howto-section,.reviews-section,.stats-section,.faq-section,.product-accordions{max-width:1200px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/daylo.css.map */
