.tier-bar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:12px 0;padding:14px 16px}.tier-bar-header{margin-bottom:12px}.tier-bar-header .tier-bar-title{color:var(--store-primary);font-size:13px;font-weight:600}.tier-bar-steps{align-items:flex-start;display:flex;overflow-x:auto;padding-bottom:4px;position:relative;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.tier-bar-steps::-webkit-scrollbar{display:none}.tier-step{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 0 88px;flex-direction:column;min-width:88px;padding:4px;position:relative;scroll-snap-align:start;transition:background .15s}.tier-step:hover{background:#f1f5f9}.tier-step .step-connector{background:#cbd5e1;height:2px;position:absolute;right:50%;top:12px;width:100%;z-index:0}.tier-step:first-child .step-connector{display:none}.tier-step.active .step-connector,.tier-step.passed .step-connector{background:var(--store-primary)}.tier-step .step-dot{background:#fff;border:3px solid #cbd5e1;border-radius:50%;height:16px;transition:all .15s;width:16px;z-index:1}.tier-step.active .step-dot,.tier-step.passed .step-dot{background:var(--store-primary);border-color:var(--store-primary)}.tier-step.active .step-dot{box-shadow:0 0 0 4px color-mix(in srgb,var(--store-primary) 20%,transparent);transform:scale(1.1)}.tier-step .step-info{align-items:center;display:flex;flex-direction:column;margin-top:8px;text-align:center}.tier-step .step-qty{color:#1e293b;font-size:13px;font-weight:700}.tier-step .step-price{color:#475569;font-size:12px;font-weight:600;margin-top:2px}.tier-step .step-each{background:color-mix(in srgb,var(--store-primary) 10%,#fff);border-radius:10px;font-size:10px;font-weight:600;margin-top:4px;padding:2px 6px}.tier-step .step-each,.tier-step.active .step-price,.tier-step.active .step-qty{color:var(--store-primary)}.tier-step.active .step-each{background:var(--store-primary);color:#fff}.tier-bar-summary{align-items:center;background:#fff;border-radius:6px;display:flex;justify-content:space-between;margin-top:12px;padding:8px 12px}.tier-bar-summary .summary-calc{color:#374151;font-size:13px}.tier-bar-summary .summary-calc strong{color:#111827;font-weight:700}@media(max-width:400px){.tier-step{min-width:76px}.tier-step .step-qty{font-size:11px}.tier-step .step-price{font-size:10px}.tier-step .step-each{font-size:9px;padding:1px 4px}}.modern-description-container{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1rem;padding:24px}.modern-description-container .modern-description-content{color:#374151;font-size:15px;font-weight:400;line-height:1.7}.modern-description-container .modern-description-content p{line-height:1.7;margin-bottom:16px}.modern-description-container .modern-description-content p:last-child{margin-bottom:0}.modern-description-container .modern-description-content ol,.modern-description-container .modern-description-content ul{list-style:none;margin:16px 0;padding-left:0}.modern-description-container .modern-description-content ol li,.modern-description-container .modern-description-content ul li{line-height:1.6;margin-bottom:8px;padding:8px 0 8px 28px;position:relative}.modern-description-container .modern-description-content ol li:before,.modern-description-container .modern-description-content ul li:before{color:#059669;content:"•";font-size:18px;font-weight:700;left:0;line-height:1;position:absolute;top:8px}.modern-description-container .modern-description-content ol li:last-child,.modern-description-container .modern-description-content ul li:last-child{margin-bottom:0}.modern-description-container .modern-description-content ol{counter-reset:list-counter}.modern-description-container .modern-description-content ol li{counter-increment:list-counter}.modern-description-container .modern-description-content ol li:before{color:#059669;content:counter(list-counter) ".";font-size:14px;font-weight:600;top:8px}.modern-description-container .modern-description-content h1,.modern-description-container .modern-description-content h2,.modern-description-container .modern-description-content h3,.modern-description-container .modern-description-content h4,.modern-description-container .modern-description-content h5,.modern-description-container .modern-description-content h6{color:#1f2937;font-weight:600;line-height:1.4;margin:24px 0 12px}.modern-description-container .modern-description-content h1:first-child,.modern-description-container .modern-description-content h2:first-child,.modern-description-container .modern-description-content h3:first-child,.modern-description-container .modern-description-content h4:first-child,.modern-description-container .modern-description-content h5:first-child,.modern-description-container .modern-description-content h6:first-child{margin-top:0}.modern-description-container .modern-description-content h1{font-size:24px}.modern-description-container .modern-description-content h2{font-size:20px}.modern-description-container .modern-description-content h3{font-size:18px}.modern-description-container .modern-description-content h4{font-size:16px}.modern-description-container .modern-description-content h5{font-size:15px}.modern-description-container .modern-description-content h6{font-size:14px}.modern-description-container .modern-description-content a{color:#059669;font-weight:500;text-decoration:none;transition:color .2s ease}.modern-description-container .modern-description-content a:hover{color:#047857;text-decoration:underline}.modern-description-container .modern-description-content b,.modern-description-container .modern-description-content strong{color:#1f2937;font-weight:600}.modern-description-container .modern-description-content em,.modern-description-container .modern-description-content i{color:#4b5563;font-style:italic}.modern-description-container .modern-description-content code{background:#f3f4f6;border-radius:4px;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;padding:2px 6px}.modern-description-container .modern-description-content blockquote{background:#f0fdf4;border-left:4px solid #059669;border-radius:0 8px 8px 0;color:#065f46;font-style:italic;margin:20px 0;padding:16px 20px}.modern-description-container .modern-description-content table{border-collapse:collapse;margin:20px 0;width:100%}.modern-description-container .modern-description-content table td,.modern-description-container .modern-description-content table th{border-bottom:1px solid rgba(0,0,0,.1);padding:12px;text-align:left}.modern-description-container .modern-description-content table th{background:#f9fafb;color:#374151;font-weight:600}.modern-description-container .modern-description-content img{border-radius:8px;height:auto;margin:16px 0;max-width:100%}@media(max-width:768px){.modern-description-container{border-radius:8px;padding:20px}.modern-description-container .modern-description-content{font-size:14px}.modern-description-container .modern-description-content h1{font-size:20px}.modern-description-container .modern-description-content h2{font-size:18px}.modern-description-container .modern-description-content h3{font-size:16px}.modern-description-container .modern-description-content h4{font-size:15px}.modern-description-container .modern-description-content h5{font-size:14px}.modern-description-container .modern-description-content h6{font-size:13px}.modern-description-container .modern-description-content ol li,.modern-description-container .modern-description-content ul li{padding:6px 0 6px 24px}.modern-description-container .modern-description-content ol li:before,.modern-description-container .modern-description-content ul li:before{font-size:16px}.modern-description-container .modern-description-content blockquote{margin:16px 0;padding:12px 16px}.modern-description-container .modern-description-content table{font-size:13px}.modern-description-container .modern-description-content table td,.modern-description-container .modern-description-content table th{padding:8px}}@media(max-width:480px){.modern-description-container{padding:16px}.modern-description-container .modern-description-content{font-size:13px;line-height:1.6}.modern-description-container .modern-description-content p{margin-bottom:12px}.modern-description-container .modern-description-content ol,.modern-description-container .modern-description-content ul{margin:12px 0}.modern-description-container .modern-description-content ol li,.modern-description-container .modern-description-content ul li{margin-bottom:6px;padding:4px 0 4px 20px}.modern-description-container .modern-description-content ol li:before,.modern-description-container .modern-description-content ul li:before{font-size:14px}.modern-description-container .modern-description-content h1,.modern-description-container .modern-description-content h2,.modern-description-container .modern-description-content h3,.modern-description-container .modern-description-content h4,.modern-description-container .modern-description-content h5,.modern-description-container .modern-description-content h6{margin:16px 0 8px}.modern-description-container .modern-description-content blockquote{margin:12px 0;padding:10px 12px}.modern-description-container .modern-description-content table{font-size:12px}.modern-description-container .modern-description-content table td,.modern-description-container .modern-description-content table th{padding:6px}}.modern-table-container{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1rem;overflow:hidden}.modern-table-container .modern-product-table{border-collapse:collapse;font-family:inherit;width:100%}.modern-table-container .modern-product-table tbody tr{border-bottom:1px solid rgba(0,0,0,.06);transition:background-color .2s ease}.modern-table-container .modern-product-table tbody tr:last-child{border-bottom:none}.modern-table-container .modern-product-table tbody tr:hover{background-color:rgba(0,0,0,.02)}.modern-table-container .modern-product-table tbody tr td,.modern-table-container .modern-product-table tbody tr th{padding:16px 20px;vertical-align:top}.modern-table-container .modern-product-table tbody tr td.table-label,.modern-table-container .modern-product-table tbody tr th.table-label{background-color:rgba(0,0,0,.02);border-right:1px solid rgba(0,0,0,.06);color:#374151;font-family:inherit;font-size:14px;font-weight:600;letter-spacing:.5px;min-width:120px;text-transform:uppercase;width:40%}.modern-table-container .modern-product-table tbody tr td.table-value,.modern-table-container .modern-product-table tbody tr th.table-value{color:#1f2937;font-size:14px;font-weight:400;word-break:break-word}.modern-table-container .modern-product-table tbody tr td.table-value.in-stock,.modern-table-container .modern-product-table tbody tr th.table-value.in-stock{color:#059669;font-weight:500}.modern-table-container .modern-product-table tbody tr td.table-value.out-of-stock,.modern-table-container .modern-product-table tbody tr th.table-value.out-of-stock{color:#dc2626;font-weight:500}.modern-table-container .modern-product-table tbody tr td.table-value .linkable-value,.modern-table-container .modern-product-table tbody tr th.table-value .linkable-value{border-radius:4px;color:#13653f;display:inline-block;font-weight:500;margin:-2px -6px;padding:2px 6px;text-decoration:none;transition:all .2s ease}.modern-table-container .modern-product-table tbody tr td.table-value .linkable-value:hover,.modern-table-container .modern-product-table tbody tr th.table-value .linkable-value:hover{background-color:rgba(5,150,105,.08);color:#047857;text-decoration:none;transform:translateY(-1px)}.modern-table-container .modern-product-table tbody tr td.table-value .linkable-value:active,.modern-table-container .modern-product-table tbody tr th.table-value .linkable-value:active{transform:translateY(0)}.modern-table-container .modern-product-table tbody tr td.table-value .new-product-badge,.modern-table-container .modern-product-table tbody tr th.table-value .new-product-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.modern-table-container .modern-product-table tbody tr td.table-value .discount-badge,.modern-table-container .modern-product-table tbody tr th.table-value .discount-badge{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .discount-amount,.modern-table-container .modern-product-table tbody tr th.table-value .discount-amount{color:#dc2626;font-weight:500;margin-left:4px}.modern-table-container .modern-product-table tbody tr td.table-value .original-price,.modern-table-container .modern-product-table tbody tr th.table-value .original-price{color:#6b7280;font-weight:400;text-decoration:line-through}.modern-table-container .modern-product-table tbody tr td.table-value .seo-score,.modern-table-container .modern-product-table tbody tr th.table-value .seo-score{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .seo-score.good,.modern-table-container .modern-product-table tbody tr th.table-value .seo-score.good{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.modern-table-container .modern-product-table tbody tr td.table-value .seo-score.average,.modern-table-container .modern-product-table tbody tr th.table-value .seo-score.average{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.modern-table-container .modern-product-table tbody tr td.table-value .seo-score.poor,.modern-table-container .modern-product-table tbody tr th.table-value .seo-score.poor{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.modern-table-container .modern-product-table tbody tr td.table-value .virtual-product-badge,.modern-table-container .modern-product-table tbody tr th.table-value .virtual-product-badge{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .customizable-badge,.modern-table-container .modern-product-table tbody tr th.table-value .customizable-badge{background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .customization-count,.modern-table-container .modern-product-table tbody tr th.table-value .customization-count{color:#6b7280;font-size:12px;font-weight:400}.modern-table-container .modern-product-table tbody tr td.table-value .backorder-badge,.modern-table-container .modern-product-table tbody tr th.table-value .backorder-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .on-sale-badge,.modern-table-container .modern-product-table tbody tr th.table-value .on-sale-badge{background:linear-gradient(135deg,#ec4899,#db2777);border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 8px}.modern-table-container .modern-product-table tbody tr td.table-value .variation-info,.modern-table-container .modern-product-table tbody tr th.table-value .variation-info{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.modern-table-container .modern-product-table tbody tr td.table-value .variation-price,.modern-table-container .modern-product-table tbody tr th.table-value .variation-price{color:#1f2937;font-size:14px;font-weight:600}.modern-table-container .modern-product-table tbody tr td.table-value .variation-stock,.modern-table-container .modern-product-table tbody tr th.table-value .variation-stock{border-radius:8px;font-size:11px;font-weight:500;padding:2px 6px}.modern-table-container .modern-product-table tbody tr td.table-value .variation-stock.in-stock,.modern-table-container .modern-product-table tbody tr th.table-value .variation-stock.in-stock{background-color:rgba(5,150,105,.1);color:#059669}.modern-table-container .modern-product-table tbody tr td.table-value .variation-stock.out-of-stock,.modern-table-container .modern-product-table tbody tr th.table-value .variation-stock.out-of-stock{background-color:rgba(220,38,38,.1);color:#dc2626}.modern-table-container .modern-product-table tbody tr td.table-value .variation-code,.modern-table-container .modern-product-table tbody tr th.table-value .variation-code{color:#6b7280;font-size:12px;font-style:italic}.modern-table-container .modern-product-table tbody tr td.table-value .more-variations,.modern-table-container .modern-product-table tbody tr th.table-value .more-variations{color:#059669;font-size:13px;font-weight:500}@media(max-width:768px){.modern-table-container{border-radius:8px}.modern-table-container .modern-product-table tbody tr td,.modern-table-container .modern-product-table tbody tr th{padding:12px 16px}.modern-table-container .modern-product-table tbody tr td.table-label,.modern-table-container .modern-product-table tbody tr th.table-label{font-size:13px;min-width:100px;width:35%}.modern-table-container .modern-product-table tbody tr td.table-value,.modern-table-container .modern-product-table tbody tr th.table-value{font-size:13px}}@media(max-width:480px){.modern-table-container .modern-product-table tbody tr{border-bottom:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;padding:16px}.modern-table-container .modern-product-table tbody tr:last-child{border-bottom:none}.modern-table-container .modern-product-table tbody tr td,.modern-table-container .modern-product-table tbody tr th{min-width:unset!important;padding:0;width:100%!important}.modern-table-container .modern-product-table tbody tr td.table-label,.modern-table-container .modern-product-table tbody tr th.table-label{background-color:transparent;border-right:none;font-size:12px;margin-bottom:4px;opacity:.8}.modern-table-container .modern-product-table tbody tr td.table-value,.modern-table-container .modern-product-table tbody tr th.table-value{font-size:14px;margin-bottom:12px}.modern-table-container .modern-product-table tbody tr td.table-value:last-child,.modern-table-container .modern-product-table tbody tr th.table-value:last-child{margin-bottom:0}}.modern-table-container{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modern-product-table tbody tr:focus-within{background-color:rgba(59,130,246,.05);outline:2px solid rgba(59,130,246,.3);outline-offset:-2px}.nshift-shipping{position:relative;width:100%}.nshift-shipping__postal{align-items:flex-start;background:var(--surface,#f7f7f7);border:1px solid var(--line,#d1d5db);border-radius:12px;display:flex;gap:16px;padding:24px}.nshift-shipping__postal-icon{align-items:center;background:var(--main,#222);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-top:2px;width:40px}.nshift-shipping__postal-form{display:flex;flex:1 1;flex-direction:column;gap:8px}.nshift-shipping__postal-label{color:var(--primary,#1a1a1a);font-size:14px;font-weight:500;line-height:1.4}.nshift-shipping__postal-row{display:flex;gap:8px;max-width:320px}.nshift-shipping__postal-input{-moz-appearance:textfield;background:#fff;border:2px solid var(--line,#d1d5db);border-radius:8px;color:var(--primary,#1a1a1a);flex:1 1;font-family:inherit;font-size:16px;outline:none;padding:10px 16px;transition:border-color .2s ease}.nshift-shipping__postal-input::-webkit-inner-spin-button,.nshift-shipping__postal-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.nshift-shipping__postal-input::placeholder{color:#9ca3af}.nshift-shipping__postal-input:focus{border-color:var(--main,#222)}.nshift-shipping__postal-submit{background:var(--main,#222);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s ease,opacity .2s ease;white-space:nowrap}.nshift-shipping__postal-submit:hover:not(:disabled){background:#333}.nshift-shipping__postal-submit:disabled{cursor:not-allowed;opacity:.4}.nshift-shipping__postal-hint{color:var(--secondary-2,#666);font-size:12px}.nshift-shipping__postal-bar{align-items:center;background:var(--surface,#f7f7f7);border:1px solid var(--line,#d1d5db);border-bottom:none;border-radius:10px 10px 0 0;color:var(--secondary-2,#666);display:flex;gap:8px;padding:10px 16px}.nshift-shipping__postal-bar svg{flex-shrink:0}.nshift-shipping__postal-bar-text{color:var(--secondary-2,#666);flex:1 1;font-size:13px}.nshift-shipping__postal-bar-text strong{color:var(--primary,#1a1a1a);font-weight:600}.nshift-shipping__postal-bar-change{background:none;border:none;color:var(--main,#222);cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:0;text-decoration:underline;text-underline-offset:2px}.nshift-shipping__postal-bar-change:hover{text-decoration:none}.nshift-shipping__widget-wrapper{background:#fff;border:1px solid var(--line,#d1d5db);border-radius:0 0 10px 10px;overflow:visible;position:relative}.nshift-shipping__widget{min-height:200px}.nshift-shipping__selected{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:var(--success,#2e7d32);display:flex;font-size:13px;gap:10px;margin-top:12px;padding:12px 16px}.nshift-shipping__selected svg{flex-shrink:0}.nshift-shipping__selected strong{font-weight:600}.nshift-shipping__loader{align-items:center;background:var(--surface,#f7f7f7);border:1px solid var(--line,#d1d5db);border-radius:12px;color:var(--secondary-2,#666);display:flex;flex-direction:column;font-size:14px;gap:12px;justify-content:center;padding:48px 24px}.nshift-shipping__spinner{animation:nshift-spin .7s linear infinite;border-radius:50%;border:3px solid var(--line,#d1d5db);border-top-color:var(--main,#222);height:24px;width:24px}.nshift-shipping__overlay{align-items:center;background:hsla(0,0%,100%,.8);border-radius:12px;display:flex;inset:0;justify-content:center;position:absolute;z-index:10}.nshift-shipping__error{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:var(--critical,#d32f2f);display:flex;gap:12px;padding:16px 20px}.nshift-shipping__error-content{flex:1 1}.nshift-shipping__error-title{font-size:14px;font-weight:600;margin:0 0 4px}.nshift-shipping__error-message{font-size:13px;margin:0;opacity:.85}.nshift-shipping__error-retry{background:none;border:1px solid var(--critical,#d32f2f);border-radius:6px;color:var(--critical,#d32f2f);cursor:pointer;flex-shrink:0;font-family:inherit;font-size:13px;font-weight:500;padding:6px 14px;transition:background .2s ease}.nshift-shipping__error-retry:hover{background:rgba(211,47,47,.08)}.nshift-shipping__no-options{align-items:center;background:#fff8e1;border:2px solid #f9a825;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:32px 24px;text-align:center}.nshift-shipping__no-options-icon{color:#f57f17}.nshift-shipping__no-options-text{color:#5d4037;font-size:15px;font-weight:500;line-height:1.5;margin:0;max-width:400px}.nshift-shipping__no-options-btn{background:var(--main,#1a1a2e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;margin-top:4px;padding:10px 24px;transition:opacity .2s ease}.nshift-shipping__no-options-btn:hover{opacity:.85}#nshift-popup-root{height:0!important;left:0!important;overflow:visible!important;pointer-events:none!important;position:fixed!important;top:0!important;width:0!important;z-index:0}#nshift-popup-root *{pointer-events:auto}dialog.nshift-pickup-points-popup[open]{border-radius:12px!important;box-shadow:0 20px 60px rgba(0,0,0,.3)!important;inset:0!important;margin:auto!important;max-height:85vh!important;max-width:min(700px,95vw)!important;min-width:min(544px,90vw);position:fixed!important;width:auto!important}dialog.nshift-pickup-points-popup::backdrop{background:rgba(0,0,0,.5)!important}@keyframes nshift-spin{to{transform:rotate(1turn)}}@media(max-width:576px){.nshift-shipping__postal{flex-direction:column;gap:12px;padding:16px}.nshift-shipping__postal-icon{height:32px;width:32px}.nshift-shipping__postal-icon svg{height:18px;width:18px}.nshift-shipping__postal-row{flex-direction:column;max-width:100%}.nshift-shipping__postal-submit{width:100%}.nshift-shipping__postal-bar{padding:8px 12px}}.checkout-stepper{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-bottom:1.5rem;width:100%}.stepper-progress{align-items:center;display:flex;height:36px;justify-content:space-between;margin-bottom:.25rem;position:relative;width:100%}.stepper-progress__track{background:#d1d5db;border-radius:3px;height:3px;left:18px;overflow:hidden;position:absolute;right:18px;top:50%;transform:translateY(-50%);z-index:0}@media(max-width:480px){.stepper-progress__track{left:15px;right:15px}}.stepper-progress__fill{background:linear-gradient(90deg,#16a34a,#22d3ee);border-radius:3px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.stepper-progress__node{background:#fff;border:none;border-radius:50%;cursor:pointer;height:36px;padding:0;position:absolute;transform:translateX(-50%);transition:all .35s cubic-bezier(.4,0,.2,1);width:36px;z-index:1}@media(max-width:480px){.stepper-progress__node{height:30px;width:30px}}.stepper-progress__node:focus-visible{outline:2px solid #1a1a2e;outline-offset:3px}.stepper-progress__node--active .stepper-progress__node-inner{animation:nodePulse 2s ease-in-out infinite;background:#1a1a2e;box-shadow:0 0 0 4px rgba(26,26,46,.15),0 2px 8px rgba(0,0,0,.12);color:#fff}.stepper-progress__node--completed .stepper-progress__node-inner{background:#16a34a;box-shadow:0 2px 6px rgba(22,163,74,.25);color:#fff}.stepper-progress__node--disabled{cursor:not-allowed}.stepper-progress__node--disabled .stepper-progress__node-inner{background:#fff;border-color:#d1d5db;color:#d1d5db}.stepper-progress__node-inner{align-items:center;background:#fff;border:2px solid #d1d5db;border-radius:50%;color:#6b7280;display:flex;font-size:14px;font-weight:700;height:100%;justify-content:center;line-height:1;transition:all .35s cubic-bezier(.4,0,.2,1);width:100%}@media(max-width:480px){.stepper-progress__node-inner{font-size:12px}}@keyframes nodePulse{0%,to{box-shadow:0 0 0 4px rgba(26,26,46,.15),0 2px 8px rgba(0,0,0,.12)}50%{box-shadow:0 0 0 8px rgba(26,26,46,.08),0 2px 12px rgba(0,0,0,.15)}}.stepper-labels{align-items:flex-start;display:flex;height:28px;margin-bottom:1.25rem;position:relative;width:100%}.stepper-labels__item{background:none;border:none;cursor:pointer;padding:4px 0;position:absolute;text-align:center;transform:translateX(-50%);transition:color .25s ease}.stepper-labels__item:focus-visible{border-radius:4px;outline:2px solid #1a1a2e;outline-offset:2px}.stepper-labels__item:first-child{text-align:left;transform:translateX(0)}.stepper-labels__item:last-child{text-align:right;transform:translateX(-100%)}.stepper-labels__item--active .stepper-labels__name{color:#1a1a2e;font-weight:700}.stepper-labels__item--completed .stepper-labels__name{color:#16a34a;font-weight:600}.stepper-labels__item--disabled{cursor:not-allowed}.stepper-labels__item--disabled .stepper-labels__name{color:#9ca3af}.stepper-labels__name{color:#6b7280;font-size:12px;letter-spacing:.02em;transition:color .25s ease;white-space:nowrap}@media(max-width:480px){.stepper-labels__name{font-size:11px}}.stepper-tabs{display:flex;flex-direction:column;gap:6px}.stepper-tabs__collapsed{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.stepper-tabs__collapsed:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;box-shadow:0 1px 4px rgba(0,0,0,.04)}.stepper-tabs__collapsed:active:not(:disabled){transform:scale(.995)}.stepper-tabs__collapsed:focus-visible{outline:2px solid #1a1a2e;outline-offset:2px}.stepper-tabs__collapsed:disabled{cursor:not-allowed;opacity:.5}.stepper-tabs__collapsed-icon{align-items:center;background:rgba(22,163,74,.1);border-radius:50%;color:#16a34a;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.stepper-tabs__collapsed-icon svg{height:14px;width:14px}.stepper-tabs__collapsed-content{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.stepper-tabs__collapsed-label{color:#374151;font-size:13px;font-weight:600;line-height:1.3}.stepper-tabs__collapsed-summary{color:#6b7280;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stepper-tabs__collapsed-edit{border-radius:6px;color:#1a1a2e;font-size:12px;font-weight:600;padding:4px 10px;transition:background .15s ease;white-space:nowrap}.stepper-tabs__collapsed:hover .stepper-tabs__collapsed-edit{background:rgba(26,26,46,.06)}.stepper-sentinel{height:0;pointer-events:none;width:100%}.stepper-sticky{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,.92);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 6px rgba(0,0,0,.06);left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;z-index:887}.stepper-sticky--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.stepper-sticky__inner{align-items:center;display:flex;gap:14px;margin:0 auto;max-width:680px;padding:10px 20px}.stepper-sticky__dots{align-items:center;display:flex;flex-shrink:0;gap:6px}.stepper-sticky__dot{background:#fff;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .25s ease;width:10px}.stepper-sticky__dot:focus-visible{outline:2px solid #1a1a2e;outline-offset:2px}.stepper-sticky__dot--active{background:#1a1a2e;border-color:#1a1a2e;box-shadow:0 0 0 3px rgba(26,26,46,.15)}.stepper-sticky__dot--completed{background:#16a34a;border-color:#16a34a}.stepper-sticky__dot:disabled{cursor:default}.stepper-sticky__label{color:#1a1a2e;flex-shrink:0;font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.stepper-sticky__label-sep{color:#9ca3af;display:inline-block;font-weight:400;margin:0 6px}.stepper-sticky__bar{background:#d1d5db;border-radius:3px;flex:1 1;height:3px;min-width:40px;overflow:hidden}.stepper-sticky__bar-fill{background:linear-gradient(90deg,#16a34a,#22d3ee);border-radius:3px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}@media(max-width:480px){.checkout-stepper,.stepper-labels{margin-bottom:1rem}.stepper-tabs__collapsed{gap:10px;padding:10px 12px}.stepper-tabs__collapsed-edit{font-size:11px;padding:3px 8px}.stepper-sticky__inner{gap:10px;padding:8px 12px}.stepper-sticky__label{font-size:12px}.stepper-sticky__dot{height:8px;width:8px}}.checkout-multistep{padding:24px 0 60px}.checkout-multistep__inner{margin:0 auto;max-width:680px}.checkout-multistep__content{margin-top:0}.checkout-step{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.04);padding:24px}.checkout-step--payment{overflow:hidden;padding:0}.checkout-step--payment .klarna-checkout-container{border-radius:12px;overflow:hidden}.checkout-continue-btn{background:#1a1a2e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-family:inherit;font-size:16px;font-weight:600;margin-top:24px;padding:16px;transition:background .2s ease,opacity .2s ease;width:100%}.checkout-continue-btn:hover:not(:disabled){background:#2d2d44}.checkout-continue-btn:disabled{cursor:not-allowed;opacity:.4}.checkout-step-hint{color:#888;font-size:13px;margin-top:12px;text-align:center}.delivery-selected{align-items:flex-start;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.delivery-selected__icon{align-items:center;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.delivery-selected__icon img{border-radius:6px;height:36px;object-fit:contain;width:36px}.delivery-selected__icon svg{background:#16a34a;border-radius:50%;color:#fff;height:32px;padding:6px;width:32px}.delivery-selected__info{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.delivery-selected__method{color:#111827;font-size:15px;font-weight:600}.delivery-selected__addons{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.delivery-selected__addon{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;display:inline-flex;font-size:11px;font-weight:600;line-height:1;min-height:24px;padding:4px 10px}.delivery-selected__addon--express{background:#fff4e5;border-color:#f7c97d;color:#9a3412}.delivery-selected__pickup{color:#6b7280;font-size:13px}.delivery-selected__price{color:#374151;font-size:13px;font-weight:500;margin-top:2px}.delivery-selected__change{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:500;padding:6px 14px;transition:background .15s,border-color .15s}.delivery-selected__change:hover{background:#f3f4f6;border-color:#9ca3af}.list-product{display:flex;flex-direction:column;margin-bottom:24px}.list-product .item-product{background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:16px;padding:16px;transition:all .2s ease}.list-product .item-product:hover{border-color:#dee2e6;box-shadow:0 2px 8px rgba(0,0,0,.06)}.list-product .item-product .img-product{border:1px solid #f0f0f0;border-radius:6px;flex-shrink:0;height:80px;overflow:hidden;transition:transform .2s ease;width:80px}.list-product .item-product .img-product:hover{transform:scale(1.02)}.list-product .item-product .img-product img{height:100%;object-fit:cover;width:100%}.list-product .item-product .content-box{display:flex;flex:1 1;flex-direction:row;gap:8px;justify-content:space-between;min-width:0;position:relative}.list-product .item-product .info{display:flex;flex-direction:column;gap:4px}.list-product .item-product .info .name-product{color:#212529;display:-webkit-box;font-size:14px;font-weight:500;-webkit-line-clamp:2;line-height:1.4;text-decoration:none;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.list-product .item-product .info .name-product:hover{color:#000}.list-product .item-product .info .variant{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;color:#495057;display:inline-flex;font-size:11px;font-weight:500;line-height:1;padding:4px 10px;white-space:nowrap;width:fit-content}.list-product .item-product .info .discount-info{font-size:12px;font-weight:600;margin-top:2px}.list-product .item-product .total-price{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.list-product .item-product .total-price .quantity-controls{align-items:center;border:1px solid #e0e0e0;border-radius:6px;display:inline-flex;gap:0;overflow:hidden}.list-product .item-product .total-price .quantity-controls .qty-btn{align-items:center;background:#f8f9fa;border:none;color:#333;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .15s;width:32px}.list-product .item-product .total-price .quantity-controls .qty-btn:hover:not(:disabled){background:#e9ecef}.list-product .item-product .total-price .quantity-controls .qty-btn:disabled{cursor:not-allowed;opacity:.35}.list-product .item-product .total-price .quantity-controls .qty-value{align-items:center;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;color:#212529;display:flex;font-size:14px;font-weight:600;height:32px;justify-content:center;min-width:32px}.list-product .item-product .total-price .price-display{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.list-product .item-product .total-price .price-display .unit-price{color:#212529;font-size:14px;font-weight:600}.list-product .item-product .total-price .price-display .line-total{color:#6c757d;font-size:12px}.list-product .item-product .btn-remove-product{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:50%;box-shadow:0 2px 12px rgba(0,0,0,.08);color:#6c757d;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;padding:10px;position:absolute;right:-30px;top:-45px;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);width:40px;z-index:10}.list-product .item-product .btn-remove-product svg{height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:18px}.list-product .item-product .btn-remove-product .confirm-tooltip{animation:slideDown .3s ease;background:#dc3545;border-radius:6px;bottom:100%;box-shadow:0 4px 12px rgba(220,53,69,.3);color:#fff;font-size:11px;font-weight:600;margin-bottom:8px;padding:6px 12px;position:absolute;right:0;white-space:nowrap}.list-product .item-product .btn-remove-product .confirm-tooltip:after{border:6px solid transparent;border-top-color:#dc3545;content:"";position:absolute;right:12px;top:100%}.list-product .item-product .btn-remove-product:hover:not(.confirming){background:linear-gradient(135deg,#fff,#ffe5e8);border-color:#dc3545;box-shadow:0 4px 16px rgba(220,53,69,.25);color:#dc3545;opacity:1;transform:scale(1.08)}.list-product .item-product .btn-remove-product:hover:not(.confirming) svg{transform:scale(1.1)}.list-product .item-product .btn-remove-product.confirming{animation:pulse 1.5s infinite;background:linear-gradient(135deg,#dc3545,#c82333);border-color:#dc3545;color:#fff;opacity:1;transform:scale(1)}.list-product .item-product .btn-remove-product.confirming svg{transform:rotate(180deg) scale(1.1)}.list-product .item-product .btn-remove-product.confirming:hover{background:linear-gradient(135deg,#c82333,#bd2130);border-color:#bd2130;box-shadow:0 6px 20px rgba(220,53,69,.4);transform:scale(1.12)}.list-product .item-product .btn-remove-product:active{transform:scale(.88)}.list-product .item-product:hover .btn-remove-product:not(.confirming){opacity:.8;transform:scale(1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 4px 16px rgba(220,53,69,.3);transform:scale(1)}50%{box-shadow:0 6px 24px rgba(220,53,69,.6);transform:scale(1.05)}}@media(max-width:576px){.checkout-multistep{padding:12px 0 40px}.checkout-multistep__inner{margin:0 8px}.checkout-step{padding:16px}.list-product{gap:12px}.list-product .item-product{gap:12px;padding:12px}.list-product .item-product .img-product{height:70px;width:70px}.list-product .item-product .info .name-product{font-size:13px}.list-product .item-product .total-price{align-items:flex-start;flex-direction:column;gap:8px}.list-product .item-product .total-price .item-total{font-size:13px}.list-product .item-product .btn-remove-product{height:36px;opacity:1;padding:8px;right:-10px;top:-10px;transform:scale(1);width:36px}.list-product .item-product .btn-remove-product svg{height:16px;width:16px}.list-product .item-product .btn-remove-product .confirm-tooltip{font-size:10px;left:50%;padding:4px 8px;right:auto;transform:translateX(-50%)}.list-product .item-product .btn-remove-product .confirm-tooltip:after{border-width:5px;left:50%;right:auto;transform:translateX(-50%)}}.order-summary{background:#fafafa;border:1px solid #e5e7eb;border-radius:10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-bottom:20px;overflow:hidden}.order-summary__toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .15s ease;width:100%}.order-summary__toggle:hover{background:#f3f4f6}.order-summary__toggle:focus-visible{border-radius:10px;outline:2px solid #1a1a2e;outline-offset:-2px}.order-summary__toggle-left{align-items:center;color:#374151;display:flex;gap:10px}.order-summary__toggle-left svg{color:#6b7280;flex-shrink:0}.order-summary__toggle-label{color:#374151;font-size:14px;font-weight:600}.order-summary__toggle-count{color:#9ca3af;font-weight:400;margin-left:4px}.order-summary__toggle-right{align-items:center;display:flex;gap:8px}.order-summary__toggle-total{color:#111827;font-size:15px;font-weight:700}.order-summary__chevron{color:#9ca3af;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.order-summary__body{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.order-summary--open .order-summary__chevron{transform:rotate(180deg)}.order-summary--open .order-summary__body{max-height:600px}.order-summary__products{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:10px;padding:12px 16px 0}.order-summary__item{align-items:center;display:flex;gap:12px}.order-summary__item-img{background:#fff;border:1px solid #e9ecef;border-radius:8px;flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.order-summary__item-img img{height:100%;object-fit:cover;width:100%}.order-summary__item-qty{align-items:center;background:#1a1a2e;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.15);color:#fff;display:flex;font-size:10px;font-weight:700;height:20px;justify-content:center;line-height:1;position:absolute;right:-5px;top:-5px;width:20px}.order-summary__item-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.order-summary__item-name{color:#374151;display:-webkit-box;font-size:13px;font-weight:500;-webkit-line-clamp:1;line-height:1.3;-webkit-box-orient:vertical;overflow:hidden}.order-summary__item-variant{color:#9ca3af;font-size:11px}.order-summary__item-price{color:#111827;flex-shrink:0;font-size:13px;font-weight:600;white-space:nowrap}.order-summary__totals{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:12px 16px 14px}.order-summary__totals-row{color:#6b7280;display:flex;font-size:13px;justify-content:space-between}.order-summary__totals-row--discount{color:#16a34a}.order-summary__totals-row--total{border-top:1px solid #e5e7eb;color:#111827;font-size:15px;font-weight:700;margin-top:4px;padding-top:8px}.order-summary__shipping-detail{color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:2px;padding:6px 0 2px}.order-summary__shipping-method{color:#374151;font-weight:500}.order-summary__shipping-addons{display:flex;flex-wrap:wrap;gap:6px}.order-summary__shipping-addon{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;color:#3730a3;display:inline-flex;font-size:10px;font-weight:600;line-height:1;min-height:20px;padding:3px 8px}.order-summary__shipping-addon--express{background:#fff4e5;border-color:#f7c97d;color:#9a3412}.order-summary__pickup-point{color:#6b7280;font-size:11px}.order-summary__pickup-point:before{content:"📍 "}.checkout-step__payment-summary{padding:16px 16px 0}.box-discount.applied{background-color:#f8fff9!important;border:2px solid #28a745!important;box-shadow:0 0 10px rgba(40,167,69,.3)!important}.box-discount .applied-indicator{align-items:center;background:#28a745;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:8px;top:8px;width:20px}.box-discount.applied .sale-off{color:#28a745!important;font-weight:700!important}.box-discount.applied .text-caption-1{color:#28a745!important;font-weight:500!important}.box-discount.applied .text-btn-uppercase{color:#28a745!important;font-weight:700!important}.box-discount .coupon-code{display:inline-block;max-width:120px;min-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box-discount.no-button .tf-btn{display:none!important}.shipping-expired-notice{align-items:flex-start;background:#fff8e1;border:1px solid #ffcc02;border-radius:8px;color:#6d5600;display:flex;gap:12px;margin-bottom:16px;padding:14px 16px}.shipping-expired-notice__icon{color:#f5a623;flex-shrink:0;margin-top:1px}.shipping-expired-notice__text{font-size:14px;line-height:1.5;margin:0}.sec-total-price .top{border-bottom:1px solid #e9ecef;margin-bottom:12px;padding-bottom:12px}.sec-total-price .bottom h5{font-size:18px;margin:0}.sec-total-price .total-price-checkout{font-weight:700}.verification-card-section{padding:28px 0 44px}.verification-card{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 40px rgba(0,0,0,.08);margin:0 auto;max-width:560px;padding:24px;text-align:center;width:100%}.verification-card .verification-icon-container{align-items:center;border-radius:50%;display:inline-flex;font-size:24px;height:56px;justify-content:center;margin-bottom:16px;width:56px}.verification-card .verification-icon-success{background:color-mix(in srgb,var(--success) 14%,#fff);color:var(--success)}.verification-card .verification-icon-error{background:color-mix(in srgb,var(--critical) 10%,#fff);color:var(--critical)}.verification-card .verification-eyebrow{color:var(--success);font-size:13px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.verification-card .verification-eyebrow--error{color:var(--critical)}.verification-card .verification-title{color:var(--main);font-size:28px;font-weight:700;line-height:1.2;margin-bottom:12px}.verification-card .verification-message{color:var(--secondary-2);font-size:16px;line-height:1.6;margin:0 auto 24px;max-width:520px}.verification-card .verification-hint{background:color-mix(in srgb,var(--line) 55%,#fff);border:1px solid var(--line);border-radius:8px;color:var(--secondary);font-size:14px;line-height:1.5;margin:0 auto 20px;padding:12px 14px}.verification-card .verification-next-steps{display:grid;gap:10px;list-style:none;margin:0 0 22px;padding:0;text-align:left}.verification-card .verification-next-steps li{color:var(--secondary);font-size:15px;line-height:1.45;padding-left:28px;position:relative}.verification-card .verification-next-steps li:before{background:var(--store-primary);border-radius:50%;content:"";height:8px;left:6px;position:absolute;top:8px;width:8px}.verification-card .verification-actions{display:grid;gap:12px}.verification-card .verification-actions .verification-action{align-items:center;border:1px solid transparent;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;line-height:1.2;min-height:50px;padding:13px 20px;text-align:center;text-decoration:none;text-transform:none;transition:color .18s ease,background-color .18s ease,border-color .18s ease;width:100%}.verification-card .verification-actions .verification-action__label{color:inherit;line-height:inherit;text-transform:none}.verification-card .verification-actions .verification-action--primary{background:var(--store-primary);border-color:var(--store-primary);color:var(--store-secondary,#fff)}.verification-card .verification-actions .verification-action--primary:focus-visible,.verification-card .verification-actions .verification-action--primary:hover{background:var(--store-primary-hover,var(--store-primary));border-color:var(--store-primary-hover,var(--store-primary));color:var(--store-secondary,#fff)}.verification-card .verification-actions .verification-action--secondary{background:#fff;border-color:var(--main);color:var(--main)}.verification-card .verification-actions .verification-action--secondary:focus-visible,.verification-card .verification-actions .verification-action--secondary:hover{background:color-mix(in srgb,var(--store-primary) 8%,#fff);border-color:var(--store-primary);color:var(--store-primary)}@media(min-width:576px){.verification-card{padding:34px}.verification-card .verification-actions{align-items:center;display:flex;justify-content:center}.verification-card .verification-actions .verification-action{min-width:170px;width:auto}}@media(min-width:992px){.verification-card-section{padding:44px 0 64px}.verification-card{padding:42px}}.reset-password-wrap{align-items:center;display:flex;justify-content:center;min-height:400px;padding:40px 0}.reset-password-content{margin:0 auto;max-width:500px;width:100%}.reset-password-content .heading{margin-bottom:32px;text-align:center}.reset-password-content .heading h4{color:var(--main);font-size:28px;font-weight:600;line-height:1.2;margin-bottom:12px}.reset-password-content .heading p{color:var(--secondary-2);font-size:16px;line-height:1.5;margin:0}.reset-password-content .alert{margin-bottom:24px;text-align:center}.reset-password-content .alert.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.reset-password-content .alert.alert-danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.reset-password-content .form-login .wrap{margin-bottom:20px}.reset-password-content .form-login .wrap fieldset{position:relative}.reset-password-content .form-login .wrap fieldset input{background:var(--white);border:2px solid var(--line);border-radius:8px;color:var(--main);font-size:16px;line-height:1.5;padding:16px 50px 16px 20px;transition:all .3s ease;width:100%}.reset-password-content .form-login .wrap fieldset input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1);outline:none}.reset-password-content .form-login .wrap fieldset input:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.reset-password-content .form-login .wrap fieldset input::placeholder{color:var(--secondary-2);font-size:14px}.reset-password-content .form-login .toggle-password{cursor:pointer;display:inline-flex;position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:2}.reset-password-content .form-login .toggle-password i{color:var(--secondary-2);font-size:20px;transition:color .3s ease}.reset-password-content .form-login .toggle-password:hover i{color:var(--primary)}.reset-password-content .form-login .toggle-password:not(.unshow) i:before{content:""}.reset-password-content .form-login .button-submit{margin-top:32px}.reset-password-content .form-login .button-submit button{border-radius:8px;font-size:16px;font-weight:600;padding:16px 32px;transition:all .3s ease;width:100%}.reset-password-content .form-login .button-submit button:disabled{cursor:not-allowed;opacity:.6}.reset-password-content .form-login .button-submit button.loading{position:relative}.reset-password-content .form-login .button-submit button .text,.reset-password-content .form-login .button-submit button.loading .text{align-items:center;display:flex;gap:8px;justify-content:center}.reset-password-content .password-strength-container{margin-top:12px}.reset-password-content .password-strength-container .password-strength-bar{background-color:#e9ecef;border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden;width:100%}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill{border-radius:2px;height:100%;transition:all .3s ease}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill.strength-0{background-color:#dc3545;width:25%}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill.strength-1{background-color:#fd7e14;width:25%}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill.strength-2{background-color:#ffc107;width:50%}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill.strength-3{background-color:#20c997;width:75%}.reset-password-content .password-strength-container .password-strength-bar .password-strength-fill.strength-4{background-color:#28a745;width:100%}.reset-password-content .password-strength-container .password-strength-text .strength-label{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.reset-password-content .password-strength-container .password-strength-text .strength-label.strength-0{color:#dc3545}.reset-password-content .password-strength-container .password-strength-text .strength-label.strength-1{color:#fd7e14}.reset-password-content .password-strength-container .password-strength-text .strength-label.strength-2{color:#ffc107}.reset-password-content .password-strength-container .password-strength-text .strength-label.strength-3{color:#20c997}.reset-password-content .password-strength-container .password-strength-text .strength-label.strength-4{color:#28a745}.reset-password-content .password-strength-container .password-feedback .password-requirements{list-style:none;margin:0;padding:0}.reset-password-content .password-strength-container .password-feedback .password-requirements .requirement-item{align-items:center;display:flex;gap:8px;margin-bottom:4px}.reset-password-content .password-strength-container .password-feedback .password-requirements .requirement-item i{flex-shrink:0;font-size:12px}.reset-password-content .password-strength-container .password-feedback .password-requirements .requirement-item span{font-size:12px;line-height:1.4}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@media(max-width:768px){.reset-password-wrap{min-height:300px;padding:20px 0}.reset-password-content{max-width:100%;padding:0 20px}.reset-password-content .heading{margin-bottom:24px}.reset-password-content .heading h4{font-size:24px}.reset-password-content .heading p{font-size:14px}.reset-password-content .form-login .wrap fieldset input{font-size:14px;padding:14px 16px}.reset-password-content .form-login .button-submit button{font-size:14px;padding:14px 24px}}@media(max-width:480px){.reset-password-content{padding:0 15px}.reset-password-content .heading h4{font-size:22px}}