@charset "UTF-8";.confirm-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.confirm-modal__overlay{position:absolute;inset:0;background:#0f141999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-modal__container{position:relative;z-index:2;width:100%;max-width:400px;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0f141940;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@media (max-width: 640px){.confirm-modal__container{max-width:100%}}.confirm-modal__content{padding:2rem}@media (max-width: 640px){.confirm-modal__content{padding:1.5rem}}.confirm-modal__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.25}@media (max-width: 640px){.confirm-modal__title{font-size:1.25rem}}.confirm-modal__message{font-size:1rem;color:#4d5a6f;line-height:1.75;margin-bottom:1.5rem}@media (max-width: 640px){.confirm-modal__message{font-size:.875rem;margin-bottom:1.25rem}}.confirm-modal__actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 640px){.confirm-modal__actions{flex-direction:column-reverse;gap:.5rem}}.confirm-modal__button{padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-width:100px}.confirm-modal__button--cancel{background:#f7faff;color:#3a4456}.confirm-modal__button--cancel:hover{background:#e5e9f0;color:#1f2937}.confirm-modal__button--cancel:active{transform:translateY(1px)}.confirm-modal__button--confirm{background:#1e3a5f;color:#fff}.confirm-modal__button--confirm:hover{background:#182e4d}.confirm-modal__button--confirm:active{transform:translateY(1px)}@media (max-width: 640px){.confirm-modal__button{width:100%;min-width:auto;padding:.75rem 1rem;font-size:.875rem}}.cart-item-compact{display:flex;gap:.75rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e9f0;transition:all .2s cubic-bezier(.4,0,.2,1);align-items:center}.cart-item-compact:hover{border-color:#d1d7e2;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.cart-item-compact__image-wrapper{flex-shrink:0;width:80px;height:80px;background:#e5e9f0;border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.cart-item-compact__image-wrapper--loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:shimmer 1.5s infinite}.cart-item-compact__image{width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.cart-item-compact__image--loaded{opacity:1}.cart-item-compact__image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.cart-item-compact__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.cart-item-compact__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-item-compact__title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-item-compact__remove{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.25rem;color:#9ca8ba;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0}.cart-item-compact__remove:hover{background:#f7faff;color:#6b7a93}.cart-item-compact__remove:active{background:#e5e9f0}.cart-item-compact__remove:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-item-compact__remove svg{display:block}.cart-item-compact__specs{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.75rem;color:#6b7a93;line-height:1.2}.cart-item-compact__spec{white-space:nowrap}.cart-item-compact__separator{color:#d1d7e2}.cart-item-compact__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.cart-item-compact__qty-control{display:flex;align-items:center;gap:.25rem;background:#f9fafb;border:1px solid #e5e9f0;border-radius:.5rem;padding:.25rem}.cart-item-compact__qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e9f0;border-radius:.25rem;color:#1f2937;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0}.cart-item-compact__qty-btn:hover{background:#f7faff;border-color:#d1d7e2}.cart-item-compact__qty-btn:active{transform:scale(.95);background:#e5e9f0}.cart-item-compact__qty-btn:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-item-compact__qty-btn svg{display:block}.cart-item-compact__qty-input{width:40px;height:24px;border:none;background:transparent;text-align:center;font-size:.875rem;font-weight:600;color:#1f2937;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cart-item-compact__qty-input::-webkit-outer-spin-button,.cart-item-compact__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-compact__qty-input[type=number]{-moz-appearance:textfield;appearance:textfield}.cart-item-compact__qty-input:focus{outline:none}.cart-item-compact__price{font-size:1.125rem;font-weight:700;color:#1f2937;white-space:nowrap}@media (max-width: 768px){.cart-item-compact{padding:1rem;gap:1rem}.cart-item-compact__price{font-size:1.125rem}.cart-item-compact__title{font-size:1rem}.cart-item-compact__specs{margin-bottom:.5rem}.cart-item-compact__qty-btn{width:32px;height:32px}.cart-item-compact__qty-btn svg{width:14px;height:14px}.cart-item-compact__qty-input{height:32px}.cart-item-compact__remove{width:32px;height:32px}}@media (max-width: 360px){.cart-item-compact{padding:.75rem;gap:.75rem}.cart-item-compact__content{gap:.25rem}.cart-item-compact__image-wrapper{width:60px;height:60px}.cart-item-compact__title{font-size:.875rem}.cart-item-compact__specs{font-size:.75rem}.cart-item-compact__price{font-size:1rem}.cart-item-compact__qty-input{width:32px}.cart-item-compact__footer{margin-top:.5rem}}.cart-side-panel-overlay{position:fixed;inset:0;background:#0f141980;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;justify-content:flex-end;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.cart-side-panel{width:100%;max-width:480px;height:100%;background:#f7faff;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #0f141940;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-side-panel--open{transform:translate(0)}.cart-side-panel__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;border-bottom:1px solid #e5e9f0;flex-shrink:0}.cart-side-panel__title{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:.5rem}.cart-side-panel__count{font-size:1rem;font-weight:500;color:#6b7a93}.cart-side-panel__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:#6b7a93;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0}.cart-side-panel__close:hover{background:#f7faff;color:#1f2937}.cart-side-panel__close:active{background:#e5e9f0}.cart-side-panel__close:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-side-panel__close svg{display:block}.cart-side-panel__content{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.cart-side-panel__content::-webkit-scrollbar{width:8px}.cart-side-panel__content::-webkit-scrollbar-track{background:#f7faff}.cart-side-panel__content::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.cart-side-panel__content::-webkit-scrollbar-thumb:hover{background:#9ca8ba}.cart-side-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1.5rem;text-align:center;color:#9ca8ba}.cart-side-panel__empty svg{opacity:.3}.cart-side-panel__empty-text{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.cart-side-panel__empty-subtext{margin:0;font-size:.875rem;color:#6b7a93}.cart-side-panel__items{display:flex;flex-direction:column;gap:1rem}.cart-side-panel__promo{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fff;border-radius:.75rem;border:1px solid #e5e9f0}.cart-side-panel__promo-form{display:flex;gap:.75rem;align-items:stretch}.cart-side-panel__promo-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.cart-side-panel__promo-input{width:100%;min-height:44px;padding:.5rem 2.5rem .5rem .5rem;border:2px solid #e5e9f0;border-radius:.75rem;font-size:1.125rem;font-family:SF Mono,Monaco,Courier New,monospace;font-weight:700;color:#1f2937;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.3em;text-align:center;box-sizing:border-box}.cart-side-panel__promo-input::placeholder{color:#9ca8ba;text-transform:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;letter-spacing:normal;font-size:.875rem}.cart-side-panel__promo-input:hover:not(:disabled){border-color:#6b92ba;background:#ebf0f7}.cart-side-panel__promo-input:focus{outline:none;border-color:#1e3a5f;background:#fff;box-shadow:0 0 0 4px #1e3a5f1a}.cart-side-panel__promo-input--error{border-color:#ef4444;background:#fee2e2;color:#dc2626;animation:shake .3s ease}.cart-side-panel__promo-input--error:focus{box-shadow:0 0 0 4px #ef44441a}.cart-side-panel__promo-input--success{border-color:#10b981;background:#d1fae5;color:#059669}.cart-side-panel__promo-input:disabled{opacity:.6;cursor:not-allowed}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.cart-side-panel__promo-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:#9ca8ba;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0}.cart-side-panel__promo-clear:hover{background:#e5e9f0;color:#1f2937}.cart-side-panel__promo-clear:active{background:#d1d7e2}.cart-side-panel__promo-clear:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-side-panel__promo-clear svg{display:block}.cart-side-panel__promo-button{min-height:44px;padding:1rem 1.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-side-panel__promo-button:hover:not(:disabled){background:#182e4d;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-2px)}.cart-side-panel__promo-button:active:not(:disabled){background:#12233a;transform:translateY(0)}.cart-side-panel__promo-button:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-side-panel__promo-button:disabled{opacity:.5;cursor:not-allowed;background:#d1d7e2;color:#6b7a93;min-height:44px}.cart-side-panel__promo-applied{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem;background:#d1fae5;border-radius:.5rem}.cart-side-panel__promo-info{display:flex;align-items:center;gap:.75rem;flex:1}.cart-side-panel__promo-code{font-size:.875rem;font-weight:700;color:#059669;text-transform:uppercase}.cart-side-panel__promo-discount{font-size:.875rem;font-weight:600;color:#10b981}.cart-side-panel__promo-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.25rem;color:#059669;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0}.cart-side-panel__promo-remove:hover{background:#10b9811a}.cart-side-panel__promo-remove:active{background:#10b98133}.cart-side-panel__promo-remove:focus-visible{outline:2px solid #10b981;outline-offset:2px}.cart-side-panel__promo-remove svg{display:block}.cart-side-panel__promo-message{margin:0;font-size:.875rem;padding:.75rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500;animation:slideDown .3s ease}.cart-side-panel__promo-message:before{content:"";display:inline-block;width:18px;height:18px;flex-shrink:0}.cart-side-panel__promo-message--success{background:#d1fae5;color:#059669;border:1px solid #10b981}.cart-side-panel__promo-message--success:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%2310b981" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat center;background-size:contain}.cart-side-panel__promo-message--error{background:#fee2e2;color:#dc2626;border:1px solid #ef4444}.cart-side-panel__promo-message--error:before{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ef4444" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><line x1="15" y1="9" x2="9" y2="15"></line><line x1="9" y1="9" x2="15" y2="15"></line></svg>') no-repeat center;background-size:contain}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cart-side-panel__footer{padding:1.5rem;background:#fff;border-top:1px solid #e5e9f0;display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.cart-side-panel__totals{display:flex;flex-direction:column;gap:.75rem}.cart-side-panel__total-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#6b7a93}.cart-side-panel__total-row span:last-child{font-weight:600;color:#1f2937}.cart-side-panel__total-row--discount{color:#e63946}.cart-side-panel__total-row--discount span:last-child{color:#e63946}.cart-side-panel__total-row--final{padding-top:.75rem;border-top:1px solid #e5e9f0;font-size:1.25rem;font-weight:700;color:#1f2937}.cart-side-panel__total-row--final span:last-child{font-size:1.5rem;color:#1e3a5f}.cart-side-panel__checkout-button{width:100%;height:52px;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.cart-side-panel__checkout-button:hover{background:#182e4d;box-shadow:0 1px 2px #0f14190d}.cart-side-panel__checkout-button:active{background:#12233a;transform:translateY(1px)}.cart-side-panel__checkout-button:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.cart-side-panel__clear-button{width:100%;height:44px;background:transparent;color:#6b7a93;border:1px solid #e5e9f0;border-radius:.75rem;font-size:.875rem;font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.cart-side-panel__clear-button:hover{background:#f7faff;border-color:#d1d7e2;color:#1f2937}.cart-side-panel__clear-button:active{background:#e5e9f0}.cart-side-panel__clear-button:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}@media (max-width: 768px){.cart-side-panel{max-width:100%}.cart-side-panel__header,.cart-side-panel__content,.cart-side-panel__footer{padding:1.25rem}.cart-side-panel__title{font-size:1.25rem}}@media (max-width: 640px){.cart-side-panel__header,.cart-side-panel__content,.cart-side-panel__footer{padding:1rem}.cart-side-panel__title{font-size:1.125rem}.cart-side-panel__promo{padding:.75rem}.cart-side-panel__promo-form{flex-direction:column;gap:.75rem}.cart-side-panel__promo-input{min-height:44px;font-size:1.25rem;letter-spacing:.3em;padding:1rem}.cart-side-panel__promo-input::placeholder{font-size:.875rem;letter-spacing:normal}.cart-side-panel__promo-button{width:100%;min-height:44px;font-size:1rem;padding:1rem 1.25rem}.cart-side-panel__promo-message{font-size:.75rem;padding:.75rem 1rem}}@media (max-width: 480px){.cart-side-panel__promo-form{flex-direction:column;gap:.75rem}.cart-side-panel__promo-input{min-height:44px;width:100%;font-size:1.25rem;letter-spacing:.3em;padding:.5rem}.cart-side-panel__promo-input::placeholder{font-size:.875rem;letter-spacing:normal}.cart-side-panel__promo-button{width:100%;min-height:44px;font-size:1rem;padding:.75rem}}.legal-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:legalFadeIn .2s ease}@keyframes legalFadeIn{0%{opacity:0}to{opacity:1}}.legal-modal__overlay{position:absolute;inset:0;background:#0f141999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.legal-modal__container{position:relative;z-index:2;width:100%;max-width:680px;max-height:85vh;max-height:85dvh;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0f141940;display:flex;flex-direction:column;animation:legalSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes legalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.legal-modal__container{max-width:100%;max-height:85vh;max-height:85dvh}}.legal-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e9f0;flex-shrink:0}@media (max-width: 640px){.legal-modal__header{padding:1.25rem}}.legal-modal__header-left{display:flex;align-items:center;gap:.75rem;color:#1e3a5f}.legal-modal__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 640px){.legal-modal__title{font-size:1.125rem}}.legal-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#f7faff;border:none;border-radius:9999px;color:#4d5a6f;cursor:pointer;transition:all .2s ease}.legal-modal__close:hover{background:#e5e9f0;color:#1f2937}.legal-modal__content{flex:1;overflow-y:auto;padding:1.5rem}@media (max-width: 640px){.legal-modal__content{padding:1.25rem}}.legal-modal__content::-webkit-scrollbar{width:6px}.legal-modal__content::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.legal-modal__content::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.legal-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca8ba}.legal-modal__section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e9f0}.legal-modal__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.legal-modal__section-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem;line-height:1.25}@media (max-width: 640px){.legal-modal__section-title{font-size:1rem}}.legal-modal__section-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;background:#ebf0f7;color:#1e3a5f;border-radius:9999px;font-size:.875rem;font-weight:700}@media (max-width: 640px){.legal-modal__section-number{width:24px;height:24px;font-size:.75rem}}.legal-modal__text{font-size:.875rem;color:#4d5a6f;line-height:1.75}.legal-modal__text p{margin:0 0 .75rem}.legal-modal__text p:last-child{margin-bottom:0}.legal-modal__text ul{margin:.5rem 0 .75rem;padding-left:1.25rem;list-style:none}.legal-modal__text ul li{position:relative;padding-left:.75rem;margin-bottom:.5rem}.legal-modal__text ul li:before{content:"";position:absolute;left:0;top:9px;width:5px;height:5px;border-radius:9999px;background:#6b92ba}.legal-modal__text ul li:last-child{margin-bottom:0}.legal-modal__footer{padding:1.5rem;border-top:1px solid #e5e9f0;flex-shrink:0}@media (max-width: 640px){.legal-modal__footer{padding:1.25rem}}.legal-modal__button{width:100%;padding:.75rem 1.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.legal-modal__button:hover{background:#182e4d}.legal-modal__button:active{transform:translateY(1px)}.auth-backdrop{position:fixed;inset:0;background-color:#0f141900;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:400;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.auth-backdrop.active{opacity:1;visibility:visible;background-color:#0f141980;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:all}.side-auth-panel{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:100%;max-width:420px;background:#fffffff2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 25px 50px -12px #0f141940;z-index:500;display:flex;flex-direction:column;overflow-y:auto;padding:2rem 1.5rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.side-auth-panel.open{transform:translate(0)}.side-auth-panel::-webkit-scrollbar{width:6px}.side-auth-panel::-webkit-scrollbar-track{background:transparent}.side-auth-panel::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.side-auth-panel::-webkit-scrollbar-thumb:hover{background:#9ca8ba}@media (max-width: 640px){.side-auth-panel{max-width:100%;padding:1.5rem 1rem}}.close-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:9999px;color:#6b7a93;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);z-index:10}.close-btn:hover{background:#f7faff;color:#1f2937}.close-btn:active{transform:scale(.95)}.close-btn:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.close-btn svg{width:24px;height:24px}.auth-header{text-align:center;margin-bottom:2rem;padding-top:1rem}.logo-icon{font-size:3.75rem;margin-bottom:1rem;animation:bounce-in .6s cubic-bezier(.4,0,.2,1)}.auth-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;animation:fade-in-up .5s cubic-bezier(.4,0,.2,1) .1s both}.auth-subtitle{font-size:1rem;color:#6b7a93;animation:fade-in-up .5s cubic-bezier(.4,0,.2,1) .2s both}.auth-content{flex:1;display:flex;flex-direction:column;gap:1.25rem;animation:fade-in-up .5s cubic-bezier(.4,0,.2,1) .3s both}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#ef4444;font-size:.875rem;animation:shake .4s cubic-bezier(.4,0,.2,1)}.error-message svg{flex-shrink:0;width:20px;height:20px}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:500;color:#1f2937}.phone-input-wrapper{display:flex;align-items:center;background:#f9fafb;border:2px solid #e5e9f0;border-radius:.5rem;overflow:hidden;transition:all .15s cubic-bezier(.4,0,.2,1)}.phone-input-wrapper:focus-within{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.phone-prefix{padding:.75rem 1rem;font-size:1rem;font-weight:500;color:#1f2937;background:#f7faff;border-right:2px solid #e5e9f0}.phone-input{flex:1;padding:.75rem 1rem;font-size:1rem;color:#1f2937;background:transparent;border:none;outline:none}.phone-input::placeholder{color:#9ca8ba}.code-input-group{display:flex;flex-direction:column;gap:.75rem}.code-inputs{display:flex;gap:.5rem;justify-content:space-between}.code-input{width:100%;aspect-ratio:1;max-width:60px;padding:.75rem;font-size:1.5rem;font-weight:600;color:#1f2937;text-align:center;background:#f9fafb;border:2px solid #e5e9f0;border-radius:.5rem;outline:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.code-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a;transform:scale(1.05)}.code-input:not(:placeholder-shown){border-color:#1e3a5f;background:#1e3a5f0d}@media (max-width: 640px){.code-input{max-width:50px;font-size:1.25rem}}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:active:not(:disabled){transform:translateY(1px)}.btn-google{background:#fff;color:#1f2937;border:2px solid #e5e9f0;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.btn-google:hover{background:#f9fafb;border-color:#d1d7e2;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-1px)}.btn-google svg{width:20px;height:20px}.back-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 0;font-size:.875rem;font-weight:500;color:#4d5a6f;background:transparent;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);align-self:flex-start;margin-bottom:.5rem}.back-btn:hover{color:#1e3a5f;gap:.5rem}.back-btn svg{width:20px;height:20px}.divider{display:flex;align-items:center;gap:1rem;margin:.5rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e9f0}.divider span{font-size:.875rem;color:#9ca8ba;font-weight:500}.phone-display{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f9fafb;border-radius:.5rem;text-align:center}.phone-display-label{font-size:.875rem;color:#6b7a93}.phone-display-number{font-size:1.125rem;font-weight:600;color:#1e3a5f}.resend-wrapper{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.875rem}.resend-text{color:#6b7a93}.resend-btn{padding:0;font-size:.875rem;font-weight:600;color:#1e3a5f;background:transparent;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.resend-btn:hover{color:#182e4d;text-decoration:underline}.auth-footer{margin-top:auto;padding-top:1.5rem;animation:fade-in .5s cubic-bezier(.4,0,.2,1) .4s both}.footer-text{font-size:.75rem;color:#9ca8ba;text-align:center;line-height:1.75}.footer-link{color:#1e3a5f;text-decoration:none;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);background:none;border:none;padding:0;cursor:pointer;font-size:inherit;font-family:inherit}.footer-link:hover{color:#182e4d;text-decoration:underline}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.header{background:#fff;border-bottom:1px solid #e5e9f0;position:fixed;top:0;z-index:300;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:100vw;left:0;right:0;box-shadow:0 1px 3px #0000001a}.header__container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width: 768px){.header__container{padding-inline:1.5rem}}@media (max-width: 767px){.header__container{height:56px;padding-inline:.75rem}}.header__logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#1e3a5f;text-decoration:none;white-space:nowrap;transition:color .15s cubic-bezier(.4,0,.2,1)}.header__logo:hover{color:#182e4d}@media (max-width: 1024px){.header__logo{font-size:1.25rem}}@media (max-width: 767px){.header__logo{font-size:1.125rem}}.header__nav{display:flex;align-items:center;gap:2rem}@media (max-width: 1024px){.header__nav{gap:1rem}}@media (max-width: 767px){.header__nav{display:none}}.header__nav-link{font-size:1rem;font-weight:600;color:#6b7a93;text-decoration:none;padding:.5rem .75rem;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}.header__nav-link:hover{color:#1f2937;background:#ebf0f7}.header__nav-link.active{color:#1e3a5f;background:#ebf0f7;font-weight:600}.header__nav-link--quiz{background:linear-gradient(135deg,#1e3a5f,#182e4d);color:#fff;padding:.5rem 1rem;font-weight:600;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.header__nav-link--quiz:hover{background:linear-gradient(135deg,#182e4d,#12233a);color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.header__nav-link--quiz svg{animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;border:none;background:transparent;color:#6b7a93;text-decoration:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.header__cart:hover{color:#1e3a5f;background:#ebf0f7;border-radius:9999px}@media (max-width: 767px){.header__cart{width:40px;height:40px}}.header__cart__badge{position:absolute;top:-4px;right:-4px;background:#1e3a5f;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 .25rem;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.header__wishlist{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;border:none;background:transparent;color:#6b7a93;text-decoration:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.header__wishlist:hover{color:#e63946;background:#e639461a;border-radius:9999px}@media (max-width: 767px){.header__wishlist{width:40px;height:40px}}.header__wishlist__badge{position:absolute;top:-4px;right:-4px;background:#e63946;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:9999px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 .25rem;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.header__track-order{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;border:none;background:transparent;color:#6b7a93;text-decoration:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.header__track-order:hover{color:#1e3a5f;background:#ebf0f7;border-radius:9999px}.header__auth{display:flex;align-items:center;gap:.75rem}.btn{appearance:none;border:0;border-radius:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1);text-align:center;line-height:1}.btn.btn-sm{padding:.5rem 1rem;font-size:.875rem;height:32px}.btn.btn-primary{background:#1e3a5f;color:#fff;box-shadow:0 1px 2px #0f14190d}.btn.btn-primary:hover:not(:disabled){background:#182e4d;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a}.btn.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0f14190d}.btn.btn-ghost{background:transparent;color:#6b7a93;border:1px solid #e5e9f0}.btn.btn-ghost:hover:not(:disabled){background:#ebf0f7;border-color:#1e3a5f;color:#1e3a5f}.btn:focus-visible{outline:3px solid rgba(30,58,95,.3);outline-offset:2px}.header__mobile-menu-btn{appearance:none;border:0;background:transparent;color:#6b7a93;cursor:pointer;padding:.5rem;border-radius:.5rem;display:none;align-items:center;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1)}.header__mobile-menu-btn:hover{background:#ebf0f7;color:#1e3a5f}@media (max-width: 767px){.header__mobile-menu-btn{display:flex}}@media (max-width: 767px){.hidden-mobile{display:none}}.header__mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e9f0;padding:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a}.header__mobile-menu.open{transform:translateY(0);opacity:1;visibility:visible}.header__mobile-nav{display:flex;flex-direction:column;gap:.5rem}.header__mobile-nav .header__nav-link{padding:1rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:500;background:none;border:none;width:100%;text-align:center;cursor:pointer;color:#6b7a93;text-decoration:none}.header__mobile-nav .header__nav-link:hover{background:#ebf0f7;color:#1e3a5f}.header__mobile-nav .header__nav-link.active{background:#d7e1ef;color:#1e3a5f;font-weight:600}.header__mobile-nav button.header__nav-link{margin-top:.5rem;background:#ebf0f7;border:1px solid #a8bfd9;color:#1e3a5f;font-weight:600}.header__mobile-nav button.header__nav-link:hover{background:#d7e1ef;border-color:#6b92ba}.header__mobile-nav button.header__nav-link.header__nav-link--quiz{background:linear-gradient(135deg,#1e3a5f,#182e4d);color:#fff;border:none;margin-top:.75rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.header__mobile-nav button.header__nav-link.header__nav-link--quiz:hover{background:linear-gradient(135deg,#182e4d,#12233a);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.header__mobile-nav button.header__nav-link.header__nav-link--quiz svg{animation:sparkle 2s ease-in-out infinite}.footer{background:#12233a;color:#e5e9f0;border-top:1px solid #1f2937;width:100%;max-width:100vw;overflow-x:hidden}.footer__container{width:100%;max-width:1620px;margin-inline:auto;padding:6rem 5rem 2rem}@media (max-width: 1023px){.footer__container{padding:4rem 2rem 2.5rem}}@media (max-width: 767px){.footer__container{padding:3rem 1.5rem 2rem}}@media (max-width: 639px){.footer__container{padding:2.5rem 1rem 1.5rem}}.footer__content{display:grid;grid-template-columns:2fr 1.2fr 1.5fr 1.5fr;gap:4rem;margin-bottom:4rem}@media (min-width: 1280px){.footer__content{gap:5rem;margin-bottom:5rem}}@media (max-width: 1023px){.footer__content{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}}@media (max-width: 767px){.footer__content{grid-template-columns:1fr;gap:2.5rem;text-align:center;margin-bottom:2.5rem}}@media (max-width: 639px){.footer__content{gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center}@media (max-width: 767px){.footer__brand{align-items:center}}.footer__brand-logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:0}@media (max-width: 1023px){.footer__brand-logo{font-size:1.875rem}}@media (max-width: 767px){.footer__brand-logo{font-size:1.5rem}}.footer__brand-social{display:flex;gap:1rem}@media (max-width: 767px){.footer__brand-social{justify-content:center}}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#1f2937;border-radius:1rem;color:#d1d7e2;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);border:1px solid #3a4456}.social-link svg{width:22px;height:22px}.social-link:hover{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.social-link:active{transform:translateY(0)}@media (max-width: 767px){.social-link{width:44px;height:44px}.social-link svg{width:20px;height:20px}}.footer__section{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 767px){.footer__section{align-items:center;gap:1.25rem}}.footer__section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.02em}@media (max-width: 767px){.footer__section-title{font-size:1rem}}.footer__section-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}@media (max-width: 767px){.footer__section-links{align-items:center;gap:.75rem}}.footer__section-links li{display:flex}.footer__section-links a{color:#9ca8ba;text-decoration:none;font-size:1rem;transition:color .15s cubic-bezier(.4,0,.2,1);line-height:1.5}.footer__section-links a:hover{color:#fff}@media (max-width: 767px){.footer__section-links a{font-size:.875rem}}.footer__contact-list{display:flex;flex-direction:column;gap:1rem}@media (max-width: 767px){.footer__contact-list{align-items:center;gap:.75rem}}.contact-item{display:flex;align-items:center;gap:.75rem;color:#9ca8ba;font-size:1rem;line-height:1.5;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.contact-item svg{color:#3d6693;flex-shrink:0;width:20px;height:20px}.contact-item:hover{color:#fff}@media (max-width: 767px){.contact-item{justify-content:center;font-size:.875rem}}@media (max-width: 639px){.contact-item{font-size:.75rem;gap:.5rem}.contact-item svg{width:16px;height:16px}}.footer__payment-methods{display:flex;flex-direction:column;gap:1rem}@media (max-width: 767px){.footer__payment-methods{align-items:center;gap:.75rem}}.payment-method{display:flex;align-items:center;gap:.75rem;color:#9ca8ba;font-size:1rem;line-height:1.5}.payment-method svg{color:#3d6693;flex-shrink:0;width:20px;height:20px}@media (max-width: 767px){.payment-method{justify-content:center;font-size:.875rem}}@media (max-width: 639px){.payment-method{font-size:.75rem;gap:.5rem}.payment-method svg{width:16px;height:16px}}.footer__bottom{padding-top:2.5rem;border-top:1px solid #1e3a5f;text-align:center}@media (max-width: 767px){.footer__bottom{padding-top:2rem}}@media (max-width: 639px){.footer__bottom{padding-top:1.5rem}}.footer__copyright{color:#6b7a93;font-size:1rem;line-height:1.5}@media (max-width: 767px){.footer__copyright{font-size:.875rem}}@media (max-width: 639px){.footer__copyright{font-size:.75rem}}@media (max-width: 360px){.footer__container{padding:2rem .75rem 1.25rem}.footer__content{gap:1.5rem}.footer__brand-logo{font-size:1.25rem}.social-link{width:40px;height:40px}.social-link svg{width:18px;height:18px}}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;-webkit-user-select:none;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.mattress-quiz{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;background:#0f141999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem;overflow:hidden;animation:fadeIn .3s ease}.mattress-quiz__overlay{position:absolute;inset:0;z-index:1}.mattress-quiz__container{z-index:2;position:relative;width:100%;max-width:600px;max-height:90vh;max-height:90dvh;background:#fff;border-radius:2rem;box-shadow:0 25px 50px -12px #0f141940;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.mattress-quiz__container{max-width:100%;max-height:85vh;max-height:85dvh;margin:0;border-radius:1.5rem}}.mattress-quiz__close{position:absolute;top:2rem;right:2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f7faff;border:none;border-radius:9999px;color:#4d5a6f;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);z-index:10}.mattress-quiz__close:hover{background:#e5e9f0;color:#1f2937;transform:scale(1.05)}.mattress-quiz__close svg{width:27px;height:27px}@media (max-width: 640px){.mattress-quiz__close{top:1.5rem;right:1.5rem;width:36px;height:36px}}.mattress-quiz__header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 0;flex-shrink:0}@media (max-width: 640px){.mattress-quiz__header{padding:1.5rem 1.5rem 0}}.mattress-quiz__timer{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ebf0f7;border-radius:9999px;color:#182e4d;font-weight:600;font-size:.875rem}.mattress-quiz__timer svg{width:20px;height:20px;stroke:#1e3a5f}@media (max-width: 640px){.mattress-quiz__timer{padding:.25rem .75rem;font-size:.75rem}.mattress-quiz__timer svg{width:16px;height:16px}}.mattress-quiz__steps{font-size:1.125rem;color:#6b7a93;font-weight:500}@media (max-width: 640px){.mattress-quiz__steps{font-size:1rem}}.mattress-quiz__progress{height:6px;background:#e5e9f0;border-radius:9999px;overflow:hidden;margin:1.5rem 2rem 0;flex-shrink:0}@media (max-width: 640px){.mattress-quiz__progress{margin:1rem 1.5rem 0}}.mattress-quiz__progress-bar{height:100%;background:linear-gradient(90deg,#1e3a5f,#3d6693);border-radius:9999px;transition:width .4s cubic-bezier(.16,1,.3,1)}.mattress-quiz__content{flex:1;overflow-y:auto;padding:1.5rem 2rem 2rem}.mattress-quiz__content::-webkit-scrollbar{width:6px}.mattress-quiz__content::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.mattress-quiz__content::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.mattress-quiz__content::-webkit-scrollbar-thumb:hover{background:#9ca8ba}@media (max-width: 640px){.mattress-quiz__content{padding:1rem 1.5rem 1.5rem}}.mattress-quiz__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.25;text-align:center}@media (max-width: 768px){.mattress-quiz__title{font-size:1.5rem}}@media (max-width: 640px){.mattress-quiz__title{font-size:1.25rem;margin-bottom:1rem}}.mattress-quiz__options{display:grid;gap:.75rem}@media (max-width: 640px){.mattress-quiz__options{gap:.5rem}}.mattress-quiz__options--sizes{grid-template-columns:repeat(2,1fr);max-height:none;overflow:visible;margin-bottom:1rem}@media (max-width: 640px){.mattress-quiz__options--sizes{grid-template-columns:1fr;margin-bottom:.75rem}}.mattress-quiz__options--all-sizes{grid-template-columns:repeat(3,1fr);margin-top:1rem;animation:fadeInDown .3s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mattress-quiz__options--all-sizes{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.mattress-quiz__options--all-sizes{grid-template-columns:repeat(2,1fr);margin-top:.75rem}}.mattress-quiz__sizes{display:flex;flex-direction:column}.mattress-quiz__toggle-sizes{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#f7faff;border:1px solid #e5e9f0;border-radius:.5rem;color:#3a4456;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;width:100%}.mattress-quiz__toggle-sizes:hover{background:#e5e9f0;border-color:#d1d7e2;color:#1f2937}.mattress-quiz__toggle-sizes svg{width:20px;height:20px}@media (max-width: 640px){.mattress-quiz__toggle-sizes{padding:.5rem .75rem;font-size:.75rem}.mattress-quiz__toggle-sizes svg{width:16px;height:16px}}.mattress-quiz__option{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;background:#f9fafb;border:2px solid #e5e9f0;border-radius:1rem;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-align:center;width:100%}.mattress-quiz__option:hover{border-color:#6b92ba;background:#fff;transform:translateY(-2px);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.mattress-quiz__option--selected{border-color:#1e3a5f;background:#ebf0f7;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.mattress-quiz__option--selected .mattress-quiz__option-label{color:#12233a}.mattress-quiz__option--size{flex-direction:column;gap:.5rem;text-align:center;justify-content:center;min-height:100px}.mattress-quiz__option--size .mattress-quiz__option-content{align-items:center}@media (max-width: 640px){.mattress-quiz__option--size{min-height:90px}}.mattress-quiz__option--compact{padding:.75rem;min-height:80px}.mattress-quiz__option--compact .mattress-quiz__option-label{font-size:1rem}.mattress-quiz__option--compact .mattress-quiz__option-subtitle{font-size:.75rem}@media (max-width: 640px){.mattress-quiz__option--compact{padding:.5rem;min-height:70px}.mattress-quiz__option--compact .mattress-quiz__option-label{font-size:.875rem}}.mattress-quiz__option--custom{background:linear-gradient(135deg,#ebf0f7,#dbeafe);border:2px dashed #3d6693;border-width:2px;position:relative;overflow:hidden}.mattress-quiz__option--custom .mattress-quiz__option-label{color:#12233a;font-weight:700}.mattress-quiz__option--custom .mattress-quiz__option-subtitle{color:#182e4d;font-weight:500}.mattress-quiz__option--custom:hover{background:linear-gradient(135deg,#d7e1ef,#dbeafe);border-color:#1e3a5f;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.mattress-quiz__option--custom.mattress-quiz__option--selected{background:linear-gradient(135deg,#d7e1ef,#a8bfd9);border-color:#182e4d;border-style:solid}.mattress-quiz__option--custom.mattress-quiz__option--selected:before{opacity:1}@media (max-width: 640px){.mattress-quiz__option--custom:before{font-size:1rem;top:.25rem;right:.25rem}}@media (max-width: 640px){.mattress-quiz__option{padding:1rem;gap:.75rem}}.mattress-quiz__option-icon{font-size:1.875rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.75rem}@media (max-width: 640px){.mattress-quiz__option-icon{font-size:1.5rem;width:40px;height:40px}}.mattress-quiz__option-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.mattress-quiz__option-label{font-size:1.125rem;font-weight:600;color:#1f2937;transition:color .2s ease}@media (max-width: 640px){.mattress-quiz__option-label{font-size:1rem}}.mattress-quiz__option-subtitle{font-size:.875rem;color:#6b7a93}@media (max-width: 640px){.mattress-quiz__option-subtitle{font-size:.75rem}}.mattress-quiz__footer{padding:1.5rem 2rem 2rem;border-top:1px solid #e5e9f0;flex-shrink:0}@media (max-width: 640px){.mattress-quiz__footer{padding:1rem 1.5rem 1.5rem}}.mattress-quiz__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.mattress-quiz__button--primary{background:#1e3a5f;color:#fff;width:100%}.mattress-quiz__button--primary:hover{background:#182e4d;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.mattress-quiz__button--primary:active{transform:translateY(0)}.mattress-quiz__button--secondary{background:#f7faff;color:#3a4456;width:100%}.mattress-quiz__button--secondary:hover{background:#e5e9f0;transform:translateY(-2px);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.mattress-quiz__button--secondary:active{transform:translateY(0)}.mattress-quiz__button--back{background:transparent;color:#4d5a6f;padding:.75rem 1rem}.mattress-quiz__button--back:hover{background:#f7faff;color:#1f2937}.mattress-quiz__button svg{width:20px;height:20px}@media (max-width: 640px){.mattress-quiz__button{padding:.75rem 1.25rem;font-size:.875rem}.mattress-quiz__button svg{width:18px;height:18px}}.mattress-quiz__complete{text-align:center;padding:2rem;overflow-y:auto}.mattress-quiz__complete::-webkit-scrollbar{width:6px}.mattress-quiz__complete::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.mattress-quiz__complete::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.mattress-quiz__complete::-webkit-scrollbar-thumb:hover{background:#9ca8ba}@media (max-width: 640px){.mattress-quiz__complete{padding:1.5rem}}.mattress-quiz__complete-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:9999px;color:#fff;font-size:3rem;font-weight:700;box-shadow:0 10px 30px #10b9814d;animation:scaleIn .5s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (max-width: 640px){.mattress-quiz__complete-icon{width:64px;height:64px;font-size:2.25rem;margin-bottom:1rem}}.mattress-quiz__complete-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (max-width: 640px){.mattress-quiz__complete-title{font-size:1.25rem;margin-bottom:.75rem}}.mattress-quiz__complete-text{font-size:1rem;color:#6b7a93;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 640px){.mattress-quiz__complete-text{font-size:.875rem;margin-bottom:1.5rem}}.mattress-quiz__complete-summary{background:#f9fafb;border-radius:1rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.mattress-quiz__complete-summary h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.mattress-quiz__complete-summary ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.mattress-quiz__complete-summary li{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#fff;border-radius:.5rem;font-size:.875rem}.mattress-quiz__complete-summary li span{color:#6b7a93}.mattress-quiz__complete-summary li strong{color:#1f2937;font-weight:600}@media (max-width: 640px){.mattress-quiz__complete-summary{padding:1rem;margin-bottom:1.5rem}.mattress-quiz__complete-summary h3{font-size:1rem;margin-bottom:.75rem}.mattress-quiz__complete-summary li{padding:.5rem;font-size:.75rem;flex-direction:column;align-items:flex-start;gap:.25rem}}.mattress-quiz__complete-actions{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 640px){.mattress-quiz__complete-actions{gap:.5rem}}.mattress-quiz__price-step{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 640px){.mattress-quiz__price-step{gap:1.25rem}}.mattress-quiz__price-presets{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (max-width: 640px){.mattress-quiz__price-presets{gap:.5rem}}.mattress-quiz__price-preset{padding:1rem .75rem;background:#f9fafb;border:2px solid #e5e9f0;border-radius:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;color:#3a4456;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-align:center}.mattress-quiz__price-preset:hover{border-color:#6b92ba;background:#fff;transform:translateY(-2px);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.mattress-quiz__price-preset--active{border-color:#1e3a5f;background:#ebf0f7;color:#12233a;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 640px){.mattress-quiz__price-preset{padding:.75rem .5rem;font-size:.75rem}}.mattress-quiz__price-slider{padding:.5rem .25rem}.quiz-price-slider .rc-slider-track{background:#1e3a5f!important;height:6px!important}.quiz-price-slider .rc-slider-rail{background:#e5e9f0!important;height:6px!important}.quiz-price-slider .rc-slider-handle{width:22px!important;height:22px!important;background:#1e3a5f!important;border:3px solid #ffffff!important;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a!important;margin-top:-8px!important;opacity:1!important}.quiz-price-slider .rc-slider-handle:hover,.quiz-price-slider .rc-slider-handle:focus,.quiz-price-slider .rc-slider-handle:active{box-shadow:0 0 0 4px #1e3a5f26!important}.quiz-price-slider .rc-slider-handle-dragging{box-shadow:0 0 0 4px #1e3a5f40!important}.mattress-quiz__price-inputs{display:flex;align-items:flex-end;gap:.75rem;justify-content:center}@media (max-width: 640px){.mattress-quiz__price-inputs{gap:.5rem}}.mattress-quiz__price-field{flex:1;max-width:180px;display:flex;flex-direction:column;gap:.25rem}.mattress-quiz__price-field-label{font-size:.75rem;font-weight:500;color:#6b7a93;text-transform:uppercase;letter-spacing:.05em}.mattress-quiz__price-input-wrapper{display:flex;align-items:center;background:#f9fafb;border:2px solid #e5e9f0;border-radius:.5rem;padding:.75rem;transition:border-color .2s ease}.mattress-quiz__price-input-wrapper:focus-within{border-color:#3d6693;background:#fff}.mattress-quiz__price-input{flex:1;border:none;background:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;color:#1f2937;outline:none;width:100%;min-width:0}.mattress-quiz__price-input::placeholder{color:#9ca8ba}@media (max-width: 640px){.mattress-quiz__price-input{font-size:.875rem}}.mattress-quiz__price-currency{font-size:.875rem;font-weight:500;color:#9ca8ba;margin-left:.5rem;flex-shrink:0}.mattress-quiz__price-divider{font-size:1.125rem;color:#9ca8ba;padding-bottom:.5rem;flex-shrink:0}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem 1rem;text-align:center}.error-boundary__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#ef4444;border-radius:9999px;margin-bottom:1.5rem}@media (max-width: 640px){.error-boundary__icon{width:64px;height:64px}.error-boundary__icon svg{width:36px;height:36px}}.error-boundary__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media (max-width: 640px){.error-boundary__title{font-size:1.25rem}}.error-boundary__text{font-size:1rem;color:#6b7a93;line-height:1.75;max-width:480px;margin-bottom:2rem}@media (max-width: 640px){.error-boundary__text{font-size:.875rem;margin-bottom:1.5rem}}.error-boundary__actions{display:flex;gap:.75rem}@media (max-width: 640px){.error-boundary__actions{flex-direction:column;width:100%;max-width:280px}}.error-boundary__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.error-boundary__btn:active{transform:translateY(1px)}.error-boundary__btn--primary{background:#1e3a5f;color:#fff;box-shadow:0 1px 2px #0f14190d}.error-boundary__btn--primary:hover{background:#182e4d;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-2px)}.error-boundary__btn--outline{background:transparent;color:#1e3a5f;border:2px solid #1e3a5f}.error-boundary__btn--outline:hover{background:#1e3a5f1a;transform:translateY(-2px)}.wishlist-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background-color:#fff;border:2px solid #e5e9f0;border-radius:9999px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.wishlist-button:hover:not(:disabled){border-color:#1e3a5f;background-color:#ebf0f7;transform:scale(1.05)}.wishlist-button:active:not(:disabled){transform:scale(.95)}.wishlist-button:disabled{cursor:not-allowed;opacity:.7}.wishlist-button:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.wishlist-button__icon{color:#6b7a93;transition:all .2s ease}.wishlist-button__icon--spinner{animation:spin 1s linear infinite}.wishlist-button__text{font-size:.875rem;font-weight:500;color:#1f2937;white-space:nowrap;transition:color .2s ease}.wishlist-button--active{border-color:#1e3a5f;background-color:#1e3a5f}.wishlist-button--active .wishlist-button__icon{color:#fff;animation:heartBeat .3s ease}.wishlist-button--active .wishlist-button__text{color:#fff}.wishlist-button--active:hover:not(:disabled){border-color:#182e4d;background-color:#182e4d}.wishlist-button--toggling{pointer-events:none}.wishlist-button--toggling .wishlist-button__icon{color:#1e3a5f}.wishlist-button--default{width:44px;height:44px;padding:.75rem}.wishlist-button--small{width:36px;height:36px;padding:.5rem}.wishlist-button--small .wishlist-button__icon{width:16px;height:16px}.wishlist-button--large{width:52px;height:52px;padding:1rem}.wishlist-button--large .wishlist-button__icon{width:24px;height:24px}.wishlist-button--with-text{width:auto;padding:.75rem 1.25rem;border-radius:.75rem}.wishlist-button:after{content:"";position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);border-radius:50%;background-color:#1e3a5f4d;opacity:0;pointer-events:none}.wishlist-button:active:not(:disabled):after{animation:ripple .6s ease-out}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.2)}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@media (max-width: 640px){.wishlist-button--small{width:40px;height:40px}.wishlist-button--with-text{padding:.5rem 1rem;font-size:.75rem}}@media (prefers-reduced-motion: reduce){.wishlist-button,.wishlist-button__icon,.wishlist-button__text{animation:none!important;transition:none!important}}.product-card{background:#fff;color:#1f2937;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;overflow:hidden;display:flex;flex-direction:column;width:100%;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1);border:1px solid #e5e9f0;height:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.product-card img{pointer-events:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.product-card:hover{box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;border-color:#d1d7e2}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1/1;background:#e5e9f0;overflow:hidden;flex-shrink:0}.product-card__image-wrapper--loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:shimmer 1.5s infinite}.product-card__image-link,.product-card__title-link{text-decoration:none;color:inherit;display:block}.product-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:1rem;opacity:0;transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.product-card__image--loaded{opacity:1}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__discount{position:absolute;top:.75rem;right:.75rem;background:#e63946;color:#fff;font-size:.75rem;font-weight:700;padding:.5rem .75rem;border-radius:9999px;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;line-height:1;letter-spacing:-.02em;z-index:2}.product-card__wishlist{position:absolute;top:.75rem;left:.75rem;z-index:2;transition:all .2s ease}@media (max-width: 768px){.product-card__wishlist{opacity:1;transform:scale(1)}}.product-card__content{padding:1rem;display:flex;flex-direction:column;flex:1;min-height:0}.product-card__title{margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.3;font-size:1.125rem;color:#1f2937;height:auto;min-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__specs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#6b7a93;line-height:1.4;min-height:20px;margin-bottom:.75rem;overflow:hidden}.product-card__spec{white-space:nowrap}.product-card__separator{color:#d1d7e2}.product-card__price-wrapper{display:flex;align-items:center;gap:.75rem;height:35px;margin-top:auto;margin-bottom:.75rem}.product-card__price{font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1;letter-spacing:-.02em}.product-card__old-price{font-size:1rem;color:#9ca8ba;text-decoration:line-through;font-weight:400;line-height:1}.product-card__custom-price{font-size:1.125rem;font-weight:600;color:#182e4d;line-height:1;letter-spacing:-.02em}.product-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto}.product-card__button{height:40px;padding:0 1rem;border-radius:.75rem;border:1px solid transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .15s cubic-bezier(.4,0,.2,1);text-align:center}.product-card__button:active{transform:translateY(1px)}.product-card__button--primary{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.product-card__button--primary:hover{background:#182e4d;border-color:#182e4d;box-shadow:0 1px 2px #0f14190d}.product-card__button--primary:active{background:#12233a;border-color:#12233a}.product-card__button--primary:focus-visible{outline:2px solid #6b92ba;outline-offset:2px}.product-card__button--secondary{background:#f7faff;color:#1f2937;border-color:#e5e9f0}.product-card__button--secondary:hover{background:#e5e9f0;border-color:#d1d7e2}.product-card__button--secondary:active{background:#d1d7e2}.product-card__button--secondary:focus-visible{outline:2px solid #a8bfd9;outline-offset:2px}.product-card__button--added{cursor:default;pointer-events:none}@media (max-width: 1024px){.product-card__image-wrapper{aspect-ratio:1/.85}.product-card__content{padding:.75rem}.product-card__title{font-size:.875rem;margin-bottom:.5rem;min-height:20px}.product-card__specs{font-size:.75rem;gap:.25rem;margin-bottom:.5rem}.product-card__price{font-size:1.25rem}.product-card__old-price{font-size:.875rem}.product-card__price-wrapper{margin-bottom:.5rem;gap:.5rem}.product-card__actions{gap:.5rem}.product-card__button{height:40px;padding:0 .75rem;font-size:.875rem}}@media (max-width: 768px){.product-card__image-wrapper{aspect-ratio:1/.8}.product-card__content{padding:.75rem}.product-card__title{font-size:1rem;line-height:1.3;min-height:22px;margin-bottom:.5rem}.product-card__image{padding:.5rem}.product-card__specs{font-size:.875rem;margin-bottom:.75rem;gap:.5rem}.product-card__price{font-size:1.25rem}.product-card__old-price{font-size:.875rem}.product-card__price-wrapper{margin-bottom:.75rem;gap:.5rem}.product-card__actions{gap:.5rem}.product-card__button{height:40px;font-size:.875rem;padding:0 .75rem}}@media (max-width: 640px){.product-card__image-wrapper{aspect-ratio:1/.75}.product-card__content{padding:.75rem}.product-card__actions{grid-template-columns:1fr;gap:.5rem}.product-card__button{width:100%;height:44px;font-size:.875rem;padding:0 1rem}.product-card__title{font-size:1rem;line-height:1.35;min-height:22px;margin-bottom:.5rem}.product-card__specs{font-size:.875rem;margin-bottom:.75rem}.product-card__price{font-size:1.25rem}.product-card__old-price{font-size:.875rem}.product-card__price-wrapper{margin-bottom:.75rem;gap:.5rem}}@media (max-width: 360px){.product-card__image-wrapper{aspect-ratio:1/.75}.product-card__content{padding:.75rem}.product-card__title{font-size:1.125rem;line-height:1.4;min-height:20px;margin-bottom:.5rem}.product-card__specs{font-size:.75rem;margin-bottom:.75rem}.product-card__price{font-size:1.25rem}.product-card__old-price{font-size:.75rem}.product-card__price-wrapper{gap:.5rem;margin-bottom:1rem}.product-card__button{height:44px;font-size:.875rem}}.carousel{padding:3rem 0;background:#f7faff;width:100%;max-width:100vw;overflow:hidden}@media (max-width: 768px){.carousel{padding:2.5rem 0}}@media (max-width: 640px){.carousel{padding:2rem 0}}.carousel__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}@media (max-width: 640px){.carousel__header{margin-bottom:1.5rem}}.carousel__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.carousel__title{font-size:1.5rem}}@media (max-width: 640px){.carousel__title{font-size:1.25rem}}.carousel__controls{display:flex;gap:.75rem;flex-shrink:0}@media (max-width: 640px){.carousel__controls{gap:.5rem}}.carousel__track{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:auto;padding:.25rem 0 1rem;scrollbar-width:none;-ms-overflow-style:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__track{cursor:grab}.carousel__track:active{cursor:grabbing}.carousel__track{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width: 768px){.carousel__track{gap:1rem}}@media (max-width: 640px){.carousel__track{gap:.75rem;padding-right:1rem}}.carousel__item{flex:0 0 280px;max-width:280px;min-width:280px}@media (max-width: 1024px){.carousel__item{flex-basis:240px;max-width:240px;min-width:240px}}@media (max-width: 768px){.carousel__item{flex-basis:280px;max-width:280px;min-width:280px}}@media (max-width: 640px){.carousel__item{flex-basis:280px;max-width:280px;min-width:280px}}@media (max-width: 360px){.carousel__item{flex-basis:260px;max-width:260px;min-width:260px}}.carousel-control{width:48px;height:48px;border-radius:9999px;background:#1e3a5f;color:#fff;border:none;font-size:1.25rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 640px){.carousel-control{width:36px;height:36px;font-size:1.125rem}}.carousel-control:hover:not(.carousel-control--disabled){background:#182e4d;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:scale(1.05)}.carousel-control:active:not(.carousel-control--disabled){background:#12233a;transform:scale(.95)}.carousel-control--disabled{opacity:.3;cursor:not-allowed}.skeleton{background:#e5e9f0;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:shimmer 1.5s infinite}.skeleton-card{background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column}.skeleton-card__image{aspect-ratio:1/1;width:100%}@media (max-width: 1024px){.skeleton-card__image{aspect-ratio:1/.85}}@media (max-width: 768px){.skeleton-card__image{aspect-ratio:1/.8}}.skeleton-card__content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-card__actions{display:grid;grid-template-columns:1fr 40px;gap:.75rem;margin-top:.5rem}.skeleton-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,280px));justify-content:center;gap:1.5rem}@media (max-width: 1280px){.skeleton-product-grid{grid-template-columns:repeat(3,minmax(0,280px));gap:1.25rem}}@media (max-width: 1024px){.skeleton-product-grid{grid-template-columns:repeat(2,minmax(0,280px));gap:1.25rem}}@media (max-width: 768px){.skeleton-product-grid{grid-template-columns:repeat(2,minmax(0,260px));gap:1rem}}@media (max-width: 640px){.skeleton-product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 480px){.skeleton-product-grid{grid-template-columns:minmax(0,320px);gap:1rem}}.skeleton-carousel{display:flex;gap:1.25rem;overflow:hidden;padding:.25rem 0 1rem}@media (max-width: 768px){.skeleton-carousel{gap:1rem}}@media (max-width: 640px){.skeleton-carousel{gap:.75rem}}.skeleton-carousel .skeleton-card{flex:0 0 280px;min-width:280px;max-width:280px}@media (max-width: 1024px){.skeleton-carousel .skeleton-card{flex-basis:240px;min-width:240px;max-width:240px}}@media (max-width: 768px){.skeleton-carousel .skeleton-card{flex-basis:280px;min-width:280px;max-width:280px}}@media (max-width: 360px){.skeleton-carousel .skeleton-card{flex-basis:260px;min-width:260px;max-width:260px}}.skeleton-product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1400px;margin:0 auto;padding:2rem 1.5rem}@media (max-width: 1024px){.skeleton-product-detail{gap:2.5rem}}@media (max-width: 768px){.skeleton-product-detail{grid-template-columns:1fr;gap:2rem}}.skeleton-product-detail__gallery{display:flex;flex-direction:column;gap:1rem}.skeleton-product-detail__main-image{aspect-ratio:1/1;width:100%;border-radius:1rem}.skeleton-product-detail__thumbs{display:flex;gap:.75rem}.skeleton-product-detail__thumb{width:72px;height:72px;border-radius:.5rem;flex-shrink:0}@media (max-width: 768px){.skeleton-product-detail__thumb{width:56px;height:56px}}.skeleton-product-detail__info{display:flex;flex-direction:column;gap:1.25rem}.skeleton-product-detail__features{display:flex;flex-direction:column;gap:.75rem}.skeleton-product-detail__sizes{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.skeleton-product-detail__actions{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.skeleton-product-detail__actions{grid-template-columns:1fr}}.skeleton-profile{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.skeleton-profile__header{display:flex;justify-content:space-between;align-items:center}.skeleton-profile__user-card{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.skeleton-profile__user-card{flex-direction:column;align-items:flex-start;gap:1rem}}.skeleton-profile__user-info{display:flex;align-items:center;gap:1.25rem}.skeleton-profile__form-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.skeleton-profile__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 768px){.skeleton-profile__form-grid{grid-template-columns:1fr}}.skeleton-profile__field{display:flex;flex-direction:column;gap:.5rem}.skeleton-profile__orders-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.skeleton-profile__order{border:1px solid #d1d7e2;border-radius:.5rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.skeleton-profile__order+.skeleton-profile__order{margin-top:1.25rem}.skeleton-profile__order-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #e5e9f0}.skeleton-profile__order-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.75rem}.skeleton-profile__order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e5e9f0}.home{background:#f7faff;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}.container{max-width:1440px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}@media (max-width: 1024px){.container{padding:0 1.5rem}}@media (max-width: 768px){.container{padding:0 1.25rem}}@media (max-width: 640px){.container{padding:0 1rem}}.section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 2rem}.section-title--inline{margin:0}@media (max-width: 768px){.section-title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 640px){.section-title{font-size:1.25rem;margin-bottom:1.25rem}}.hero{padding:4rem 0;background:linear-gradient(to bottom,#f8fafc,#e2e8f0);min-height:55vh;display:flex;align-items:center;position:relative;overflow:hidden;width:100%;max-width:100vw}@media (max-width: 1024px){.hero{padding:3rem 0;min-height:auto}}@media (max-width: 640px){.hero{padding:2.5rem 0 4rem}}.hero__content{display:flex;align-items:flex-start;justify-content:space-between;gap:60px;position:relative;z-index:10}@media (max-width: 1024px){.hero__content{flex-direction:column;align-items:center;gap:.5rem;text-align:center}}.hero__left{flex:0 1 auto;max-width:550px;display:flex;flex-direction:column;gap:1rem}@media (max-width: 1024px){.hero__left{max-width:100%;width:100%;display:contents}}.hero__text{z-index:1;position:relative}@media (max-width: 1024px){.hero__text{order:1}}.hero__title{font-size:54px;font-weight:700;line-height:1.1;margin:0 0 1.5rem;color:#1f2937;letter-spacing:-.02em}@media (max-width: 1024px){.hero__title{font-size:42px;margin-bottom:1rem}}@media (max-width: 640px){.hero__title{font-size:32px}}.hero__subtitle{font-size:17px;line-height:1.6;color:#6b7a93;margin:0}@media (max-width: 1024px){.hero__subtitle{font-size:16px}}@media (max-width: 640px){.hero__subtitle{font-size:15px}}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}@media (max-width: 1024px){.hero__buttons{justify-content:center;order:3;width:100%}}@media (max-width: 640px){.hero__buttons{flex-direction:column;width:100%}}.hero__button{padding:15px 32px;font-size:1rem;font-weight:600;border-radius:10px;text-decoration:none;transition:all .3s ease;display:inline-block;border:2px solid transparent;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 640px){.hero__button{width:100%;text-align:center;padding:14px 28px}}.hero__button--primary{background-color:#1e3a5f;color:#fff}.hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #11397966}.hero__button--primary:active{transform:translateY(0)}.hero__button--secondary{background-color:#fff;color:#1f2937;border-color:#e2e8f0}.hero__button--secondary:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 25px #0f172a1a}.hero__button--secondary:active{transform:translateY(0);background-color:#e2e8f0}.hero__mattress{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-width:550px}@media (max-width: 1024px){.hero__mattress{width:100%;min-width:auto;order:2;margin:0}}.hero__mattress-shape{position:relative;width:700px;height:420px}@media (max-width: 1024px){.hero__mattress-shape{width:100%;max-width:550px;height:350px}}@media (max-width: 640px){.hero__mattress-shape{width:100%;max-width:420px;height:280px}}.hero__mattress-shape:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:85%;background:#fff;border-radius:50%;box-shadow:0 40px 80px #0000002e,0 20px 40px #0000001f,0 10px 20px #00000014,inset 0 -15px 30px #0000000a}@media (max-width: 640px){.hero__mattress-shape:before{box-shadow:0 30px 60px #00000029,0 15px 30px #0000001a,0 8px 15px #0000000f}}.hero__mattress-shape:after{content:"";position:absolute;bottom:-60px;left:50%;transform:translate(-50%);width:70%;height:100px;background:radial-gradient(ellipse at center,rgba(0,0,0,.2) 0%,rgba(0,0,0,.1) 40%,transparent 70%);border-radius:50%;filter:blur(25px)}@media (max-width: 1024px){.hero__mattress-shape:after{width:65%;height:80px;bottom:-50px}}@media (max-width: 768px){.hero__mattress-shape:after{width:60%;height:70px;bottom:-40px}}@media (max-width: 640px){.hero__mattress-shape:after{width:55%;height:50px;bottom:-30px;filter:blur(20px)}}.hero__cat-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:380px;display:flex;align-items:center;justify-content:center;z-index:2}@media (max-width: 1024px){.hero__cat-container{width:100%;max-width:480px;height:300px}}@media (max-width: 640px){.hero__cat-container{width:100%;height:240px}}.hero__cat-image{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.15));animation:float 4s ease-in-out infinite}@media (max-width: 640px){.hero__cat-image{filter:drop-shadow(0 10px 20px rgba(0,0,0,.12))}}.hero__zzz{position:absolute;top:10%;left:20%;pointer-events:none;z-index:3}@media (max-width: 1024px){.hero__zzz{top:10%;left:20%}}@media (max-width: 768px){.hero__zzz{top:10%;left:20%}}@media (max-width: 640px){.hero__zzz{top:12%;left:20%}}.hero__zzz-item{position:absolute;font-size:32px;font-weight:600;color:#3d6693;opacity:0;text-shadow:2px 2px 4px rgba(0,0,0,.6)}@media (max-width: 1024px){.hero__zzz-item{font-size:28px}}@media (max-width: 768px){.hero__zzz-item{font-size:24px}}@media (max-width: 640px){.hero__zzz-item{font-size:20px}}.hero__zzz-item--1{animation:zzz-float 4s ease-in-out infinite;animation-delay:0s}.hero__zzz-item--2{animation:zzz-float 4s ease-in-out infinite;animation-delay:1.3s;left:25px}@media (max-width: 640px){.hero__zzz-item--2{left:18px}}.hero__zzz-item--3{animation:zzz-float 4s ease-in-out infinite;animation-delay:2.6s;left:50px}@media (max-width: 640px){.hero__zzz-item--3{left:35px}}.hero__image{display:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes zzz-float{0%{opacity:0;transform:translate(0) scale(.8)}10%{opacity:.4}15%{opacity:.6}70%{opacity:.4}85%{opacity:.2}to{opacity:0;transform:translate(-30px,-70px) scale(1.2)}}.quick-selection{padding:5rem 0;background:#fff;width:100%;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){.quick-selection{padding:4rem 0}}@media (max-width: 640px){.quick-selection{padding:3rem 0}}.quick-selection__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}@media (max-width: 1200px){.quick-selection__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 768px){.quick-selection__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.quick-selection__grid{grid-template-columns:1fr;gap:1rem}}.category-card{background:#f7faff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid #e5e9f0}.category-card:hover{box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-4px);border-color:#d1d7e2}.category-card:hover .category-card__image img{transform:scale(1.05)}.category-card:hover .category-card__button{background:#182e4d}.category-card__image{width:100%;aspect-ratio:3/2;background:#f7faff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1rem}@media (max-width: 640px){.category-card__image{padding:.75rem}}.category-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1)}.category-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.category-card__title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0;line-height:1.25}.category-card__subtitle{font-size:.75rem;color:#6b7a93;margin:0;line-height:1.5;flex:1}.category-card__button{padding:.75rem;background:#1e3a5f;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:center;display:inline-block;margin-top:.5rem}.benefits{padding:1.5rem 0 2.5rem;background:#f7faff;width:100%;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){.benefits{padding:2.5rem 0}}@media (max-width: 640px){.benefits{padding:2rem 0}}.benefits__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.benefits__grid .benefit-card{grid-column:span 4}@media (max-width: 1024px){.benefits__grid .benefit-card{grid-column:span 6}}@media (max-width: 640px){.benefits__grid .benefit-card{grid-column:span 12}}.benefit-card{background:#fff;border:1px solid #e5e9f0;border-radius:1rem;display:flex;align-items:center;gap:1.25rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transition:all .2s cubic-bezier(.4,0,.2,1)}.benefit-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;border-color:#a8bfd9}@media (max-width: 1024px){.benefit-card{gap:1rem;padding:1.25rem}}@media (max-width: 768px){.benefit-card{gap:.75rem;padding:1rem}}@media (max-width: 640px){.benefit-card{gap:.5rem;padding:.75rem}}.benefit-card__icon{width:64px;height:64px;border-radius:9999px;background:#ebf0f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;color:#1e3a5f;transition:all .15s cubic-bezier(.4,0,.2,1)}.benefit-card:hover .benefit-card__icon{background:#d7e1ef;transform:scale(1.05)}@media (max-width: 1024px){.benefit-card__icon{width:56px;height:56px}}@media (max-width: 768px){.benefit-card__icon{width:48px;height:48px}}@media (max-width: 640px){.benefit-card__icon{width:40px;height:40px}}.benefit-card__icon svg{width:32px;height:32px}@media (max-width: 1024px){.benefit-card__icon svg{width:28px;height:28px}}@media (max-width: 768px){.benefit-card__icon svg{width:24px;height:24px}}@media (max-width: 640px){.benefit-card__icon svg{width:20px;height:20px}}.benefit-card__content{display:flex;flex-direction:column;gap:.5rem}.benefit-card__title{margin:0;color:#1f2937;font-weight:700;font-size:1.125rem}@media (max-width: 1024px){.benefit-card__title{font-size:1rem}}.benefit-card__description{margin:0;color:#6b7a93;font-size:1rem;line-height:1.75}@media (max-width: 1024px){.benefit-card__description{font-size:.875rem}}@media (max-width: 320px){.benefit-card__description{font-size:.75rem}}.cta{padding:2rem 0 5rem;width:100%;max-width:100vw;overflow-x:hidden}.cta__content{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;background:#1e3a5f;padding:2.5rem 4rem;border-radius:1.5rem}@media (max-width: 768px){.cta__content{grid-template-columns:1fr;text-align:center;padding:2.5rem 2rem;gap:1.5rem}}.cta__title{margin:0;color:#fff;line-height:1.25;font-size:1.5rem;font-weight:700}@media (max-width: 1024px){.cta__title{font-size:1.25rem}}@media (max-width: 768px){.cta__title{font-size:1.25rem}}@media (max-width: 640px){.cta__title{font-size:1.125rem}}.cta__button{justify-self:end;padding:1rem 2rem;background:#fff;color:#1e3a5f;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.cta__button:hover{background:#f9fafb;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a}.cta__button:active{background:#f7faff}@media (max-width: 768px){.cta__button{justify-self:center;width:100%;font-size:.875rem}}.catalog-filters{background:#fff;border-radius:1rem;padding:1.5rem;padding-right:0;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;border:1px solid #f7faff;margin-bottom:.25rem;overflow-x:hidden;width:100%;max-width:100%;display:flex;flex-direction:column;max-height:calc(100vh - 64px - 3rem)}.catalog-filters__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;padding-right:1.5rem;border-bottom:2px solid #e5e9f0;gap:.75rem;flex-shrink:0}.catalog-filters__title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex:1}.catalog-filters__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em}.catalog-filters__reset{background:none;border:none;color:#1e3a5f;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;padding:.5rem .75rem;border-radius:.5rem;white-space:nowrap}.catalog-filters__reset:hover{color:#182e4d;background:#ebf0f7}.catalog-filters__reset:active{transform:translateY(1px)}.catalog-filters__close{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#f7faff;border:none;border-radius:9999px;color:#1f2937;cursor:pointer;transition:all .15s;flex-shrink:0}.catalog-filters__close:hover{background:#e5e9f0}.catalog-filters__close:active{transform:scale(.95)}.catalog-filters__content{overflow-x:hidden;overflow-y:auto;width:100%;max-width:100%;flex:1;min-height:0;padding-right:.75rem;margin-right:0}.catalog-filters__content::-webkit-scrollbar{width:6px}.catalog-filters__content::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px;margin-right:2px}.catalog-filters__content::-webkit-scrollbar-thumb{background:#a8bfd9;border-radius:9999px}.catalog-filters__content::-webkit-scrollbar-thumb:hover{background:#6b92ba}.catalog-filters__apply{width:calc(100% - 1.5rem);padding:1rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);margin-top:1.5rem;margin-right:1.5rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;flex-shrink:0}.catalog-filters__apply:hover{background:#182e4d;box-shadow:0 1px 2px #0f14190d;transform:translateY(-1px)}.catalog-filters__apply:active{transform:translateY(0);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.catalog-filters__apply:focus{outline:none;box-shadow:0 0 0 3px #ebf0f7,0 1px 2px #0f14190d}.filter-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f7faff;overflow-x:hidden;width:100%;max-width:100%}.filter-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-section__title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 1rem;letter-spacing:0}.filter-section__chips{display:flex;flex-wrap:wrap;gap:.5rem}.filter-section__chips--grid{display:flex;flex-wrap:wrap;gap:.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.filter-section__chips--grid::-webkit-scrollbar{width:4px}.filter-section__chips--grid::-webkit-scrollbar-track{background:#ebf0f7;border-radius:9999px}.filter-section__chips--grid::-webkit-scrollbar-thumb{background:#a8bfd9;border-radius:9999px}.filter-section__chips--grid::-webkit-scrollbar-thumb:hover{background:#6b92ba}.filter-section__checkboxes{display:flex;flex-direction:column;gap:.25rem}.filter-section__slider{padding:.5rem .75rem}.filter-section__slider-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#6b7a93}.filter-section__price-inputs{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;margin-top:1rem;width:100%;max-width:100%;overflow:hidden}.filter-section__price-input-group{display:flex;flex-direction:column;gap:.5rem;min-width:0;max-width:100%}.filter-section__price-input-group label{font-size:.75rem;color:#6b7a93;font-weight:500}.filter-section__price-input-group>div{position:relative;display:flex;align-items:center;gap:.5rem;min-width:0;max-width:100%}.filter-section__price-input-group input{flex:1;min-width:0;max-width:100%;padding:.5rem .75rem;border:1px solid #e5e9f0;border-radius:.5rem;font-size:.875rem;color:#1f2937;background:#fff;transition:all .15s;text-align:right}.filter-section__price-input-group input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #ebf0f7}.filter-section__price-input-group input:hover{border-color:#d1d7e2}.filter-section__price-input-group input[type=number]::-webkit-inner-spin-button,.filter-section__price-input-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-section__price-input-group input[type=number]{-moz-appearance:textfield}.filter-section__price-input-group span{font-size:.875rem;color:#6b7a93;font-weight:500;flex-shrink:0}.filter-section__price-separator{color:#9ca8ba;font-weight:500;padding-top:1.25rem}.filter-checkbox{display:flex;align-items:center;cursor:pointer;position:relative;padding:.5rem 0;-webkit-user-select:none;user-select:none}.filter-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.filter-checkbox__checkmark{position:relative;height:20px;width:20px;background:#fff;border:2px solid #e5e9f0;border-radius:.25rem;transition:all .15s;flex-shrink:0}.filter-checkbox__checkmark:after{content:"";position:absolute;display:none;top:50%;left:50%;width:6px;height:12px;border:solid #ffffff;border-width:0 2px 2px 0;transform:translate(-42%,-65%) rotate(45deg)}.filter-checkbox__label{margin-left:.75rem;font-size:.875rem;color:#1f2937;font-weight:500;transition:color .15s}.filter-checkbox:hover .filter-checkbox__checkmark{border-color:#3d6693;background:#ebf0f7}.filter-checkbox input[type=checkbox]:checked~.filter-checkbox__checkmark{background:#1e3a5f;border-color:#1e3a5f}.filter-checkbox input[type=checkbox]:checked~.filter-checkbox__checkmark:after{display:block}.filter-checkbox input[type=checkbox]:focus~.filter-checkbox__checkmark{box-shadow:0 0 0 3px #ebf0f7}.filter-chip{transition:all .15s!important;font-size:.875rem!important;font-weight:500!important;border-radius:.75rem!important;padding:.5rem 1rem!important;height:auto!important;min-height:36px!important;max-width:100%!important;white-space:normal!important;text-align:left!important}.filter-chip .MuiChip-label{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important}.filter-chip.MuiChip-outlined{background:#ebf0f7!important;border-color:#d7e1ef!important;color:#1f2937!important}.filter-chip.MuiChip-outlined:hover{background:#d7e1ef!important;border-color:#6b92ba!important}.filter-chip.MuiChip-filled{background:#1e3a5f!important;color:#fff!important;border:1px solid #1e3a5f!important}.filter-chip.MuiChip-filled:hover{background:#182e4d!important}.filter-chip.MuiChip-filled .MuiChip-deleteIcon{color:#fff!important;opacity:.8;transition:opacity .15s}.filter-chip.MuiChip-filled .MuiChip-deleteIcon:hover{opacity:1}.filter-chip--size{font-size:.875rem!important;padding:.5rem .75rem!important;min-height:34px!important;height:auto!important}.custom-slider .rc-slider-track{background:#1e3a5f!important;height:6px!important}.custom-slider .rc-slider-rail{background:#e5e9f0!important;height:6px!important}.custom-slider .rc-slider-handle{width:18px!important;height:18px!important;background:#1e3a5f!important;border:3px solid #ffffff!important;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a!important;margin-top:-6px!important;opacity:1!important}.custom-slider .rc-slider-handle:hover,.custom-slider .rc-slider-handle:active,.custom-slider .rc-slider-handle:focus{background:#182e4d!important;transform:scale(1.1);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a!important}.custom-slider .rc-slider-handle-dragging{border-color:#d7e1ef!important;box-shadow:0 0 0 5px #ebf0f7!important}@media (max-width: 1280px){.catalog-filters{padding:1.25rem}.filter-section{margin-bottom:1.25rem;padding-bottom:1.25rem}}@media (max-width: 1024px){.catalog-filters{padding:1.25rem;overflow-x:hidden}.catalog-filters__header{margin-bottom:1.25rem}.catalog-filters__title{font-size:1.125rem}.filter-section__title{font-size:.875rem}.filter-section__price-inputs{grid-template-columns:1fr;gap:.5rem}.filter-section__price-separator{display:none}.filter-section__price-input-group input{width:100%;min-width:0}.filter-chip{font-size:.75rem!important;padding:.5rem .75rem!important;min-height:32px!important}.filter-chip--size{font-size:.75rem!important;min-height:30px!important}}@media (max-width: 768px){.catalog-filters{padding:0;display:flex;flex-direction:column;height:100%;height:100vh;height:100dvh;overflow:hidden;position:static;max-height:none}.catalog-filters__header{padding:1.25rem 1.25rem 1rem;margin-bottom:0;border-bottom:1px solid #e5e9f0;flex-shrink:0;background:#fff}.catalog-filters__title{font-size:1.25rem;margin-top:.25rem}.catalog-filters__title-wrapper{flex-direction:column;align-items:flex-start;gap:.5rem}.catalog-filters__reset{font-size:.875rem;padding:.25rem 0}.catalog-filters__close{display:flex}.catalog-filters__content{flex:1;overflow-y:auto;padding:1.25rem 1.5rem 1rem 1.25rem;margin-right:-.25rem}.catalog-filters__content::-webkit-scrollbar{width:6px}.catalog-filters__content::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.catalog-filters__content::-webkit-scrollbar-thumb{background:#a8bfd9;border-radius:9999px}.catalog-filters__content::-webkit-scrollbar-thumb:hover{background:#6b92ba}.catalog-filters__apply{margin:1rem;padding:1rem;font-size:1rem;flex-shrink:0;border-radius:.75rem;width:calc(100% - 2rem)}.filter-section{margin-bottom:1.25rem;padding-bottom:1.25rem}.filter-section__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.filter-section__chips{gap:.5rem}.filter-section__chips--grid{max-height:200px;overflow-y:auto;padding-right:.5rem}.filter-section__chips--grid::-webkit-scrollbar{width:4px}.filter-section__chips--grid::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.filter-section__chips--grid::-webkit-scrollbar-thumb{background:#a8bfd9;border-radius:9999px}.filter-section__slider{padding:.5rem 1rem}.filter-section__slider-labels{font-size:.875rem}.filter-section__price-inputs{grid-template-columns:1fr;gap:.75rem}.filter-section__price-separator{display:none}.filter-section__price-input-group label{font-size:.875rem}.filter-section__price-input-group input{padding:.75rem;font-size:1rem}.filter-chip{font-size:.875rem!important;font-weight:500!important;padding:.5rem .75rem!important;min-height:38px!important}.filter-chip--size{font-size:.875rem!important;font-weight:500!important;min-height:36px!important;padding:.5rem .75rem!important}.filter-checkbox{padding:.5rem 0}.filter-checkbox__checkmark{height:22px;width:22px}.filter-checkbox__checkmark:after{width:6px;height:12px}.filter-checkbox__label{font-size:.875rem;font-weight:500;margin-left:.75rem}.custom-slider .rc-slider-handle{width:24px!important;height:24px!important;margin-top:-9px!important}.custom-slider .rc-slider-track,.custom-slider .rc-slider-rail{height:8px!important}}@media (max-width: 480px){.filter-chip,.filter-chip--size{font-size:.875rem!important}}.custom-select{position:relative;display:inline-block;width:100%;min-width:200px}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e9f0;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.custom-select__trigger:hover{border-color:#d1d7e2;background:#f9fafb}.custom-select__trigger--open{border-color:#1e3a5f;box-shadow:0 0 0 3px #ebf0f7}.custom-select__value{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select__icon{flex-shrink:0;color:#6b7a93;transition:transform .15s}.custom-select__icon--open{transform:rotate(180deg)}.custom-select__dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #e5e9f0;border-radius:.5rem;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a;z-index:100;max-height:300px;overflow-y:auto;animation:slideDown .2s ease-out}.custom-select__dropdown::-webkit-scrollbar{width:6px}.custom-select__dropdown::-webkit-scrollbar-track{background:#f9fafb;border-radius:9999px}.custom-select__dropdown::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.custom-select__dropdown::-webkit-scrollbar-thumb:hover{background:#9ca8ba}.custom-select__option{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .15s}.custom-select__option:hover{background:#ebf0f7}.custom-select__option--selected{background:#1e3a5f;color:#fff;font-weight:600}.custom-select__option--selected:hover{background:#182e4d}.custom-select__option:first-child{border-radius:.5rem .5rem 0 0}.custom-select__option:last-child{border-radius:0 0 .5rem .5rem}@media (max-width: 768px){.custom-select{min-width:auto;width:100%}}.catalog{background:#f7faff;min-height:100vh;padding:2rem 0}.catalog__container{max-width:1700px;margin:0 auto;padding:0 1.5rem}.catalog__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1.5rem}.catalog__title-wrapper{display:flex;align-items:center}.catalog__title{font-size:2.25rem;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.02em}.catalog__controls{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.catalog__filters-toggle{display:none;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:#1e3a5f;color:#fff;border:none;border-radius:9999px;cursor:pointer;transition:all .15s;position:fixed;bottom:24px;right:24px;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a;flex-shrink:0;z-index:300}@media (max-width: 768px){.catalog__filters-toggle{display:flex}}.catalog__filters-toggle svg{flex-shrink:0}.catalog__filters-toggle:hover{background:#182e4d;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a;transform:scale(1.05)}.catalog__filters-toggle:active{transform:scale(.95)}.catalog__sort{display:flex;align-items:center;gap:.75rem}.catalog__sort-label{font-size:.875rem;color:#6b7a93;font-weight:500;white-space:nowrap}.catalog__count{font-size:.875rem;color:#6b7a93;margin:0;white-space:nowrap;font-weight:500}.catalog__content{display:grid;grid-template-columns:370px 1fr;gap:2rem;align-items:start}.catalog__products{width:100%}.catalog__filters{position:sticky;top:calc(64px + 1.5rem)}.catalog__filters-overlay{display:none}.catalog__filters-panel{width:100%;height:100%}.catalog__loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.catalog__loader p{font-size:.875rem;color:#6b7a93;font-weight:500}.catalog__error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;display:flex;flex-direction:column;align-items:center;gap:.75rem}.catalog__error>svg:first-child{color:#ef4444}.catalog__error h2{font-size:1.25rem;font-weight:600;color:#1f2937}.catalog__error p{font-size:.875rem;color:#6b7a93;max-width:360px}.catalog__error-button{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.catalog__error-button svg{color:#fff}.catalog__error-button:hover{background:#182e4d}.catalog__empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.catalog__empty p{font-size:1.125rem;color:#6b7a93;margin-top:.5rem;margin-bottom:1.5rem}.catalog__empty-button{padding:.75rem 1.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.catalog__empty-button:hover{background:#182e4d;box-shadow:0 1px 2px #0f14190d}.catalog__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,280px));justify-content:center;gap:1.5rem;margin-bottom:2rem;width:100%}@media (max-width: 1280px){.products-grid{grid-template-columns:repeat(3,minmax(0,280px));gap:1.25rem}}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,minmax(0,280px));gap:1.25rem}}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(2,minmax(0,260px));gap:1rem}}@media (max-width: 640px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (max-width: 480px){.products-grid{grid-template-columns:minmax(0,320px);gap:1rem}}@media (max-width: 360px){.products-grid{grid-template-columns:minmax(0,280px)}}.pagination__button{min-width:40px;height:40px;padding:0 .75rem;background:#fff;border:1px solid #e5e9f0;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center}.pagination__button:hover:not(.pagination__button--disabled):not(.pagination__button--active){background:#f7faff;border-color:#d1d7e2}.pagination__button--active{background:#1e3a5f;color:#fff;border-color:#1e3a5f;font-weight:700}.pagination__button--disabled{opacity:.4;cursor:not-allowed}@media (max-width: 1440px){.catalog__container{max-width:1280px}}@media (max-width: 1280px){.catalog__container{max-width:100%;padding:0 1.25rem}.catalog__content{grid-template-columns:280px 1fr;gap:1.5rem}.catalog__title{font-size:1.875rem}}@media (max-width: 1024px){.catalog__content{grid-template-columns:260px 1fr;gap:1.25rem}}@media (max-width: 768px){.catalog{padding:1.5rem 0}.catalog__container{padding:0 1rem}.catalog__content{grid-template-columns:1fr;gap:1.25rem}.catalog__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.catalog__title{font-size:1.5rem}.catalog__controls{width:100%;flex-wrap:wrap;gap:.75rem}.catalog__sort{flex:1;min-width:180px}.catalog__sort .custom-select{width:100%}.catalog__count{width:100%;order:3}.catalog__filters{position:fixed;top:0;left:0;width:100%;height:100%;z-index:500;pointer-events:none;max-height:none;overflow-y:visible}.catalog__filters--open{pointer-events:auto}.catalog__filters--open .catalog__filters-overlay{opacity:1}.catalog__filters--open .catalog__filters-panel{transform:translate(0)}.catalog__filters-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.catalog__filters-panel{position:fixed;top:0;right:0;width:320px;max-width:85vw;height:100%;height:100vh;height:100dvh;background:#fff;transform:translate(100%);transition:transform .3s ease;box-shadow:0 25px 50px -12px #0f141940;overflow:hidden}}@media (max-width: 640px){.catalog{padding:1.25rem 0}.catalog__container{padding:0 .75rem}.catalog__title{font-size:1.25rem}.catalog__sort{min-width:150px}.pagination__button{min-width:44px;height:44px;font-size:.875rem}}@media (max-width: 480px){.catalog{padding:1rem 0}.catalog__title{font-size:1.125rem}.pagination__button{min-width:40px;height:40px}}.product-gallery{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%;overflow:hidden}@media (max-width: 640px){.product-gallery{gap:.75rem}}.product-gallery__main{position:relative;width:100%;max-width:100%;aspect-ratio:4/3;background-color:#e5e9f0;border-radius:1rem;overflow:hidden;border:1px solid #e5e9f0;display:flex;align-items:center;justify-content:center}.product-gallery__main--loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:shimmer 1.5s infinite;z-index:1}@media (max-width: 768px){.product-gallery__main{max-width:500px;margin:0 auto}}@media (max-width: 640px){.product-gallery__main{border-radius:.5rem;max-width:100%;aspect-ratio:1/1}}.product-gallery__main-image{width:100%;height:100%;object-fit:contain;object-position:center;opacity:0;transition:opacity .3s ease}.product-gallery__main-image--loaded{opacity:1}.product-gallery__main-image--transitioning{opacity:.7}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:#ffffffe6;border:1px solid rgba(229,233,240,.5);border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-gallery__nav:hover:not(:disabled){background-color:#fff;border-color:#1e3a5f;color:#1e3a5f;transform:translateY(-50%) scale(1.1)}.product-gallery__nav:active:not(:disabled){transform:translateY(-50%) scale(.95)}.product-gallery__nav:disabled{opacity:.5;cursor:not-allowed}.product-gallery__nav:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.product-gallery__nav--prev{left:1rem}@media (max-width: 640px){.product-gallery__nav--prev{left:.5rem}}.product-gallery__nav--next{right:1rem}@media (max-width: 640px){.product-gallery__nav--next{right:.5rem}}.product-gallery__nav svg{color:#1f2937}@media (max-width: 640px){.product-gallery__nav{width:40px;height:40px}.product-gallery__nav svg{width:20px;height:20px}}.product-gallery__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background-color:#0f1419bf;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}@media (max-width: 640px){.product-gallery__counter{font-size:.75rem;padding:.25rem .75rem;bottom:.5rem}}.product-gallery__thumbnails{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#e5e9f0 #f7faff;-webkit-overflow-scrolling:touch;max-width:100%}.product-gallery__thumbnails::-webkit-scrollbar{height:6px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background-color:#e5e9f0;border-radius:9999px;transition:background-color .2s ease}.product-gallery__thumbnails::-webkit-scrollbar-thumb:hover{background-color:#1e3a5f}@media (max-width: 640px){.product-gallery__thumbnails{gap:.5rem;padding:.25rem 0}}.product-gallery__thumbnail{flex-shrink:0;width:80px;height:80px;min-width:60px;aspect-ratio:1;background-color:#f9fafb;border:2px solid #e5e9f0;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s ease;padding:0;scroll-snap-align:center}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .2s ease}.product-gallery__thumbnail:hover:not(:disabled){border-color:#3d6693;transform:scale(1.05)}.product-gallery__thumbnail:hover:not(:disabled) img{transform:scale(1.1)}.product-gallery__thumbnail:active:not(:disabled){transform:scale(.95)}.product-gallery__thumbnail:disabled{opacity:.6;cursor:not-allowed}.product-gallery__thumbnail:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.product-gallery__thumbnail--active{border-color:#1e3a5f;border-width:3px;box-shadow:0 0 0 2px #1e3a5f33}.product-gallery__thumbnail--active:hover{border-color:#182e4d}@media (max-width: 1024px){.product-gallery__thumbnail{width:70px;height:70px}}@media (max-width: 640px){.product-gallery__thumbnail{width:60px;height:60px;border-radius:.25rem}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (hover: none) and (pointer: coarse){.product-gallery__main{touch-action:pan-x pan-y;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.product-gallery__nav{display:none}}@media (prefers-reduced-motion: reduce){.product-gallery__main-image,.product-gallery__thumbnail img,.product-gallery__nav{transition:none!important;animation:none!important}.product-gallery__thumbnails{scroll-behavior:auto}}.product-page{background-color:#f7faff;min-height:100vh;padding-bottom:4rem;overflow-x:hidden;width:100%;max-width:100vw}.product-details{padding:2rem 0}@media (max-width: 768px){.product-details{padding:1.5rem 0}}@media (max-width: 640px){.product-details{padding:1rem 0}}.product-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.product-details__grid{gap:2.5rem}}@media (max-width: 768px){.product-details__grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 640px){.product-details__grid{gap:1.5rem}}.product-info{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:1.5rem}@media (max-width: 768px){.product-info{position:static;gap:1rem}}@media (max-width: 640px){.product-info{gap:.75rem}}.product-info__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-info__title{font-size:1.875rem;font-weight:700;color:#1f2937;line-height:1.25;margin:0;flex:1}@media (max-width: 768px){.product-info__title{font-size:1.5rem}}@media (max-width: 640px){.product-info__title{font-size:1.25rem}}.product-info__article{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem}@media (max-width: 640px){.product-info__article{font-size:.75rem}}.product-info__article-label{color:#9ca8ba;font-weight:500}.product-info__article-value{color:#6b7a93;font-weight:600;font-family:monospace;background-color:#f7faff;padding:.25rem .75rem;border-radius:.25rem}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.product-info__features{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.875rem;color:#6b7a93}.product-info__feature{color:#6b7a93}.product-info__separator{color:#9ca8ba}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;padding:1rem 0}@media (max-width: 640px){.product-info__price{padding:.75rem 0;gap:.5rem}}.product-info__price-current{font-size:2.25rem;font-weight:700;color:#1f2937}@media (max-width: 768px){.product-info__price-current{font-size:1.875rem}}@media (max-width: 640px){.product-info__price-current{font-size:1.5rem}}.product-info__price-old{font-size:1.25rem;color:#9ca8ba;text-decoration:line-through}@media (max-width: 640px){.product-info__price-old{font-size:1.125rem}}.product-info__discount{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#e63946;color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px}.product-info__custom-price{display:flex;flex-direction:column;gap:.5rem}.product-info__custom-price-text{font-size:1.875rem;font-weight:700;color:#182e4d}@media (max-width: 640px){.product-info__custom-price-text{font-size:1.5rem}}.product-info__custom-price-subtitle{font-size:1rem;color:#6b7a93;font-weight:500}.product-info__size{display:flex;flex-direction:column;gap:.75rem}.product-info__label{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:600;color:#1f2937}.product-info__size-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}@media (max-width: 640px){.product-info__size-options{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}}.product-info__actions{display:flex;gap:.75rem;margin-top:1rem}@media (max-width: 640px){.product-info__actions{flex-direction:column}}.rating-stars{display:flex;gap:2px}.rating-star{color:#d1d7e2;fill:#d1d7e2;transition:all .2s ease}.rating-star--filled{color:#fbbf24;fill:#fbbf24}.rating-star--small{width:16px;height:16px}.rating-value{font-weight:700;color:#1f2937;font-size:1rem}.rating-count{color:#6b7a93;font-size:.875rem}.size-button{position:relative;padding:.75rem 1rem;background-color:#fff;border:2px solid #e5e9f0;border-radius:.5rem;font-size:1rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;align-items:center;justify-content:center;min-height:44px}@media (max-width: 640px){.size-button{padding:.5rem .75rem;font-size:.875rem;min-height:44px}}.size-button:hover{border-color:#1e3a5f;background-color:#ebf0f7;transform:translateY(-2px);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.size-button:active{transform:translateY(0)}.size-button:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.size-button--active{border-color:#1e3a5f;background-color:#1e3a5f;color:#fff;font-weight:600}.size-button--active:hover{background-color:#182e4d;border-color:#182e4d}.size-button--custom{background:linear-gradient(135deg,#ebf0f7,#dbeafe);border:2px dashed #3d6693;color:#12233a;font-weight:700;grid-column:span 2}@media (max-width: 768px){.size-button--custom{font-size:.875rem;padding:.5rem .75rem}}@media (max-width: 640px){.size-button--custom{padding:.5rem}}.size-button--custom:hover{background:linear-gradient(135deg,#d7e1ef,#dbeafe);border-color:#1e3a5f}.size-button--custom.size-button--active{background:linear-gradient(135deg,#1e3a5f,#182e4d);border-style:solid;color:#fff}.size-button--custom.size-button--active:hover{background:linear-gradient(135deg,#182e4d,#12233a)}.show-more-sizes{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;color:#1e3a5f;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.show-more-sizes:hover{color:#182e4d;gap:.75rem}.show-more-sizes svg{transition:transform .2s ease}.btnProd{padding:1rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box}@media (max-width: 640px){.btnProd{padding:.75rem 1.25rem;font-size:.875rem}}.btnProd--primary{background-color:#1e3a5f;color:#fff}.btnProd--primary:hover{background-color:#182e4d;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-2px)}.btnProd--primary:active{background-color:#12233a;transform:translateY(0)}.btnProd--secondary{background-color:#fff;color:#1e3a5f;border:2px solid #e5e9f0}.btnProd--secondary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.btnProd--secondary:active{background-color:#d7e1ef;transform:translateY(0)}.btnProd--large{padding:1rem 2rem;font-size:1rem;flex:1;min-height:56px}@media (max-width: 768px){.btnProd--large{padding:.75rem 1.5rem;min-height:52px}}@media (max-width: 640px){.btnProd--large{width:100%;padding:.75rem 1.25rem;font-size:.875rem;min-height:48px}}.btnProd--added{cursor:default;pointer-events:none}.btnProd:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.product-tabs{padding:3rem 0;background-color:#fff;width:100%;max-width:100vw;overflow-x:hidden}@media (max-width: 768px){.product-tabs{padding:2rem 0}}.tabs__header{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e5e9f0 #f7faff;-webkit-overflow-scrolling:touch;max-width:100%}.tabs__header::-webkit-scrollbar{height:4px}.tabs__header::-webkit-scrollbar-thumb{background-color:#e5e9f0;border-radius:9999px}@media (max-width: 640px){.tabs__header{gap:.25rem;margin-bottom:1.5rem}}.tabs__button{padding:.75rem 1.5rem;background-color:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:500;color:#6b7a93;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.tabs__button:hover:not(.tabs__button--active){color:#182e4d;border-bottom-color:#a8bfd9}.tabs__button:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px;border-radius:.25rem}.tabs__button--active{color:#1e3a5f;border-bottom-color:#1e3a5f;font-weight:600}@media (max-width: 640px){.tabs__button{padding:.5rem 1rem;font-size:.875rem}}.tabs__content{padding:1.5rem 0;animation:fadeIn .3s ease}.tab-content{max-width:900px;width:100%;box-sizing:border-box}.section-subtitle{font-size:1.25rem;font-weight:700;color:#1f2937;margin:1.5rem 0 1rem}.section-subtitle:first-child{margin-top:0}.characteristics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-bottom:1.5rem}@media (max-width: 768px){.characteristics-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem}}@media (max-width: 640px){.characteristics-grid{grid-template-columns:1fr;gap:.5rem}}.characteristic-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem;gap:.75rem;border:1px solid #f7faff;transition:all .2s ease;min-height:60px}@media (max-width: 640px){.characteristic-item{padding:.75rem;gap:.5rem;min-height:56px}}.characteristic-item:hover{border-color:#a8bfd9;background-color:#ebf0f7}.characteristic-item__label{font-weight:500;color:#6b7a93;font-size:.875rem;white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.characteristic-item__label{font-size:.75rem}}.characteristic-item__value{font-weight:600;color:#1f2937;text-align:right;font-size:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 640px){.characteristic-item__value{font-size:.875rem}}.recommendations-block{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ebf0f7,#dbeafe);border-radius:1rem;border:2px solid #a8bfd9;margin-bottom:2rem}@media (max-width: 640px){.recommendations-block{flex-direction:column;gap:.75rem;padding:1rem}}.recommendations-block__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#1e3a5f;color:#fff;border-radius:.5rem}.recommendations-block__icon svg{width:24px;height:24px}.recommendations-block__content{flex:1}.recommendations-block__title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.recommendations-block__text{font-size:1rem;line-height:1.75;color:#6b7a93;margin:0}.product-description{margin-bottom:2rem}@media (max-width: 640px){.product-description{margin-bottom:1.5rem}}.product-description__content{background-color:#f9fafb;border-radius:1rem;padding:1.5rem;border:1px solid #f7faff}@media (max-width: 768px){.product-description__content{padding:1.25rem}}@media (max-width: 640px){.product-description__content{padding:1rem;border-radius:.5rem}}.product-description__text{font-size:1rem;line-height:1.75;color:#1f2937;margin:0 0 1.25rem}@media (max-width: 640px){.product-description__text{font-size:.875rem;margin-bottom:1rem}}.product-description__specs{margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid #e5e9f0}@media (max-width: 640px){.product-description__specs{margin-bottom:1rem;padding-top:.75rem}}.product-description__specs-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}@media (max-width: 640px){.product-description__specs-title{font-size:1rem;margin-bottom:.5rem}}.product-description__specs-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.product-description__specs-list li{position:relative;padding-left:1.25rem;font-size:.875rem;line-height:1.75;color:#6b7a93;display:flex;align-items:center}@media (max-width: 640px){.product-description__specs-list li{font-size:.875rem;padding-left:1rem}}.product-description__specs-list li:before{content:"•";position:absolute;left:.25rem;top:50%;transform:translateY(-50%);color:#1e3a5f;font-weight:700;font-size:1.125rem;line-height:1}.product-description__care{padding-top:1rem;border-top:1px solid #e5e9f0}@media (max-width: 640px){.product-description__care{padding-top:.75rem}}.product-description__care-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}@media (max-width: 640px){.product-description__care-title{font-size:1rem;margin-bottom:.5rem}}.product-description__care-text{font-size:.875rem;line-height:1.75;color:#6b7a93;margin:0}.care-recommendations{margin-top:2rem}.care-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.care-list li{position:relative;padding-left:1.5rem;font-size:1rem;line-height:1.75;color:#1f2937}.care-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.125rem}.reviews-section{max-width:800px;width:100%;margin-bottom:2.5rem;box-sizing:border-box}@media (max-width: 640px){.reviews-section{margin-bottom:2rem}}.reviews-summary{padding:2rem;background-color:#f9fafb;border-radius:1rem;margin-bottom:2rem;text-align:center}@media (max-width: 640px){.reviews-summary{padding:1.5rem}}.reviews-summary__rating{display:flex;flex-direction:column;align-items:center;gap:.75rem}.reviews-summary__number{font-size:3rem;font-weight:700;color:#1f2937;line-height:1}@media (max-width: 640px){.reviews-summary__number{font-size:2.25rem}}.reviews-summary__stars{display:flex;gap:.25rem}.reviews-summary__text{font-size:1rem;color:#6b7a93}.reviews-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.review-card{padding:1.5rem;background-color:#fff;border:1px solid #e5e9f0;border-radius:1rem;transition:all .2s ease;width:100%;box-sizing:border-box}@media (max-width: 640px){.review-card{padding:1rem;border-radius:.5rem}}.review-card:hover{border-color:#a8bfd9;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.review-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem;flex-wrap:wrap}.review-card__author{display:flex;flex-direction:column;gap:.25rem}.review-card__name{font-size:1rem;font-weight:600;color:#1f2937}.review-card__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:#10b981;font-weight:500}.review-card__verified svg{width:14px;height:14px}.review-card__date{font-size:.875rem;color:#9ca8ba}.review-card__rating{display:flex;gap:2px;margin-bottom:.75rem}.review-card__comment{font-size:1rem;line-height:1.75;color:#1f2937;margin:0;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 640px){.review-card__comment{font-size:.875rem}}.show-more-reviews{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#fff;border:2px solid #e5e9f0;border-radius:.75rem;color:#1f2937;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.show-more-reviews:hover{border-color:#1e3a5f;color:#1e3a5f;background-color:#ebf0f7}.show-more-reviews svg{transition:transform .2s ease}.reviews-distribution{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;max-width:320px;width:100%;margin-left:auto;margin-right:auto}.reviews-distribution__row{display:flex;align-items:center;gap:.75rem}.reviews-distribution__label{font-size:.875rem;font-weight:500;color:#6b7a93;min-width:28px;text-align:right;flex-shrink:0}.reviews-distribution__bar{flex:1;height:8px;background-color:#e5e9f0;border-radius:9999px;overflow:hidden}.reviews-distribution__fill{height:100%;background-color:#fbbf24;border-radius:9999px;transition:width .3s ease}.reviews-distribution__count{font-size:.875rem;color:#9ca8ba;min-width:20px;text-align:left;flex-shrink:0}.reviews-sort{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.reviews-sort__label{font-size:.875rem;font-weight:500;color:#6b7a93;flex-shrink:0}.reviews-sort .custom-select{min-width:180px;width:auto}.review-success{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1.5rem;background-color:#d1fae5;border:2px solid #10b981;border-radius:1rem;text-align:center;color:#059669}@media (max-width: 640px){.review-success{padding:2rem 1rem}}.review-success h3{font-size:1.25rem;font-weight:700;margin:0;color:#059669}.review-success p{font-size:1rem;margin:0;color:#059669}.review-error{padding:.75rem 1rem;background-color:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;color:#dc2626;font-size:.875rem;font-weight:500;margin-bottom:1rem}.comment-form{background-color:#f9fafb;border-radius:1rem;padding:2rem;border:1px solid #e5e9f0;width:100%;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.comment-form{padding:1.5rem}}@media (max-width: 640px){.comment-form{padding:1rem;border-radius:.5rem}}.comment-form__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}@media (max-width: 640px){.comment-form__title{font-size:1.25rem}}.comment-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.comment-form__row{grid-template-columns:1fr;gap:1rem}}.comment-form__group{margin-bottom:1.25rem}.comment-form__label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.comment-form__input,.comment-form__textarea{width:100%;max-width:100%;padding:.75rem 1rem;border:2px solid #e5e9f0;border-radius:.5rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1f2937;background-color:#fff;transition:all .2s ease;box-sizing:border-box}@media (max-width: 640px){.comment-form__input,.comment-form__textarea{padding:.5rem .75rem;font-size:.875rem}}.comment-form__input:focus,.comment-form__textarea:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.comment-form__input::placeholder,.comment-form__textarea::placeholder{color:#9ca8ba}.comment-form__input--error,.comment-form__textarea--error{border-color:#ef4444}.comment-form__input--error:focus,.comment-form__textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.comment-form__field-error{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem;font-weight:500}.comment-form__char-count{text-align:right;font-size:.75rem;color:#9ca8ba;margin-top:.25rem}.comment-form__textarea{resize:vertical;min-height:120px;line-height:1.75}@media (max-width: 640px){.comment-form__textarea{min-height:100px}}.comment-form__rating{display:flex;gap:.5rem;flex-wrap:wrap}.comment-form__star{background:none;border:none;font-size:1.875rem;color:#d1d7e2;cursor:pointer;transition:all .2s ease;padding:0;line-height:1;min-width:32px;min-height:32px}@media (max-width: 640px){.comment-form__star{font-size:1.5rem;min-width:28px;min-height:28px}}.comment-form__star:hover{color:#fbbf24;transform:scale(1.1)}.comment-form__star:focus-visible{outline:2px solid #1e3a5f;outline-offset:4px;border-radius:.25rem}.comment-form__star--active{color:#fbbf24}.certificates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width: 768px){.certificates-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (max-width: 640px){.certificates-grid{grid-template-columns:1fr;gap:1rem}}.certificate-card{background-color:#fff;border:1px solid #e5e9f0;border-radius:1rem;overflow:hidden;cursor:pointer;transition:all .3s ease}.certificate-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a;border-color:#6b92ba}.certificate-card:hover .certificate-card__overlay{opacity:1}.certificate-card:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px}.certificate-card__image-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden;background-color:#f7faff}.certificate-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.certificate-card:hover .certificate-card__image{transform:scale(1.05)}.certificate-card__overlay{position:absolute;inset:0;background:#1e3a5fe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff;opacity:0;transition:opacity .3s ease}.certificate-card__overlay svg{width:32px;height:32px}.certificate-card__overlay span{font-weight:600;font-size:1rem}.certificate-card__content{padding:1rem}.certificate-card__title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.certificate-card__description{font-size:.875rem;color:#6b7a93;line-height:1.75;margin:0}.certificate-modal{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 640px){.certificate-modal{padding:.5rem}}.certificate-modal__content{position:relative;max-width:700px;width:100%;max-height:90vh;background-color:#fff;border-radius:1rem;overflow:hidden;animation:slideUp .3s ease}@media (max-width: 640px){.certificate-modal__content{max-height:95vh;border-radius:.5rem}}.certificate-modal__close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background-color:#fff;border:none;border-radius:9999px;font-size:1.875rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.certificate-modal__close:hover{background-color:#ef4444;color:#fff;transform:rotate(90deg)}.certificate-modal__image{width:100%;max-height:70vh;object-fit:contain;display:block}.certificate-modal__info{padding:1.5rem;background-color:#fff}.certificate-modal__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.certificate-modal__description{font-size:1rem;line-height:1.75;color:#6b7a93;margin:0}.product-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem}.product-not-found .container{text-align:center}.product-not-found h2{font-size:1.875rem;color:#1f2937;margin:0 0 1rem}@media (max-width: 768px){.product-not-found h2{font-size:1.5rem}}.product-not-found p{font-size:1.125rem;color:#6b7a93;margin:0 0 1.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.product-info{gap:1rem}.product-info__actions{position:static;background:none;padding:0;margin:1rem 0 0;border-top:none;box-shadow:none;z-index:auto}.product-details{padding-bottom:2rem}}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}@media (max-width: 768px){.container{padding:0 1rem}}@media (max-width: 640px){.container{padding:0 .75rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*:focus-visible{outline:2px solid #1e3a5f;outline-offset:2px;border-radius:.25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;background-color:#f9fafb;border-radius:1rem;border:1px solid #e5e9f0;margin-bottom:2rem}@media (max-width: 768px){.empty-state{padding:2.5rem 1.25rem}}@media (max-width: 640px){.empty-state{padding:2rem 1rem;border-radius:.5rem}}.empty-state__icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f7faff;border-radius:9999px;margin-bottom:1rem;color:#9ca8ba}.empty-state__icon svg{width:48px;height:48px}@media (max-width: 640px){.empty-state__icon{width:64px;height:64px}.empty-state__icon svg{width:36px;height:36px}}.empty-state__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}@media (max-width: 640px){.empty-state__title{font-size:1.25rem}}.empty-state__text{font-size:1rem;line-height:1.75;color:#6b7a93;margin:0;max-width:500px}@media (max-width: 640px){.empty-state__text{font-size:.875rem}}.faq{display:flex;flex-direction:column;gap:1rem;width:100%}.faq__item{background:#fff;border:1px solid #e5e9f0;border-radius:1rem;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.faq__item--active{border-color:#1e3a5f;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-2px)}.faq__item:hover:not(.faq__item--active){border-color:#d1d7e2;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.faq__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .15s cubic-bezier(.4,0,.2,1);gap:1.25rem}.faq__header:hover{background:#f9fafb}@media (max-width: 768px){.faq__header{padding:1.25rem;gap:1rem}}@media (max-width: 640px){.faq__header{padding:1rem;gap:.75rem}}.faq__question{font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.25;flex:1;letter-spacing:-.02em}@media (max-width: 768px){.faq__question{font-size:1rem}}@media (max-width: 640px){.faq__question{font-size:1rem}}.faq__icon{flex-shrink:0;color:#1e3a5f;transition:transform .2s cubic-bezier(.4,0,.2,1);width:28px;height:28px}@media (max-width: 640px){.faq__icon{width:24px;height:24px}}.faq__item--active .faq__icon{transform:rotate(180deg)}.faq__content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.faq__answer{padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.75;color:#6b7a93;white-space:pre-line}@media (max-width: 768px){.faq__answer{padding:0 1.25rem 1.25rem;font-size:1rem}}@media (max-width: 640px){.faq__answer{padding:0 1rem 1rem;font-size:1rem}}.faq__answer p{margin:0 0 .75rem;color:#6b7a93}.faq__answer p:last-child{margin-bottom:0}.faq__answer p strong{color:#1f2937;font-weight:600;display:block;margin-top:1rem;margin-bottom:.5rem}.faq__answer ul{margin:.75rem 0;padding-left:1.5rem;list-style:none}@media (max-width: 640px){.faq__answer ul{padding-left:1.25rem}}.faq__answer ul li{position:relative;margin-bottom:.75rem;padding-left:1rem;line-height:1.75}.faq__answer ul li:last-child{margin-bottom:0}.faq__answer ul li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:#1e3a5f;border-radius:50%}.faq__answer>p:first-child,.faq__answer>ul:first-child{margin-top:0}.contacts{background:linear-gradient(135deg,#f9fafb,#f7faff);min-height:100vh;padding:4rem 0;width:100%;position:relative}@media (max-width: 768px){.contacts{padding:3rem 0}}@media (max-width: 640px){.contacts{padding:2rem 0}}.contacts__title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center;letter-spacing:-.02em;animation:fadeInDown .6s ease-out}@media (max-width: 768px){.contacts__title{font-size:1.875rem;margin-bottom:.75rem}}@media (max-width: 640px){.contacts__title{font-size:1.5rem;margin-bottom:.5rem}}.contacts__subtitle{font-size:1.125rem;color:#6b7a93;text-align:center;margin-bottom:3rem;animation:fadeInDown .6s ease-out .1s both}@media (max-width: 768px){.contacts__subtitle{font-size:1rem;margin-bottom:2.5rem}}@media (max-width: 640px){.contacts__subtitle{font-size:.875rem;margin-bottom:2rem}}.contacts__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem;align-items:stretch;width:100%;max-width:100%;position:relative;z-index:1}@media (max-width: 1024px){.contacts__content{gap:1.5rem;margin-bottom:3rem}}@media (max-width: 768px){.contacts__content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}}@media (max-width: 640px){.contacts__content{margin-bottom:2.5rem;gap:1rem}}.contacts__form-section{display:flex;flex-direction:column;height:100%;min-width:0;animation:fadeInLeft .6s ease-out .2s both}@media (max-width: 768px){.contacts__form-section{order:2}}.contacts__form-section .contacts__card{height:100%;display:flex;flex-direction:column}.contacts__info-section{display:flex;flex-direction:column;gap:1.5rem;height:100%;min-width:0;animation:fadeInRight .6s ease-out .2s both}@media (max-width: 768px){.contacts__info-section{order:1}}@media (max-width: 640px){.contacts__info-section{gap:1.25rem}}.contacts__card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a;border:1px solid rgba(30,58,95,.1);transition:all .3s ease;position:relative}.contacts__card:hover{box-shadow:0 12px 32px #0000001f,0 4px 12px #0000000f;transform:translateY(-2px)}@media (max-width: 768px){.contacts__card{padding:1.5rem}}@media (max-width: 640px){.contacts__card{padding:1.25rem}}.contacts__card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;letter-spacing:-.02em;text-align:center}@media (max-width: 768px){.contacts__card-title{font-size:1.25rem;margin-bottom:.5rem}}@media (max-width: 640px){.contacts__card-title{font-size:1.125rem}}.contacts__card-description{font-size:1rem;color:#6b7a93;line-height:1.75;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){.contacts__card-description{margin-bottom:1.25rem}}@media (max-width: 640px){.contacts__card-description{font-size:.875rem;margin-bottom:1rem}}.contacts__form{display:flex;flex-direction:column;gap:1.25rem;flex:1}@media (max-width: 640px){.contacts__form{gap:1rem}}.contacts__form-group{display:flex;flex-direction:column;gap:.5rem}.contacts__label{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}@media (max-width: 640px){.contacts__label{font-size:1rem}}.contacts__required{color:#ef4444;margin-left:2px}.contacts__input,.contacts__textarea{padding:1rem;border:2px solid #e5e9f0;border-radius:.5rem;font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#1f2937;background:#f9fafb;transition:all .2s ease;line-height:1.5}.contacts__input::placeholder,.contacts__textarea::placeholder{color:#9ca8ba}.contacts__input:focus,.contacts__textarea:focus{outline:none;border-color:#1e3a5f;background:#fff;box-shadow:0 0 0 4px #1e3a5f1a;transform:translateY(-1px)}.contacts__input:hover:not(:focus):not(.contacts__input--error,.contacts__textarea--error),.contacts__textarea:hover:not(:focus):not(.contacts__input--error,.contacts__textarea--error){border-color:#6b92ba;background:#fff}.contacts__input--error,.contacts__textarea--error{border-color:#ef4444;background:#ef44440d}.contacts__input--error:focus,.contacts__textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.contacts__input:disabled,.contacts__textarea:disabled{background:#f7faff;cursor:not-allowed;opacity:.6}@media (max-width: 640px){.contacts__input,.contacts__textarea{padding:.75rem}}.contacts__textarea{resize:none;height:140px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}@media (max-width: 768px){.contacts__textarea{height:120px}}@media (max-width: 640px){.contacts__textarea{height:100px}}.contacts__submit-btn{padding:1rem 2rem;background:linear-gradient(135deg,#1e3a5f,#182e4d);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e3a5f4d;letter-spacing:-.02em;margin-top:auto;position:relative;overflow:hidden;min-width:9rem}.contacts__submit-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.contacts__submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#182e4d,#12233a);box-shadow:0 6px 20px #1e3a5f66;transform:translateY(-3px)}.contacts__submit-btn:hover:not(:disabled):before{width:300px;height:300px}.contacts__submit-btn:active:not(:disabled){transform:translateY(-1px)}.contacts__submit-btn:disabled{background:#d1d7e2;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.contacts__submit-btn--sent{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;opacity:1;cursor:default;pointer-events:none}@media (max-width: 640px){.contacts__submit-btn{padding:.75rem 1.5rem}}.contacts__form-note{text-align:center;font-size:.875rem;color:#6b7a93;margin-top:.5rem;line-height:1.5}@media (max-width: 640px){.contacts__form-note{font-size:.75rem}}.contacts__info-card{height:fit-content}.contacts__info-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 1024px) and (min-width: 768px){.contacts__info-list{grid-template-columns:1fr}}@media (max-width: 768px){.contacts__info-list{grid-template-columns:1fr}}@media (max-width: 640px){.contacts__info-list{gap:1.25rem}}.contacts__info-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#f7faff);border-radius:.5rem;border:1px solid rgba(30,58,95,.1);transition:all .3s ease}@media (max-width: 640px){.contacts__info-item{padding:1rem .75rem}}.contacts__info-item--socials{grid-column:1/-1}.contacts__info-label{font-size:.75rem;font-weight:700;color:#1e3a5f;text-transform:uppercase;letter-spacing:.02em}.contacts__info-values{display:flex;flex-direction:column;gap:.25rem}.contacts__info-link{font-size:1rem;color:#1f2937;text-decoration:none;transition:all .2s ease;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.contacts__info-link:hover{color:#1e3a5f}@media (max-width: 640px){.contacts__info-link{font-size:.875rem}}.contacts__info-text{font-size:1rem;color:#1f2937;line-height:1.75;font-weight:500}@media (max-width: 640px){.contacts__info-text{font-size:.875rem}}.contacts__map-address{font-size:.875rem;color:#6b7a93;margin-bottom:.75rem}.contacts__social{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%}.contacts__social-link{font-size:.875rem;color:#1e3a5f;text-decoration:none;transition:all .2s ease;font-weight:600;padding:.5rem .75rem;background:#1e3a5f1a;border-radius:.5rem;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.contacts__social-link:hover{background:#1e3a5f;color:#fff;transform:translateY(-2px)}.contacts__social-icon{display:inline-block;width:18px;height:18px;fill:currentColor}.contacts__social-text{display:inline}.contacts__social-separator{display:none}@media (max-width: 768px){.contacts__social{display:flex;gap:.5rem;justify-content:space-between;align-items:center;width:100%}.contacts__social-link{width:48px;height:48px;padding:0;border-radius:.5rem;gap:0}.contacts__social-icon{width:22px;height:22px}.contacts__social-text{display:none}}.contacts__map-card{flex:1;min-height:300px;display:flex;flex-direction:column}@media (max-width: 768px){.contacts__map-card{min-height:350px}}@media (max-width: 640px){.contacts__map-card{min-height:280px}}.contacts__map{flex:1;border-radius:.5rem;overflow:hidden;border:2px solid rgba(30,58,95,.2);min-height:240px;box-shadow:0 4px 12px #00000014}.contacts__map iframe{display:block}@media (max-width: 640px){.contacts__map{min-height:200px}}.contacts__faq-section{margin-top:4rem;position:relative;z-index:1}@media (max-width: 768px){.contacts__faq-section{margin-top:3rem}}@media (max-width: 640px){.contacts__faq-section{margin-top:2.5rem}}.contacts__section-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center;letter-spacing:-.02em}@media (max-width: 768px){.contacts__section-title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 640px){.contacts__section-title{font-size:1.25rem;margin-bottom:1.25rem}}.contacts__error{display:flex;align-items:center;gap:.25rem;color:#ef4444;font-size:.875rem;margin-top:.25rem;font-weight:500;animation:shake .3s ease}.contacts__error:before{content:"⚠️";font-size:.875rem}.contacts__success-message{background:linear-gradient(135deg,#d1fae5,#d3fae6);border:2px solid #10b981;color:#059669;padding:1rem;border-radius:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:600;line-height:1.75;text-align:center;animation:slideDown .3s ease-out;box-shadow:0 4px 12px #10b98133;display:flex;align-items:center;justify-content:center;gap:.5rem}.contacts__success-message:before{content:"✓";font-size:1.5rem;font-weight:700}@media (max-width: 640px){.contacts__success-message{font-size:.875rem;padding:.75rem}}.contacts__error-message{background:linear-gradient(135deg,#fee2e2,#fee3e3);border:2px solid #ef4444;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:600;line-height:1.75;text-align:center;animation:slideDown .3s ease-out;box-shadow:0 4px 12px #ef444433}@media (max-width: 640px){.contacts__error-message{font-size:.875rem;padding:.75rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.order-details-modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.order-details-modal__overlay{position:absolute;inset:0;background:#0f141999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-details-modal__container{position:relative;z-index:2;width:100%;max-width:700px;max-height:90vh;max-height:90dvh;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0f141940;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.order-details-modal__container{max-width:100%;max-height:85vh;max-height:85dvh}}.order-details-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e9f0;flex-shrink:0}@media (max-width: 640px){.order-details-modal__header{padding:1.25rem}}.order-details-modal__header-left{display:flex;align-items:center;gap:.75rem;color:#1f2937}.order-details-modal__title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 640px){.order-details-modal__title{font-size:1.125rem}}.order-details-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#f7faff;border:none;border-radius:9999px;color:#4d5a6f;cursor:pointer;transition:all .2s ease}.order-details-modal__close:hover{background:#e5e9f0;color:#1f2937}.order-details-modal__content{flex:1;overflow-y:auto;padding:1.5rem}@media (max-width: 640px){.order-details-modal__content{padding:1.25rem}}.order-details-modal__content::-webkit-scrollbar{width:6px}.order-details-modal__content::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.order-details-modal__content::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.order-details-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca8ba}.order-details-modal__info{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f9fafb;border-radius:1rem;margin-bottom:1.5rem;gap:.75rem}@media (max-width: 640px){.order-details-modal__info{flex-direction:column;align-items:flex-start}}.order-details-modal__info-item{display:flex;align-items:center;gap:.5rem;color:#4d5a6f;font-size:.875rem}.order-details-modal__info-label{font-weight:500}.order-details-modal__info-value{color:#1f2937;font-weight:600}.order-details-modal__status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.order-details-modal__status--success{background:#10b98114;color:#059669}.order-details-modal__status--warning{background:#f59e0b14;color:#d97706}.order-details-modal__status--info{background:#3b82f614;color:#2563eb}.order-details-modal__status--error{background:#ef444414;color:#dc2626}.order-details-modal__section{margin-bottom:1.5rem}.order-details-modal__section:last-child{margin-bottom:0}.order-details-modal__section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.order-details-modal__items{display:flex;flex-direction:column;gap:.75rem}.order-details-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:1rem;border:1px solid #e5e9f0}@media (max-width: 640px){.order-details-item{flex-wrap:wrap}}.order-details-item__image{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background:#fff}.order-details-item__image img{width:100%;height:100%;object-fit:contain}@media (max-width: 640px){.order-details-item__image{width:60px;height:60px}}.order-details-item__info{flex:1;min-width:0}.order-details-item__name{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}@media (max-width: 640px){.order-details-item__name{font-size:.875rem}}.order-details-item__attributes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem}.order-details-item__attribute{font-size:.875rem;color:#4d5a6f;background:#f7faff;padding:.25rem .5rem;border-radius:.5rem}@media (max-width: 640px){.order-details-item__attribute{font-size:.75rem}}.order-details-item__size,.order-details-item__quantity{font-size:.875rem;color:#4d5a6f;margin:0}@media (max-width: 640px){.order-details-item__size,.order-details-item__quantity{font-size:.75rem}}.order-details-item__price{font-size:1.125rem;font-weight:700;color:#1f2937;flex-shrink:0}@media (max-width: 640px){.order-details-item__price{width:100%;text-align:right;font-size:1rem}}.order-details-modal__delivery{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:1rem;color:#3a4456;font-size:1rem}.order-details-modal__delivery-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:1rem}.order-details-modal__delivery-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4d5a6f}.order-details-modal__delivery-row svg{color:#1e3a5f;flex-shrink:0}.order-details-modal__delivery-label{font-weight:500;min-width:130px}@media (max-width: 640px){.order-details-modal__delivery-label{min-width:auto}}.order-details-modal__delivery-value{color:#1f2937;font-weight:600}.order-details-modal__payment-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:1rem}.order-details-modal__payment-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4d5a6f}.order-details-modal__payment-row svg{color:#1e3a5f;flex-shrink:0}.order-details-modal__payment-label{font-weight:500;min-width:130px}@media (max-width: 640px){.order-details-modal__payment-label{min-width:auto}}.order-details-modal__payment-value{color:#1f2937;font-weight:600}.order-details-modal__payment-status{font-weight:600;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem}.order-details-modal__payment-status--success{background:#22c55e1a;color:#16a34a}.order-details-modal__payment-status--warning{background:#f59e0b1a;color:#d97706}.order-details-modal__payment-status--error{background:#ef44441a;color:#dc2626}.order-details-modal__payment-status--neutral{background:#f7faff;color:#4d5a6f}.order-details-modal__summary{padding:1rem;background:#f9fafb;border-radius:1rem;display:flex;flex-direction:column;gap:.75rem}.order-details-modal__summary-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#3a4456}.order-details-modal__summary-row--total{padding-top:.75rem;border-top:2px solid #e5e9f0;font-size:1.125rem;font-weight:700;color:#1f2937}.order-details-modal__summary-row--promo span:first-child{display:flex;align-items:center;gap:.5rem;color:#1e3a5f}.order-details-modal__summary-row--promo span:first-child svg{flex-shrink:0}.order-details-modal__discount{color:#059669;font-weight:600}.order-details-modal__footer{padding:1.5rem;border-top:1px solid #e5e9f0;flex-shrink:0}@media (max-width: 640px){.order-details-modal__footer{padding:1.25rem}}.order-details-modal__button{width:100%;padding:.75rem 1.5rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.order-details-modal__button:hover{background:#182e4d}.order-details-modal__button:active{transform:translateY(1px)}.profile-page{min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);background:#f7faff;padding:2rem 0}@media (max-width: 768px){.profile-page{padding:1.5rem 0}}.profile-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.profile-container{padding:0 1rem}}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e9f0}@media (max-width: 768px){.profile-header{flex-direction:column;align-items:stretch;gap:1rem;text-align:center}}@media (max-width: 768px){.profile-header .btn{width:100%}}.profile-header__content{flex:1}.profile-header__title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}@media (max-width: 768px){.profile-header__title{font-size:1.875rem}}@media (max-width: 640px){.profile-header__title{font-size:1.5rem}}.profile-header__subtitle{font-size:1rem;color:#6b7a93}.profile-user-info{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;margin-bottom:1.5rem}@media (max-width: 768px){.profile-user-info{flex-direction:column;gap:1rem;align-items:flex-start}}.profile-user-info__left{display:flex;align-items:center;gap:1rem}.profile-user-info__avatar{width:80px;height:80px;border-radius:9999px;background:linear-gradient(135deg,#1e3a5f,#182e4d);display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;flex-shrink:0}.profile-user-info__avatar img{width:100%;height:100%;object-fit:cover}@media (max-width: 640px){.profile-user-info__avatar{width:60px;height:60px}.profile-user-info__avatar svg{width:30px;height:30px}}.profile-user-info__details{display:flex;flex-direction:column;gap:.25rem}.profile-user-info__name{font-size:1.5rem;font-weight:700;color:#1f2937}@media (max-width: 640px){.profile-user-info__name{font-size:1.25rem}}.profile-user-info__email{font-size:1rem;color:#6b7a93}@media (max-width: 640px){.profile-user-info__email{font-size:.875rem}}.profile-user-info__right{display:flex;align-items:center;gap:.5rem;color:#6b7a93;font-size:.875rem}.profile-user-info__right svg{color:#1e3a5f}@media (max-width: 768px){.profile-user-info__right{width:100%;padding-top:.75rem;border-top:1px solid #f7faff}}@media (max-width: 640px){.profile-user-info__right{font-size:.75rem}}@media (max-width: 640px){.profile-user-info__date{font-size:.75rem}}.profile-content{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.profile-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;transition:all .2s cubic-bezier(.4,0,.2,1)}.profile-card:hover{box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}@media (max-width: 768px){.profile-card{padding:1.25rem}}.profile-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f7faff}@media (max-width: 768px){.profile-card__header{flex-direction:column;align-items:stretch;gap:1rem}}.profile-card__title{font-size:1.25rem;font-weight:600;color:#1f2937}@media (max-width: 768px){.profile-card__title{text-align:center}}.profile-card__actions{display:flex;gap:.5rem}@media (max-width: 768px){.profile-card__actions{flex-direction:column;width:100%}.profile-card__actions .btn{width:100%}}.profile-save-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;margin-bottom:1rem}.profile-save-message--success{background:#d1fae5;color:#059669}.profile-save-message--error{background:#fee2e2;color:#dc2626}.profile-form{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (max-width: 768px){.profile-form{grid-template-columns:1fr;gap:1rem}}.profile-form__group{display:flex;flex-direction:column;gap:.5rem}.profile-form__group--full{grid-column:1/-1}.profile-form__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1f2937}.profile-form__label svg{color:#1e3a5f;flex-shrink:0}.profile-form__input,.profile-form__textarea{padding:.75rem 1rem;font-size:1rem;color:#1f2937;background:#f9fafb;border:2px solid #e5e9f0;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.profile-form__input:focus,.profile-form__textarea:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.profile-form__input::placeholder,.profile-form__textarea::placeholder{color:#9ca8ba}.profile-form__textarea{resize:vertical;min-height:100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.profile-form__value{padding:.75rem 1rem;font-size:1rem;color:#1f2937;background:#f9fafb;border-radius:.5rem;min-height:48px;display:flex;align-items:center}.profile-form__value--phone{font-weight:500;color:#1e3a5f}.profile-orders{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.profile-orders{padding:1.25rem}}.profile-orders__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f7faff}@media (max-width: 640px){.profile-orders__header{flex-direction:column;gap:.75rem;align-items:stretch}}.profile-orders__title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.profile-orders__title svg{color:#1e3a5f}@media (max-width: 640px){.profile-orders__title{font-size:1.25rem}}.profile-orders-empty,.profile-orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem;color:#9ca8ba}.profile-orders-empty svg,.profile-orders-error svg{margin-bottom:1rem;opacity:.5}.profile-orders-empty p,.profile-orders-error p{font-size:1rem;margin-bottom:1rem}@media (max-width: 640px){.profile-orders-empty,.profile-orders-error{padding:2rem}.profile-orders-empty svg,.profile-orders-error svg{width:36px;height:36px}.profile-orders-empty p,.profile-orders-error p{font-size:.875rem}}.profile-orders-error svg{color:#e63946;opacity:1}.profile-orders-error p{color:#1f2937}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-orders-list{display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 768px){.profile-orders-list{gap:1rem}}.order-card{border:1px solid #d1d7e2;border-radius:.5rem;padding:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.order-card:hover{border-color:#a8bfd9;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.order-card{padding:1rem}}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f7faff}@media (max-width: 768px){.order-card__header{flex-direction:column;gap:.75rem;align-items:stretch}}.order-card__header-left{display:flex;flex-direction:column;gap:.5rem}.order-card__id{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1f2937}.order-card__id svg{color:#1e3a5f}@media (max-width: 640px){.order-card__id{font-size:.875rem}}.order-card__date{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7a93}.order-card__date svg{color:#9ca8ba}@media (max-width: 640px){.order-card__date{font-size:.75rem}}.order-card__status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.order-card__status--success{background:#22c55e1a;color:#16a34a}.order-card__status--success svg{color:#16a34a}.order-card__status--warning{background:#fbbf241a;color:#d97706}.order-card__status--warning svg{color:#d97706}.order-card__status--info{background:#3b82f61a;color:#2563eb}.order-card__status--info svg{color:#2563eb}.order-card__status--error{background:#ef44441a;color:#dc2626}.order-card__status--error svg{color:#dc2626}@media (max-width: 640px){.order-card__status{font-size:.75rem;padding:.25rem .5rem}}.order-card__items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}@media (max-width: 640px){.order-card__items{gap:.5rem}}.order-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.75rem}@media (max-width: 640px){.order-item{gap:.5rem;padding:.5rem}}.order-item__image{width:56px;height:56px;border-radius:.5rem;overflow:hidden;background:#fff;flex-shrink:0;border:1px solid #e5e9f0}.order-item__image img{width:100%;height:100%;object-fit:contain}@media (max-width: 640px){.order-item__image{width:48px;height:48px}}.order-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.order-item__name{font-size:.875rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 640px){.order-item__name{font-size:.75rem}}.order-item__meta{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.order-item__attr{font-size:.75rem;color:#6b7a93;background:#f7faff;padding:1px .5rem;border-radius:.25rem;white-space:nowrap}.order-item__pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.order-item__qty-price{font-size:.75rem;color:#6b7a93;white-space:nowrap}.order-item__total{font-size:.875rem;font-weight:600;color:#182e4d;white-space:nowrap}@media (max-width: 640px){.order-item__total{font-size:.75rem}}.order-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f7faff}@media (max-width: 768px){.order-card__footer{flex-direction:column;align-items:stretch;gap:.75rem}}.order-card__info{display:flex;flex-direction:column;gap:.5rem;flex:1}.order-card__delivery{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7a93}.order-card__delivery svg{color:#1e3a5f;flex-shrink:0}@media (max-width: 640px){.order-card__delivery{font-size:.75rem}}.order-card__payment{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7a93}.order-card__payment svg{color:#1e3a5f;flex-shrink:0}@media (max-width: 640px){.order-card__payment{font-size:.75rem}}.order-card__payment-badge{display:inline-block;padding:1px .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.order-card__payment-badge--success{background:#22c55e1a;color:#16a34a}.order-card__payment-badge--warning{background:#fbbf241a;color:#d97706}.order-card__payment-badge--error{background:#ef44441a;color:#dc2626}.order-card__payment-badge--neutral{background:#f7faff;color:#6b7a93}.order-card__total{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.order-card__total svg{color:#1e3a5f;flex-shrink:0}@media (max-width: 640px){.order-card__total{font-size:.75rem}}.order-card__total-label{color:#6b7a93}.order-card__total-value{font-weight:700;color:#1e3a5f;font-size:1.125rem}@media (max-width: 640px){.order-card__total-value{font-size:1rem}}@media (max-width: 768px){.order-card__details-btn{width:100%}}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-icon{gap:.5rem}.btn-icon svg{width:20px;height:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-card{animation:fadeInUp .4s ease-out}.delivery-autocomplete{position:relative;width:100%}.delivery-autocomplete__input-wrapper{position:relative;display:flex;align-items:center;gap:8px;padding:12px 40px;border:1px solid #f7faff;border-radius:.5rem;background:#fff;transition:all .2s ease}.delivery-autocomplete__input-wrapper:focus-within{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.delivery-autocomplete__input-wrapper.error{border-color:#ef4444}.delivery-autocomplete__input-wrapper.error:focus-within{box-shadow:0 0 0 3px #ef44441a}.delivery-autocomplete__icon{position:absolute;left:12px;color:#6b7a93;pointer-events:none}.delivery-autocomplete__input{flex:1;border:none;outline:none;font-size:16px;color:#1f2937;background:transparent;padding:0}.delivery-autocomplete__input::placeholder{color:#9ca8ba}.delivery-autocomplete__input:disabled{opacity:.6;cursor:not-allowed}.delivery-autocomplete__clear{position:absolute;right:12px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#6b7a93;cursor:pointer;border-radius:50%;transition:all .2s ease}.delivery-autocomplete__clear:hover{background:#f7faff;color:#1f2937}.delivery-autocomplete__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;background:#fff;border:1px solid #f7faff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a;overflow-y:auto;z-index:100;animation:slideDown .2s ease}.delivery-autocomplete__dropdown::-webkit-scrollbar{width:6px}.delivery-autocomplete__dropdown::-webkit-scrollbar-track{background:#f7faff}.delivery-autocomplete__dropdown::-webkit-scrollbar-thumb{background:#f7faff;border-radius:3px}.delivery-autocomplete__dropdown::-webkit-scrollbar-thumb:hover{background:#e5e9f0}.delivery-autocomplete__loading,.delivery-autocomplete__empty{padding:16px;text-align:center;color:#6b7a93;font-size:14px}.delivery-autocomplete__list{list-style:none;margin:0;padding:8px 0}.delivery-autocomplete__item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s ease}.delivery-autocomplete__item:hover{background:#f7faff}.delivery-autocomplete__item:active{background:#e5e9f0}.delivery-autocomplete__item-icon{flex-shrink:0;margin-top:2px;color:#1e3a5f}.delivery-autocomplete__item-content{flex:1;min-width:0}.delivery-autocomplete__item-label{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:2px}.delivery-autocomplete__item-address,.delivery-autocomplete__item-area{font-size:12px;color:#6b7a93;margin-top:2px}.delivery-autocomplete__error{display:block;margin-top:6px;font-size:12px;color:#ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.delivery-autocomplete__dropdown{max-height:250px}.delivery-autocomplete__item{padding:10px 12px}.delivery-autocomplete__clear{width:32px;height:32px;right:8px}}.checkout{background:#f7faff;min-height:100vh;padding:2rem 0;overflow-x:hidden;width:100%;max-width:100vw}@media (max-width: 768px){.checkout{padding:1.5rem 0}}@media (max-width: 640px){.checkout{padding:1rem 0}}.checkout__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.checkout__container{padding:0 1rem}}@media (max-width: 640px){.checkout__container{padding:0 .75rem}}.checkout__title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:2rem}@media (max-width: 768px){.checkout__title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 640px){.checkout__title{font-size:1.25rem;margin-bottom:1rem;text-align:center}}.checkout__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,400px);gap:2rem;align-items:start}@media (max-width: 1024px){.checkout__layout{grid-template-columns:minmax(0,1fr) minmax(260px,350px);gap:1.5rem}}@media (max-width: 768px){.checkout__layout{grid-template-columns:1fr;gap:1.5rem}}.checkout__forms{display:flex;flex-direction:column;gap:1.5rem}.checkout__section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.checkout__section{padding:1.5rem}}@media (max-width: 640px){.checkout__section{padding:1rem;border-radius:.75rem}}.checkout__section-title{font-size:1.25rem;font-weight:600;color:#1f2937}@media (max-width: 640px){.checkout__section-title{font-size:1.125rem;text-align:center}}.checkout__section-subtitle{font-size:.875rem;color:#6b7a93;margin-bottom:1.5rem}@media (max-width: 640px){.checkout__section-subtitle{margin-bottom:1rem;text-align:center}}.checkout__form-group{margin-bottom:1.25rem}.checkout__form-group:last-child{margin-bottom:0}.checkout__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.checkout__form-row{grid-template-columns:1fr;gap:.75rem}}.checkout__label,.checkout__label--comment{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:.75rem}@media (max-width: 640px){.checkout__label--comment{margin-top:1.25rem}}.checkout__label svg{color:#1e3a5f}.checkout__error{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem;font-weight:500}.checkout__section-error{background:#ef44441a;border:1px solid #ef4444;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:.5rem}.checkout__section-error:before{content:"⚠️";flex-shrink:0}@media (max-width: 640px){.checkout__section-error{padding:.5rem .75rem;font-size:.75rem}}.checkout__input,.checkout__textarea,.checkout__select{width:100%;max-width:100%;padding:.75rem 1rem;font-size:1rem;color:#1f2937;background:#f9fafb;border:1px solid #e5e9f0;border-radius:.5rem;transition:all .15s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.checkout__input::placeholder,.checkout__textarea::placeholder,.checkout__select::placeholder{color:#9ca8ba}.checkout__input:focus,.checkout__textarea:focus,.checkout__select:focus{outline:none;border-color:#1e3a5f;background:#fff;box-shadow:0 0 0 3px #1e3a5f1a}.checkout__input.error,.checkout__textarea.error,.checkout__select.error{border-color:#ef4444;background:#ef44440d}.checkout__input.error:focus,.checkout__textarea.error:focus,.checkout__select.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}@media (max-width: 640px){.checkout__input,.checkout__textarea,.checkout__select{font-size:1rem}}.checkout__textarea{resize:vertical;min-height:80px}.checkout__select-wrapper{position:relative}.checkout__select-wrapper .checkout__select{appearance:none;padding-right:2.5rem;cursor:pointer}.checkout__select-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6b7a93;pointer-events:none}@media (max-width: 640px){.checkout__select-icon{right:.75rem}}.checkout__checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.checkout__checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1e3a5f;flex-shrink:0}@media (max-width: 640px){.checkout__checkbox input[type=checkbox]{width:14px;height:14px}}@media (max-width: 768px){.checkout__checkbox input[type=checkbox]{width:16px;height:16px}}.checkout__checkbox label{font-size:.875rem;color:#6b7a93;cursor:pointer;line-height:1.5}@media (max-width: 768px){.checkout__checkbox{gap:.75rem}}.checkout__link{color:#1e3a5f;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.checkout__link:hover{text-decoration:underline;color:#182e4d}.checkout__delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem}@media (max-width: 1024px){.checkout__delivery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.checkout__delivery-grid{grid-template-columns:1fr;gap:.75rem}}.checkout__payment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.25rem}@media (max-width: 640px){.checkout__payment-grid{grid-template-columns:1fr;gap:.75rem}}.checkout__delivery-card,.checkout__payment-card{position:relative;display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border:2px solid #e5e9f0;border-radius:.75rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.checkout__delivery-card:hover,.checkout__payment-card:hover{border-color:#6b92ba;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}.checkout__delivery-card.active,.checkout__payment-card.active{border-color:#1e3a5f;background:#ebf0f780;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}@media (max-width: 640px){.checkout__delivery-card,.checkout__payment-card{gap:.5rem;padding:1rem .75rem 1rem .5rem}}@media (max-width: 768px){.checkout__delivery-card,.checkout__payment-card{gap:1rem;padding:1rem}}.checkout__delivery-icon,.checkout__payment-icon{font-size:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px}@media (max-width: 640px){.checkout__delivery-icon,.checkout__payment-icon{font-size:28px;width:36px;height:36px}}.checkout__delivery-logo{width:100%;height:100%;object-fit:contain}.checkout__delivery-info,.checkout__payment-info{flex:1}.checkout__delivery-name,.checkout__payment-name{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:2px}.checkout__delivery-subtitle,.checkout__payment-subtitle{font-size:.75rem;color:#6b7a93}.checkout__delivery-check,.checkout__payment-check{color:#1e3a5f;flex-shrink:0}.checkout__delivery-details{background:#f9fafb;padding:1.25rem;border-radius:.75rem;margin-top:1rem}@media (max-width: 640px){.checkout__delivery-details{padding:1rem .5rem}}.checkout__delivery-info-box{background:#fff;border:1px solid #e5e9f0;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.checkout__delivery-info-box:last-child{margin-bottom:0}.checkout__delivery-info-text{font-size:.875rem;color:#1f2937;margin:0;line-height:1.6}.checkout__pickup-info{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#f9fafb;border:1px solid #a8bfd9;border-radius:.75rem;margin-top:1rem}.checkout__pickup-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ebf0f7;border-radius:.75rem;color:#1e3a5f;flex-shrink:0}.checkout__pickup-details{flex:1}.checkout__pickup-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.checkout__pickup-address{font-size:.875rem;color:#1f2937;margin-bottom:.5rem}.checkout__pickup-hours{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7a93}.checkout__pickup-hours svg{color:#1e3a5f;flex-shrink:0}@media (max-width: 768px){.checkout__sidebar{position:static}}.checkout__summary{position:sticky;top:1.5rem;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.checkout__summary{position:static;top:auto}}@media (max-width: 640px){.checkout__summary{padding:1rem;border-radius:.75rem}}.checkout__summary-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1.25rem}@media (max-width: 640px){.checkout__summary-title{text-align:center}}.checkout__items{max-height:300px;overflow-y:auto;margin-bottom:1.25rem;padding-right:.5rem}.checkout__items::-webkit-scrollbar{width:4px}.checkout__items::-webkit-scrollbar-track{background:#f7faff;border-radius:9999px}.checkout__items::-webkit-scrollbar-thumb{background:#d1d7e2;border-radius:9999px}.checkout__items::-webkit-scrollbar-thumb:hover{background:#9ca8ba}@media (max-width: 640px){.checkout__items{max-height:100%;margin-bottom:1rem;padding-right:0}}.checkout__item{display:flex;gap:.75rem;padding:.75rem;margin-bottom:.75rem;background:#f9fafb;border-radius:.5rem}.checkout__item:last-child{margin-bottom:0}@media (max-width: 640px){.checkout__item{gap:.75rem;padding:.5rem}}.checkout__item-image{width:60px;height:60px;object-fit:contain;border-radius:.5rem;flex-shrink:0}.checkout__item-image img{width:100%;height:100%;object-fit:contain}@media (max-width: 640px){.checkout__item-image{width:65px;height:55px}}.checkout__item-info{flex:1}.checkout__item-title{font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:4px}@media (max-width: 640px){.checkout__item-title{font-size:.875rem}}.checkout__item-specs{font-size:.75rem;color:#6b7a93;margin-bottom:4px}.checkout__item-price{font-size:.875rem;font-weight:600;color:#1f2937}@media (max-width: 640px){.checkout__item-price{font-size:1rem}}.checkout__totals{padding:1rem 0;border-top:1px solid #e5e9f0;border-bottom:1px solid #e5e9f0;margin-bottom:1.25rem}@media (max-width: 640px){.checkout__totals{padding:.75rem 0;margin-bottom:1rem}}.checkout__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;color:#1f2937}.checkout__total-row:last-child{margin-bottom:0}@media (max-width: 640px){.checkout__total-row{font-size:.875rem;margin-bottom:.5rem}}.checkout__total-final{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e9f0;font-size:1.125rem;font-weight:700}@media (max-width: 640px){.checkout__total-final{margin-top:.75rem;padding-top:.75rem}}.checkout__discount{color:#e63946;font-weight:600}.checkout__submit-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.75rem;margin-bottom:1rem;font-size:.875rem;text-align:center}.checkout__submit-btn{width:100%;max-width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background:#1e3a5f;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0f14190d;margin-bottom:1.25rem}.checkout__submit-btn:hover:not(:disabled){background:#182e4d;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;transform:translateY(-1px)}.checkout__submit-btn:active:not(:disabled){transform:translateY(0)}.checkout__submit-btn:disabled{background:#d1d7e2;cursor:not-allowed;box-shadow:none}@media (max-width: 640px){.checkout__submit-btn{padding:1.25rem 1rem;margin-bottom:1rem}}.checkout__help{text-align:center;padding:1rem;background:#f9fafb;border-radius:.75rem}@media (max-width: 640px){.checkout__help{padding:.75rem}}.checkout__help-title{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.checkout__help-phone{font-size:1rem;font-weight:700;color:#1e3a5f;margin-bottom:.25rem}@media (max-width: 640px){.checkout__help-phone{font-size:.875rem}}.checkout__help-time{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;color:#6b7a93;margin-bottom:1rem}.checkout__help-time svg{color:#1e3a5f}.checkout__help-faq{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e9f0;text-align:center}.checkout__help-faq-text{font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:.75rem}.checkout__help-faq-link{display:inline-block;font-size:.875rem;font-weight:500;color:#1e3a5f;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);padding:.5rem .75rem;border-radius:.5rem}.checkout__help-faq-link:hover{color:#182e4d;background:#1e3a5f0d;text-decoration:underline}@media (max-width: 640px){.checkout__help-faq-link{font-size:.875rem;padding:.25rem .5rem}}.checkout__link{background:none;border:none;padding:0;cursor:pointer;font-size:inherit;font-family:inherit;color:#1e3a5f;font-weight:500;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.checkout__link:hover{color:#182e4d;text-decoration:underline}.checkout__payment-details{background:#f9fafb;padding:1.25rem;border-radius:.75rem;margin-top:1rem}@media (max-width: 640px){.checkout__payment-details{padding:1rem}}.checkout__payment-info-box{background:#fff;border:1px solid #e5e9f0;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.checkout__payment-info-box:last-child{margin-bottom:0}@media (max-width: 640px){.checkout__payment-info-box{padding:.75rem}}.checkout__payment-info-text{font-size:.875rem;color:#1f2937;line-height:1.75;margin-bottom:.5rem}.checkout__payment-info-text:last-child{margin-bottom:0}.checkout__payment-info-note{font-size:.75rem;color:#6b7a93;line-height:1.75}@media (max-width: 640px){.checkout__payment-info-note{font-size:11px}}.checkout__payment-security{background:#1e3a5f0d;border:1px solid rgba(30,58,95,.2);border-radius:.5rem;padding:.75rem;text-align:center;margin-top:1rem}.checkout__payment-security p{font-size:.75rem;color:#182e4d;font-weight:500;margin:0}@media (max-width: 640px){.checkout__payment-security{padding:.5rem}}.checkout__payment-buttons{display:flex;gap:.75rem;margin-bottom:1rem}@media (max-width: 640px){.checkout__payment-buttons{flex-direction:column;gap:.5rem}}.checkout__payment-button{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border:2px solid #e5e9f0;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:600;color:#1f2937;min-height:56px}.checkout__payment-button:hover{border-color:#1e3a5f;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;transform:translateY(-2px)}.checkout__payment-button:active{transform:translateY(0)}@media (max-width: 640px){.checkout__payment-button{padding:.75rem;font-size:.875rem;min-height:48px}}.checkout__payment-logo{height:32px;width:auto;max-width:100%;object-fit:contain}@media (max-width: 640px){.checkout__payment-logo{height:24px}}.checkout__delivery-info-tip{background:#1e3a5f14;border-left:3px solid #1e3a5f;border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1rem;font-size:.875rem;color:#6b7a93;line-height:1.75}@media (max-width: 640px){.checkout__delivery-info-tip{padding:.5rem .75rem;font-size:.75rem;margin-bottom:.75rem}}.checkout__forms,.checkout__sidebar,.checkout__summary,.checkout__section{min-width:0;max-width:100%}.checkout__section,.checkout__summary{overflow-wrap:anywhere}.checkout__item-image{max-width:100%;height:auto}.checkout__items,.checkout__payment-button{max-width:100%}.checkout__summary{position:sticky;top:1.5rem;width:100%}.order-success{background:#f7faff;min-height:100vh;padding:3rem 0;display:flex;align-items:center;justify-content:center}@media (max-width: 640px){.order-success{padding:1.5rem 0}}.order-success__container{max-width:600px;width:100%;padding:0 1rem}.order-success__card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;padding:2.5rem;text-align:center}@media (max-width: 640px){.order-success__card{padding:1.5rem}}.order-success__icon{color:#22c55e;margin-bottom:1.5rem}.order-success__icon svg{width:64px;height:64px}.order-success__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (max-width: 640px){.order-success__title{font-size:1.25rem}}.order-success__order-number{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f9fafb;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:1rem}.order-success__order-number svg{color:#1e3a5f}.order-success__order-number strong{color:#182e4d;font-size:1.125rem}@media (max-width: 640px){.order-success__order-number{flex-wrap:wrap}}.order-success__message{color:#6b7a93;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.order-success__details{background:#f9fafb;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;text-align:left}.order-success__details h3{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.order-success__detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e9f0;font-size:.875rem}.order-success__detail-row:last-child{border-bottom:none}.order-success__status{background:#fef3c7;color:#d97706;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.order-success__info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.order-success__info p{color:#1e40af;font-size:.875rem;margin:0}.order-success__delivery{background:#f9fafb;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;text-align:left}.order-success__delivery h3{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.order-success__delivery h3 svg{color:#1e3a5f}.order-success__pickup-info{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#ebf0f7;border-radius:.25rem;margin-top:.5rem}.order-success__pickup-info svg{color:#1e3a5f;flex-shrink:0;margin-top:2px}.order-success__pickup-info p{font-size:.875rem;color:#1f2937;margin:0}.order-success__pickup-hours{display:flex;align-items:center;gap:.25rem;font-size:.75rem!important;color:#6b7a93!important;margin-top:.25rem!important}.order-success__track{background:linear-gradient(135deg,#ebf0f7,#eff6ff);border:2px solid #a8bfd9;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.order-success__track-hint{color:#6b7a93;font-size:.875rem;margin-top:.75rem}.order-success__contact{margin-bottom:2rem}.order-success__contact h3{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.order-success__contact-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.order-success__contact-row svg{color:#1e3a5f}.order-success__contact-row a{color:#182e4d;text-decoration:none;font-size:.875rem}.order-success__contact-row a:hover{text-decoration:underline}.order-success__actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 640px){.order-success__actions{flex-direction:column}}.order-success__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.order-success__btn--primary{background:#1e3a5f;color:#fff}.order-success__btn--primary:hover{background:#182e4d}.order-success__btn--secondary{background:#f7faff;color:#1f2937;border:1px solid #e5e9f0}.order-success__btn--secondary:hover{background:#e5e9f0}.order-success__btn--track{background:linear-gradient(135deg,#1e3a5f,#182e4d);color:#fff;padding:1rem 2rem;font-size:1rem;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a}.order-success__btn--track:hover{background:linear-gradient(135deg,#182e4d,#12233a);transform:translateY(-2px);box-shadow:0 20px 25px -5px #0f14191a,0 8px 10px -6px #0f14191a}.order-success__btn--pay{display:inline-flex;align-items:center;gap:.5rem;background-color:#1e3a5f;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.order-success__btn--pay:hover{background-color:#182e4d}.order-success__btn--pay:disabled{opacity:.6;cursor:not-allowed}.order-success__payment-pending{display:flex;align-items:flex-start;gap:.75rem;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;color:#d97706}.order-success__payment-pending p{margin:.25rem 0 0;font-size:.875rem}.order-success__payment-success{display:flex;align-items:center;gap:.75rem;background-color:#d1fae5;border:1px solid #10b981;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;color:#059669}.order-success__retry-payment{margin:1.5rem 0;text-align:center}.track-order{background:#f7faff;min-height:60vh;padding:3rem 0}@media (max-width: 640px){.track-order{padding:1.5rem 0}}.track-order__container{max-width:740px;width:100%;margin:0 auto;padding:0 1rem}.track-order__header{text-align:center;margin-bottom:2rem}.track-order__title{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.track-order__title svg{color:#1e3a5f}@media (max-width: 640px){.track-order__title{font-size:1.25rem}.track-order__title svg{width:28px;height:28px}}.track-order__subtitle{color:#6b7a93;font-size:1rem}.track-order__form{display:flex;gap:.75rem;margin-bottom:1.5rem}@media (max-width: 640px){.track-order__form{flex-direction:column}}.track-order__input-wrapper{flex:1;position:relative}.track-order__input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca8ba;pointer-events:none}.track-order__input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e9f0;border-radius:.75rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.track-order__input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f1a}.track-order__input::placeholder{color:#9ca8ba}.track-order__input:disabled{background:#f7faff;cursor:not-allowed}.track-order__submit{padding:1rem 2rem;background:#1e3a5f;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.track-order__submit:hover:not(:disabled){background:#182e4d}.track-order__submit:disabled{background:#e5e9f0;color:#9ca8ba;cursor:not-allowed}.track-order__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;text-align:center;font-size:.875rem}.track-order__saved{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;padding:1.5rem;margin-bottom:1.5rem}.track-order__saved-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.track-order__saved-list{display:flex;flex-direction:column;gap:.5rem}.track-order__saved-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:.75rem;cursor:pointer;transition:background .15s}.track-order__saved-item:hover{background:#ebf0f7}.track-order__saved-item svg{color:#1e3a5f;flex-shrink:0}.track-order__saved-item span{flex:1;font-size:.875rem;color:#1f2937;font-weight:500}.track-order__saved-remove{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#9ca8ba;border-radius:.25rem;cursor:pointer;transition:all .15s}.track-order__saved-remove:hover{background:#fef2f2;color:#dc2626}.track-order__result{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;overflow:hidden}.track-order__result-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ebf0f7,#f9fafb);border-bottom:1px solid #e5e9f0}@media (max-width: 640px){.track-order__result-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}}.track-order__result-info{display:flex;flex-direction:column;gap:.25rem}.track-order__result-label{font-size:.75rem;color:#6b7a93;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.track-order__result-number{display:flex;align-items:center;gap:.5rem}.track-order__result-number strong{color:#182e4d;font-size:1.25rem;font-weight:700;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text!important}@media (max-width: 640px){.track-order__result-number strong{font-size:1.125rem}}.track-order__result-date{font-size:.75rem;color:#6b7a93;margin-top:.25rem}.track-order__copy-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#fff;color:#6b7a93;border-radius:.75rem;cursor:pointer;transition:all .15s;flex-shrink:0;box-shadow:0 1px 2px #0f14190d}.track-order__copy-btn:hover{background:#ebf0f7;color:#1e3a5f}.track-order__copy-btn--copied,.track-order__copy-btn--copied:hover{background:#dcfce7;color:#16a34a}.track-order__status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;white-space:nowrap}.track-order__status--warning{background:#fef3c7;color:#b45309}.track-order__status--info{background:#dbeafe;color:#1d4ed8}.track-order__status--success{background:#dcfce7;color:#15803d}.track-order__status--error{background:#fef2f2;color:#dc2626}.track-order__progress{display:flex;align-items:flex-start;padding:1.5rem;gap:0;overflow-x:auto}@media (max-width: 640px){.track-order__progress{padding:1rem .75rem}}.track-order__progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;min-width:0}.track-order__progress-step:last-child .track-order__progress-line{display:none}.track-order__progress-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5e9f0;color:#9ca8ba;font-size:.75rem;font-weight:600;position:relative;z-index:1;transition:all .2s;flex-shrink:0}.track-order__progress-step--completed .track-order__progress-dot{background:#1e3a5f;color:#fff}.track-order__progress-step--current .track-order__progress-dot{background:#1e3a5f;color:#fff;box-shadow:0 0 0 4px #1e3a5f33}@media (max-width: 640px){.track-order__progress-dot{width:24px;height:24px;font-size:10px}}.track-order__progress-label{font-size:.75rem;color:#9ca8ba;margin-top:.5rem;text-align:center;line-height:1.2}.track-order__progress-step--completed .track-order__progress-label{color:#182e4d;font-weight:500}.track-order__progress-step--current .track-order__progress-label{color:#182e4d;font-weight:600}.track-order__progress-line{position:absolute;top:14px;left:calc(50% + 14px);right:calc(-50% + 14px);height:3px;background:#e5e9f0;border-radius:2px;transition:background .2s}.track-order__progress-line--filled{background:#1e3a5f}@media (max-width: 640px){.track-order__progress-line{top:12px;left:calc(50% + 12px);right:calc(-50% + 12px);height:2px}}.track-order__cancelled-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;margin:0 1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.875rem;font-weight:500}@media (max-width: 640px){.track-order__cancelled-banner{margin:0 1rem}}.track-order__sections{padding:0 1.5rem;display:flex;flex-direction:column;gap:.25rem}@media (max-width: 640px){.track-order__sections{padding:0 1rem}}.track-order__section{border-bottom:1px solid #f7faff;padding-bottom:1rem}.track-order__section:last-child{border-bottom:none}.track-order__section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-top:.75rem}.track-order__section-header svg{color:#1e3a5f;flex-shrink:0}.track-order__section-header h4{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}.track-order__section-body{padding-left:calc(18px + .5rem)}.track-order__detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;font-size:.875rem;gap:.75rem}.track-order__detail-row span:first-child{color:#6b7a93;flex-shrink:0}.track-order__detail-row span:last-child,.track-order__detail-row strong{color:#1f2937;text-align:right;word-break:break-word}.track-order__free-delivery{color:#059669!important;font-weight:500}.track-order__carrier-note{color:#6b7a93!important;font-style:italic}.track-order__payment-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.track-order__payment-badge--pending{background:#fef3c7;color:#d97706}.track-order__payment-badge--paid{background:#d1fae5;color:#059669}.track-order__payment-badge--failed{background:#fee2e2;color:#dc2626}.track-order__payment-badge--refunded{background:#f7faff;color:#6b7a93}.track-order__comment{font-size:.875rem;color:#1f2937;line-height:1.5;margin:0;white-space:pre-wrap}.track-order__pickup-info{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#ebf0f7;border-radius:.75rem;margin:.5rem 0}.track-order__pickup-info svg{color:#1e3a5f;flex-shrink:0;margin-top:2px}.track-order__pickup-address{font-size:.875rem;color:#1f2937;margin:0 0 .25rem}.track-order__pickup-hours{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7a93;margin:0}.track-order__pickup-hours svg{margin-top:0}.track-order__items{padding:1rem 1.5rem;border-top:1px solid #f7faff}@media (max-width: 640px){.track-order__items{padding:1rem}}.track-order__items-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.track-order__items-count{background:#f7faff;color:#6b7a93;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:9999px}.track-order__items-list{display:flex;flex-direction:column;gap:.75rem}.track-order__item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.75rem;transition:background .15s}.track-order__item-image{width:56px;height:56px;object-fit:contain;border-radius:.25rem;flex-shrink:0;border:1px solid #e5e9f0}.track-order__item-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.track-order__item-title{font-size:.875rem;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-order__item-meta{font-size:.75rem;color:#6b7a93}.track-order__item-qty{font-size:.75rem;color:#9ca8ba}.track-order__item-total{font-size:.875rem;font-weight:600;color:#182e4d;white-space:nowrap;flex-shrink:0}.track-order__summary{margin:0 1.5rem 1.5rem;padding:1rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e9f0}@media (max-width: 640px){.track-order__summary{margin:0 1rem 1rem}}.track-order__summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:#6b7a93}.track-order__summary-row--discount{color:#059669}.track-order__summary-row--discount span:last-child{font-weight:500}.track-order__summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;margin-top:.5rem;border-top:2px solid #a8bfd9;font-weight:700;font-size:1rem;color:#1f2937}.track-order__summary-total span:last-child{font-size:1.125rem;color:#182e4d}.track-order__new-search{display:flex;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 3rem);margin:0 1.5rem 1.5rem;padding:1rem;background:#fff;color:#1f2937;border:1px solid #e5e9f0;border-radius:.75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.track-order__new-search:hover{background:#f9fafb;border-color:#6b92ba;color:#182e4d}@media (max-width: 640px){.track-order__new-search{width:calc(100% - 2rem);margin:0 1rem 1rem}}.wishlist-page{min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);background:#f7faff;padding:2rem 0}@media (max-width: 768px){.wishlist-page{padding:1.5rem 0}}@media (max-width: 640px){.wishlist-page{padding:1rem 0}}.wishlist-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.wishlist-container{padding:0 1rem}}@media (max-width: 640px){.wishlist-container{padding:0 .75rem}}.wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e9f0}@media (max-width: 768px){.wishlist-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}}.wishlist-header__content{flex:1}@media (max-width: 768px){.wishlist-header__content{text-align:center}}.wishlist-header__title{display:flex;align-items:center;gap:.75rem;font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.wishlist-header__title svg{color:#e63946}@media (max-width: 768px){.wishlist-header__title{font-size:1.875rem;justify-content:center}}@media (max-width: 640px){.wishlist-header__title{font-size:1.5rem;gap:.5rem}.wishlist-header__title svg{width:32px;height:32px}}.wishlist-header__subtitle{font-size:1rem;color:#6b7a93}@media (max-width: 640px){.wishlist-header__subtitle{font-size:.875rem}}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a}@media (max-width: 768px){.wishlist-empty{padding:3rem 1.5rem}}@media (max-width: 640px){.wishlist-empty{padding:2rem 1rem}}.wishlist-empty__icon{color:#e63946;opacity:.3;margin-bottom:1.5rem}.wishlist-empty__icon svg{width:80px;height:80px}@media (max-width: 640px){.wishlist-empty__icon svg{width:60px;height:60px}}.wishlist-empty__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}@media (max-width: 640px){.wishlist-empty__title{font-size:1.25rem}}.wishlist-empty__text{font-size:1rem;color:#6b7a93;margin-bottom:1.5rem;max-width:500px}@media (max-width: 640px){.wishlist-empty__text{font-size:.875rem}}.wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,280px));justify-content:center;gap:1.5rem;margin-bottom:2rem}@media (max-width: 1280px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,280px));gap:1.25rem}}@media (max-width: 1024px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,280px));gap:1.25rem}}@media (max-width: 768px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,260px));gap:1rem}}@media (max-width: 640px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}}@media (max-width: 480px){.wishlist-grid{grid-template-columns:minmax(0,320px);gap:1rem}}@media (max-width: 360px){.wishlist-grid{grid-template-columns:minmax(0,280px)}}.wishlist-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;text-align:center}@media (max-width: 768px){.wishlist-actions{padding:1.5rem}}@media (max-width: 640px){.wishlist-actions{padding:1rem;gap:.75rem}}.wishlist-actions__text{font-size:1rem;color:#6b7a93}@media (max-width: 640px){.wishlist-actions__text{font-size:.875rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.btn{font-size:.875rem;padding:.5rem 1rem}}.btn-primary:hover:not(:disabled){background:#182e4d;box-shadow:0 1px 3px #0f14191a,0 1px 2px -1px #0f14191a;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-outline:hover:not(:disabled){background:#1e3a5f0d}@media (max-width: 768px){.btn-outline{width:100%}}.btn-sm{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 640px){.btn-sm{padding:.25rem .75rem;font-size:.75rem}}.notfound-page{min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7faff,#f9fafb);padding:2rem 1rem;position:relative;overflow:hidden}@media (max-width: 768px){.notfound-page{padding:1.5rem 1rem}}.notfound-container{max-width:800px;width:100%;text-align:center;position:relative;z-index:1}.notfound-number{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;animation:fadeInScale .8s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.notfound-number{gap:.5rem;margin-bottom:1.5rem}}.notfound-number__digit{font-size:180px;font-weight:700;color:#1e3a5f;line-height:1;text-shadow:0 4px 20px rgba(30,58,95,.3);animation:bounceIn .8s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.notfound-number__digit{font-size:120px}}@media (max-width: 640px){.notfound-number__digit{font-size:80px}}.notfound-number__digit--bed{font-size:160px;animation:floatBed 3s ease-in-out infinite;filter:drop-shadow(0 4px 20px rgba(30,58,95,.2))}@media (max-width: 768px){.notfound-number__digit--bed{font-size:100px}}@media (max-width: 640px){.notfound-number__digit--bed{font-size:70px}}.notfound-content{margin-bottom:2rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}@media (max-width: 768px){.notfound-content{margin-bottom:1.5rem}}.notfound-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (max-width: 768px){.notfound-title{font-size:1.875rem}}@media (max-width: 640px){.notfound-title{font-size:1.5rem}}.notfound-subtitle{font-size:1.125rem;color:#6b7a93;line-height:1.75;max-width:600px;margin:0 auto}@media (max-width: 768px){.notfound-subtitle{font-size:1rem}}.notfound-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}@media (max-width: 640px){.notfound-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);text-decoration:none;white-space:nowrap}.btn svg{flex-shrink:0}.btn:active{transform:translateY(1px)}.btn-primary{background:#1e3a5f;color:#fff;box-shadow:0 1px 2px #0f14190d}.btn-primary:hover{background:#182e4d;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-2px)}.btn-outline{background:transparent;color:#1e3a5f;border:2px solid #1e3a5f}.btn-outline:hover{background:#1e3a5f1a;transform:translateY(-2px)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 640px){.btn-lg{padding:.75rem 1.5rem;font-size:1rem}}.notfound-links{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both}.notfound-links__title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}@media (max-width: 768px){.notfound-links__title{font-size:1.125rem;margin-bottom:1rem}}.notfound-links__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:700px;margin:0 auto}@media (max-width: 768px){.notfound-links__grid{grid-template-columns:1fr;gap:.75rem}}.notfound-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fff;border:2px solid #e5e9f0;border-radius:1rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0f14190d}.notfound-link:hover{border-color:#1e3a5f;box-shadow:0 10px 15px -3px #0f14191a,0 4px 6px -4px #0f14191a;transform:translateY(-4px)}.notfound-link:hover .notfound-link__icon{background:#1e3a5f;color:#fff;transform:scale(1.1)}@media (max-width: 768px){.notfound-link{flex-direction:row;text-align:left;padding:1rem}}.notfound-link__icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f7faff;color:#1e3a5f;border-radius:9999px;font-size:1.5rem;transition:all .15s cubic-bezier(.4,0,.2,1)}.notfound-link__icon svg{width:28px;height:28px}@media (max-width: 768px){.notfound-link__icon{width:50px;height:50px;flex-shrink:0}.notfound-link__icon svg{width:24px;height:24px}}.notfound-link__content h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}@media (max-width: 768px){.notfound-link__content h4{font-size:1rem}}.notfound-link__content p{font-size:.875rem;color:#6b7a93}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes floatBed{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}*{margin:0;padding:0;box-sizing:border-box;cursor:default;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;font-size:1rem;letter-spacing:0;overflow-x:hidden;max-width:100vw}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1f2937;background-color:#f7faff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw;position:relative}p{margin:0}a{color:#1e3a5f;text-decoration:none;cursor:pointer!important}a svg,a img,a span,a i{pointer-events:none;cursor:inherit!important}button,[role=button],label{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer!important}button svg,button img,button span,button i,[role=button] svg,[role=button] img,[role=button] span,[role=button] i,label svg,label img,label span,label i{pointer-events:none;cursor:inherit!important}input,textarea,[contenteditable=true]{cursor:text!important;-webkit-user-select:text;user-select:text}div,span,p,h1,h2,h3,h4,h5,h6,li,ul,ol,section,article,main,header,footer,nav,img,svg{cursor:default!important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.content,.description,article p,.contact-item,.contacts__info-link,.contacts__info-text,.checkout__help-phone,.order-success__order-number,.track-order__result-number,.order-card__id,.product-description__text,.product-description__care-text,.characteristic-item__value,.product-info__article-value,.review-card__comment,.legal-modal__text{user-select:text;-webkit-user-select:text}.content *,.description *,article p *,.contact-item *,.contacts__info-link *,.contacts__info-text *,.checkout__help-phone *,.order-success__order-number *,.track-order__result-number *,.order-card__id *,.product-description__text *,.product-description__care-text *,.characteristic-item__value *,.product-info__article-value *,.review-card__comment *,.legal-modal__text *{user-select:text;-webkit-user-select:text}.MuiChip-root,.MuiChip-label,.MuiButtonBase-root,[class*=Mui]{cursor:pointer!important;user-select:none!important;-webkit-user-select:none!important}.skip-link{position:absolute;left:-9999px;top:auto;z-index:700;background:#1e3a5f;color:#fff;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer!important;-webkit-user-select:none;user-select:none}.skip-link:focus{position:fixed;left:50%;transform:translate(-50%);top:.5rem;outline:2px solid #6b92ba;outline-offset:2px}@keyframes spin{to{transform:rotate(360deg)}}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip;width:100%;max-width:100vw}.main{flex:1;overflow-x:clip;width:100%;max-width:100vw;padding-top:64px}@media (max-width: 767px){.main{padding-top:56px}}
