:root{--samara-purple: #ad9bf0;--samara-purple-dark: #8e7ce0;--samara-purple-light: #f3eeff;--samara-pink: #f6b3b8;--samara-pink-soft: #fdd9dc;--samara-bordo: #b14352;--samara-bordo-dark: #8e2f3d;--samara-text: #1a1a1a;--samara-text-soft: #555;--samara-text-mute: #888;--samara-bg: #ffffff;--samara-bg-soft: #faf8ff;--samara-border: #e8e3f4;--samara-star: #fbbf24;--samara-success: #10b981;--samara-danger: #ef4444;--samara-radius: 14px;--samara-radius-sm: 8px;--samara-radius-lg: 22px;--samara-shadow: 0 4px 14px rgba(80, 60, 140, .08);--samara-shadow-strong: 0 8px 28px rgba(80, 60, 140, .14);--samara-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.samara-wrapper *,.samara-wrapper *:before,.samara-wrapper *:after{box-sizing:border-box}.samara-wrapper{font-family:var(--samara-font);color:var(--samara-text);line-height:1.5;font-size:15px;max-width:480px;margin:0 auto;background:var(--samara-bg);padding-bottom:90px}.samara-wrapper img{max-width:100%;height:auto;display:block}.samara-section{padding:28px 18px}.samara-title-h2{font-size:22px;font-weight:800;text-align:center;margin:0 0 6px;line-height:1.25;color:var(--samara-text)}.samara-title-h3{font-size:17px;font-weight:700;margin:0 0 8px}.samara-subtitle{text-align:center;color:var(--samara-text-soft);font-size:14px;margin:0 0 20px;line-height:1.5}.samara-btn-cart{display:block;width:100%;background:var(--samara-purple);color:#fff;border:none;padding:16px;font-size:15px;font-weight:700;letter-spacing:.5px;border-radius:var(--samara-radius);cursor:pointer;text-transform:uppercase;transition:background .2s,transform .1s;font-family:inherit}.samara-btn-cart:hover{background:var(--samara-purple-dark)}.samara-btn-cart:active{transform:scale(.98)}.samara-btn-cart:disabled{opacity:.65;cursor:not-allowed}.samara-stars{display:inline-flex;gap:2px;color:var(--samara-star);font-size:14px}.samara-stars svg{width:14px;height:14px;fill:currentColor}.samara-announcement{background:#0b0b0b;color:#fff;text-align:center;font-size:12px;font-weight:700;padding:9px 12px;letter-spacing:.3px}.samara-announcement .spark{color:#ffb800}.samara-header{display:grid;grid-template-columns:32px 1fr 32px 32px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--samara-border);gap:6px;background:#fff;position:sticky;top:0;z-index:10}.samara-header .menu,.samara-header .icon{background:none;border:none;padding:4px;color:var(--samara-text);cursor:pointer}.samara-header .menu svg,.samara-header .icon svg{width:22px;height:22px}.samara-header .brand{text-align:center;font-weight:800;font-size:17px;letter-spacing:.3px}.samara-gallery{padding:12px 0 0}.samara-gallery-main{background:linear-gradient(180deg,#fce4eb,#fcd0db);aspect-ratio:1/1;overflow:hidden;position:relative}.samara-gallery-main .slide{width:100%;height:100%;display:none;align-items:center;justify-content:center}.samara-gallery-main .slide.is-active{display:flex}.samara-gallery-main img{width:100%;height:100%;object-fit:cover}.samara-gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:72px;gap:8px;overflow-x:auto;padding:10px 16px 4px;scrollbar-width:none}.samara-gallery-thumbs::-webkit-scrollbar{display:none}.samara-gallery-thumbs button{width:72px;height:72px;border:2px solid transparent;border-radius:var(--samara-radius-sm);overflow:hidden;padding:0;cursor:pointer;background:#f5f3fa}.samara-gallery-thumbs button.is-active{border-color:var(--samara-purple)}.samara-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.samara-product-info{padding:18px 18px 8px}.samara-product-info h1{font-size:24px;font-weight:800;margin:0 0 8px;letter-spacing:-.2px}.samara-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;color:var(--samara-text-soft)}.samara-rating-row strong{color:var(--samara-text)}.samara-bullets{margin:14px 0 0;padding:0;list-style:none}.samara-bullets li{font-size:14px;color:var(--samara-text-soft);padding:4px 0;line-height:1.5}.samara-bullets li:before{content:"\2728  "}.samara-bundles{padding:8px 18px 0;display:flex;flex-direction:column;gap:12px;margin-top:14px}.samara-bundle{position:relative;display:grid;grid-template-columns:78px 1fr auto;align-items:center;gap:12px;padding:14px 14px 14px 12px;border:1.5px solid var(--samara-border);border-radius:var(--samara-radius);background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.samara-bundle.is-selected{border-color:var(--samara-text);background:var(--samara-bg-soft)}.samara-bundle input[type=radio]{position:absolute;opacity:0;pointer-events:none}.samara-bundle .b-img{width:78px;height:78px;border-radius:var(--samara-radius-sm);background:linear-gradient(135deg,#fce4eb,#f8d5e0);display:flex;align-items:center;justify-content:center;overflow:hidden}.samara-bundle .b-img img{width:100%;height:100%;object-fit:cover}.samara-bundle .b-info .b-title{font-weight:800;font-size:15px;line-height:1.25}.samara-bundle .b-info .b-sub{display:inline-block;margin-top:6px;background:var(--samara-purple-light);color:var(--samara-purple-dark);font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}.samara-bundle .b-price{text-align:right}.samara-bundle .b-price .now{font-weight:800;font-size:15px;color:var(--samara-purple-dark)}.samara-bundle .b-price .old{display:block;font-size:12px;color:var(--samara-text-mute);text-decoration:line-through;margin-top:2px}.samara-bundle .b-badge{position:absolute;top:-10px;right:12px;background:var(--samara-bordo);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:6px;letter-spacing:.3px}.samara-cta-block{padding:16px 18px 4px}.samara-shipping{margin-top:12px;font-size:13px;color:var(--samara-text-soft);text-align:center;line-height:1.55}.samara-shipping strong{color:var(--samara-text)}.samara-guarantee{margin:14px auto 0;background:#e9f1ff;color:#2849a1;padding:8px 16px;border-radius:999px;font-size:12px;font-weight:700;text-align:center;display:inline-block;width:auto}.samara-guarantee-wrap{text-align:center}.samara-faq-small{padding:6px 18px 0}.samara-faq-small details{border-bottom:1px solid var(--samara-border);padding:14px 0}.samara-faq-small details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:14px;cursor:pointer}.samara-faq-small details summary::-webkit-details-marker{display:none}.samara-faq-small details summary:after{content:"\203a";transform:rotate(90deg);font-size:22px;color:var(--samara-text-mute);transition:transform .2s;margin-left:8px}.samara-faq-small details[open] summary:after{transform:rotate(-90deg)}.samara-faq-small details .ans{padding-top:10px;font-size:13px;color:var(--samara-text-soft);line-height:1.55}.samara-faq-small .icon-q{width:18px;height:18px;flex-shrink:0;margin-right:8px;color:var(--samara-purple-dark)}.samara-promise{padding:32px 22px;text-align:center}.samara-promise .block{margin-bottom:28px}.samara-promise .block:last-child{margin-bottom:0}.samara-promise p{font-size:14px;color:var(--samara-text-soft);line-height:1.6;margin:8px 0 0}.samara-promise .feature{margin-top:22px}.samara-promise .feature .icon-emoji{font-size:28px;display:block;margin:0 auto 8px}.samara-promise .feature h4{font-size:15px;font-weight:700;margin:0 0 6px}.samara-promise .feature p{margin:0;font-size:13px}.samara-promise .promise-img{margin-top:22px;border-radius:var(--samara-radius);overflow:hidden}.samara-ingredients{padding:30px 18px}.samara-ingredients h2{margin-bottom:18px}.samara-ing-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:6px;scrollbar-width:none}.samara-ing-track::-webkit-scrollbar{display:none}.samara-ing-card{flex:0 0 100%;scroll-snap-align:center;background:#fff;border-radius:var(--samara-radius);overflow:hidden}.samara-ing-card .img{background:#ededed;aspect-ratio:4/3;overflow:hidden}.samara-ing-card .img img{width:100%;height:100%;object-fit:cover}.samara-ing-card .body{padding:14px 12px 8px;text-align:center}.samara-ing-card h4{margin:0 0 8px;font-size:17px;font-weight:800}.samara-ing-card p{margin:0;font-size:13px;color:var(--samara-text-soft);line-height:1.55}.samara-carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:14px;align-items:center}.samara-carousel-dots .dot{width:6px;height:6px;border-radius:50%;background:#d8d2ea;border:none;padding:0;cursor:pointer}.samara-carousel-dots .dot.is-active{background:var(--samara-purple-dark);width:8px;height:8px}.samara-carousel-dots .nav{background:none;border:none;color:var(--samara-text-mute);font-size:18px;padding:0 6px;cursor:pointer}.samara-compare{padding:30px 18px;background:#fff}.samara-compare h2{margin-bottom:8px}.samara-compare .desc{font-size:13px;text-align:center;color:var(--samara-text-soft);margin:0 auto 18px;max-width:320px;line-height:1.55}.samara-compare table{width:100%;border-collapse:separate;border-spacing:0 6px}.samara-compare thead th{font-size:12px;font-weight:700;color:var(--samara-text);padding:6px 4px;text-align:center}.samara-compare thead .col-product img{width:32px;margin:0 auto}.samara-compare tbody td{background:var(--samara-purple);color:#fff;font-size:13px;font-weight:600;text-align:center;padding:12px 6px;line-height:1.35}.samara-compare tbody td:first-child{border-radius:var(--samara-radius-sm) 0 0 var(--samara-radius-sm)}.samara-compare tbody td:last-child{border-radius:0 var(--samara-radius-sm) var(--samara-radius-sm) 0}.samara-compare tbody td.cell-icon{background:#fff;width:44px}.samara-compare .check{color:var(--samara-success);font-size:18px;font-weight:800}.samara-compare .cross{color:var(--samara-text-mute);font-size:18px}.samara-uses{padding:30px 18px}.samara-uses h2{margin-bottom:14px}.samara-uses .tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:10px 0 14px}.samara-uses .tags span{background:var(--samara-pink);color:#fff;font-size:12px;font-weight:700;padding:7px 14px;border-radius:999px}.samara-uses .lead{text-align:center;font-size:13px;color:var(--samara-text-soft);line-height:1.55;margin:0 0 16px}.samara-uses .uses-imgs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:28px}.samara-uses .uses-imgs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--samara-radius-sm)}.samara-timeline{margin-top:24px}.samara-timeline .step{text-align:center;padding:12px 0}.samara-timeline .step h4{margin:0 0 6px;font-size:14px;font-weight:700}.samara-timeline .step p{margin:0;font-size:13px;color:var(--samara-text-soft);line-height:1.55;padding:0 8px}.samara-ba{padding:24px 18px 30px;background:#fff}.samara-ba .features-mini{display:flex;flex-direction:column;gap:22px;margin-bottom:24px}.samara-ba .features-mini .feature{text-align:center}.samara-ba .features-mini .feature .icon-emoji{font-size:26px}.samara-ba .features-mini .feature h4{margin:6px 0 4px;font-size:15px}.samara-ba .features-mini .feature p{margin:0;font-size:13px;color:var(--samara-text-soft);line-height:1.55;padding:0 6px}.samara-ba .rating-line{text-align:center;font-size:13px;color:var(--samara-text-soft);margin-bottom:4px}.samara-ba .rating-line .samara-stars{vertical-align:middle}.samara-ba h2{margin:8px 0}.samara-ba .ba-card{background:#fff;border-radius:var(--samara-radius);overflow:hidden;border:1px solid var(--samara-border)}.samara-ba .ba-img{position:relative}.samara-ba .ba-img img{width:100%;aspect-ratio:1/1;object-fit:cover}.samara-ba .ba-img .badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--samara-bordo);color:#fff;padding:6px 14px;border-radius:999px;font-size:11px;font-weight:700;text-align:center;white-space:nowrap}.samara-ba .ba-img .badge .stars{display:block;color:var(--samara-star);font-size:12px;margin-bottom:2px}.samara-ba .ba-img .labels{position:absolute;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr}.samara-ba .ba-img .labels span{background:var(--samara-bordo);color:#fff;font-size:11px;font-weight:800;letter-spacing:1.5px;text-align:center;padding:8px 0}.samara-ba .ba-img .labels span:last-child{background:var(--samara-bordo-dark)}.samara-ba .ba-quote{position:absolute;bottom:-14px;right:12px;width:30px;height:30px;border-radius:50%;background:var(--samara-purple-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.samara-ba .ba-body{padding:22px 16px 16px;text-align:center}.samara-ba .ba-body p{margin:6px 0 10px;font-size:13px;color:var(--samara-text-soft);line-height:1.55}.samara-ba .ba-body .who{font-size:12px;font-weight:700}.samara-ba .ba-body .who span{font-weight:400;color:var(--samara-text-soft);margin-left:4px}.samara-experts{padding:30px 18px;background:var(--samara-purple-light);background-image:radial-gradient(rgba(173,155,240,.18) 1px,transparent 1px);background-size:12px 12px}.samara-experts .kicker{font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;text-align:center;color:var(--samara-text-soft);margin-bottom:8px}.samara-experts h2{margin-bottom:18px}.samara-experts .expert-img{border-radius:var(--samara-radius);overflow:hidden;margin-bottom:16px}.samara-experts details{background:#fff;border-radius:var(--samara-radius-sm);margin-bottom:8px;padding:14px}.samara-experts details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;cursor:pointer;gap:8px}.samara-experts details summary::-webkit-details-marker{display:none}.samara-experts details summary:after{content:"\203a";transform:rotate(90deg);font-size:18px;color:var(--samara-text-mute);transition:transform .2s}.samara-experts details[open] summary:after{transform:rotate(-90deg)}.samara-experts details .q-icon{width:18px;height:18px;border:1.5px solid var(--samara-text-mute);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--samara-text-mute);flex-shrink:0}.samara-experts details .ans{padding-top:10px;font-size:13px;color:var(--samara-text-soft);line-height:1.55}.samara-reviews{padding:26px 18px}.samara-reviews .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.samara-reviews .head .left{display:flex;align-items:center;gap:8px}.samara-reviews .head .count{font-size:14px;font-weight:700}.samara-reviews .head .filter-btn{width:36px;height:36px;border:1px solid var(--samara-border);background:#fff;border-radius:var(--samara-radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer}.samara-reviews .write{width:100%;padding:12px;text-align:center;font-size:14px;border:1px solid var(--samara-border);background:#fff;border-radius:var(--samara-radius-sm);margin-bottom:16px;cursor:pointer;font-family:inherit}.samara-reviews-grid{columns:2;column-gap:10px}.samara-reviews-grid .review{break-inside:avoid;border:1px solid var(--samara-border);border-radius:var(--samara-radius-sm);padding:12px;margin-bottom:10px;display:inline-block;width:100%}.samara-reviews-grid .review.with-img{padding:0;overflow:hidden}.samara-reviews-grid .review.with-img img{width:100%;aspect-ratio:3/4;object-fit:cover}.samara-reviews-grid .review.with-img .body{padding:10px 12px 12px}.samara-reviews-grid .review .name{font-weight:800;font-size:14px;margin:0 0 2px}.samara-reviews-grid .review .date{font-size:11px;color:var(--samara-text-mute);margin:0 0 6px}.samara-reviews-grid .review .text{font-size:12.5px;color:var(--samara-text);line-height:1.5;margin:6px 0 0}.samara-reviews-grid .review .samara-stars{font-size:12px}.samara-reviews-grid .review .samara-stars svg{width:12px;height:12px}.samara-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;padding:10px 14px;background:#fff;border-top:1px solid var(--samara-border);box-shadow:0 -4px 16px #0000000d}.samara-sticky-cta .samara-btn-cart{padding:14px;font-size:14px}.samara-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%) translateY(20px);background:#1a1a1a;color:#fff;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;white-space:nowrap}.samara-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.samara-footer{background:var(--samara-purple);color:#fff;padding:32px 22px 22px}.samara-footer h3{font-size:17px;font-weight:800;margin:0 0 14px;border-bottom:none}.samara-footer h3:not(:first-child){margin-top:24px}.samara-footer .brand-name{font-size:14px;font-weight:800;margin-bottom:10px}.samara-footer p,.samara-footer a{font-size:13px;color:#fff;opacity:.95;text-decoration:none;display:block;margin:6px 0;line-height:1.55}.samara-footer a:hover{opacity:.75}.samara-footer .contact-line{display:flex;align-items:flex-start;gap:6px}.samara-footer .pay{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:24px;padding-top:0}.samara-footer .pay span{background:#fff;color:var(--samara-text);font-size:10px;font-weight:800;padding:6px 10px;border-radius:4px;display:inline-block}.samara-footer .copyright{font-size:11px;text-align:center;margin-top:20px;opacity:.8}.samara-bundle--shipfree{padding-top:18px}.samara-bundle .b-ribbon{position:absolute;top:-10px;left:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:10.5px;font-weight:800;padding:5px 11px 5px 9px;border-radius:6px;letter-spacing:.4px;box-shadow:0 3px 10px #10b98159;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;z-index:2}.samara-bundle .b-sub--ship{background:#d1fae5!important;color:#065f46!important;display:inline-flex;align-items:center;gap:4px}.samara-upsell{margin:22px 18px 0;border:2px dashed #d83a4a;border-radius:var(--samara-radius);background:#fff;overflow:hidden;position:relative}.samara-upsell-header{padding:10px 14px 4px;font-size:12.5px;font-weight:800;color:#d83a4a;letter-spacing:.4px;display:flex;align-items:center;gap:6px}.samara-upsell-header .flag{font-size:14px}.samara-upsell-item{display:grid;grid-template-columns:26px 72px 1fr;gap:12px;align-items:center;padding:8px 14px 14px;cursor:pointer;-webkit-user-select:none;user-select:none}.samara-upsell-item .upsell-input{position:absolute;opacity:0;pointer-events:none}.samara-upsell-item .custom-check{width:22px;height:22px;border:1.8px solid #ccc;border-radius:4px;background:#fff;position:relative;flex-shrink:0;transition:all .15s ease}.samara-upsell-item .upsell-input:checked~.custom-check{background:#d83a4a;border-color:#d83a4a}.samara-upsell-item .upsell-input:checked~.custom-check:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:800;line-height:1}.samara-upsell-item .u-img{width:72px;height:72px;border-radius:var(--samara-radius-sm);background:#faf6ec;overflow:hidden;display:flex;align-items:center;justify-content:center}.samara-upsell-item .u-img img{width:100%;height:100%;object-fit:contain}.samara-upsell-item .u-info{min-width:0}.samara-upsell-item .u-name{font-weight:700;font-size:13px;line-height:1.3;margin-bottom:4px;color:var(--samara-text)}.samara-upsell-item .u-desc{font-size:12px;color:var(--samara-text-soft);line-height:1.4;margin-bottom:6px}.samara-upsell-item .u-desc p{margin:0}.samara-upsell-item .u-price .old{font-size:12px;color:var(--samara-text-mute);text-decoration:line-through;margin-right:6px}.samara-upsell-item .u-price .new{font-weight:800;font-size:14px;color:#d83a4a}@media(min-width:768px){.samara-wrapper{box-shadow:0 0 60px #0000000f}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/samara-product.css.map */
