:root{--tc-blush:#E6CAC3;--tc-blush-mid:#c9a89f;--tc-blush-dark:#8a5f58;--tc-blush-text:#4a2f2a;--tc-blush-light:#f5ede9;--tc-dark:#1a1210;--tc-text:#2a1a16;--tc-text-muted:#7a6560;--tc-text-light:#b0a09a;--tc-bg:#fdfaf9;--tc-bg2:#f7f0ed;--tc-border:rgba(138,95,88,.15);--tc-wa-green:#25D366;--tc-font-head:"Quicksand",sans-serif;--tc-font-body:"Quicksand",sans-serif;--tc-radius:14px;--tc-radius-sm:8px;--tc-radius-pill:100px}.tanaras-configurator{font-family:var(--tc-font-body);background:var(--tc-bg);color:var(--tc-text);max-width:430px;margin:0 auto;overflow-x:hidden;padding-bottom:90px}@media(min-width:768px){.tanaras-configurator{max-width:100%;padding-bottom:0}}.tc-nav{display:none}.tc-stepper-wrap{padding:16px 18px 12px}.tc-stepper-eyebrow{font-family:var(--tc-font-head);font-size:11px;font-weight:600;color:var(--tc-text-light);text-align:center;margin-bottom:14px;letter-spacing:.02em}.tc-stepper{display:flex;align-items:center;padding:0 4px}.tc-st-item{display:flex;align-items:center;flex:1}.tc-st-item.tc-st-last{flex:0 0 auto}.tc-st-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--tc-font-head);font-size:13px;font-weight:700;transition:all .25s ease;flex-shrink:0;border:1.5px solid var(--tc-border);background:#fff;color:var(--tc-text-light);position:relative;z-index:1}.tc-st-circle.done{background:var(--tc-blush-dark);color:#fff;border-color:var(--tc-blush-dark);cursor:pointer}.tc-st-circle.done:hover{transform:scale(1.12);background:#6a4a3a}.tc-st-circle.active{background:var(--tc-blush);color:var(--tc-blush-text);border-color:var(--tc-blush-mid);box-shadow:0 0 0 3px #e6cac366}.tc-st-check{display:none}.tc-st-circle.done .tc-st-check{display:block}.tc-st-circle.done .tc-st-num{display:none}.tc-st-line{flex:1;height:2px;background:var(--tc-border);margin:0 -1px;position:relative;z-index:0;transition:background .4s ease}.tc-st-line.done{background:var(--tc-blush-dark)}.tc-stepper-labels{display:flex;justify-content:space-between;padding:6px 4px 0}.tc-st-lbl{font-family:var(--tc-font-head);font-size:11px;color:var(--tc-text-light);text-align:center;width:32px;transition:color .25s ease}.tc-st-lbl.done{color:var(--tc-blush-dark);cursor:pointer}.tc-st-lbl.active{color:var(--tc-text);font-weight:700}.tc-hero{height:280px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background .5s ease;background:var(--tc-blush-light);border-radius:16px;margin:10px 16px}.tc-hero-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;transition:opacity .3s ease;border-radius:16px}.tc-hair-display{display:flex;gap:10px;align-items:flex-end;transition:all .5s ease}.tc-hair-strand{border-radius:40px;box-shadow:3px 0 18px #0000001f;position:relative;transition:all .5s ease}.tc-hair-shine{position:absolute;width:7px;background:#ffffff59;border-radius:4px;left:12px;top:14px;transform:rotate(-5deg);transition:height .5s ease}.tc-hero-badge{position:absolute;top:12px;left:12px;font-family:var(--tc-font-head);font-size:9px;font-weight:700;padding:5px 12px;border-radius:var(--tc-radius-pill);background:var(--tc-dark);color:#fff;letter-spacing:.04em;z-index:2}.tc-hero-price{position:absolute;bottom:16px;right:16px;font-family:var(--tc-font-head);font-size:22px;font-weight:800;color:var(--tc-blush-text);background:#ffffffd9;padding:6px 14px;border-radius:var(--tc-radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.tc-trust-row{display:flex;gap:0;padding:12px 18px;background:#fff;overflow-x:auto;scrollbar-width:none;border-bottom:.5px solid var(--tc-border)}.tc-trust-row::-webkit-scrollbar{display:none}.tc-trust-item{flex-shrink:0;padding-right:14px;margin-right:14px;display:flex;align-items:center;gap:6px;border-right:.5px solid var(--tc-border)}.tc-trust-item:last-child{border-right:none;margin-right:0;padding-right:0}.tc-trust-dot{width:6px;height:6px;border-radius:50%;background:var(--tc-blush-dark)}.tc-trust-text{font-family:var(--tc-font-head);font-size:9px;font-weight:700;color:var(--tc-text);letter-spacing:.04em;white-space:nowrap}.tc-step-container{padding:0 18px}.tc-step{display:none;animation:tcFadeUp .35s ease both}.tc-step.active{display:block}@keyframes tcFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tc-step-header{padding:20px 0 4px}.tc-step-number{font-family:var(--tc-font-head);font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--tc-blush-dark);text-transform:uppercase;margin-bottom:4px}.tc-step-title{font-family:var(--tc-font-head);font-size:22px;font-weight:800;color:var(--tc-text);line-height:1.15;margin-bottom:4px}.tc-step-sub{font-size:13px;color:var(--tc-text-muted);line-height:1.55;margin-bottom:16px}.tc-ht-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.tc-ht-card{padding:16px 14px;border-radius:12px;border:1.5px solid var(--tc-border);background:#fff;cursor:pointer;text-align:center;transition:all .2s ease}.tc-ht-card:active{transform:scale(.97)}.tc-ht-card.selected{border-color:var(--tc-blush-dark);background:var(--tc-blush-light);box-shadow:0 0 0 1px var(--tc-blush-dark)}.tc-ht-card-icon{width:40px;height:40px;border-radius:50%;margin:0 auto 8px;display:flex;align-items:center;justify-content:center}.tc-ht-card-icon svg{width:22px;height:22px}.tc-ht-card-title{font-family:var(--tc-font-head);font-size:13px;font-weight:700;color:var(--tc-text);margin-bottom:2px}.tc-ht-card-sub{font-size:10px;color:var(--tc-text-muted);line-height:1.4}.tc-ht-card-product{font-family:var(--tc-font-head);font-size:10px;font-weight:700;color:var(--tc-blush-dark);margin-top:6px}.tc-color-filter-row{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;margin-bottom:14px;padding-bottom:2px}.tc-color-filter-row::-webkit-scrollbar{display:none}.tc-cf-btn{flex-shrink:0;padding:7px 14px;border-radius:var(--tc-radius-pill);border:1.5px solid var(--tc-border);background:#fff;font-family:var(--tc-font-head);font-size:10px;font-weight:600;color:var(--tc-text-muted);cursor:pointer;transition:all .15s;letter-spacing:.02em;white-space:nowrap}.tc-cf-btn.active{background:var(--tc-blush-dark);color:#fff;border-color:var(--tc-blush-dark)}.tc-color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.tc-color-swatch{border-radius:10px;cursor:pointer;position:relative;border:2px solid transparent;transition:all .2s ease;overflow:hidden;display:flex;flex-direction:column}.tc-color-swatch:active{transform:scale(.94)}.tc-color-swatch.selected{border-color:var(--tc-blush-dark);box-shadow:0 0 0 2px var(--tc-blush-dark)}.tc-color-swatch-inner{aspect-ratio:1;border-radius:8px 8px 0 0;display:flex;align-items:flex-end;position:relative;overflow:hidden}.tc-color-swatch-bar{padding:6px 8px;background:#fff;text-align:center}.tc-color-swatch-name{font-family:var(--tc-font-head);font-size:10px;font-weight:700;color:var(--tc-text);line-height:1.2}.tc-color-swatch-img{position:relative;overflow:hidden}.tc-color-swatch-img img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.tc-color-swatch .tc-check{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:var(--tc-blush-dark);display:none;align-items:center;justify-content:center;z-index:2}.tc-color-swatch.selected .tc-check{display:flex}.tc-color-swatch .tc-check svg{width:10px;height:10px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.tc-color-detail{display:none;background:#fff;border-radius:12px;border:.5px solid var(--tc-border);padding:14px;margin-bottom:16px;animation:tcFadeUp .25s ease both}.tc-color-detail.show{display:block}.tc-cd-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.tc-cd-swatch{width:44px;height:44px;border-radius:10px;flex-shrink:0}.tc-cd-name{font-family:var(--tc-font-head);font-size:15px;font-weight:700;color:var(--tc-text)}.tc-cd-desc{font-size:11px;color:var(--tc-text-muted);margin-top:1px}.tc-cd-cat{font-family:var(--tc-font-head);font-size:9px;font-weight:600;letter-spacing:.08em;color:var(--tc-blush-dark);text-transform:uppercase}.tc-len-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:16px}.tc-len-card{padding:14px 10px;border-radius:12px;border:1.5px solid var(--tc-border);background:#fff;cursor:pointer;text-align:center;transition:all .2s ease;position:relative}.tc-len-card:active{transform:scale(.97)}.tc-len-card.selected{border-color:var(--tc-blush-dark);background:var(--tc-blush-light);box-shadow:0 0 0 1px var(--tc-blush-dark)}.tc-len-card-cm{font-family:var(--tc-font-head);font-size:20px;font-weight:800;color:var(--tc-text);line-height:1}.tc-len-card-label{font-size:10px;color:var(--tc-text-muted);margin-top:4px}.tc-len-card-badge{position:absolute;top:-6px;right:-4px;font-family:var(--tc-font-head);font-size:7px;font-weight:700;padding:2px 7px;border-radius:var(--tc-radius-pill);background:var(--tc-blush-dark);color:#fff}.tc-amt-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.tc-amt-card{padding:16px 14px;border-radius:12px;border:1.5px solid var(--tc-border);background:#fff;cursor:pointer;transition:all .2s ease}.tc-amt-card:active{transform:scale(.97)}.tc-amt-card.selected{border-color:var(--tc-blush-dark);background:var(--tc-blush-light);box-shadow:0 0 0 1px var(--tc-blush-dark)}.tc-amt-card-title{font-family:var(--tc-font-head);font-size:14px;font-weight:700;color:var(--tc-text);margin-bottom:2px}.tc-amt-card-sub{font-size:10px;color:var(--tc-text-muted);line-height:1.4;margin-bottom:6px}.tc-amt-card-detail{font-family:var(--tc-font-head);font-size:10px;font-weight:600;color:var(--tc-blush-dark)}.tc-extra-divider{height:.5px;background:var(--tc-border);margin:16px 0 12px}.tc-extra-section{display:none;margin-bottom:16px;animation:tcFadeUp .3s ease both}.tc-extra-section.show{display:block}.tc-extra-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-top:4px}.tc-extra-header-icon{font-size:16px;line-height:1}.tc-extra-header-text{font-family:var(--tc-font-head);font-size:13px;font-weight:700;color:var(--tc-text)}.tc-extra-header-sub{font-size:11px;color:var(--tc-text-muted);margin-bottom:12px;line-height:1.5}.tc-extra-grid{display:flex;gap:8px}.tc-extra-card{flex:1;padding:12px;border-radius:12px;border:1.5px solid var(--tc-border);background:#fff;cursor:pointer;transition:all .2s ease;position:relative;text-align:center}.tc-extra-card:active{transform:scale(.97)}.tc-extra-card.selected{border-color:var(--tc-blush-dark);background:var(--tc-blush-light);box-shadow:0 0 0 1px var(--tc-blush-dark)}.tc-extra-card-amount{font-family:var(--tc-font-head);font-size:18px;font-weight:800;color:var(--tc-text);line-height:1}.tc-extra-card-label{font-size:10px;color:var(--tc-text-muted);margin-top:3px;margin-bottom:6px}.tc-extra-card-price{font-family:var(--tc-font-head);font-size:12px;font-weight:700;color:var(--tc-blush-dark)}.tc-extra-card .tc-extra-check{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;background:var(--tc-blush-dark);display:none;align-items:center;justify-content:center}.tc-extra-card.selected .tc-extra-check{display:flex}.tc-extra-card .tc-extra-check svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.tc-extra-card-remove{display:none;font-size:9px;color:var(--tc-blush-dark);margin-top:4px;text-decoration:underline;font-family:var(--tc-font-head);font-weight:600}.tc-extra-card.selected .tc-extra-card-remove{display:block}.tc-extra-pill{display:none;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-radius:var(--tc-radius-sm);border:.5px solid var(--tc-border);margin-top:10px}.tc-extra-pill.show{display:flex}.tc-extra-pill-text{flex:1;font-size:11px;color:var(--tc-text)}.tc-extra-pill-text strong{font-family:var(--tc-font-head);font-weight:700}.tc-extra-pill-remove{font-family:var(--tc-font-head);font-size:10px;font-weight:600;color:var(--tc-blush-dark);cursor:pointer;text-decoration:underline;padding:4px}.tc-sj-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.tc-sj-card{padding:16px;border-radius:12px;border:1.5px solid var(--tc-border);background:#fff;cursor:pointer;transition:all .2s ease;display:flex;gap:14px;align-items:flex-start}.tc-sj-card:active{transform:scale(.97)}.tc-sj-card.selected{border-color:var(--tc-blush-dark);background:var(--tc-blush-light);box-shadow:0 0 0 1px var(--tc-blush-dark)}.tc-sj-card.recommended{border-color:var(--tc-blush-mid)}.tc-sj-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--tc-border);flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tc-sj-card.selected .tc-sj-radio{border-color:var(--tc-blush-dark);background:var(--tc-blush-dark)}.tc-sj-radio-dot{width:8px;height:8px;border-radius:50%;background:#fff;display:none}.tc-sj-card.selected .tc-sj-radio-dot{display:block}.tc-sj-card-title{font-family:var(--tc-font-head);font-size:14px;font-weight:700;color:var(--tc-text);margin-bottom:2px}.tc-sj-card-sub{font-size:11px;color:var(--tc-text-muted);line-height:1.45;margin-bottom:4px}.tc-sj-card-desc{font-size:10px;color:var(--tc-text-muted);margin-bottom:6px}.tc-sj-card-price-row{display:flex;align-items:center;gap:8px}.tc-sj-card-price{font-family:var(--tc-font-head);font-size:16px;font-weight:700;color:var(--tc-blush-dark)}.tc-sj-card-strike{font-family:var(--tc-font-head);font-size:13px;font-weight:600;color:var(--tc-text-light);text-decoration:line-through}.tc-sj-card-saving{font-family:var(--tc-font-head);font-size:10px;font-weight:700;color:#2e7d32;margin-top:4px;padding:3px 10px;background:#edf5ed;border-radius:var(--tc-radius-pill);display:inline-block}.tc-sj-badge{font-family:var(--tc-font-head);font-size:8px;font-weight:700;padding:3px 8px;border-radius:var(--tc-radius-pill);background:var(--tc-blush-dark);color:#fff;display:inline-block;margin-bottom:6px}.tc-info-toggle{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--tc-bg2);border-radius:var(--tc-radius-sm);margin-bottom:12px;cursor:pointer;transition:background .15s}.tc-info-toggle:hover{background:var(--tc-blush-light)}.tc-info-toggle-icon{width:18px;height:18px;border-radius:50%;background:var(--tc-blush);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-info-toggle-icon svg{width:10px;height:10px;stroke:var(--tc-blush-dark);fill:none;stroke-width:2.5}.tc-info-toggle-text{font-size:12px;color:var(--tc-text-muted);line-height:1.4}.tc-info-toggle-text strong{color:var(--tc-text);font-weight:600}.tc-info-expand{display:none;padding:12px 14px;background:#fff;border-radius:var(--tc-radius-sm);border:.5px solid var(--tc-border);margin:-6px 0 14px;font-size:11px;color:var(--tc-text-muted);line-height:1.6;animation:tcFadeUp .2s ease both}.tc-info-expand.open{display:block}.tc-wa-inline{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f0faf2;border-radius:var(--tc-radius-sm);margin-bottom:16px;cursor:pointer;border:.5px solid rgba(37,211,102,.2)}.tc-wa-inline-icon{width:28px;height:28px;border-radius:50%;background:var(--tc-wa-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-wa-inline-icon svg{width:14px;height:14px;fill:#fff}.tc-wa-inline-text{font-size:11px;color:#1a6e30;line-height:1.4}.tc-wa-inline-text strong{font-weight:600}.tc-sp-mini{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border-radius:var(--tc-radius-sm);border:.5px solid var(--tc-border);margin-bottom:12px}.tc-sp-avatars{display:flex;margin-right:4px}.tc-sp-avatar{width:22px;height:22px;border-radius:50%;border:2px solid #fff;margin-left:-6px;display:flex;align-items:center;justify-content:center;font-family:var(--tc-font-head);font-size:7px;font-weight:700;color:#fff}.tc-sp-avatar:first-child{margin-left:0}.tc-sp-text{font-size:10px;color:var(--tc-text-muted);line-height:1.3}.tc-sp-text strong{color:var(--tc-text);font-weight:600}.tc-summary{padding:20px 18px;background:var(--tc-bg2);border-radius:var(--tc-radius) var(--tc-radius) 0 0;margin-top:8px;display:none}.tc-summary.show{display:block}.tc-summary-title{font-family:var(--tc-font-head);font-size:16px;font-weight:800;color:var(--tc-text);margin-bottom:14px}.tc-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:.5px solid var(--tc-border)}.tc-summary-row:last-child{border-bottom:none}.tc-sr-label{font-size:12px;color:var(--tc-text-muted)}.tc-sr-value{font-family:var(--tc-font-head);font-size:12px;font-weight:600;color:var(--tc-text);display:flex;align-items:center;gap:6px}.tc-sr-swatch{width:14px;height:14px;border-radius:4px;flex-shrink:0}.tc-sr-edit{font-size:10px;color:var(--tc-blush-dark);cursor:pointer;text-decoration:underline;margin-left:4px}.tc-btn-primary{display:block;width:100%;background:var(--tc-dark);color:#fff;font-family:var(--tc-font-head);font-size:14px;font-weight:700;padding:15px 28px;border-radius:var(--tc-radius-pill);border:none;cursor:pointer;text-align:center;transition:transform .12s,opacity .12s;letter-spacing:.02em}.tc-btn-primary:active{transform:scale(.97);opacity:.9}.tc-btn-primary:disabled{opacity:.35;cursor:not-allowed;transform:none}.tc-btn-wa-full{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--tc-wa-green);color:#fff;font-family:var(--tc-font-head);font-size:14px;font-weight:700;padding:15px 28px;border-radius:var(--tc-radius-pill);border:none;cursor:pointer;width:100%;margin-top:8px}.tc-stars{display:flex;align-items:center;gap:6px;margin:12px 0}.tc-star{width:12px;height:12px;background:gold;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.tc-stars-label{font-size:11px;color:var(--tc-text-muted)}.tc-sticky{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:430px;background:#ffffffeb;border-top:.5px solid var(--tc-border);padding:10px 18px;display:flex;align-items:center;gap:12px;z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.tc-sticky-info{flex:1;min-width:0}.tc-sticky-price{font-family:var(--tc-font-head);font-size:20px;font-weight:800;color:var(--tc-text)}.tc-sticky-detail{font-size:10px;color:var(--tc-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-sticky-btn{padding:13px 24px;background:var(--tc-dark);color:#fff;font-family:var(--tc-font-head);font-size:12px;font-weight:700;border:none;border-radius:var(--tc-radius-pill);cursor:pointer;white-space:nowrap;transition:transform .12s;flex-shrink:0}.tc-sticky-btn:active{transform:scale(.97)}.tc-sticky-btn:disabled{opacity:.35;cursor:not-allowed}.tc-step-actions{padding:4px 0 20px}@media(min-width:768px){.tanaras-configurator{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;padding-bottom:0}.tc-hero{grid-column:1;grid-row:1/20;height:auto;aspect-ratio:4/5;max-height:80vh;min-height:auto;margin:24px;border-radius:20px;position:sticky;top:24px;align-self:start}.tc-hero-img{border-radius:20px}.tc-hero-price{font-size:28px;padding:10px 20px;bottom:24px;right:24px}.tc-hero-badge{font-size:11px;padding:6px 16px;top:20px;left:20px}.tc-stepper-wrap{grid-column:2;padding:20px 32px 12px}.tc-trust-row{grid-column:2;padding:12px 32px;justify-content:center}.tc-trust-text{font-size:11px}.tc-step-container{grid-column:2;padding:0 32px}.tc-summary{grid-column:2;margin:0;padding:24px 32px;border-radius:0}.tc-sticky{display:flex}.tc-step-title{font-size:28px}.tc-step-sub{font-size:14px}.tc-color-grid{grid-template-columns:repeat(5,1fr);gap:10px}.tc-ht-card{padding:20px 18px}.tc-len-card{padding:18px 14px}.tc-len-card-cm{font-size:24px}.tc-amt-card{padding:20px 18px}.tc-sj-card{padding:20px}.tc-sj-card-price{font-size:18px}}@media(min-width:1024px){.tc-color-grid{grid-template-columns:repeat(6,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/tanaras-pdp-configurator.css.map */
