html,body,#root{width:100%;min-width:100%;min-height:100%;margin:0;padding:0}.public-page{background:#f5f5f5;width:100%;min-height:100vh;padding:28px 0 50px}.public-container{width:min(1180px,100% - 32px);margin:0 auto}.public-back-link{color:#333;align-items:center;margin-bottom:18px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.public-back-link:hover{color:var(--color-primary-hover)}.public-page-header{background:#fff;border:1px solid #ddd;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;padding:24px;display:flex}.public-page-header h1{color:#111;margin:0;font-size:32px;line-height:1.15}.public-page-header p{color:#666;margin:8px 0 0;font-size:15px}.public-primary-button,.public-light-button{border:1px solid var(--color-primary);cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.public-primary-button{background:var(--color-primary);color:var(--color-white)}.public-primary-button:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.public-primary-button:disabled{opacity:.65;cursor:not-allowed}.public-light-button{background:var(--color-surface-light);color:var(--color-primary);border-color:var(--color-accent-soft)}.public-light-button:hover{color:var(--color-primary-hover);border-color:var(--color-secondary);background:#d8e8f1}.public-primary-button:focus-visible,.public-light-button:focus-visible{box-shadow:var(--focus-ring);outline:none}.full-button{width:100%}.empty-state-card{text-align:center;background:#fff;border:1px solid #ddd;border-radius:22px;padding:60px 24px}.empty-state-card h1{color:#111;margin:0;font-size:34px}.empty-state-card p{color:#666;max-width:430px;margin:12px auto 24px;font-size:16px;line-height:1.5}.cart-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:22px;display:grid}.cart-items-card,.cart-summary-card,.checkout-form-card,.checkout-summary-card{background:#fff;border:1px solid #ddd;border-radius:18px}.cart-items-card{overflow:hidden}.cart-item{border-bottom:1px solid #eee;grid-template-columns:110px minmax(0,1fr) 150px;align-items:center;gap:18px;padding:18px;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-image-wrap{background:#fafafa;border:1px solid #ddd;border-radius:14px;width:110px;height:110px;overflow:hidden}.cart-item-image-wrap img{object-fit:cover;width:100%;height:100%}.cart-item-info h3{color:#111;margin:0;font-size:17px}.cart-item-info p{color:#666;margin:8px 0 14px;font-size:14px;font-weight:700}.quantity-controls{border:1px solid #ddd;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.quantity-controls button{color:#111;cursor:pointer;background:#fff;border:none;width:36px;height:34px;font-size:18px;font-weight:800}.quantity-controls button:hover{background:#eee}.quantity-controls span{text-align:center;color:#111;min-width:38px;font-weight:800}.cart-item-total{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.cart-item-total strong{color:#111;font-size:16px}.cart-item-total button{color:#c62828;cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:800}.cart-summary-card,.checkout-summary-card{padding:22px;position:sticky;top:20px}.cart-summary-card h2,.checkout-summary-card h2,.checkout-form-card h2{color:#111;margin:0 0 18px;font-size:22px}.summary-row,.summary-total{color:#555;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:16px;padding:13px 0;font-size:15px;display:flex}.summary-row strong{color:#111}.summary-total{color:#111;border-bottom:none;margin:8px 0 18px;font-size:18px;font-weight:800}.checkout-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:22px;display:grid}.checkout-form-card{padding:24px}.public-form-error{color:#c62828;background:#fff0f0;border:1px solid #f0b8b8;border-radius:10px;margin-bottom:16px;padding:12px 14px;font-weight:700}.public-form-group{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.public-form-group label{color:var(--color-text);font-size:14px;font-weight:800}.public-form-group input,.public-form-group textarea{border:1px solid var(--color-border);width:100%;min-height:44px;color:var(--color-text);box-sizing:border-box;background:#fff;border-radius:10px;outline:none;padding:11px 12px;font-family:inherit;font-size:14px}.public-form-group textarea{resize:vertical;min-height:115px}.public-form-group input:focus,.public-form-group textarea:focus{border-color:var(--color-secondary);box-shadow:var(--focus-ring)}.public-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.payment-info-box{background:#fafafa;border:1px dashed #ccc;border-radius:14px;margin-bottom:18px;padding:16px}.payment-info-box strong{color:#111;margin-bottom:7px;display:block}.payment-info-box p{color:#666;margin:0;font-size:14px;line-height:1.5}.checkout-items-list{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.checkout-item{border-bottom:1px solid #eee;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding-bottom:12px;display:grid}.checkout-item img{object-fit:cover;background:#fafafa;border:1px solid #ddd;border-radius:10px;width:58px;height:58px}.checkout-item h4{color:#111;margin:0;font-size:14px}.checkout-item p{color:#666;margin:5px 0 0;font-size:13px}.checkout-item strong{color:#111;white-space:nowrap;font-size:14px}.checkout-cart-button{background:var(--color-surface-light);color:var(--color-primary);border:1px solid var(--color-accent-soft);border-radius:8px;align-items:center;gap:6px;margin-bottom:18px;padding:10px 18px;font-size:14px;font-weight:800;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.checkout-cart-button:hover{color:var(--color-primary-hover);border-color:var(--color-secondary);background:#d8e8f1}.checkout-address-loading{color:#666;background:#fafafa;border:1px solid #eee;border-radius:12px;margin-bottom:16px;padding:14px 16px;font-weight:600}.checkout-address-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.checkout-address-head span{color:#555;font-size:14px;font-weight:700}.checkout-new-address-button{border:1px solid var(--color-primary);min-height:40px;color:var(--color-primary);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:0 16px;font-size:14px;font-weight:800;transition:background .15s,color .15s}.checkout-new-address-button:hover{background:var(--color-surface-light);color:var(--color-primary-hover)}.checkout-address-list{flex-direction:column;gap:12px;margin-bottom:18px;display:flex}.checkout-address-card{cursor:pointer;background:#fff;border:1.5px solid #e2e2e2;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;transition:border-color .15s,box-shadow .15s;display:flex}.checkout-address-card:hover{border-color:#999}.checkout-address-card.selected{border-color:var(--color-primary);background:var(--color-surface-light);box-shadow:0 0 0 1px var(--color-primary) inset}.checkout-address-card input[type=radio]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0;margin-top:3px}.checkout-address-card-body{flex-direction:column;gap:4px;display:flex}.checkout-address-card-title{align-items:center;gap:8px;display:flex}.checkout-address-card-title strong{color:#111;font-size:14px}.checkout-address-badge{color:#fff;background:var(--color-primary);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:800}.checkout-address-card-body p{color:#555;margin:0;font-size:13px;line-height:1.5}.checkout-address-empty{color:#555;background:#fafafa;border:1px dashed #ccc;border-radius:12px;margin-bottom:16px;padding:14px 16px;font-weight:600}.checkout-new-address-form{border-top:1px solid #eee;margin-bottom:6px;padding-top:16px}.checkout-new-address-form h3{color:#111;margin:0 0 12px;font-size:15px}.checkout-address-form-actions{gap:10px;margin-top:4px;display:flex}.checkout-save-address-button{border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;cursor:pointer;border-radius:8px;min-height:42px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s}.checkout-save-address-button:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.checkout-save-address-button:disabled{opacity:.65;cursor:not-allowed}.checkout-cancel-address-button{color:#333;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:10px;min-height:42px;padding:0 18px;font-size:14px;font-weight:800;transition:background .15s}.checkout-cancel-address-button:hover{background:#f2f2f2}@media (width<=700px){.checkout-address-head{flex-direction:column;align-items:stretch}.checkout-new-address-button{width:100%}.checkout-address-form-actions{flex-direction:column}.checkout-save-address-button,.checkout-cancel-address-button{width:100%}}@media (width<=1000px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary-card,.checkout-summary-card{position:static}}@media (width<=700px){.public-page{padding-top:18px}.public-container{width:min(100% - 24px,1180px)}.public-page-header{flex-direction:column;align-items:stretch;padding:20px}.public-page-header h1{font-size:28px}.cart-item{grid-template-columns:86px minmax(0,1fr)}.cart-item-image-wrap{width:86px;height:86px}.cart-item-total{flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.public-form-row{grid-template-columns:1fr;gap:0}.checkout-item{grid-template-columns:52px minmax(0,1fr)}.checkout-item strong{grid-column:2}}.auth-page{align-items:center;display:flex}.auth-page-layout{background:linear-gradient(180deg, #fff 0%, var(--color-surface-light) 100%);justify-content:center;min-height:68vh;padding:52px 0 64px}.auth-container{justify-content:center;display:flex}.auth-card{border:1px solid var(--color-accent-soft);background:#fff;border-radius:22px;width:min(100%,460px);padding:28px;transition:transform .22s,box-shadow .22s;box-shadow:0 10px 24px #2a5b791a,0 2px 6px #2a5b790f}.auth-page-layout .auth-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #2a5b7929,0 3px 8px #2a5b7914}@media (prefers-reduced-motion:reduce){.auth-card,.auth-page-layout .auth-card:hover{transition:none;transform:none}}.auth-header{margin-bottom:24px}.auth-brand-badge{background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:30px;margin-bottom:14px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.auth-header h1{color:var(--color-text-dark);margin:0;font-size:32px;line-height:1.15}.auth-header p{color:#666;margin:10px 0 0;font-size:15px;line-height:1.5}.auth-form{margin-top:10px}.auth-bottom{text-align:center;color:#666;margin:20px 0 0;font-size:14px}.auth-bottom a{color:var(--color-primary);font-weight:800;text-decoration:none}.auth-bottom a:hover{color:var(--color-secondary);text-decoration:underline}.auth-bottom-link{color:var(--color-primary);font-weight:800;text-decoration:none}.auth-bottom-link:hover{text-decoration:underline}.auth-forgot-row{justify-content:flex-end;margin:-4px 0 14px;display:flex}.auth-forgot-link{color:#555;font-size:13px;font-weight:700;text-decoration:none}.auth-forgot-link:hover{color:var(--color-secondary);text-decoration:underline}.auth-info-box{color:#374151;background:#f3f4f6;border:1px solid #e2e4e8;border-radius:12px;margin:0 0 16px;padding:13px 15px;font-size:14px;line-height:1.5}.auth-info-box p{margin:0}.auth-steps{justify-content:center;align-items:center;gap:10px;margin:4px 0 20px;display:flex}.auth-steps span{color:#999;background:#ececec;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;transition:all .2s;display:inline-flex}.auth-steps span.active{background:var(--color-primary);color:#fff}.auth-code-input{text-align:center;letter-spacing:8px;font-size:22px;font-weight:800}.auth-text-button{color:#555;cursor:pointer;background:0 0;border:none;width:100%;margin-top:12px;padding:6px;font-size:13px;font-weight:700;display:block}.auth-text-button:hover:not(:disabled){color:var(--color-primary);text-decoration:underline}.auth-text-button:disabled{opacity:.6;cursor:not-allowed}.auth-success-box{text-align:center;padding:8px 4px}.auth-success-icon{color:#fff;background:#111;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;font-size:28px;font-weight:800;display:inline-flex}.auth-success-box strong{color:#111;margin-bottom:8px;font-size:18px;display:block}.auth-success-box p{color:#555;margin:0 0 6px;font-size:15px;line-height:1.55}.auth-success-actions{flex-direction:column;align-items:center;gap:10px;margin-top:18px;display:flex}@media (width<=700px){.auth-page{align-items:flex-start}.auth-card{border-radius:18px;padding:22px}.auth-header h1{font-size:28px}}.success-container{justify-content:center;display:flex}.success-card{background:#fff;border:1px solid #ddd;border-radius:24px;width:min(100%,920px);padding:34px;box-shadow:0 18px 45px #0000000f}.success-icon{color:#16833a;background:#eef8f0;border:1px solid #b8dfc0;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:18px;font-size:38px;font-weight:900;display:flex}.success-header h1{color:#111;margin:0;font-size:34px}.success-header p{color:#666;max-width:650px;margin:10px 0 0;font-size:15px;line-height:1.55}.order-number-box{background:#fafafa;border:1px dashed #bbb;border-radius:16px;margin:24px 0;padding:18px}.order-number-box span{color:#666;margin-bottom:6px;font-size:13px;font-weight:800;display:block}.order-number-box strong{color:#111;font-size:24px}.success-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px;display:grid}.success-grid div,.success-address-box{background:#fafafa;border:1px solid #ddd;border-radius:16px;padding:16px}.success-grid span{color:#666;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.success-grid strong{color:#111;font-size:14px}.success-address-box{margin-bottom:20px}.success-address-box h2,.success-items h2{color:#111;margin:0 0 14px;font-size:20px}.success-address-box p{color:#444;margin:6px 0;font-size:14px}.success-items{background:#fff;border:1px solid #ddd;border-radius:16px;padding:18px}.success-empty-text{color:#666;margin:0}.success-item{border-bottom:1px solid #eee;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 0;display:grid}.success-item:last-child{border-bottom:none}.success-item img{object-fit:cover;background:#fafafa;border:1px solid #ddd;border-radius:12px;width:62px;height:62px}.success-item h4{color:#111;margin:0;font-size:15px}.success-item p{color:#666;margin:5px 0 0;font-size:13px}.success-item strong{color:#111;white-space:nowrap}.success-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.pd-page{background:#f5f5f5}.pd-container{width:min(1180px,100% - 32px)}.pd-top-grid{grid-template-columns:minmax(0,540px) minmax(0,1fr);align-items:start;gap:22px;display:grid}.pd-info-column,.pd-gallery-column{flex-direction:column;gap:18px;min-width:0;display:flex}.pd-description-box .pd-description-content p{overflow-wrap:anywhere;word-break:break-word}.pd-gallery-card,.pd-info-card,.pd-detail-box{background:#fff;border:1px solid #dedede;border-radius:18px;box-shadow:0 16px 40px #0f172a0e}.pd-gallery-card{padding:14px}.pd-main-image-wrap{aspect-ratio:1;background:#f8f8f8;border:1px solid #e5e5e5;border-radius:16px;width:100%;position:relative;overflow:hidden}.pd-zoom{background:#f8f8f8;width:100%;height:100%;position:relative;overflow:hidden}.pd-zoom img{object-fit:contain;cursor:zoom-in;width:100%;height:100%;transition:transform .24s;display:block}.pd-zoom.is-zoomed img{cursor:zoom-out;transform:scale(1.8)}.pd-zoom-hint{z-index:3;color:#fff;pointer-events:none;opacity:.9;background:#111827d1;border-radius:10px;max-width:calc(100% - 28px);padding:7px 10px;font-size:11px;font-weight:800;line-height:1;position:absolute;bottom:14px;left:14px}.pd-zoom.is-zoomed .pd-zoom-hint{opacity:0}.pd-discount-ribbon{z-index:5;color:#2a5b79;letter-spacing:-.01em;background:#ecf4f8;border:1px solid #86b7d5;border-radius:10px;padding:7px 11px;font-size:12px;font-weight:950;line-height:1;position:absolute;top:14px;left:14px;box-shadow:0 4px 10px #2a5b791f}.pd-stock-status{border-radius:999px;align-items:center;gap:8px;margin:4px 0 6px;padding:7px 14px;font-size:13px;font-weight:800;display:inline-flex}.pd-stock-status:before{content:"";border-radius:50%;width:9px;height:9px}.pd-stock-status.out-of-stock{color:#b91c1c;background:#fef2f2}.pd-stock-status.out-of-stock:before{background:#b91c1c}.pd-thumbnail-list{gap:9px;margin-top:12px;padding-bottom:2px;display:flex;overflow-x:auto}.pd-thumbnail-list button{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:13px;flex:none;width:68px;height:68px;padding:0;transition:border-color .18s,transform .18s,box-shadow .18s;overflow:hidden}.pd-thumbnail-list button:hover,.pd-thumbnail-list button.active{border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 10px 20px #2a5b7924}.pd-thumbnail-list img{object-fit:cover;width:100%;height:100%;display:block}.pd-info-card{padding:24px}.pd-chip-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:13px;display:flex}.pd-chip{border:1px solid var(--color-border);background:var(--color-surface-light);min-height:28px;color:var(--color-primary-hover);text-transform:uppercase;letter-spacing:.035em;border-radius:9px;align-items:center;padding:0 10px;font-size:11.5px;font-weight:900;display:inline-flex}.pd-info-card h1{color:var(--color-text-dark);letter-spacing:-.035em;margin:0;font-size:clamp(26px,2.4vw,34px);font-weight:950;line-height:1.12}.pd-short-description{color:#555;margin:12px 0 16px;font-size:14px;font-weight:650;line-height:1.55}.pd-price-row{align-items:baseline;gap:10px;margin:0 0 12px;display:flex}.pd-price-row strong{color:#111;letter-spacing:-.03em;font-size:27px;font-weight:950}.pd-price-row span{color:#8a8a8a;font-size:14px;font-weight:800;text-decoration:line-through}.pd-quantity-row{align-items:center;gap:12px;margin-bottom:15px;display:flex}.pd-quantity-row label{color:#222;font-size:13px;font-weight:900}.pd-quantity-control{border:1px solid var(--color-accent-soft);background:#fff;border-radius:12px;align-items:center;width:fit-content;min-height:38px;display:inline-flex;overflow:hidden}.pd-quantity-control button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:950;line-height:1;transition:background .18s;display:inline-flex}.pd-quantity-control button:hover{background:var(--color-primary-hover)}.pd-quantity-control input{border:none;border-inline:1px solid var(--color-accent-soft);width:46px;height:38px;color:var(--color-text-dark);text-align:center;appearance:textfield;cursor:default;background:#fff;outline:none;font-family:inherit;font-size:13px;font-weight:950}.pd-quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.pd-quantity-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pd-cart-message{color:#111;background:#f7f7f7;border:1px solid #d9d9d9;border-radius:11px;margin-bottom:12px;padding:10px 12px;font-size:13px;font-weight:850}.pd-action-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.pd-cart-button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-family:inherit;font-size:13.5px;font-weight:950;text-decoration:none;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex}.pd-cart-button:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 12px 26px #2a5b792e}.pd-cart-button:disabled{opacity:.55;cursor:not-allowed}.pd-cart-link{color:#111;background:#fff}.pd-cart-link:hover{color:#fff}.pd-detail-box{padding:18px}.pd-detail-box h2{color:#111;letter-spacing:-.02em;margin:0 0 13px;font-size:18px;font-weight:950}.pd-description-content{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden}.pd-description-content span{color:#666;background:#fafafa;border-bottom:1px solid #eee;align-items:center;min-height:38px;padding:0 13px;font-size:13px;font-weight:900;display:flex}.pd-description-content p{color:#444;margin:0;padding:13px;font-size:14px;font-weight:650;line-height:1.65}.pd-technical-table{border:1px solid #e0e0e0;border-radius:14px;overflow:hidden}.pd-technical-row{border-bottom:1px solid #eee;grid-template-columns:minmax(130px,.72fr) minmax(0,1fr);display:grid}.pd-technical-row:last-child{border-bottom:none}.pd-technical-row span,.pd-technical-row strong{align-items:center;min-height:38px;padding:9px 13px;font-size:13px;line-height:1.35;display:flex}.pd-technical-row span{color:#666;background:#fafafa;font-weight:900}.pd-technical-row strong{color:#111;font-weight:850}@media (width<=900px){.pd-top-grid{grid-template-columns:1fr}.pd-info-card{padding:20px}}@media (width<=640px){.pd-container{width:min(100% - 24px,1180px)}.pd-gallery-card,.pd-info-card,.pd-detail-box{border-radius:16px}.pd-main-image-wrap{border-radius:14px}.pd-action-line{grid-template-columns:1fr!important}.pd-price-row strong{font-size:24px}.pd-technical-row{grid-template-columns:1fr}.pd-technical-row span{border-bottom:1px solid #eee}.pd-zoom-hint{display:none}}.home-page{color:#111;background:#f5f5f5;min-height:100vh}.home-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e8e8e8;position:sticky;top:0}.home-header-inner{grid-template-columns:230px minmax(360px,680px) auto;justify-content:space-between;align-items:center;gap:18px;width:min(1500px,100vw - 40px);min-height:78px;margin:0 auto;display:grid}.home-logo{color:#111;align-items:center;gap:12px;min-width:0;text-decoration:none;display:inline-flex}.home-logo-img{object-fit:contain;flex:none;width:auto;max-width:100%;height:130px;display:block}.home-logo span{color:#fff;background:#111;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:19px;font-weight:950;display:grid}.home-logo strong{color:#111;font-size:21px;font-weight:950;line-height:1;display:block}.home-logo small{color:#777;white-space:nowrap;margin-top:5px;font-size:11.5px;font-weight:700;display:block}.home-search{background:#f8f8f8;border:1px solid #dedede;border-radius:999px;grid-template-columns:minmax(0,1fr) 34px 62px;justify-self:center;align-items:center;width:min(620px,100%);height:43px;display:grid;position:relative;overflow:visible;box-shadow:inset 0 1px #fffc}.home-search:focus-within{background:#fff;border-color:#111;box-shadow:0 12px 36px #00000014}.home-search input{color:#111;background:0 0;border:none;outline:none;width:100%;height:41px;padding:0 16px;font-family:inherit;font-size:13.5px}.home-search-clear{color:#555;cursor:pointer;background:#ebebeb;border:none;border-radius:999px;width:28px;height:28px;font-size:18px;font-weight:800}.home-search-clear:hover{color:#fff;background:#111}.home-search-submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;height:35px;margin-right:4px;font-size:12.5px;font-weight:950}.home-search-submit:hover{background:var(--color-primary-hover)}.home-search-suggestions{z-index:9999;background:#fff;border:1px solid #e1e1e1;border-radius:18px;max-height:430px;padding:10px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow-y:auto;box-shadow:0 24px 70px #00000029}.home-search-suggestions-head{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:6px 8px 10px;display:flex}.home-search-suggestions-head strong{color:#111;font-size:13px;font-weight:900}.home-search-suggestions-head button{color:#111;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:950}.home-search-suggestion-item{color:#111;border-radius:13px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;padding:9px;text-decoration:none;display:grid}.home-search-suggestion-item:hover{background:#f5f5f5}.home-search-suggestion-item img{object-fit:cover;background:#fafafa;border:1px solid #eee;border-radius:12px;width:48px;height:48px}.home-search-suggestion-item strong{color:#111;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:900;display:block;overflow:hidden}.home-search-suggestion-item span,.home-search-no-result{color:#777;margin-top:4px;font-size:12.5px;font-weight:700;display:block}.home-account-menu{position:relative}.home-account-button,.home-action-link{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:16px;align-items:center;gap:10px;min-height:48px;padding:8px 11px;font-family:inherit;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 22px #0000000a}.home-account-button:hover,.home-action-link:hover,.home-account-menu.open .home-account-button{border-color:#111;transform:translateY(-1px);box-shadow:0 14px 34px #00000014}.home-action-icon{background:#f1f1f1;border-radius:12px;flex:none;place-items:center;width:31px;height:31px;font-size:17px;display:grid}.cart-action .home-action-icon{color:#fff;background:#111}.home-account-button small,.home-action-link small{color:#777;font-size:10.5px;font-weight:800;line-height:1.1;display:block}.home-account-button strong,.home-action-link strong{color:#111;text-overflow:ellipsis;white-space:nowrap;max-width:105px;font-size:12.5px;font-weight:950;line-height:1.15;display:block;overflow:hidden}.home-account-menu.open .home-account-button em{transform:rotate(180deg)}.home-account-dropdown button{color:#c62828}.home-menu{background:#fff;border-top:1px solid #eee}.home-menu,.home-header,.home-menu-inner{overflow:visible}.home-menu-inner{align-items:center;gap:4px;width:min(1500px,100vw - 40px);min-height:45px;margin:0 auto;display:flex}.home-menu-inner a,.home-menu-inner button{color:#111;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;align-items:center;min-height:35px;padding:0 14px;font-family:inherit;font-size:13.5px;font-weight:850;text-decoration:none;transition:all .2s;display:inline-flex}.home-menu-inner a:hover,.home-menu-inner button:hover,.home-menu-inner a.active,.home-menu-inner button.active{color:#fff;background:#111}.home-hero{width:min(1500px,100vw - 40px);margin:22px auto 0;position:relative}.hero-slide{background-position:50%;background-size:cover;border:1px solid #ddd;border-radius:26px;align-items:center;min-height:440px;display:flex;overflow:hidden}.hero-content{color:#fff;max-width:560px;padding:52px}.hero-content span{color:#ffffffe0;background:#ffffff24;border-radius:999px;align-items:center;min-height:28px;margin-bottom:14px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.hero-content h1{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(34px,3.2vw,50px);font-weight:950;line-height:1.05}.hero-content p{color:#ffffffdb;margin:16px 0 24px;font-size:16px;line-height:1.55}.hero-arrow{z-index:3;width:42px;height:42px;color:var(--color-primary);cursor:pointer;background:#fff;border:none;border-radius:999px;place-items:center;font-size:30px;line-height:1;transition:background .2s,color .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 26px #2a5b7933}.hero-arrow:hover{background:var(--color-primary);color:#fff}.hero-arrow-left{left:18px}.hero-arrow-right{right:18px}.hero-dots{gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-dots button{background:var(--color-accent-soft);cursor:pointer;border:none;border-radius:999px;width:9px;height:9px;transition:width .2s,background .2s}.hero-dots button.active{background:var(--color-primary);width:26px}.home-feature-boxes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(1500px,100vw - 40px);margin:16px auto 0;display:grid}.home-feature-box{border:1px solid var(--color-accent-soft);background:#fff;border-radius:18px;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;min-height:76px;padding:14px;transition:background .22s,border-color .22s,transform .22s,box-shadow .22s;display:grid}.home-feature-box:hover{background:var(--color-surface-light);border-color:var(--color-secondary);transform:translateY(-3px);box-shadow:0 16px 34px #2a5b791f}.home-feature-icon{background:var(--color-primary);color:#fff;border-radius:14px;place-items:center;width:40px;height:40px;font-size:15px;font-weight:950;display:grid}.home-feature-box h3{color:var(--color-text-dark);margin:0 0 4px;font-size:15.5px;font-weight:950}.home-feature-box p{color:var(--color-text-muted);margin:0;font-size:12.8px;line-height:1.45}.home-section{width:min(1500px,100vw - 40px);margin:42px auto 0}.home-deals-section{margin-top:28px}.home-section-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.home-section-heading span{color:#777;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:950}.home-section-heading h2{color:#111;margin:5px 0 0;font-size:28px;font-weight:950;line-height:1.15}.home-deals-section .home-section-heading{margin-bottom:12px}.home-deals-section .home-section-heading h2{font-size:23px}.home-section-heading p,.home-product-filter-info p{color:#666;margin:0;font-size:14px;font-weight:700}.home-product-filter-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.home-product-filter-info button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:999px;min-height:36px;padding:0 14px;font-size:12.5px;font-weight:900}.home-empty-box{color:#666;background:#fff;border:1px solid #ddd;border-radius:18px;padding:26px;font-weight:800}.home-product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,260px));justify-content:start;gap:18px;display:grid}.home-deals-grid{grid-template-columns:repeat(3,minmax(0,250px));justify-content:start;gap:14px}.home-product-card{background:#fff;border:1px solid #ddd;border-radius:18px;transition:all .22s;overflow:hidden}.home-product-card:hover{border-color:#111;transform:translateY(-5px);box-shadow:0 20px 42px #0000001a}.home-deal-card{border-radius:16px;max-width:250px}.home-product-image{aspect-ratio:1;background:#fafafa;display:block;position:relative;overflow:hidden}.home-deal-card .home-product-image{aspect-ratio:1.22}.home-product-image img{object-fit:cover;width:100%;height:100%;transition:all .28s}.home-product-card:hover .home-product-image img{transform:scale(1.04)}.home-discount-badge{z-index:3;white-space:nowrap;box-sizing:border-box;color:#2a5b79;background:#ecf4f8;border:1px solid #86b7d5;border-radius:999px;flex:none;justify-content:center;align-items:center;width:auto;padding:6px 9px;font-size:11.5px;font-weight:950;display:inline-flex;position:absolute;top:11px;left:11px;box-shadow:0 4px 10px #2a5b791f}.home-deal-card .home-discount-badge{padding:5px 8px;font-size:11px;top:9px;left:9px}.product-stock-note{color:#b91c1c;align-items:center;gap:6px;margin:4px 0 8px;font-size:12.5px;font-weight:800;display:inline-flex}.product-stock-note:before{content:"";background:#b91c1c;border-radius:50%;width:8px;height:8px}.home-product-info{padding:14px}.home-deal-card .home-product-info{padding:12px}.home-product-info>span{color:#777;margin-bottom:7px;font-size:11.5px;font-weight:950;display:block}.home-product-info a{color:#111;text-decoration:none}.home-product-info h3{color:#111;min-height:42px;margin:0;font-size:15px;font-weight:900;line-height:1.35}.home-deal-card .home-product-info h3{min-height:38px;font-size:13.5px}.home-product-info p{color:#666;min-height:36px;margin:8px 0 12px;font-size:13px;line-height:1.45}.home-product-price{align-items:baseline;gap:8px;margin-bottom:13px;display:flex}.home-deal-card .home-product-price{margin-bottom:9px}.home-product-price strong{color:#111;font-size:17px;font-weight:950}.home-deal-card .home-product-price strong{font-size:15px}.home-product-price small{color:#888;font-size:12.5px;font-weight:800;text-decoration:line-through}.home-product-info button{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:12px;width:100%;min-height:40px;font-size:13px;font-weight:950}.home-product-info button:hover{background:var(--color-primary-hover)}.home-product-info button:disabled{opacity:.55;cursor:not-allowed}.home-deal-card .home-product-info button{border-radius:10px;min-height:36px;font-size:12.5px}.home-bottom-banner{color:#fff;background:linear-gradient(135deg,#2a5b79 0%,#244d66 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:22px;width:min(1500px,100vw - 40px);margin:48px auto 50px;padding:34px;display:flex}.home-bottom-banner span{color:#ffffffb3;font-size:13px;font-weight:900}.home-bottom-banner h2{color:#fff;margin:8px 0;font-size:30px;line-height:1.15}.home-bottom-banner p{color:#ffffffb8;margin:0}.home-bottom-banner a{min-height:44px;color:var(--color-primary);white-space:nowrap;background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}@media (width<=1280px){.home-header-inner{grid-template-columns:210px minmax(300px,1fr) auto}.home-search{width:min(540px,100%)}.home-welcome-badge{display:none}}@media (width<=980px){.home-header-inner{grid-template-columns:1fr;gap:12px;padding:14px 0}.home-logo,.home-search,.home-header-actions{justify-self:stretch}.home-logo-img{height:104px}.home-search{width:100%}.home-header-actions{justify-content:space-between}.home-feature-boxes,.home-deals-grid{grid-template-columns:1fr}.home-deal-card{max-width:none}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-section-heading,.home-bottom-banner{flex-direction:column;align-items:flex-start}.home-feature-boxes{grid-template-columns:1fr}.hero-slide{min-height:380px}.hero-content{padding:40px 32px}}@media (width<=620px){.home-header-inner,.home-menu-inner,.home-hero,.home-feature-boxes,.home-section,.home-bottom-banner{width:min(100vw - 22px,100%)}.home-logo small{white-space:normal}.home-logo-img{height:76px}.home-search{grid-template-columns:minmax(0,1fr) 32px 56px;height:42px}.home-search input{height:40px;padding-left:13px;font-size:12.5px}.home-search-submit{height:34px;font-size:11.5px}.home-header-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.home-auth-guest,.home-account-menu,.cart-action{width:100%;min-width:0}.home-account-button,.home-action-link{justify-content:center;width:100%;padding:8px}.home-account-button strong,.home-action-link strong{max-width:78px}.home-account-dropdown{width:min(240px,100vw - 30px);left:0;right:auto}.home-menu-inner{padding:4px 0;overflow-x:auto}.hero-slide{border-radius:20px;min-height:340px}.hero-content{padding:30px 22px}.hero-content p{font-size:14px}.hero-arrow{width:36px;height:36px;font-size:26px}.home-product-grid{grid-template-columns:1fr}.home-bottom-banner{padding:24px}.home-bottom-banner h2{font-size:24px}}.aim-footer{background:var(--color-surface-light);width:100%;color:var(--color-text);border-top:1px solid var(--color-border);margin-top:70px;position:relative;overflow:hidden}.aim-footer:after{content:"";opacity:.6;pointer-events:none;background-image:linear-gradient(#2a5b790a 1px,#0000 1px),linear-gradient(90deg,#2a5b790a 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0}.aim-footer-wave{pointer-events:none;opacity:.5;width:100%;height:120px;position:absolute;inset:0 auto auto 0}.aim-footer-wave:before{content:"";background:#86b7d524;border-radius:0 0 50% 50%;width:116%;height:150px;position:absolute;top:-80px;left:-8%}.aim-footer-inner{z-index:2;width:min(1500px,100vw - 48px);margin:0 auto;padding:70px 0 44px;position:relative}.aim-footer-main{grid-template-columns:1.5fr .9fr 1.3fr;gap:20px;display:grid}.aim-footer-brand-card,.aim-footer-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:28px;min-height:100%;padding:30px;box-shadow:0 12px 30px #2a5b7914}.aim-footer-brand-card{background:var(--color-white)}.aim-footer-logo{color:var(--color-text-dark);align-items:center;gap:15px;margin-bottom:24px;text-decoration:none;display:inline-flex}.aim-footer-logo>span{background:var(--color-primary);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;font-weight:950;display:inline-flex;box-shadow:0 12px 26px #2a5b7933}.aim-footer-logo strong{color:var(--color-text-dark);letter-spacing:-.04em;font-size:29px;font-weight:950;line-height:1;display:block}.aim-footer-logo small{color:var(--color-text-muted);margin-top:7px;font-size:13px;font-weight:800;display:block}.aim-footer-brand-card p{max-width:500px;color:var(--color-text-muted);margin:0;font-size:15px;font-weight:600;line-height:1.85}.aim-footer-highlight{background:var(--color-surface-light);border:1px solid var(--color-border);color:var(--color-text-dark);border-radius:20px;margin-top:22px;padding:18px 18px 18px 52px;font-size:14px;font-weight:800;line-height:1.7;position:relative}.aim-footer-highlight:before{content:"✓";background:var(--color-primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:950;display:inline-flex;position:absolute;top:18px;left:18px}.aim-footer-card h3{color:var(--color-text-dark);letter-spacing:-.02em;margin:0 0 22px;font-size:18px;font-weight:950}.aim-footer-card h3:after{content:"";background:var(--color-secondary);border-radius:999px;width:40px;height:3px;margin-top:10px;display:block}.aim-footer-menu-card a{width:fit-content;color:var(--color-primary);align-items:center;gap:9px;margin-bottom:13px;font-size:14px;font-weight:850;line-height:1.55;text-decoration:none;transition:color .2s,transform .2s;display:flex}.aim-footer-menu-card a:before{content:"›";background:var(--color-surface-light);width:18px;height:18px;color:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;font-size:15px;font-weight:950;line-height:1;display:inline-flex}.aim-footer-menu-card a:hover{color:var(--color-secondary);transform:translate(4px)}.aim-footer-contact-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:16px;display:grid}.aim-footer-contact-box{border:1px solid var(--color-accent-soft);background:var(--color-white);border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 4px 14px #2a5b7912}.aim-footer-contact-line{flex-direction:column;gap:3px;text-decoration:none;transition:color .18s;display:flex}.aim-footer-contact-line>span,.aim-footer-box-label{color:var(--color-primary-hover);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;line-height:1.2}.aim-footer-contact-line>strong{color:var(--color-text);word-break:break-word;font-size:14px;font-weight:850;line-height:1.4}.aim-footer-contact-line:hover>strong{color:var(--color-primary)}.aim-footer-hours-card{cursor:default}.aim-footer-hours-card:hover{transform:none}.aim-footer-hours-list{flex-direction:column;gap:7px;width:100%;display:flex}.aim-footer-hours-row{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:10px;width:100%;display:grid}.aim-footer-hours-row em{color:var(--color-text-muted);font-size:12px;font-style:normal;font-weight:850}.aim-footer-hours-row strong{color:var(--color-text-dark);font-size:13px;font-weight:900;line-height:1.35}.aim-footer-address{background:var(--color-white);border:1px solid var(--color-accent-soft);width:100%;color:var(--color-text);word-break:break-word;border-radius:16px;flex-direction:column;gap:6px;margin:0 0 16px;padding:16px;font-size:14px;font-weight:750;line-height:1.7;display:flex;box-shadow:0 4px 14px #2a5b7912}.aim-footer-socials{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.aim-footer-social-button,.aim-footer-socials a{isolation:isolate;box-shadow:none;transition:background .24s,border-color .24s,box-shadow .24s;position:relative;overflow:hidden;border:1px solid var(--color-accent-soft)!important;background:var(--color-white)!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;color:var(--color-primary)!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;text-decoration:none!important;display:inline-flex!important;transform:none!important}.aim-footer-social-button:before,.aim-footer-socials a:before{content:"";z-index:-1;position:absolute;inset:0;opacity:0!important;background:0 0!important}.aim-footer-social-button.instagram:before,.aim-footer-social-button.facebook:before,.aim-footer-social-button.whatsapp:before,.aim-footer-social-button.mail:before,.aim-footer-social-button.map:before{opacity:0!important;background:0 0!important}.aim-footer-social-button:hover,.aim-footer-socials a:hover{box-shadow:0 10px 22px #2a5b7924;background:var(--color-surface-light)!important;color:var(--color-primary-hover)!important;border-color:var(--color-secondary)!important;transform:none!important}.aim-footer-social-button:hover:before,.aim-footer-socials a:hover:before{opacity:0!important}.aim-social-icon{justify-content:center;align-items:center;width:22px;height:22px;transition:transform .45s;display:inline-flex}.aim-social-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px;display:block}.aim-footer-social-button.facebook .aim-social-icon svg,.aim-footer-social-button.whatsapp .aim-social-icon svg{fill:currentColor;stroke:none}.aim-footer-social-button:hover .aim-social-icon,.aim-footer-socials a:hover .aim-social-icon{transform:rotate(360deg)}.aim-footer-social-button strong{opacity:0;pointer-events:none;white-space:nowrap;width:1px;height:1px;position:absolute;left:-999px;overflow:hidden}.aim-footer-bottom{z-index:2;border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:18px;width:min(1500px,100vw - 48px);margin:0 auto;padding:22px 0;display:flex;position:relative}.aim-footer-credit{z-index:2;border-top:1px solid var(--color-border);text-align:center;width:min(1500px,100vw - 48px);margin:0 auto;padding:12px 0 18px;position:relative}.aim-footer-credit span{max-width:100%;color:var(--color-text-muted);opacity:.7;overflow-wrap:anywhere;font-size:.75rem;line-height:1.5;display:inline-block}.aim-footer-bottom p{color:var(--color-text-muted);margin:0;font-size:13px;font-weight:700}.aim-footer-bottom>div{align-items:center;gap:16px;display:flex}.aim-footer-bottom a{color:var(--color-primary);font-size:13px;font-weight:800;text-decoration:none}.aim-footer-bottom a:hover{color:var(--color-secondary)}.admin-footer-preview-list-v2{flex-direction:column;gap:9px;margin:18px 0 0;padding:0;list-style:none;display:flex}.admin-footer-preview-list-v2 li{background:#0f172a0d;border:1px solid #0f172a12;border-radius:14px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.admin-footer-preview-list-v2 li span{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:950}.admin-footer-preview-list-v2 li strong{color:#111827;word-break:break-word;font-size:13px;font-weight:900;line-height:1.4}.admin-footer-preview-hint-v2{color:#64748b;word-break:break-all;background:#f8fafc;border-radius:14px;margin-top:14px;padding:10px 12px;font-size:12px;font-weight:800}.admin-footer-preview-social,.admin-footer-preview-social.instagram,.admin-footer-preview-social.facebook,.admin-footer-preview-social.whatsapp,.admin-footer-preview-social.mail,.admin-footer-preview-social.map{color:#fff!important;background:#111827!important}.admin-footer-preview-social em{transition:transform .45s}.admin-footer-preview-social:hover em{transform:rotate(360deg)}@media (width<=1100px){.aim-footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.aim-footer{margin-top:46px}.aim-footer-inner{width:min(100vw - 24px,100%);padding:42px 0 22px}.aim-footer-main{grid-template-columns:1fr}.aim-footer-brand-card,.aim-footer-card{border-radius:22px;padding:20px}.aim-footer-hours-row{grid-template-columns:86px minmax(0,1fr)}.aim-footer-bottom{flex-direction:column;align-items:flex-start;width:min(100vw - 24px,100%)}.aim-footer-bottom>div{flex-wrap:wrap}}.account-tabs-v2,.account-card-v2,.account-success-v2,.account-error-v2,.account-loading-v2,.account-login-required-v2{width:min(1220px,100%);margin-left:auto;margin-right:auto}.account-tabs-v2 a:hover,.account-tabs-v2 a.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.account-form-v2 label{color:#222;flex-direction:column;gap:8px;font-size:13px;font-weight:950;display:flex}.account-form-v2 input,.account-form-v2 textarea{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#fafafa;border-radius:14px;outline:none;padding:13px 14px;font-family:inherit;font-size:14px;font-weight:650}.account-form-v2 input:focus,.account-form-v2 textarea:focus{border-color:var(--color-secondary);box-shadow:var(--focus-ring);background:#fff}.account-form-v2 button,.account-action-row-v2 button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:44px;padding:0 18px;font-size:14px;font-weight:950;transition:background .2s,border-color .2s}.account-form-v2 button:hover,.account-action-row-v2 button:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.account-form-v2 button:disabled{opacity:.65;cursor:not-allowed}.account-checkbox-v2{justify-content:center}.account-checkbox-v2 input{width:auto;box-shadow:none!important}.account-action-row-v2 button:last-child:not(:only-child){color:#111;background:#eee}.account-success-v2,.account-error-v2,.account-loading-v2,.account-empty-v2{border-radius:18px;margin-bottom:18px;padding:15px 18px;font-size:14px;font-weight:850}.account-empty-v2 a{color:#111;margin-left:10px;font-weight:950}.account-address-item-v2{background:#fafafa;border:1px solid #e5e5e5;border-radius:18px;padding:16px}.account-address-item-v2 span{background:var(--color-primary);color:#fff;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:11px;font-weight:950;display:inline-flex}@media (width<=640px){.account-page-v2{padding:22px 14px 45px}.account-card-v2{border-radius:20px;padding:22px}.account-form-grid-v2{grid-template-columns:1fr}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.new-products-page{color:#111;background:#fff;min-height:100vh}.new-products-section{width:min(1180px,100% - 32px);margin:34px auto 70px}.new-products-heading{background:#fff;border:1px solid #00000014;border-radius:24px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px;padding:24px 26px;display:flex;box-shadow:0 16px 45px #0000000f}.new-products-heading span{color:#777;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:950;display:inline-flex}.new-products-heading h1,.new-products-heading h2{color:#111;letter-spacing:-.045em;margin:0;font-size:clamp(26px,3vw,42px);font-weight:950;line-height:1.08}.new-products-heading p{color:#111827;white-space:nowrap;background:#f3f4f6;border-radius:999px;margin:0;padding:10px 14px;font-size:13px;font-weight:900}.new-products-page .home-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.new-products-page .home-product-card{background:#fff;border:1px solid #00000014;border-radius:24px;transition:all .25s;position:relative;overflow:hidden;box-shadow:0 14px 40px #0000000f}.new-products-page .home-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px #0000001a}.new-products-page .home-product-image{background:#f8f8f8;height:245px;text-decoration:none;display:block;position:relative;overflow:hidden}.new-products-page .home-product-image img{object-fit:contain;width:100%;height:100%;padding:24px;transition:all .28s}.new-products-page .home-product-card:hover .home-product-image img{transform:scale(1.05)}.new-products-page .home-product-info{padding:20px}.new-products-page .home-product-info>span{color:#777;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:900;display:inline-flex}.new-products-page .home-product-info a{color:inherit;text-decoration:none}.new-products-page .home-product-info h3{color:#111;letter-spacing:-.025em;min-height:48px;margin:0 0 10px;font-size:17px;font-weight:950;line-height:1.35}.new-products-page .home-product-info h3:hover{text-underline-offset:4px;text-decoration:underline}.new-products-page .home-product-info p{color:#666;min-height:42px;margin:0 0 16px;font-size:13px;line-height:1.55}.new-products-page .home-product-price{align-items:baseline;gap:9px;margin-bottom:18px;display:flex}.new-products-page .home-product-price strong{color:#111;font-size:20px;font-weight:950}.new-products-page .home-product-price small{color:#999;font-size:13px;font-weight:800;text-decoration:line-through}.new-products-page .home-product-info button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:15px;width:100%;height:46px;font-size:13px;font-weight:950;transition:all .22s}.new-products-page .home-product-info button:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-2px)}.new-products-page .home-product-info button:disabled{color:#888;cursor:not-allowed;background:#e5e7eb}.new-products-page .home-empty-box{color:#666;text-align:center;background:#fff;border:1px dashed #00000029;border-radius:24px;padding:55px 24px;font-size:15px;font-weight:800}.new-products-page .home-bottom-banner{width:min(1180px,100% - 32px);margin:0 auto 70px}@media (width<=1100px){.new-products-page .home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.new-products-section{width:min(100% - 24px,1180px);margin-top:24px}.new-products-heading{border-radius:22px;flex-direction:column;align-items:flex-start;padding:22px}.new-products-heading p{white-space:normal}.new-products-page .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.new-products-page .home-product-image{height:220px}}@media (width<=560px){.new-products-page .home-product-grid{grid-template-columns:1fr}.new-products-page .home-product-image{height:235px}.new-products-page .home-product-info h3,.new-products-page .home-product-info p{min-height:auto}}.category-products-page{color:#111;background:#fff;min-height:100vh}.category-products-section{width:min(1180px,100% - 32px);margin:34px auto 70px}.category-products-heading{background:#fff;border:1px solid #00000014;border-radius:26px;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:24px;padding:26px 28px;display:flex;box-shadow:0 16px 45px #0000000f}.category-products-heading>div{min-width:0}.category-products-heading span{color:#777;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:950;display:inline-flex}.category-products-heading h1{color:#111;letter-spacing:-.045em;margin:0;font-size:clamp(28px,3.2vw,44px);font-weight:950;line-height:1.08}.category-products-heading p{color:#666;max-width:660px;margin:10px 0 0;font-size:15px;font-weight:650;line-height:1.6}.category-products-heading strong{color:#111827;white-space:nowrap;background:#f3f4f6;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:950;display:inline-flex}.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.category-products-page .home-product-card{background:#fff;border:1px solid #00000014;border-radius:24px;transition:transform .24s,box-shadow .24s,border-color .24s;position:relative;overflow:hidden;box-shadow:0 14px 40px #0000000f}.category-products-page .home-product-card:hover{border-color:#00000029;transform:translateY(-6px);box-shadow:0 24px 65px #0000001f}.category-products-page .home-product-image{background:#f8f8f8;height:245px;text-decoration:none;display:block;position:relative;overflow:hidden}.category-products-page .home-product-image img{object-fit:contain;width:100%;height:100%;padding:24px;transition:transform .28s}.category-products-page .home-product-card:hover .home-product-image img{transform:scale(1.06)}.category-products-page .home-product-info{padding:20px}.category-products-page .home-product-info>span{color:#777;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:900;display:inline-flex}.category-products-page .home-product-info a{color:inherit;text-decoration:none}.category-products-page .home-product-info h3{color:#111;letter-spacing:-.025em;min-height:48px;margin:0 0 10px;font-size:17px;font-weight:950;line-height:1.35}.category-products-page .home-product-info h3:hover{text-underline-offset:4px;text-decoration:underline}.category-products-page .home-product-info p{color:#666;min-height:42px;margin:0 0 16px;font-size:13px;line-height:1.55}.category-products-page .home-product-price{align-items:baseline;gap:9px;margin-bottom:18px;display:flex}.category-products-page .home-product-price strong{color:#111;font-size:20px;font-weight:950}.category-products-page .home-product-price small{color:#999;font-size:13px;font-weight:800;text-decoration:line-through}.category-products-page .home-product-info button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:15px;width:100%;height:46px;font-size:13px;font-weight:950;transition:transform .22s,background .22s}.category-products-page .home-product-info button:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-2px)}.category-products-page .home-product-info button:disabled{color:#888;cursor:not-allowed;background:#e5e7eb}.category-products-page .home-bottom-banner{width:min(1180px,100% - 32px);margin:0 auto 70px}@media (width<=1100px){.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.category-products-section{width:min(100% - 24px,1180px);margin-top:24px}.category-products-heading{border-radius:22px;flex-direction:column;align-items:flex-start;padding:22px}.category-products-heading strong{white-space:normal}.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.category-products-page .home-product-image{height:220px}}@media (width<=560px){.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:1fr}.category-products-page .home-product-image{height:235px}.category-products-page .home-product-info h3,.category-products-page .home-product-info p{min-height:auto}}.home-header-actions{flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:14px!important;display:flex!important}.home-welcome-badge{height:54px!important;min-height:54px!important;box-shadow:none!important;white-space:nowrap!important;background:0 0!important;border:none!important;border-right:1px solid #e5e7eb!important;border-radius:0!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin:0 4px 0 0!important;padding:0 20px 0 0!important;line-height:1!important;display:inline-flex!important}.home-welcome-badge span{color:#6b7280!important;letter-spacing:-.01em!important;font-size:14px!important;font-weight:700!important}.home-welcome-badge span:after{content:","!important}.home-welcome-badge strong{color:#111827!important;letter-spacing:-.025em!important;font-size:15px!important;font-weight:950!important}.home-account-button,.home-header-actions .cart-action{cursor:pointer!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:168px!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 16px!important;text-decoration:none!important;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s!important;display:flex!important}.home-account-button{color:#111827!important;background:#fff!important;border:1px solid #d1d5db!important;box-shadow:0 10px 26px #0f172a12!important}.home-account-button .home-action-icon{display:none!important}.home-account-button div{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important;line-height:1.15!important;display:flex!important}.home-account-button small{color:#6b7280!important;font-size:11px!important;font-weight:800!important}.home-account-button strong{color:#111827!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:112px!important;font-size:14px!important;font-weight:950!important;overflow:hidden!important}.home-account-button em{color:#6b7280!important;margin-left:auto!important;font-size:12px!important;font-style:normal!important;font-weight:950!important}.home-account-button:hover,.home-account-menu.open .home-account-button{color:#111827!important;background:#f9fafb!important;border-color:#111827!important;transform:translateY(-1px)!important;box-shadow:0 15px 36px #0f172a21!important}.home-account-button:hover small,.home-account-menu.open .home-account-button small{color:#4b5563!important}.home-account-button:hover strong,.home-account-button:hover em,.home-account-menu.open .home-account-button strong,.home-account-menu.open .home-account-button em{color:#111827!important}.home-header-actions .cart-action{color:#fff!important;background:#111827!important;border:1px solid #111827!important;box-shadow:0 13px 32px #1118273d!important}.home-header-actions .cart-action .home-action-icon{color:#111827!important;background:#fff!important;border-radius:13px!important;flex:0 0 36px!important;place-items:center!important;width:36px!important;height:36px!important;font-size:18px!important;line-height:1!important;display:grid!important}.home-header-actions .cart-action div{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important;line-height:1.15!important;display:flex!important}.home-header-actions .cart-action small{color:#d1d5db!important;font-size:11px!important;font-weight:800!important}.home-header-actions .cart-action strong{color:#fff!important;white-space:nowrap!important;font-size:14px!important;font-weight:950!important}.home-header-actions .cart-action:hover{background:var(--color-primary-hover)!important;color:#fff!important;border-color:var(--color-primary-hover)!important;transform:translateY(-1px)!important;box-shadow:0 17px 42px #2a5b794d!important}.home-header-actions .cart-action:hover .home-action-icon{color:var(--color-primary-hover)!important;background:#fff!important}.home-header-actions .cart-action:hover small{color:#d1d5db!important}.home-header-actions .cart-action:hover strong{color:#fff!important}.home-auth-guest{align-items:center!important;gap:10px!important;height:54px!important;display:flex!important}.home-login-button{white-space:nowrap!important;border:1px solid var(--color-accent-soft)!important;background:var(--color-surface-light)!important;height:54px!important;min-height:54px!important;color:var(--color-primary)!important;box-shadow:none!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:118px!important;font-size:14px!important;font-weight:950!important;text-decoration:none!important;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s!important;display:inline-flex!important}.home-login-button:hover{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)!important;transform:translateY(-1px)!important;box-shadow:0 13px 30px #2a5b7938!important}.home-account-dropdown{z-index:999!important;opacity:0!important;visibility:hidden!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:18px!important;width:210px!important;padding:8px!important;transition:all .2s!important;position:absolute!important;top:calc(100% + 12px)!important;right:0!important;transform:translateY(8px)!important;box-shadow:0 22px 60px #0f172a29!important}.home-account-menu.open .home-account-dropdown{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.home-account-dropdown a,.home-account-dropdown button{color:#111827!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:13px!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:42px!important;padding:0 11px!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;display:flex!important}.home-account-dropdown a:hover,.home-account-dropdown button:hover{color:#111827!important;background:#f3f4f6!important}@media (width<=1180px){.home-welcome-badge{display:none!important}.home-account-button,.home-header-actions .cart-action{width:150px!important}}@media (width<=760px){.home-header-actions{justify-content:space-between!important;gap:8px!important;width:100%!important}.home-account-button,.home-header-actions .cart-action{border-radius:16px!important;width:calc(50% - 4px)!important;height:50px!important;min-height:50px!important;max-height:50px!important}.home-account-button small,.home-header-actions .cart-action small{display:none!important}.home-account-button strong,.home-header-actions .cart-action strong{font-size:13px!important}.home-header-actions .cart-action .home-action-icon{border-radius:12px!important;flex-basis:32px!important;width:32px!important;height:32px!important;font-size:17px!important}}.account-page-v2{color:#111827;background:#f6f7f9;width:100%;min-height:100vh;padding:28px 32px 72px}.account-topbar-v3{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:22px;width:100%;margin-bottom:22px;padding:0 0 20px;display:flex}.account-topbar-v3 h1{color:#111827;letter-spacing:-.045em;margin:0;font-size:clamp(28px,3vw,42px);font-weight:950;line-height:1.05}.account-topbar-v3 p{color:#6b7280;max-width:760px;margin:8px 0 0;font-size:15px;font-weight:650;line-height:1.6}.account-tabs-v2{background:#fff;border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:10px;width:100%;margin-bottom:22px;padding:8px;display:flex;box-shadow:0 12px 30px #0f172a0d}.account-tabs-v2 a{color:#4b5563;border-radius:13px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.account-tabs-v2 a:hover{background:var(--color-surface-light);color:var(--color-primary-hover)}.account-tabs-v2 a.active{background:var(--color-primary);color:#fff}.account-success-v2,.account-error-v2{border-radius:15px;width:100%;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:900}.account-success-v2{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0}.account-error-v2{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.account-loading-v2,.account-empty-v2{color:#6b7280;text-align:center;background:#f9fafb;border-radius:17px;width:100%;padding:30px;font-size:14px;font-weight:850}.account-profile-layout-v3{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);align-items:start;gap:22px;width:100%;display:grid}.account-card-v2{background:#fff;border:1px solid #11182714;border-radius:24px;width:100%;padding:24px;box-shadow:0 16px 42px #0f172a0f}.account-card-head-v2{border-bottom:1px solid #eef0f4;align-items:flex-start;gap:13px;margin-bottom:20px;padding-bottom:16px;display:flex}.account-card-head-v2>span{background:var(--color-primary);color:#fff;border-radius:15px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:14px;font-weight:950;display:grid}.account-card-head-v2 h2{color:#111827;letter-spacing:-.025em;margin:0;font-size:21px;font-weight:950}.account-card-head-v2 p{color:#6b7280;margin:5px 0 0;font-size:13px;line-height:1.45}.account-form-v2{flex-direction:column;gap:16px;display:flex}.account-form-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.account-form-v2 label,.account-form-grid-v2 label{color:#111827;flex-direction:column;gap:8px;min-width:0;font-size:13px;font-weight:900;display:flex}.account-form-v2 input,.account-form-v2 textarea,.account-form-grid-v2 input,.account-form-grid-v2 textarea{color:#111827;background:#fff;border:1px solid #dfe3ea;border-radius:14px;outline:none;width:100%;min-height:44px;padding:11px 13px;font-size:14px;transition:border-color .18s,box-shadow .18s}.account-form-v2 textarea,.account-form-grid-v2 textarea{resize:vertical;min-height:100px}.account-form-v2 input:focus,.account-form-v2 textarea:focus,.account-form-grid-v2 input:focus,.account-form-grid-v2 textarea:focus{border-color:var(--color-secondary);box-shadow:var(--focus-ring)}.account-action-row-v2{justify-content:flex-end;align-items:center;gap:10px;margin-top:4px;display:flex}.account-action-row-v2 button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:44px;padding:0 18px;font-size:14px;font-weight:950;transition:background .2s,border-color .2s}.account-action-row-v2 button:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.account-action-row-v2 button:last-child:not(:only-child):hover:not(:disabled){color:#111;background:#e4e4e4}.account-action-row-v2 button:disabled{opacity:.65;cursor:not-allowed}.account-orders-card-v3{padding:24px}.account-orders-list-v3{flex-direction:column;gap:15px;display:flex}.account-order-item-v3{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px;transition:border-color .22s,box-shadow .22s,transform .22s}.account-order-item-v3:hover{border-color:#111827;transform:translateY(-2px);box-shadow:0 16px 38px #0f172a1a}.account-order-main-v3{grid-template-columns:1.2fr 1fr .9fr .8fr;align-items:center;gap:14px;display:grid}.account-order-main-v3 div{background:#f9fafb;border-radius:15px;min-width:0;padding:12px}.account-order-main-v3 span{color:#6b7280;margin-bottom:5px;font-size:12px;font-weight:850;display:block}.account-order-main-v3 strong{color:#111827;word-break:break-word;font-size:14px;font-weight:950;line-height:1.35;display:block}.account-order-status-row-v3{flex-wrap:wrap;gap:9px;margin-top:14px;display:flex}.account-order-status-v3,.account-order-cargo-v3{border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:12px;font-weight:950;display:inline-flex}.account-order-status-v3.waiting{color:#c2410c;background:#fff7ed}.account-order-status-v3.active{color:#1d4ed8;background:#eff6ff}.account-order-status-v3.success{color:#15803d;background:#ecfdf3}.account-order-status-v3.danger{color:#dc2626;background:#fef2f2}.account-order-cargo-v3{color:#374151;background:#f3f4f6}.account-order-products-v3{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-top:14px;display:grid}.account-order-product-v3{background:#f9fafb;border-radius:15px;padding:12px}.account-order-product-v3 strong{color:#111827;font-size:13px;font-weight:950;line-height:1.35;display:block}.account-order-product-v3 span,.account-order-product-v3.more{color:#6b7280;margin-top:5px;font-size:12px;font-weight:800;display:block}.account-login-required-v2{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:min(520px,100%);margin:70px auto;padding:28px;box-shadow:0 16px 42px #0f172a0f}.account-login-required-v2 h1{color:#111827;margin:0;font-size:30px;font-weight:950}.account-login-required-v2 p{color:#6b7280;font-weight:700}.account-login-required-v2 a{background:var(--color-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}@media (width<=980px){.account-profile-layout-v3{grid-template-columns:1fr}.account-order-main-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.account-topbar-v3{flex-direction:column;align-items:flex-start}}@media (width<=680px){.account-page-v2{padding:20px 16px 56px}.account-tabs-v2{overflow-x:auto}.account-tabs-v2 a{white-space:nowrap}.account-card-v2{border-radius:20px;padding:18px}.account-form-grid-v2,.account-order-main-v3{grid-template-columns:1fr}.account-action-row-v2 button{width:100%}.account-action-row-v2{flex-direction:column;align-items:stretch}}.account-page-v2{padding-top:76px!important}.account-topbar-no-actions-v3{justify-content:flex-start!important}.account-topbar-no-actions-v3>div{max-width:820px}@media (width<=720px){.account-page-v2{padding-top:20px!important}}.account-address-layout-v3{grid-template-columns:minmax(0,1fr) minmax(360px,.75fr)!important;align-items:start!important;gap:22px!important;width:100%!important;max-width:none!important;margin:0!important;display:grid!important}.account-address-layout-v3 .account-card-v2{width:100%!important;max-width:none!important;margin:0!important}.account-address-layout-v3 .account-form-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.account-address-layout-v3 .account-form-v2 input,.account-address-layout-v3 .account-form-v2 textarea{border-radius:14px!important;min-height:44px!important;font-size:14px!important}.account-address-layout-v3 .account-form-v2 textarea{min-height:96px!important}.account-address-layout-v3 .account-checkbox-v2{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;min-height:44px!important;padding-top:23px!important;font-size:13px!important;font-weight:850!important;display:flex!important}.account-address-layout-v3 .account-checkbox-v2 input{width:16px!important;height:16px!important;min-height:auto!important;margin:0!important;padding:0!important}.account-address-list-v2{flex-direction:column!important;gap:11px!important;display:flex!important}.account-address-item-v2{background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:15px!important;width:100%!important;padding:14px!important}.account-address-item-v2>div:first-child{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.account-address-item-v2 strong{color:#111827!important;font-size:14px!important;font-weight:950!important}.account-address-item-v2 p{color:#4b5563!important;margin:7px 0 0!important;font-size:13px!important;font-weight:650!important;line-height:1.45!important}.account-address-item-v2>div:first-child span{color:#fff!important;white-space:nowrap!important;background:#111827!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:24px!important;padding:0 9px!important;font-size:10.5px!important;font-weight:950!important;display:inline-flex!important}.account-address-actions-v2{flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin-top:12px!important;display:flex!important}.account-address-actions-v2 button{background:var(--color-primary)!important;color:#fff!important;cursor:pointer!important;width:auto!important;min-width:auto!important;height:32px!important;min-height:32px!important;box-shadow:none!important;border:none!important;border-radius:10px!important;padding:0 11px!important;font-size:11.5px!important;font-weight:900!important;line-height:1!important;transition:background .2s!important}.account-address-actions-v2 button:hover{background:var(--color-secondary)!important;transform:none!important}.account-address-actions-v2 button:last-child{color:#dc2626!important;background:#fee2e2!important}.account-address-actions-v2 button:last-child:hover{background:#fecaca!important}.account-address-layout-v3 .account-action-row-v2 button{border-radius:14px!important;height:44px!important;min-height:44px!important;padding:0 18px!important;font-size:14px!important}@media (width<=980px){.account-address-layout-v3{grid-template-columns:1fr!important}}@media (width<=680px){.account-address-layout-v3{gap:16px!important}.account-address-layout-v3 .account-form-grid-v2{grid-template-columns:1fr!important}.account-address-layout-v3 .account-checkbox-v2{padding-top:0!important}.account-address-actions-v2{align-items:stretch!important}.account-address-actions-v2 button{flex:auto!important}}.aim-footer-menu-card a:before{content:none!important;display:none!important}.aim-footer-menu-card a{gap:0!important;margin-bottom:20px!important;padding-left:0!important}.aim-footer-menu-card a:last-child{margin-bottom:0!important}.pd-action-row{flex-direction:column!important;gap:8px!important;margin-top:14px!important;margin-bottom:0!important;display:flex!important}.pd-action-line{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.pd-cart-button,.pd-share-button{text-align:center!important;cursor:pointer!important;white-space:nowrap!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:39px!important;padding:0 10px!important;font-family:inherit!important;font-size:12.5px!important;font-weight:900!important;line-height:1.1!important;text-decoration:none!important;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s!important;display:inline-flex!important}.pd-cart-button{border:1px solid var(--color-primary)!important;background:var(--color-primary)!important;color:#fff!important}.pd-cart-button:hover:not(:disabled){background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #117a7a33!important}.pd-cart-button:disabled{opacity:.55!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.pd-cart-link{background:var(--color-surface-light)!important;border-color:var(--color-accent-soft)!important;color:var(--color-primary)!important}.pd-cart-link:hover:not(:disabled){border-color:var(--color-secondary)!important;color:var(--color-primary-hover)!important;background:#d8e8f1!important}.pd-cart-button:focus-visible{box-shadow:var(--focus-ring)!important;outline:none!important}.pd-share-button{border:1px solid var(--color-border)!important;background:var(--color-white)!important;color:var(--color-primary)!important}.pd-share-button:hover{background:var(--color-surface-light)!important;border-color:var(--color-primary)!important;color:var(--color-primary-hover)!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #2a5b791f!important}.pd-share-message{color:#177a35!important;background:#f2faf4!important;border:1px solid #d8eadc!important;border-radius:11px!important;margin-top:9px!important;padding:9px 11px!important;font-size:12.5px!important;font-weight:800!important}.cart-toast,.app-toast{z-index:1200;background:var(--color-text-dark);color:#fff;border-radius:14px;align-items:center;gap:12px;max-width:360px;padding:14px 16px;animation:.25s toast-in;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 18px 40px #172d3647}@keyframes toast-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cart-toast-icon,.app-toast-icon{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;font-weight:900;line-height:1;display:flex}.cart-toast-content,.app-toast-content{flex-direction:column;gap:2px;line-height:1.3;display:flex}.cart-toast-content strong{font-size:13.5px;font-weight:900}.cart-toast-content span,.app-toast-content span{color:#e5e5e5;font-size:12.5px}.app-toast-close{color:#fff;cursor:pointer;background:#ffffff24;border:none;border-radius:50%;flex-shrink:0;width:26px;height:26px;font-size:15px;line-height:1}.app-toast-close:hover{background:#ffffff47}.fav-toast .app-toast-icon{background:#e11d48}.fav-toast-warning .app-toast-icon{background:#f59e0b}.fav-toast-error .app-toast-icon{background:#ef4444}.fav-toast-info .app-toast-icon{background:#6b7280}@media (width<=520px){.cart-toast,.app-toast{max-width:none;bottom:12px;left:12px;right:12px}}.cart-toast-top{z-index:1300;animation:.28s cart-toast-in;inset:22px auto auto 50%;transform:translate(-50%)}@keyframes cart-toast-in{0%{opacity:0;transform:translate(-50%,-16px)}to{opacity:1;transform:translate(-50%)}}@media (width<=520px){.cart-toast-top{max-width:none;animation:.28s cart-toast-in-mobile;inset:12px 12px auto;transform:none}}@keyframes cart-toast-in-mobile{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.home-product-card{position:relative}.favorite-button{z-index:4;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#ffffffeb;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:transform .15s,background .15s,border-color .15s;display:inline-flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #0000001f}.favorite-button:hover{border-color:#e11d48;transform:scale(1.08)}.favorite-icon{fill:none;stroke:#555;stroke-width:2px;stroke-linejoin:round;stroke-linecap:round;width:19px;height:19px;transition:fill .15s,stroke .15s,transform .15s}.favorite-button:hover .favorite-icon{stroke:#e11d48}.favorite-button.is-active{background:#fff;border-color:#f7c6d1}.favorite-button.is-active .favorite-icon{fill:#e11d48;stroke:#e11d48;animation:.28s favorite-pop}@keyframes favorite-pop{0%{transform:scale(.6)}60%{transform:scale(1.2)}to{transform:scale(1)}}.pd-favorite-button{z-index:7;width:44px;height:44px;top:14px;right:14px}.pd-favorite-button .favorite-icon{width:23px;height:23px}.favorites-action .home-action-icon,.favorites-action>span:first-child{color:#e11d48}.admin-action .home-action-icon{color:var(--color-primary)}.home-header-actions .favorites-action,.home-header-actions .admin-action{border:1px solid var(--color-accent-soft)!important;background:var(--color-surface-light)!important;height:54px!important;min-height:54px!important;box-shadow:none!important;border-radius:18px!important;transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .2s!important}.home-header-actions .favorites-action .home-action-icon,.home-header-actions .admin-action .home-action-icon{background:0 0!important}.home-header-actions .favorites-action small,.home-header-actions .admin-action small,.home-header-actions .favorites-action strong,.home-header-actions .admin-action strong{color:var(--color-primary)!important}.home-header-actions .favorites-action:hover,.home-header-actions .admin-action:hover{background:var(--color-primary)!important;border-color:var(--color-primary)!important;transform:translateY(-1px)!important;box-shadow:0 13px 30px #2a5b7938!important}.home-header-actions .favorites-action:hover .home-action-icon,.home-header-actions .favorites-action:hover>span:first-child,.home-header-actions .favorites-action:hover small,.home-header-actions .favorites-action:hover strong,.home-header-actions .admin-action:hover .home-action-icon,.home-header-actions .admin-action:hover small,.home-header-actions .admin-action:hover strong{color:#fff!important}.favorites-empty-icon{color:#e11d48;margin-bottom:6px;font-size:46px;line-height:1}.legal-container{max-width:900px}.legal-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:16px;padding:30px 32px;box-shadow:0 12px 30px #0f172a0d}.legal-header{border-bottom:1px solid #eef0f3;margin-bottom:20px;padding-bottom:18px}.legal-header h1{color:var(--color-text-dark);margin:12px 0 6px;font-size:27px;font-weight:950}.legal-updated{color:#6b7280;font-size:13px;line-height:1.5}.legal-section{margin-bottom:22px}.legal-section:last-child{margin-bottom:0}.legal-section h2{color:#111827;margin-bottom:8px;font-size:17px;font-weight:900}.legal-section p{color:#374151;margin-bottom:8px;font-size:14.5px;line-height:1.7}.legal-list{color:#374151;margin:6px 0 0 18px;font-size:14.5px;line-height:1.7}.legal-list li{margin-bottom:4px}.legal-hub-container{max-width:1040px}.legal-hub-header{margin-bottom:18px}.legal-hub{grid-template-columns:260px 1fr;align-items:start;gap:20px;display:grid}.legal-hub-menu{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:4px;padding:10px;display:flex;position:sticky;top:20px;box-shadow:0 12px 30px #0f172a0d}.legal-hub-menu a{color:#374151;border-radius:10px;padding:10px 12px;font-size:13.5px;font-weight:700;line-height:1.35;text-decoration:none;transition:background .15s,color .15s;display:block}.legal-hub-menu a:hover{background:var(--color-surface-light);color:var(--color-primary-hover)}.legal-hub-menu a.active{background:var(--color-primary);color:#fff}.legal-hub-content{margin-top:0}.legal-hub-title{color:#111827;margin-bottom:6px;font-size:21px;font-weight:950}.legal-hub-content .legal-section h3{color:#111827;margin-bottom:8px;font-size:16px;font-weight:900}@media (width<=900px){.legal-hub{grid-template-columns:1fr}.legal-hub-menu{-webkit-overflow-scrolling:touch;flex-flow:row;gap:6px;position:static;overflow-x:auto}.legal-hub-menu a{white-space:nowrap;flex:none;padding:8px 12px;font-size:12.5px}}.aim-footer-legal-link{border:1px solid var(--color-accent-soft);background:var(--color-surface-light);color:var(--color-primary);text-align:center;border-radius:8px;margin-top:14px;padding:9px 16px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-block}.aim-footer-legal-link:hover{background:var(--color-white);border-color:var(--color-secondary);color:var(--color-primary-hover)}.consent-group{flex-direction:column;gap:10px;margin:6px 0 16px;display:flex}.checkout-consent{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.consent-item{cursor:pointer;color:#374151;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;display:flex}.consent-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;flex-shrink:0;margin-top:1px}.consent-item a,.consent-link{color:var(--color-primary);font-weight:800;text-decoration:underline}.consent-link{cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.consent-link:hover,.consent-item a:hover{color:#e11d48}.consent-optional{color:#6b7280}.contract-modal-overlay{z-index:1400;background:#0f172a8c;justify-content:center;align-items:center;padding:18px;animation:.2s toast-in;display:flex;position:fixed;inset:0}.contract-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 30px 70px #00000059}.contract-modal-header{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.contract-modal-header h2{color:#111827;font-size:17px;font-weight:900}.contract-modal-close{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:19px;line-height:1}.contract-modal-close:hover{background:#e2e8f0}.contract-modal-body{padding:18px 20px;overflow-y:auto}.contract-block{margin-bottom:20px}.contract-block h3{color:#111827;border-bottom:1px solid #f1f5f9;margin-bottom:8px;padding-bottom:6px;font-size:14px;font-weight:900}.contract-block p{color:#374151;margin-bottom:8px;font-size:13.5px;line-height:1.7}.contract-kv{justify-content:space-between;gap:14px;padding:5px 0;font-size:13.5px;display:flex}.contract-kv span{color:#6b7280;flex-shrink:0}.contract-kv strong{color:#111827;text-align:right}.contract-table{border:1px solid #eef0f3;border-radius:10px;margin-bottom:12px;overflow:hidden}.contract-table-head,.contract-table-row{grid-template-columns:2fr .7fr 1fr 1fr;gap:8px;padding:9px 12px;font-size:12.5px;display:grid}.contract-table-head{color:#64748b;background:#f8fafc;font-weight:800}.contract-table-row{color:#111827;border-top:1px solid #f1f5f9}.contract-table-row span:not(.contract-cell-name),.contract-table-head span:not(:first-child){text-align:right}.contract-table-empty{color:#6b7280;text-align:center;padding:12px;font-size:13px}.contract-totals{border-top:1px dashed #e5e7eb;padding-top:10px}.contract-total-row{color:#374151;justify-content:space-between;padding:3px 0;font-size:13.5px;display:flex}.contract-total-row.contract-grand{color:#111827;border-top:1px solid #eef0f3;margin-top:6px;padding-top:8px;font-size:15px;font-weight:900}.contract-modal-footer{text-align:right;border-top:1px solid #eef0f3;padding:14px 20px}.site-notice{z-index:1150;background:var(--color-text-dark);color:#fff;border-radius:14px;flex-direction:column;gap:12px;max-width:420px;padding:16px 18px;animation:.28s toast-in;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 18px 40px #172d364d}.site-notice-text strong{margin-bottom:4px;font-size:14px;font-weight:900;display:block}.site-notice-text span{color:#d1d5db;font-size:12.8px;line-height:1.55}.site-notice-text a{color:#fff;font-weight:800;text-decoration:underline}.site-notice-actions{justify-content:flex-end;gap:10px;display:flex}.notice-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;padding:9px 16px;font-size:12.5px;font-weight:800}.notice-btn-ghost{color:#fff;background:0 0;border-color:#ffffff4d}.notice-btn-ghost:hover{background:#ffffff1f}.notice-btn-primary{color:var(--color-primary);background:#fff}.notice-btn-primary:hover{background:var(--color-surface-light)}@media (width<=720px){.legal-card{padding:22px 18px}.legal-header h1{font-size:22px}.contract-table-head,.contract-table-row{grid-template-columns:1.6fr .6fr 1fr 1fr;font-size:11.5px}}@media (width<=520px){.site-notice{max-width:none;bottom:12px;left:12px;right:12px}.site-notice-actions{justify-content:stretch}.notice-btn{flex:1}}.home-theme .home-menu{background:var(--color-primary);border-top-color:var(--color-primary-hover)}.home-theme .home-menu-inner{flex-wrap:nowrap}.home-theme .home-menu-inner>a,.home-theme .home-menu-inner>button,.home-theme .home-cat-dropdown{flex:none}.home-theme .home-menu-inner>a,.home-theme .home-menu-inner>button,.home-theme .home-cat-trigger{min-height:35px;color:var(--color-white);white-space:nowrap;border-radius:8px;padding:0 14px;font-size:13.5px;font-weight:850;text-decoration:none;transition:background .2s,color .2s}.home-theme .home-cat-trigger{align-items:center;gap:5px;display:inline-flex}.home-theme .home-cat-trigger em{font-size:10px;font-style:normal;line-height:1;transition:transform .2s}.home-theme .home-cat-dropdown.menu-open .home-cat-trigger em{transform:rotate(180deg)}.home-theme .home-menu-inner>a:hover,.home-theme .home-menu-inner>button:hover,.home-theme .home-cat-trigger:hover,.home-theme .home-cat-dropdown.menu-open .home-cat-trigger{background:var(--color-primary-hover);color:var(--color-white)}.home-theme .home-menu-inner>a.active,.home-theme .home-menu-inner>button.active,.home-theme .home-cat-trigger.active{background:var(--color-primary-hover);color:var(--color-white);box-shadow:inset 0 -3px 0 var(--color-accent-soft)}.home-theme .home-menu-inner>a:focus-visible,.home-theme .home-menu-inner>button:focus-visible,.home-theme .home-cat-trigger:focus-visible{box-shadow:var(--focus-ring);outline:none}.home-theme .home-cat-dropdown{position:relative}.home-theme .home-cat-panel{z-index:9999;border:1px solid var(--color-border);background:var(--color-white);opacity:0;visibility:hidden;pointer-events:none;border-radius:14px;flex-direction:column;gap:2px;min-width:210px;max-height:380px;padding:8px;transition:all .18s;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow-y:auto;transform:translateY(8px);box-shadow:0 18px 44px #2a5b7929}.home-theme .home-cat-dropdown.menu-open .home-cat-panel,.home-theme .home-cat-dropdown:hover .home-cat-panel,.home-theme .home-cat-dropdown:focus-within .home-cat-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.home-theme .home-cat-panel a,.home-theme .home-cat-panel button{width:100%;min-height:38px;color:var(--color-text-dark);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:flex-start;align-items:center;padding:0 12px;font-size:13px;font-weight:750;text-decoration:none;transition:background .18s,color .18s;display:flex}.home-theme .home-cat-panel a:hover,.home-theme .home-cat-panel a.active,.home-theme .home-cat-panel button:hover,.home-theme .home-cat-panel button.active{background:var(--color-turquoise-light);color:var(--color-primary-hover)}.home-theme .home-search:focus-within{border-color:var(--color-accent);box-shadow:var(--focus-ring)}.home-theme .home-search-submit{background:var(--color-primary);transition:background .2s}.home-theme .home-search-submit:hover{background:var(--color-primary-hover)}.home-theme .home-account-button:hover,.home-theme .home-action-link:hover,.home-theme .home-account-menu.open .home-account-button{border-color:var(--color-primary);box-shadow:0 14px 34px #2a5b7924}.home-theme .home-header-actions .cart-action{border-color:var(--color-primary)!important;background:var(--color-primary)!important;box-shadow:0 13px 32px #2a5b7938!important}.home-theme .home-header-actions .cart-action .home-action-icon{color:var(--color-primary)!important}.home-theme .home-header-actions .cart-action:hover{background:var(--color-primary-hover)!important;border-color:var(--color-primary-hover)!important;box-shadow:0 17px 42px #2a5b794d!important}.home-theme .home-header-actions .cart-action:hover .home-action-icon{color:var(--color-primary-hover)!important}.home-theme .home-product-card{border:1px solid #86b7d573;transition:transform .22s,border-color .22s,box-shadow .22s;box-shadow:0 5px 16px #2a5b791a}.home-theme .home-product-card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 10px 24px #2a5b792e,0 0 10px #86b7d529}.home-theme .home-product-info button{border-color:var(--color-primary);background:var(--color-primary);transition:background .2s,border-color .2s}.home-theme .home-product-info button:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.home-theme .home-product-info button:focus-visible{box-shadow:var(--focus-ring);outline:none}.home-theme .home-section-heading h2{color:var(--color-text-dark)}.home-theme .home-section-heading span,.home-theme .home-product-info>span{color:var(--color-primary)}.home-theme .home-discount-badge{color:#2a5b79;background:#ecf4f8;border:1px solid #86b7d5;box-shadow:0 4px 10px #2a5b791f}.home-theme .home-product-filter-info button{border-color:var(--color-primary);background:var(--color-primary)}.home-theme .home-menu-toggle{display:none}@media (width<=980px){.home-theme .home-menu{padding:6px 0}.home-theme .home-menu-toggle{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff59;border-radius:12px;align-items:center;gap:10px;width:min(1500px,100vw - 40px);min-height:42px;margin:0 auto;padding:0 14px;font-size:14px;font-weight:900;display:inline-flex}.home-theme .home-menu-toggle:hover{background:#fff3}.home-theme .home-menu-toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff80}.home-theme .home-menu-toggle span{font-size:16px;line-height:1}.home-theme .home-menu-inner{display:none}.home-theme .home-menu-inner.menu-expanded{flex-direction:column;align-items:stretch;gap:2px;padding:8px 0 4px;display:flex}.home-theme .home-menu-inner.menu-expanded>a,.home-theme .home-menu-inner.menu-expanded>button,.home-theme .home-menu-inner.menu-expanded .home-cat-dropdown,.home-theme .home-menu-inner.menu-expanded .home-cat-trigger{justify-content:flex-start;width:100%}.home-theme .home-menu-inner.menu-expanded .home-cat-panel{visibility:visible;opacity:1;min-width:0;box-shadow:none;flex-direction:column;margin:2px 0 6px 12px;padding:4px;display:flex;position:static;transform:none}}@media (width<=767px){.home-hero,.home-feature-boxes,.home-section,.home-bottom-banner{width:calc(100vw - 24px)}.home-header-inner{flex-direction:column;align-items:stretch;gap:10px;width:calc(100vw - 24px);min-height:0;padding:10px 0;display:flex}.home-logo{justify-content:flex-start}.home-logo-img{max-width:60vw;height:76px}.home-search{justify-self:stretch;width:100%}.home-header-actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.home-welcome-badge{display:none}.home-auth-guest,.home-account-menu{flex:100%;min-width:0}.home-auth-guest{gap:8px;display:flex}.home-auth-guest>a{flex:1 1 0;justify-content:center}.home-account-button{width:100%!important}.home-header-actions .favorites-action,.home-header-actions .cart-action,.home-header-actions .admin-action{flex:calc(50% - 4px);justify-content:center;min-width:0;width:auto!important}.home-header-actions .favorites-action small,.home-header-actions .admin-action small{display:none}.home-account-dropdown{width:min(260px,100vw - 40px)}.home-theme .home-menu{border-top:none;border-radius:12px;margin:8px 12px;padding:6px 8px;box-shadow:0 6px 16px #2a5b792e}.home-theme .home-menu-toggle{width:100%;margin:0}.home-product-grid,.new-products-page .home-product-grid,.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-product-info h3,.home-product-info a{overflow-wrap:anywhere}.pd-thumbnail-list{flex-wrap:wrap}.auth-page-layout{padding:28px 0 40px}.auth-card{padding:22px;box-shadow:0 6px 16px #2a5b791a}.auth-page-layout .auth-card:hover{transform:none}.legal-hub{grid-template-columns:1fr;gap:14px}.legal-hub-menu{flex-flow:wrap;gap:6px;position:static}.legal-hub-menu a{flex:none}.legal-body,.legal-hub-content,.legal-section p,.legal-list{overflow-wrap:anywhere}.cart-toast,.app-toast{width:auto;max-width:none;left:12px;right:12px}}@media (width<=360px){.home-product-grid,.new-products-page .home-product-grid,.category-products-page .home-product-grid,.category-products-grid{grid-template-columns:1fr}}@media (width>=981px){.home-theme .home-menu{background:0 0;border-top:none;padding:8px 0}.home-theme .home-menu-inner{background:var(--color-primary);border-radius:12px;padding-left:8px;padding-right:8px;box-shadow:0 6px 16px #2a5b7926}}.home-header-actions .home-account-button{border:1px solid var(--color-accent-soft)!important;background:var(--color-surface-light)!important;height:54px!important;min-height:54px!important;color:var(--color-primary)!important;box-shadow:none!important;border-radius:18px!important}.home-header-actions .home-account-button strong,.home-header-actions .home-account-button em{color:var(--color-primary)!important}.home-header-actions .home-account-button:hover,.home-account-menu.open .home-account-button{background:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 13px 30px #2a5b7938!important}.home-header-actions .home-account-button:hover strong,.home-header-actions .home-account-button:hover em,.home-account-menu.open .home-account-button strong,.home-account-menu.open .home-account-button em{color:#fff!important}.home-account-dropdown{border:1px solid var(--color-accent-soft)!important;background:#fff!important;box-shadow:0 18px 44px #2a5b7929!important}.home-account-dropdown a,.home-account-dropdown button,.home-account-dropdown a span,.home-account-dropdown button span{color:var(--color-primary)!important}.home-account-dropdown a:hover,.home-account-dropdown button:hover,.home-account-dropdown a:hover span,.home-account-dropdown button:hover span{background:var(--color-surface-light)!important;color:var(--color-primary-hover)!important}.product-card-media{position:relative}.product-card-media .home-product-image img{opacity:0;transition:opacity .35s,transform .28s}.product-card-media .home-product-image img:not(:first-of-type){position:absolute;inset:0}.product-card-media .home-product-image img.is-active{opacity:1}.product-card-media .home-product-image:not(:has(img.is-active)) img:first-of-type{opacity:1}.product-card-arrow{z-index:4;color:#1f2d36;cursor:pointer;opacity:0;background:#ffffffeb;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0 0 3px;font-size:20px;line-height:1;transition:opacity .22s,background .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000024}.product-card-arrow.prev{left:8px}.product-card-arrow.next{right:8px}.product-card-media:hover .product-card-arrow{opacity:1}.product-card-arrow:hover{background:#fff}.product-card-dots{z-index:4;pointer-events:none;justify-content:center;gap:5px;display:flex;position:absolute;bottom:9px;left:0;right:0}.product-card-dot{cursor:pointer;pointer-events:auto;background:#1f2d3647;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:background .2s,transform .2s}.product-card-dot.is-active{background:var(--color-primary,#2a5b79);transform:scale(1.35)}@media (hover:none){.product-card-media.has-gallery .product-card-arrow{opacity:.9;width:34px;height:34px}.product-card-dot{width:7px;height:7px}}@media (prefers-reduced-motion:reduce){.product-card-media .home-product-image img,.product-card-arrow,.product-card-dot{transition:none}}.cart-continue-button{border:1px solid var(--color-accent-soft);background:var(--color-surface-light);width:100%;color:var(--color-primary);text-align:center;cursor:pointer;border-radius:12px;margin-top:10px;padding:12px 16px;font-size:14px;font-weight:800;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:block}.cart-continue-button:hover{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.cart-continue-button:focus-visible{box-shadow:var(--focus-ring);outline:none}.order-cancel-button,.danger-action-button{color:#b3261e;cursor:pointer;background:#fdf3f2;border:1px solid #e5b4b0;border-radius:999px;padding:7px 14px;font-size:12px;font-weight:800;transition:background .2s,border-color .2s,color .2s}.order-cancel-button:hover:not(:disabled),.danger-action-button:hover:not(:disabled){color:#fff;background:#b3261e;border-color:#b3261e}.order-cancel-button:disabled,.danger-action-button:disabled{opacity:.55;cursor:not-allowed}.order-cancel-button:focus-visible,.danger-action-button:focus-visible{box-shadow:var(--focus-ring);outline:none}.confirm-dialog-overlay{z-index:1400;background:#0f172a8c;justify-content:center;align-items:center;padding:18px;animation:.18s toast-in;display:flex;position:fixed;inset:0}.confirm-dialog{background:var(--color-white);text-align:center;border-radius:18px;width:min(430px,100%);padding:26px 24px 22px;box-shadow:0 26px 60px #0f172a47}.confirm-dialog-icon{color:#b3261e;background:#fdf3f2;border-radius:50%;place-items:center;width:46px;height:46px;margin:0 auto 14px;font-size:24px;font-weight:900;display:grid}.confirm-dialog h3{color:var(--color-text);margin:0 0 10px;font-size:17px;line-height:1.4}.confirm-dialog p{color:var(--color-text-muted);margin:0 0 20px;font-size:13.5px;line-height:1.7}.confirm-dialog-actions{justify-content:center;gap:10px;display:flex}.confirm-dialog-actions button{cursor:pointer;border-radius:11px;flex:1 1 0;padding:12px 16px;font-size:14px;font-weight:800;transition:background .2s,border-color .2s,color .2s}.confirm-dialog-actions button:disabled{opacity:.6;cursor:not-allowed}.confirm-dialog-dismiss{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text)}.confirm-dialog-dismiss:hover:not(:disabled){background:var(--color-surface-light)}.confirm-dialog-confirm{color:#fff;background:#b3261e;border:1px solid #b3261e}.confirm-dialog-confirm:hover:not(:disabled){background:#94201a;border-color:#94201a}.order-toast-success .app-toast-icon{color:#fff;background:#1b7f5a}.order-toast-error .app-toast-icon{color:#fff;background:#b3261e}@media (width<=560px){.confirm-dialog-actions{flex-direction:column-reverse}.order-cancel-button,.danger-action-button{width:100%}}:root{--color-primary:#2a5b79;--color-primary-hover:#244d66;--color-secondary:#428ebd;--color-accent-soft:#86b7d5;--color-surface-light:#ecf4f8;--color-white:#fff;--color-page-background:#f6f8f9;--color-text:#1f2d36;--color-text-muted:#667781;--color-border:#d6e2e8;--color-accent:#428ebd;--color-turquoise-light:#ecf4f8;--color-text-dark:#244d66;--focus-ring:0 0 0 3px #428ebd59}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:var(--color-page-background);color:var(--color-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font-family:inherit}img{max-width:100%;display:block}
