@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#f5f6fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#3498db;text-decoration:inherit}a:hover{color:#2980b9}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}*{box-sizing:border-box}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:10050;background:#111;color:#f5f5f5;padding:1.25rem 1.5rem;box-shadow:0 -8px 32px #00000059;border-top:1px solid rgba(255,255,255,.08)}.cookie-consent-banner__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.25rem}.cookie-consent-banner__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.cookie-consent-banner__desc{margin:0;font-size:.9rem;line-height:1.55;color:#ffffffd1;max-width:52rem}.cookie-consent-banner__desc a{color:#9cf;text-decoration:underline}.cookie-consent-banner__desc a:hover{color:#bdf}.cookie-consent-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.cookie-consent-btn{font-size:.875rem;padding:.55rem 1rem;border-radius:6px;cursor:pointer;border:1px solid transparent;font-weight:600;white-space:nowrap}.cookie-consent-btn--primary{background:#fff;color:#111}.cookie-consent-btn--primary:hover{background:#e8e8e8}.cookie-consent-btn--outline{background:transparent;color:#fff;border-color:#ffffff73}.cookie-consent-btn--outline:hover{border-color:#fff}.cookie-consent-btn--ghost{background:transparent;color:#ffffffd9;border-color:transparent;text-decoration:underline}.cookie-consent-btn--ghost:hover{color:#fff}.cookie-consent-modal-overlay{position:fixed;inset:0;z-index:10060;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1.5rem}.cookie-consent-modal{background:#fff;color:#111;max-width:520px;width:100%;max-height:90vh;overflow-y:auto;border-radius:10px;padding:1.5rem 1.5rem 1.25rem;box-shadow:0 20px 60px #00000059}.cookie-consent-modal h2{margin:0 0 .75rem;font-size:1.2rem}.cookie-consent-modal__intro{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:#444}.cookie-consent-category{margin-bottom:1rem;padding:.85rem 1rem;border-radius:8px;background:#f4f4f5}.cookie-consent-category--locked{opacity:1}.cookie-consent-category__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.cookie-consent-category__name{font-weight:700;font-size:.95rem}.cookie-consent-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;background:#333;color:#fff;padding:.2rem .5rem;border-radius:4px}.cookie-consent-category__desc{margin:0;font-size:.82rem;line-height:1.45;color:#555}.cookie-consent-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid #ddd;border-radius:8px;margin-bottom:.65rem;cursor:pointer}.cookie-consent-toggle input{width:1.15rem;height:1.15rem;margin-top:.2rem;flex-shrink:0;accent-color:#111}.cookie-consent-toggle__name{font-weight:600;font-size:.95rem;display:block}.cookie-consent-toggle__desc{margin:.25rem 0 0;font-size:.82rem;line-height:1.45;color:#555}.cookie-consent-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eee}.cookie-consent-modal .cookie-consent-btn--primary{background:#111;color:#fff}.cookie-consent-modal .cookie-consent-btn--primary:hover{background:#333}.cookie-consent-modal .cookie-consent-btn--ghost{color:#444;text-decoration:none}.cookie-consent-modal .cookie-consent-btn--ghost:hover{color:#000;text-decoration:underline}@media(max-width:640px){.cookie-consent-banner__actions{width:100%;flex-direction:column}.cookie-consent-banner__actions .cookie-consent-btn{width:100%}}.cart-icon-wrapper{position:relative;display:flex;align-items:center}.cart-icon-button{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:transparent;border:1px solid rgba(255,255,255,.35);border-radius:2px;color:#fff;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease;cursor:pointer}.cart-icon-button:hover{background:#fff;color:#111;border-color:#fff}.cart-icon-button .cart-svg{width:20px;height:20px}.cart-icon-button .cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;background:#fff;border:1px solid #111;border-radius:2px;color:#111;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;animation:badge-pop .3s ease}.cart-icon-button:hover .cart-badge{background:#111;color:#fff;border-color:#111}@keyframes badge-pop{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.mini-cart-dropdown{position:absolute;top:calc(100% + 12px);right:0;width:360px;max-height:480px;background:#fff;border:1px solid #e8e8e8;border-radius:0;box-shadow:0 12px 40px #0000001f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:1000;overflow:hidden}.mini-cart-dropdown:before{content:"";position:absolute;top:-6px;right:16px;width:12px;height:12px;background:#fff;border:1px solid #e8e8e8;border-right:none;border-bottom:none;transform:rotate(45deg)}.mini-cart-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.mini-cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e8e8e8;background:#fafafa}.mini-cart-header h4{margin:0;color:#111;font-size:.8125rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.mini-cart-header .items-count{color:#666;font-size:.75rem;font-weight:500}.mini-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.25rem;text-align:center}.mini-cart-empty .empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.28}.mini-cart-empty p{color:#666;font-size:.875rem;margin:0;line-height:1.45}.mini-cart-items{max-height:280px;overflow-y:auto;padding:12px 0}.mini-cart-items::-webkit-scrollbar{width:6px}.mini-cart-items::-webkit-scrollbar-track{background:#f5f5f5}.mini-cart-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.mini-cart-item{display:flex;align-items:flex-start;gap:12px;padding:12px 18px;transition:background .2s ease}.mini-cart-item:hover{background:#fafafa}.mini-cart-item .item-image{width:56px;height:70px;border-radius:0;overflow:hidden;background:#f0f0f0;flex-shrink:0;border:1px solid #e8e8e8}.mini-cart-item .item-image img{width:100%;height:100%;object-fit:cover}.mini-cart-item .item-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;opacity:.35}.mini-cart-item .item-details{flex:1;min-width:0}.mini-cart-item .item-details .item-name{margin:0 0 4px;color:#111;font-size:.8125rem;font-weight:600;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-cart-item .item-details .item-meta{display:flex;gap:6px;margin-bottom:6px}.mini-cart-item .item-details .item-meta .item-color,.mini-cart-item .item-details .item-meta .item-size{font-size:.625rem;padding:2px 6px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:2px;color:#555}.mini-cart-item .item-details .item-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.mini-cart-item .item-details .item-price{color:#111;font-size:.875rem;font-weight:700;letter-spacing:.02em}.mini-cart-item .item-details .item-quantity{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #e5e5e5;border-radius:2px;padding:0}.mini-cart-item .item-details .item-quantity .qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#111;font-size:.875rem;font-weight:600;cursor:pointer;border-radius:0;transition:background .2s ease}.mini-cart-item .item-details .item-quantity .qty-btn:hover:not(:disabled){background:#f5f5f5}.mini-cart-item .item-details .item-quantity .qty-btn:disabled{opacity:.3;cursor:not-allowed}.mini-cart-item .item-details .item-quantity span{color:#111;font-size:.8125rem;font-weight:600;min-width:22px;text-align:center;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;line-height:24px}.mini-cart-item .remove-item{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e8e8e8;border-radius:2px;color:#666;font-size:12px;cursor:pointer;transition:border-color .2s ease,background .2s ease;flex-shrink:0}.mini-cart-item .remove-item:hover{background:#fafafa;border-color:#111;color:#111}.more-items{text-align:center;padding:8px 18px;color:#666;font-size:.8125rem;border-top:1px solid #e8e8e8}.mini-cart-footer{padding:16px 18px;border-top:1px solid #e8e8e8;background:#fafafa}.mini-cart-footer .cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mini-cart-footer .cart-total span{color:#666;font-size:.875rem}.mini-cart-footer .cart-total strong{color:#111;font-size:1.0625rem;font-weight:700;letter-spacing:.02em}.mini-cart-footer .cart-actions{display:flex;gap:8px}.mini-cart-footer .view-cart-btn,.mini-cart-footer .checkout-btn{flex:1;padding:10px 14px;border-radius:2px;font-size:.8125rem;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease,border-color .2s ease;cursor:pointer;letter-spacing:.02em}.mini-cart-footer .view-cart-btn{background:#fff;border:1px solid #111;color:#111}.mini-cart-footer .view-cart-btn:hover{background:#fafafa}.mini-cart-footer .checkout-btn{background:#111;border:1px solid #111;color:#fff}.mini-cart-footer .checkout-btn:hover{background:#000}@media(max-width:480px){.mini-cart-dropdown{position:fixed;inset:auto 0 0;width:100%;max-height:70vh;border-radius:0;transform:translateY(100%)}.mini-cart-dropdown:before{display:none}.mini-cart-dropdown.open{transform:translateY(0)}.cart-icon-button{width:38px;height:38px}.cart-icon-button .cart-svg{width:18px;height:18px}}.products-page{min-height:100vh;background:#fff}.products-header{background:#fff;border-bottom:none;padding:1.25rem 0 1.5rem}.products-header-inner{max-width:1600px;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}.products-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0 0 1rem;text-align:left;letter-spacing:.01em;text-transform:none;line-height:1.15}.search-container{display:flex;gap:12px;align-items:center;max-width:420px;margin:0}.search-input-wrapper{flex:1;display:flex;align-items:center;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;padding:0 14px;transition:border-color .2s ease,background .2s ease}.search-input-wrapper:focus-within{background:#fff;border-color:#111}.search-icon{color:#888;flex-shrink:0}.search-input{flex:1;padding:12px 10px;background:transparent;border:none;color:#111;font-size:15px;outline:none}.search-input::placeholder{color:#999}.clear-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:2px;color:#666;cursor:pointer;transition:all .2s}.clear-button:hover{background:#eee;color:#111}.plp-root-category-bar{background:#fff;border-bottom:1px solid #e8e8e8}.plp-root-category-bar-inner{max-width:1600px;margin:0 auto;padding:0 1.25rem;box-sizing:border-box}.plp-root-category-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.plp-root-category-scroll::-webkit-scrollbar{display:none}.plp-root-category-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;align-items:stretch;gap:0 1.25rem;min-height:52px}.plp-root-category-list li{flex-shrink:0;display:flex}.plp-root-category-link{display:inline-flex;align-items:center;padding:14px 2px 12px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#333;font-size:1.0625rem;font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap;cursor:pointer;transition:color .2s ease,border-color .2s ease}.plp-root-category-link:hover{color:#111}.plp-root-category-link.is-active{color:#111;border-bottom-color:#111}.plp-root-category-link:focus-visible{outline:2px solid #111;outline-offset:2px}.products-layout{display:flex;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box}.plp-filters-column{width:260px;flex-shrink:0;align-self:flex-start;position:sticky;top:88px;display:flex;flex-direction:column;max-height:calc(100vh - 96px);overflow-y:auto}.plp-filter-hint{margin:0 0 1rem;font-size:12px;line-height:1.45;color:#666}.filters-panel{width:100%;flex-shrink:0;background:#fff;border:1px solid #e8e8e8;border-radius:0;padding:1.25rem 1rem;height:fit-content;position:relative}.filters-header{display:flex;align-items:center;gap:12px;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e8e8e8}.filters-header .clear-filters-btn{padding:4px 10px;background:transparent;border:1px solid #ccc;border-radius:2px;color:#333;font-size:11px;cursor:pointer;transition:border-color .2s,color .2s}.filters-header .clear-filters-btn:hover{border-color:#111;color:#111}.filters-header--toolbar{justify-content:flex-end;margin-bottom:1rem}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group h3{font-size:.6875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.filter-options{display:flex;flex-direction:column;gap:2px}.filter-option{display:flex;align-items:center;gap:10px;padding:8px 10px;background:transparent;border:1px solid transparent;border-radius:0;cursor:pointer;transition:background .15s}.filter-option input[type=radio],.filter-option input[type=checkbox]{display:none}.filter-option span{color:#333;font-size:13px}.filter-option:hover{background:#f7f7f7}.filter-option.active{background:#f5f5f5;border-color:#e0e0e0}.filter-option.active span{color:#111;font-weight:600}.colors-grid{display:flex;flex-wrap:wrap;gap:8px;flex-direction:row}.color-option{width:36px;height:36px;padding:0;justify-content:center;border-radius:50%;border:1px solid #ddd}.color-option.active{border-color:#111;box-shadow:0 0 0 1px #111;background:transparent}.color-option.active span{font-weight:400}.color-swatch{width:26px;height:26px;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.color-swatch.all-colors{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef4444,#f97316,#eab308,#22c55e,#3b82f6,#8b5cf6);color:#fff}.sizes-grid{display:flex;flex-wrap:wrap;gap:8px;flex-direction:row}.size-option{min-width:44px;padding:6px 10px;justify-content:center;border:1px solid #ccc;border-radius:2px}.size-option span{font-weight:500}.size-option.active{background:#111;border-color:#111}.size-option.active span{color:#fff;font-weight:600}.checkbox-option .checkbox-box{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #bbb;border-radius:2px;transition:all .2s}.checkbox-option.active .checkbox-box{background:#111;border-color:#111;color:#fff}.products-content,.plp-toolbar-refine{flex:1;min-width:0}.plp-toolbar-accordion{display:flex;flex-direction:column;width:100%;max-width:640px}.plp-acc-item{border-bottom:1px solid #e8e8e8}.plp-acc-item:last-child{border-bottom:none}.plp-acc-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:11px 4px 11px 0;border:none;background:transparent;cursor:pointer;text-align:left;gap:12px}.plp-acc-trigger:hover .plp-acc-title{color:#111}.plp-acc-title{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#333}.plp-acc-count{font-weight:500;color:#777}.plp-acc-chevron{display:inline-block;width:8px;height:8px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);transition:transform .2s ease;flex-shrink:0;margin-bottom:4px}.plp-acc-chevron.is-open{transform:rotate(225deg);margin-bottom:-2px}.plp-acc-panel{padding:0 0 12px 2px}.plp-acc-panel--checks{display:flex;flex-direction:column;gap:2px;max-height:220px;overflow-y:auto;padding-right:4px}.plp-check-row{display:flex;align-items:center;gap:10px;padding:7px 8px;margin:0;border-radius:2px;cursor:pointer;transition:background .15s ease}.plp-check-row:hover{background:#f7f7f7}.plp-check-row input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin:0;accent-color:#111}.plp-check-row--color{gap:10px}.plp-check-row--color .plp-toolbar-swatch{width:18px;height:18px;border-radius:2px;border:1px solid rgba(0,0,0,.12);flex-shrink:0}.plp-check-row--color .plp-check-label{flex:1;min-width:0;font-weight:500}.plp-check-label{font-size:13px;color:#333;line-height:1.3}.plp-toolbar-refine .plp-radio-list{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px 14px}.plp-toolbar-refine .plp-radio-row{display:inline-flex;align-items:center;gap:8px;margin:0;border:none;border-radius:2px;cursor:pointer;transition:background .15s ease}.plp-toolbar-refine .plp-radio-row input[type=radio]{width:15px;height:15px;flex-shrink:0;margin:0;accent-color:#111}.plp-toolbar-refine .plp-radio-row span{font-size:13px;color:#333;white-space:nowrap}.plp-toolbar-refine .plp-radio-row:hover span{color:#111}.plp-toolbar-refine .plp-radio-row.is-checked span{font-weight:600;color:#111}.plp-toolbar-refine .plp-price-range{display:flex;align-items:center;gap:8px;max-width:280px}.plp-toolbar-refine .plp-price-input{flex:1;min-width:0;width:72px;padding:9px 10px;font-size:13px;border:1px solid #ccc;border-radius:2px;color:#111;box-sizing:border-box}.plp-toolbar-refine .plp-price-input::placeholder{color:#999}.plp-toolbar-refine .plp-price-input:focus{border-color:#111;outline:none}.plp-toolbar-refine .plp-price-sep{color:#999;font-size:14px;flex-shrink:0}.products-toolbar{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px 20px;min-height:44px;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #ececec}.search-stats{color:#666;font-size:11px;margin:0;padding:12px 0 0;border:none;letter-spacing:.06em;text-transform:uppercase;text-align:right;flex-shrink:0;align-self:flex-start}.search-stats .loading-text{display:inline-flex;align-items:center;gap:8px}.search-stats .loading-text:before{content:"";width:14px;height:14px;border:2px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}.search-stats .search-time{color:#999}.shop-products-plp .products-grid-container{min-height:400px;width:100%}.shop-products-plp .products-grid{display:grid;width:100%;box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:clamp(12px,1.5vw,20px);row-gap:clamp(20px,2.5vw,32px)}.shop-products-plp .product-card{display:flex;flex-direction:column;width:100%;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #111;border-radius:0;overflow:hidden;cursor:pointer;margin:0;padding:0;transition:opacity .2s ease,box-shadow .2s ease}.shop-products-plp .product-card:hover{opacity:.98;box-shadow:0 2px 8px #00000014}.shop-products-plp .product-card:hover .product-image img{transform:scale(1.02)}.shop-products-plp .product-image{position:relative;display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0;border:none;border-radius:0;box-sizing:border-box;overflow:hidden;background:#f0f0f0;aspect-ratio:418/555;flex-shrink:0}.shop-products-plp .product-image img{display:block;width:100%;height:100%;margin:0;padding:0;border:none;object-fit:cover;object-position:center top;image-rendering:-webkit-optimize-contrast;backface-visibility:hidden;transform:translateZ(0);transition:transform .35s ease}.shop-products-plp .product-image .no-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:64px;opacity:.3}.shop-products-plp .out-of-stock-badge{position:absolute;top:8px;right:8px;z-index:1;padding:4px 8px;background:#111111eb;border-radius:2px;color:#fff;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.shop-products-plp .product-info{flex:1;padding:10px 10px 12px;text-align:left;min-width:0}.shop-products-plp .product-category{display:none}.shop-products-plp .product-name{color:#111;font-size:.875rem;font-weight:600;margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-products-plp .product-price .price{color:#111;font-size:.9375rem;font-weight:700;letter-spacing:.02em}.shop-products-plp .product-price .price-range{color:#555;font-size:.875rem;font-weight:400}.shop-products-plp .product-color-dots{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.shop-products-plp .product-color-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.25);box-shadow:inset 0 0 0 1px #ffffff59}.shop-products-plp .variant-count{display:inline-block;margin-top:6px;color:#888;font-size:11px;font-weight:400}.shop-products-plp .product-card-skeleton{display:flex;flex-direction:column;min-width:0;box-sizing:border-box;background:#fff;border:1px solid #111;border-radius:0;overflow:hidden}.shop-products-plp .skeleton-image{width:100%;aspect-ratio:418/555;background:linear-gradient(90deg,#eee,#e4e4e4,#eee);background-size:200% 100%;animation:plp-shimmer 1.5s infinite}.shop-products-plp .skeleton-content{padding:10px 10px 12px}.shop-products-plp .skeleton-title,.shop-products-plp .skeleton-category,.shop-products-plp .skeleton-price{background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:plp-shimmer 1.5s infinite;border-radius:2px}.shop-products-plp .skeleton-category{width:60%;height:10px;margin-bottom:8px}.shop-products-plp .skeleton-title{width:90%;height:14px;margin-bottom:10px}.shop-products-plp .skeleton-price{width:40%;height:14px}@keyframes plp-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.no-products{text-align:center;padding:80px 24px}.no-products .no-products-icon{font-size:64px;display:block;margin-bottom:16px;opacity:.5}.no-products h3{color:#000;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.no-products p{color:#666;margin:0 0 1.5rem}.clear-search-button{padding:12px 24px;background:#000;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.clear-search-button:hover{background:#333;transform:translateY(-2px)}@media(max-width:1280px){.shop-products-plp .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.plp-filters-column{width:240px}.shop-products-plp .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.9375rem}.shop-products-plp .product-price .price{font-size:1rem}}@media(max-width:768px){.plp-root-category-bar-inner{padding:0 1rem}.plp-root-category-link{font-size:.9375rem;padding-top:12px;padding-bottom:10px}.products-header{padding:1rem 0 1.25rem}.products-header-inner{padding:0 1rem}.products-header h1{font-size:1.375rem;margin-bottom:.875rem}.search-container{max-width:none;width:100%}.products-layout{padding:1.5rem}.products-layout{flex-direction:column}.products-toolbar,.plp-toolbar-refine{flex-direction:column;align-items:stretch}.plp-toolbar-field--sort .plp-radio-list{flex-direction:column;align-items:flex-start;gap:6px}.plp-toolbar-refine .plp-filter-select{max-width:none}.search-stats{text-align:left;align-self:flex-start}.plp-filters-column{width:100%;position:static;max-height:none;overflow:visible}.filters-panel{position:relative;width:100%;max-width:none}.shop-products-plp .products-grid{grid-template-columns:1fr}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.9375rem}.shop-products-plp .product-price .price{font-size:1rem}}@media(max-width:480px){.products-header{padding:.875rem 0 1rem}.products-header-inner{padding:0 .875rem}.products-header h1{font-size:1.25rem}.search-container{flex-direction:column}.products-layout{padding:1rem}.shop-products-plp .product-info{padding:10px 10px 12px}.shop-products-plp .product-name{font-size:.9375rem}.shop-products-plp .product-price .price{font-size:1rem}}.homepage{--hp-side-pad: 2.75rem;min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#000;width:100%;overflow-x:hidden}.hero-section{--home-hero-offset: 96px;min-height:calc(100svh - var(--home-hero-offset));padding:0 .75rem;background:#fff;border-bottom:1px solid #e8e8e8;width:100%;box-sizing:border-box;display:flex;flex-direction:column}@media(max-width:1140px){.hero-section{--home-hero-offset: 110px}}@media(max-width:640px){.hero-section{--home-hero-offset: 100px}}.carousel-loading{display:flex;align-items:center;justify-content:center;min-height:calc(100svh - var(--home-hero-offset, 120px))}.carousel-loading .loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.carousel-empty{display:flex;align-items:center;justify-content:center;min-height:calc(100svh - var(--home-hero-offset, 120px))}.carousel-empty p{font-size:1.1rem;color:#666}.carousel{position:relative;max-width:min(1600px,100%);margin:0 auto;padding:0 2rem}.carousel .carousel-container{overflow:hidden;width:100%}.carousel .carousel-track{display:flex;gap:0;width:100%}.carousel .carousel-slide{flex:0 0 100%;min-width:0}.carousel .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;margin:0;padding:0;border:none;border-radius:0;background:transparent;color:#111;cursor:pointer;transition:color .2s ease,opacity .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.carousel .carousel-btn svg{width:28px;height:28px;stroke-width:2.25}.carousel .carousel-btn:hover{color:#000;opacity:.75}.carousel .carousel-btn:focus-visible{outline:2px solid #111;outline-offset:4px}.carousel .carousel-btn.prev{left:0}.carousel .carousel-btn.next{right:0}.carousel.home-hero-carousel{flex:1 1 auto;align-self:stretch;width:100%;max-width:100%;min-height:calc(100svh - var(--home-hero-offset, 120px));margin:0 auto;padding:0 2rem;box-sizing:border-box}.carousel.home-hero-carousel .carousel-container,.carousel.home-hero-carousel .carousel-track{height:100%;min-height:calc(100svh - var(--home-hero-offset, 120px))}.carousel.home-hero-carousel .carousel-slide{display:flex;justify-content:center;align-items:stretch;min-height:calc(100svh - var(--home-hero-offset, 120px))}.home-hero-card-wrap{display:flex;justify-content:center;align-items:stretch;width:100%;min-height:calc(100svh - var(--home-hero-offset, 120px));flex:1;opacity:1;transition:opacity .36s cubic-bezier(.22,1,.36,1);will-change:opacity}.home-hero-card-wrap--fading-out{opacity:0}@media(prefers-reduced-motion:reduce){.home-hero-card-wrap{transition:none}.home-hero-card-wrap--fading-out{opacity:1}}.home-hero-card{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;height:calc(100svh - var(--home-hero-offset, 120px));min-height:calc(100svh - var(--home-hero-offset, 120px));margin:0;padding:0;border:none;border-radius:0;background:transparent;box-sizing:border-box;overflow:hidden}.home-hero-card__img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;margin:0;object-fit:contain;object-position:center}.home-hero-card__video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;margin:0;object-fit:contain;object-position:center}.content-section{flex:1;padding:4rem 2rem;background:#fff;min-height:200px}.categories-loading{display:flex;align-items:center;justify-content:center;min-height:300px;background:#fff}.categories-loading .loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.home-below-hero{width:100%;padding-top:.5rem}.home-editorial-section{padding:2.25rem 0 2.75rem;background:#fff}.home-editorial-section--alt{background:#f7f7f7}.home-editorial-inner{width:100%;margin:0 auto;padding:0 var(--hp-side-pad);box-sizing:border-box}.home-editorial-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.35rem;flex-wrap:wrap}.home-editorial-title{margin:0;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#111;line-height:1.2}.home-editorial-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 0;background:none;border:none;border-bottom:1px solid #111;color:#111;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:color .2s ease,border-color .2s ease,opacity .2s ease}.home-editorial-cta svg{width:15px;height:15px;flex-shrink:0;transition:transform .2s ease}.home-editorial-cta:hover{opacity:.75}.home-editorial-cta:hover svg{transform:translate(3px)}.home-editorial-cta:focus-visible{outline:2px solid #111;outline-offset:4px}.home-product-rail-wrap{position:relative}.rail-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffffeb;box-shadow:0 1px 6px #0000002e;color:#111;cursor:pointer;transition:background .2s,box-shadow .2s,opacity .2s;padding:0}.rail-arrow svg{width:22px;height:22px}.rail-arrow:hover{background:#fff;box-shadow:0 2px 10px #00000038}.rail-arrow--left{left:4px}.rail-arrow--right{right:4px}.home-product-rail{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#ccc transparent;padding-bottom:.35rem;box-sizing:border-box}.home-product-rail::-webkit-scrollbar{height:6px}.home-product-rail::-webkit-scrollbar-thumb{background:#ccc;border-radius:0}.home-product-rail__track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(10px,1.8vw,16px);width:max-content;min-width:100%;padding:2px 0 6px}.homepage .home-product-rail.shop-products-plp .product-card{flex:0 0 clamp(148px,38vw,220px);width:clamp(148px,38vw,220px);min-width:0;scroll-snap-align:start;max-width:220px}@media(min-width:900px){.homepage .home-product-rail.shop-products-plp .product-card{flex:0 0 clamp(200px,18vw,240px);width:clamp(200px,18vw,240px);max-width:240px}}.homepage-footer{background:#000;color:#fff;padding:2.5rem 2rem}.homepage-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.homepage-footer .footer-info h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;letter-spacing:.03em}.homepage-footer .footer-info p{margin:0;color:#fff9;font-size:.9rem;line-height:1.5;max-width:350px}.homepage-footer .footer-contact{text-align:right}.homepage-footer .footer-contact p{margin:0 0 .25rem;color:#fff9;font-size:.85rem}.homepage-footer .footer-contact p:last-child{margin-bottom:0}@media(max-width:1024px){.homepage{--hp-side-pad: 2.25rem}.carousel{padding:0 1.75rem}}@media(max-width:768px){.home-editorial-section{padding:1.75rem 0 2.25rem}.home-editorial-header{flex-direction:column;align-items:stretch}.home-editorial-cta{align-self:flex-end}}@media(max-width:640px){.homepage{--hp-side-pad: 1.85rem}.hero-section{padding:0 .5rem}.carousel{padding:0 1.35rem}.carousel .carousel-btn svg{width:24px;height:24px}.content-section{padding:2rem 1rem}.rail-arrow{display:none}.home-editorial-title{font-size:1.15rem}.home-editorial-cta{font-size:.75rem}.homepage-footer{padding:2rem 1.5rem}.homepage-footer .footer-content{flex-direction:column;text-align:center;gap:1.5rem}.homepage-footer .footer-info p{max-width:none}.homepage-footer .footer-contact{text-align:center}}@media(hover:none){.carousel .carousel-btn:hover{opacity:1;color:#111}}.about-page{background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.about-hero{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;text-align:center;border-bottom:1px solid #e8e8e8}.about-hero .hero-content{max-width:1600px;margin:0 auto}.about-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.about-hero .subtitle{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;margin:0 0 1.5rem;color:#ffffffe6;line-height:1.55;max-width:720px;margin-left:auto;margin-right:auto}.about-hero .intro{font-size:1rem;line-height:1.75;color:#ffffffb8;margin:0 auto;max-width:800px}.services-section{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box}.services-section .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2vw,1.5rem)}.services-section .service-card{background:#fff;border:1px solid #111;border-radius:0;padding:1.75rem 1.5rem;transition:box-shadow .2s ease,opacity .2s ease}.services-section .service-card:hover{opacity:.98;box-shadow:0 2px 8px #00000014}.services-section .service-card:hover .service-icon{opacity:.95}.services-section .service-card .service-icon{width:72px;height:72px;margin-bottom:1.25rem;background:#111;border-radius:2px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.services-section .service-card .service-icon svg{width:36px;height:36px;color:#fff}.services-section .service-card h3{font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:600;margin:0 0 .75rem;color:#111;line-height:1.35;letter-spacing:.02em}.services-section .service-card p{font-size:.9375rem;line-height:1.65;color:#555;margin:0}.cta-section{padding:clamp(2.5rem,5vw,4rem) 1.25rem;text-align:center;background:#111;color:#fff;border-top:1px solid #e8e8e8}.cta-section h2{font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.3}.cta-section .cta-button{display:inline-block;padding:1rem 1.75rem;background:#fff;color:#111;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;border:1px solid #fff;transition:background .2s ease,opacity .2s ease}.cta-section .cta-button:hover{background:#f5f5f5;opacity:.95}@media(max-width:1024px){.services-section .service-card{padding:1.5rem 1.25rem}.services-section .service-card .service-icon{width:64px;height:64px}.services-section .service-card .service-icon svg{width:32px;height:32px}}@media(max-width:768px){.services-section{padding:2rem 1rem 2.5rem}.services-section .services-grid{grid-template-columns:1fr;gap:1rem}.services-section .service-card{padding:1.35rem 1.15rem}.services-section .service-card:hover{box-shadow:none}.services-section .service-card .service-icon{width:56px;height:56px;border-radius:2px}.services-section .service-card .service-icon svg{width:28px;height:28px}.services-section .service-card h3{font-size:1.05rem}.services-section .service-card p{font-size:.9rem;line-height:1.6}.cta-section{padding:2.5rem 1rem}.cta-section h2{font-size:1.1rem}.cta-section .cta-button{padding:.9rem 1.5rem;font-size:.75rem}}.contact-page{min-height:100vh;background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.contact-hero{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;text-align:center;border-bottom:1px solid #e8e8e8}.contact-hero .hero-content{max-width:1600px;margin:0 auto}.contact-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.contact-hero .subtitle{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:500;margin:0 0 .75rem;color:#ffffffe6;line-height:1.5}.contact-hero .description{font-size:1rem;line-height:1.65;color:#ffffffb8;margin:0 auto;max-width:640px}.contact-content{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(2rem,4vw,4rem);align-items:start}.company-info h2{font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #111;line-height:1.2}.company-info .info-block{display:flex;gap:1rem;margin-bottom:1.75rem}.company-info .info-block:last-child{margin-bottom:0}.company-info .info-icon{width:44px;height:44px;background:#111;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.company-info .info-icon svg{width:22px;height:22px;color:#fff}.company-info .info-content{flex:1;min-width:0}.company-info .info-content h3{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .35rem;color:#111}.company-info .info-content p{margin:0 0 .25rem;color:#555;font-size:.9375rem;line-height:1.55}.company-info .info-content p strong{color:#111}.company-info .company-ids p{display:flex;gap:.5rem;flex-wrap:wrap}.company-info .company-ids p span{font-weight:600;color:#111;min-width:56px}.company-info .email-row{margin-bottom:.65rem}.company-info .email-row:last-child{margin-bottom:0}.company-info .email-row h4{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .2rem;color:#888}.company-info .email-row a{color:#111;text-decoration:none;font-weight:500;font-size:.9375rem;transition:opacity .2s ease}.company-info .email-row a:hover{opacity:.7}.company-info .phone-link{font-size:1.1rem;font-weight:600;color:#111;text-decoration:none;transition:opacity .2s ease}.company-info .phone-link:hover{opacity:.7}.contact-form-wrapper{background:#f7f7f7;padding:1.75rem 1.5rem;border-radius:2px;border:1px solid #e8e8e8}.contact-form-wrapper h2{font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 .5rem;color:#111;line-height:1.25}.contact-form-wrapper .form-description{font-size:.9375rem;color:#555;margin:0 0 1.75rem;line-height:1.55}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.03em;color:#111;margin-bottom:.4rem}.contact-form .form-group input,.contact-form .form-group textarea{width:100%;padding:.75rem .875rem;font-size:1rem;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease;font-family:inherit;box-sizing:border-box}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#111;background:#fff}.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder{color:#999}.contact-form .form-group textarea{resize:vertical;min-height:140px}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form .form-row .form-group{margin-bottom:1.25rem}.contact-form .error-message{background:#fee;color:#c00;padding:.875rem 1rem;border-radius:2px;margin-bottom:1.25rem;font-size:.9rem;border:1px solid rgba(200,0,0,.2)}.contact-form .submit-btn{width:100%;padding:1rem 1.5rem;background:#111;color:#fff;border:1px solid #111;border-radius:2px;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,opacity .2s ease}.contact-form .submit-btn:hover:not(:disabled){background:#222;opacity:.95}.contact-form .submit-btn:disabled{opacity:.55;cursor:not-allowed}.success-message{text-align:center;padding:2rem 1rem}.success-message .success-icon{width:64px;height:64px;background:#111;color:#fff;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin:0 auto 1.25rem}.success-message h3{font-size:1.15rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;color:#111}.success-message p{font-size:.9375rem;color:#555;margin:0 0 1.5rem;line-height:1.55}.success-message .new-message-btn{padding:.75rem 1.5rem;background:transparent;color:#111;border:1px solid #111;border-radius:2px;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease}.success-message .new-message-btn:hover{background:#111;color:#fff}@media(max-width:1024px){.contact-grid{gap:2.5rem}.contact-form-wrapper{padding:1.5rem 1.25rem}}@media(max-width:768px){.contact-hero{padding:2.5rem 1rem 3rem}.contact-content{padding:2rem 1rem 2.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.company-info h2{font-size:1.05rem}.company-info .info-block{margin-bottom:1.35rem}.company-info .info-icon{width:40px;height:40px}.company-info .info-icon svg{width:20px;height:20px}.contact-form-wrapper{padding:1.35rem 1.1rem}.contact-form-wrapper h2{font-size:1.05rem}.contact-form .form-row{grid-template-columns:1fr;gap:0}.contact-form .form-group{margin-bottom:1.1rem}.contact-form .form-group input,.contact-form .form-group textarea{padding:.65rem .75rem;font-size:.95rem}.contact-form .submit-btn{padding:.9rem 1.25rem;font-size:.75rem}}@media(max-width:480px){.contact-hero{padding:2rem 1rem 2.5rem}.contact-content{padding:1.75rem 1rem 2rem}.contact-form-wrapper{padding:1.25rem 1rem}}.product-detail{max-width:1600px;margin:0 auto;padding:0 24px 48px;color:#111;background:#fff}.product-detail.loading,.product-detail.error{min-height:60vh;display:flex;align-items:center;justify-content:center}.loading-spinner{text-align:center}.loading-spinner .spinner{width:48px;height:48px;border:3px solid #e0e0e0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-spinner p{color:#666}.error-content{text-align:center}.error-content .error-icon{font-size:64px;display:block;margin-bottom:16px}.error-content h2{margin:0 0 24px;font-size:1.5rem;color:#000}.error-content .back-link{color:#000;text-decoration:underline;font-weight:500}.error-content .back-link:hover{text-decoration:none}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:16px;padding-top:4px;font-size:12px;color:#888;letter-spacing:.02em}.breadcrumb a{color:#666;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#111;text-decoration:underline}.breadcrumb .current{color:#111;font-weight:400}.product-content{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,420px);gap:clamp(24px,4vw,56px);align-items:start}.product-gallery{position:sticky;top:88px;height:fit-content}.main-image{position:relative;aspect-ratio:3/4;max-height:min(72vh,52vw - 20px);background:#f5f5f5;border:none;border-radius:0;overflow:hidden;margin-bottom:10px}.main-image img{width:100%;height:100%;object-fit:cover;object-position:center center;cursor:default}.main-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:80px;opacity:.3}.main-image .discount-badge{position:absolute;top:12px;left:12px;padding:6px 12px;background:#111;border-radius:2px;font-size:12px;font-weight:700;letter-spacing:.04em;color:#fff}.thumbnail-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.thumbnail-list::-webkit-scrollbar{height:4px}.thumbnail-list::-webkit-scrollbar-track{background:#eee;border-radius:2px}.thumbnail-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.thumbnail-list::-webkit-scrollbar-thumb:hover{background:#999}.thumbnail{flex-shrink:0;width:64px;height:86px;padding:0;background:#f5f5f5;border:1px solid #ddd;border-radius:0;overflow:hidden;cursor:pointer;transition:border-color .2s,box-shadow .2s}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail:hover{border-color:#999}.thumbnail.active{border-color:#111;box-shadow:0 0 0 1px #111}.product-content>.product-info{display:flex;flex-direction:column;gap:18px;padding-top:4px}.product-title{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;margin:0;line-height:1.35;color:#111;letter-spacing:.02em}.product-sku{color:#888;font-size:11px;margin:0;letter-spacing:.04em;text-transform:uppercase}.product-short-desc{color:#555;font-size:14px;line-height:1.55;margin:0}.product-price-section{padding:4px 0 8px;border:none}.price{font-size:1.25rem;font-weight:700;color:#111;letter-spacing:.02em}.price-with-discount{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px 14px}.price-with-discount .original-price{font-size:.9375rem;color:#999;text-decoration:line-through;font-weight:400}.price-with-discount .final-price{font-size:1.25rem;font-weight:700;color:#111}.variant-selector label{display:block;font-size:11px;font-weight:600;color:#111;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}.variant-selector .selected-value{display:block;margin-top:6px;font-size:13px;color:#666;font-weight:400}.variant-selector--size .variant-selector__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:8px}.variant-selector--size .variant-selector__label-row label{margin-bottom:0}.size-chart-trigger{flex-shrink:0;background:none;border:none;padding:0;font-size:11px;font-weight:600;color:#111;text-decoration:underline;text-underline-offset:3px;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;font-family:inherit}.size-chart-trigger:hover{text-decoration:none}.size-chart-modal-overlay{position:fixed;inset:0;z-index:1200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:24px}.size-chart-modal{background:#fff;max-width:min(920px,96vw);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 16px 48px #0003}.size-chart-modal__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 20px;border-bottom:1px solid #e5e5e5}.size-chart-modal__title{margin:0;font-size:1rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.size-chart-modal__close{width:40px;height:40px;border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#333}.size-chart-modal__close:hover{color:#000}.size-chart-modal__nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.size-chart-modal__nav-btn{width:40px;height:40px;border:1px solid #ccc;border-radius:2px;background:#fff;font-size:22px;line-height:1;cursor:pointer;color:#111;transition:border-color .2s,background .2s}.size-chart-modal__nav-btn:hover{border-color:#111;background:#f9f9f9}.size-chart-modal__nav-counter{font-size:13px;font-weight:600;color:#666;min-width:3.5rem;text-align:center;letter-spacing:.04em}.size-chart-modal__body{overflow:auto;padding:12px 16px 20px}.size-chart-modal__body img{display:block;max-width:100%;height:auto;margin:0 auto}.color-options{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.color-option{width:36px;height:36px;padding:3px;background:transparent;border:1px solid transparent;border-radius:50%;cursor:pointer;transition:box-shadow .2s}.color-option .color-swatch{display:block;width:100%;height:100%;border-radius:50%;border:1px solid rgba(0,0,0,.12)}.color-option:hover{box-shadow:0 0 0 1px #bbb}.color-option.selected{box-shadow:0 0 0 2px #111}.size-options{display:flex;gap:8px;flex-wrap:wrap}.size-option{min-width:44px;height:40px;padding:0 14px;background:#fff;border:1px solid #ccc;border-radius:2px;color:#111;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s}.size-option:hover:not(:disabled){border-color:#111}.size-option.selected{background:#111;border-color:#111;color:#fff}.size-option.out-of-stock{opacity:.45;cursor:not-allowed;text-decoration:line-through}.stock-info{font-size:13px;font-weight:400}.stock-info .in-stock{color:#333}.stock-info .out-of-stock{color:#888}.add-to-cart-section{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center;background:#fff;border:1px solid #ccc;border-radius:2px;overflow:hidden}.quantity-selector button{width:42px;height:48px;background:transparent;border:none;color:#111;font-size:18px;cursor:pointer;transition:background .2s}.quantity-selector button:hover:not(:disabled){background:#f5f5f5}.quantity-selector button:disabled{opacity:.35;cursor:not-allowed}.quantity-selector span{min-width:44px;text-align:center;font-size:15px;font-weight:600;color:#111}.add-to-cart-btn{flex:1;min-width:160px;height:48px;padding:0 24px;background:#111;border:1px solid #111;border-radius:2px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,border-color .2s}.add-to-cart-btn:hover:not(:disabled){background:#333;border-color:#333}.add-to-cart-btn:disabled{opacity:.45;cursor:not-allowed}.add-to-cart-btn.added{background:#111;animation:pulse-success .3s ease}@keyframes pulse-success{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.cart-add-error{margin-top:10px;padding:10px 12px;background:#fff4f4;border:1px solid #e8b4b4;border-radius:2px;color:#8a1c1c;font-size:13px;line-height:1.4}.in-cart-notice{margin-top:8px;padding:10px 12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:2px;text-align:center}.in-cart-notice span{color:#111;font-size:13px;font-weight:400}.product-description,.product-other-description{padding-top:20px;border-top:1px solid #e8e8e8}.product-description h3,.product-other-description h3{font-size:11px;font-weight:600;margin:0 0 12px;color:#111;text-transform:uppercase;letter-spacing:.08em}.product-description div,.product-other-description div{color:#666;line-height:1.7}.product-description div p,.product-other-description div p{margin:0 0 16px}.product-description div p:last-child,.product-other-description div p:last-child{margin-bottom:0}.product-description div ul,.product-description div ol,.product-other-description div ul,.product-other-description div ol{margin:0 0 16px;padding-left:24px}.product-description div li,.product-other-description div li{margin-bottom:8px}.product-detail-related{margin-top:clamp(2.25rem,5vw,3.5rem);padding-top:clamp(1.5rem,3vw,2.25rem);border-top:1px solid #e8e8e8;width:100%;max-width:100%}.product-detail-related .pdp-related-heading{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:400;letter-spacing:.02em;text-transform:none;color:#111;margin:0 0 1.25rem;line-height:1.3}.product-detail-related .pdp-related-track{display:flex;gap:clamp(12px,1.5vw,18px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding-bottom:10px;margin-inline:-24px;padding-inline:24px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ccc transparent}.product-detail-related .pdp-related-track::-webkit-scrollbar{height:6px}.product-detail-related .pdp-related-track::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.product-detail-related .pdp-related-track::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:3px}.product-detail-related .pdp-related-track::-webkit-scrollbar-thumb:hover{background:#999}.product-detail-related .pdp-related-card{flex:0 0 clamp(160px,38vw,240px);scroll-snap-align:start;max-width:260px;min-width:0}.product-detail-related .product-card-skeleton.pdp-related-card{flex:0 0 clamp(160px,38vw,240px);max-width:260px}@media(max-width:600px){.product-detail-related .pdp-related-track{margin-inline:-16px;padding-inline:16px}}@media(max-width:900px){.product-content{grid-template-columns:1fr;gap:28px}.product-gallery{position:static;top:auto}.main-image{max-width:480px;max-height:min(68vh,520px);margin-left:auto;margin-right:auto}}@media(max-width:600px){.product-detail{padding:16px}.breadcrumb{font-size:12px;margin-bottom:20px}.product-title,.price,.price-with-discount .final-price{font-size:1.5rem}.add-to-cart-section{flex-direction:column}.add-to-cart-section .quantity-selector,.add-to-cart-section .add-to-cart-btn{width:100%}.add-to-cart-section .quantity-selector{justify-content:center}.thumbnail{width:60px;height:60px}}.cart-page{min-height:100vh;background:#fff;max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;box-sizing:border-box;color:#111}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(3rem,12vw,5rem) 1.25rem}.cart-empty .empty-icon{font-size:3rem;opacity:.28;margin-bottom:1.25rem}.cart-empty h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0 0 .75rem;letter-spacing:.01em}.cart-empty p{color:#666;font-size:.9375rem;line-height:1.5;margin:0 0 2rem;max-width:28rem}.cart-empty .continue-shopping-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#111;color:#fff;text-decoration:none;border-radius:2px;font-weight:600;font-size:.875rem;letter-spacing:.02em;transition:background .2s ease,opacity .2s ease}.cart-empty .continue-shopping-btn:hover{background:#000;opacity:.95}.cart-header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e8e8e8}.cart-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;color:#111;margin:0;letter-spacing:.01em}.cart-header .cart-count{font-size:.8125rem;color:#666;font-weight:500;letter-spacing:.02em}.cart-content{display:grid;grid-template-columns:1fr min(380px,34vw);gap:2rem;align-items:start}.cart-items{background:#fff;border:1px solid #e8e8e8;border-radius:0;overflow:hidden}.cart-items-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:.75rem 1.25rem;background:#fafafa;border-bottom:1px solid #e8e8e8;font-size:.6875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.08em}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:1.25rem;border-bottom:1px solid #e8e8e8;align-items:center;transition:background .2s ease}.cart-item:hover{background:#fafafa}.cart-item:last-child{border-bottom:none}.item-product{display:flex;gap:1rem;align-items:center;min-width:0}.item-product .item-image{width:80px;height:100px;border-radius:0;overflow:hidden;background:#f0f0f0;border:1px solid #e8e8e8;flex-shrink:0}.item-product .item-image img{width:100%;height:100%;object-fit:cover}.item-product .item-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;opacity:.35}.item-product .item-info{min-width:0}.item-product .item-info .item-name{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#111;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-product .item-info .item-sku{margin:0 0 .5rem;font-size:.6875rem;color:#888;letter-spacing:.02em}.item-product .item-info .item-variants{display:flex;gap:.5rem;flex-wrap:wrap}.item-product .item-info .variant-tag{font-size:.6875rem;padding:.2rem .5rem;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:2px;color:#555;font-weight:500}.item-price .price-label,.item-price .total-label,.item-total .price-label,.item-total .total-label{display:none}.item-price .price-value,.item-price .total-value,.item-total .price-value,.item-total .total-value{font-size:.9375rem;font-weight:700;color:#111;letter-spacing:.02em}.item-total .total-value{font-weight:700}.item-quantity .quantity-label{display:none}.item-quantity .quantity-selector{display:inline-flex;align-items:center;gap:0;background:#fff;border:1px solid #e5e5e5;border-radius:2px;padding:0;transition:border-color .2s ease}.item-quantity .quantity-selector:focus-within{border-color:#111}.item-quantity .quantity-selector .qty-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#111;font-size:1rem;font-weight:600;cursor:pointer;border-radius:0;transition:background .2s ease}.item-quantity .quantity-selector .qty-btn:hover:not(:disabled){background:#f5f5f5}.item-quantity .quantity-selector .qty-btn:disabled{opacity:.35;cursor:not-allowed}.item-quantity .quantity-selector .qty-input{width:2.75rem;height:2rem;text-align:center;background:transparent;border:none;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;color:#111;font-size:.875rem;font-weight:600}.item-quantity .quantity-selector .qty-input::-webkit-inner-spin-button,.item-quantity .quantity-selector .qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.item-quantity .quantity-selector .qty-input:focus{outline:none}.item-quantity .max-stock-notice{display:block;font-size:.6875rem;color:#888;margin-top:.35rem}.item-actions .remove-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e8e8e8;border-radius:2px;font-size:1rem;cursor:pointer;transition:border-color .2s ease,background .2s ease;color:#666}.item-actions .remove-btn:hover{background:#fafafa;border-color:#111;color:#111}.cart-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.25rem;background:#fafafa;border-top:1px solid #e8e8e8}.cart-actions .continue-shopping{color:#333;text-decoration:none;font-size:.8125rem;font-weight:600;letter-spacing:.02em;transition:color .2s ease}.cart-actions .continue-shopping:hover{color:#111}.cart-actions .clear-cart-btn{padding:.5rem 1rem;background:transparent;border:1px solid #e8e8e8;border-radius:2px;color:#666;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease}.cart-actions .clear-cart-btn:hover{border-color:#111;color:#111}.cart-summary{position:sticky;top:5.5rem}.summary-card{background:#fff;border:1px solid #e8e8e8;border-radius:0;padding:1.25rem 1.25rem 1.5rem}.summary-card h2{font-size:.8125rem;font-weight:600;color:#111;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e8e8e8;letter-spacing:.07em;text-transform:uppercase}.summary-rows{margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;font-size:.875rem;color:#555;border-bottom:1px solid #f0f0f0}.summary-row:last-child{border-bottom:none}.summary-row .free-shipping{color:#888;font-size:.8125rem}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 1.25rem;border-top:1px solid #111;margin-bottom:1.25rem}.summary-total span:first-child{font-size:.875rem;font-weight:600;color:#111;margin:0}.summary-total .total-price{font-size:1.25rem;font-weight:700;color:#111;letter-spacing:.02em}.checkout-btn{width:100%;padding:.875rem 1.25rem;background:#111;border:1px solid #111;border-radius:2px;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,opacity .2s ease}.checkout-btn:hover{background:#000;opacity:.9}.quote-request-btn{width:100%;padding:.75rem 1.25rem;background:#fff;border:1px solid #111;border-radius:2px;color:#111;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;margin-top:.75rem}.quote-request-btn:hover:not(:disabled){background:#111;color:#fff}.quote-request-btn:disabled{opacity:.5;cursor:not-allowed}.quote-error{margin-top:.75rem;padding:.75rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:2px;color:#b00020;font-size:.8125rem;text-align:center}.payment-methods{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e8e8e8;text-align:center}.payment-methods span{display:block;font-size:.6875rem;color:#888;margin-bottom:.75rem;letter-spacing:.05em;text-transform:uppercase}.payment-methods .payment-icons{display:flex;justify-content:center;gap:1rem;font-size:1.25rem;opacity:.55}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:cartFadeIn .2s ease}@keyframes cartFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border:1px solid #e8e8e8;border-radius:0;padding:1.75rem 1.5rem;max-width:420px;width:90%;text-align:center;box-shadow:0 8px 32px #0000001f}.modal-content h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#111}.modal-content p{color:#666;font-size:.875rem;margin:0 0 1.5rem;line-height:1.5}.modal-actions{display:flex;gap:.75rem;justify-content:center}.modal-actions button{padding:.65rem 1.25rem;border-radius:2px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.modal-actions .cancel-btn{background:#fff;border:1px solid #e8e8e8;color:#333}.modal-actions .cancel-btn:hover{border-color:#111;color:#111}.modal-actions .confirm-btn{background:#111;border:1px solid #111;color:#fff}.modal-actions .confirm-btn:hover{background:#000}@media(max-width:1024px){.cart-content{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-page{padding:1rem 1rem 2.5rem}.cart-header h1{font-size:1.35rem}.cart-items-header{display:none}.cart-item{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1rem;align-items:stretch}.cart-item .item-product{width:100%}.cart-item .item-price,.cart-item .item-total{display:flex;justify-content:space-between;width:100%}.cart-item .item-price .price-label,.cart-item .item-price .total-label,.cart-item .item-total .price-label,.cart-item .item-total .total-label{display:block;color:#888;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.cart-item .item-quantity{width:100%}.cart-item .item-quantity .quantity-label{display:block;color:#888;font-size:.75rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.cart-item .item-quantity .quantity-selector{width:100%;max-width:200px;justify-content:center}.cart-item .item-actions{width:100%;display:flex;justify-content:flex-start}.cart-item .item-actions .remove-btn{width:100%;max-width:200px}.cart-actions{flex-direction:column;align-items:stretch}.cart-actions .continue-shopping,.cart-actions .clear-cart-btn{width:100%;text-align:center;justify-content:center}.summary-total .total-price{font-size:1.125rem}}.checkout-page{max-width:1600px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem;background:#fff;color:#111;min-height:60vh;box-sizing:border-box}@media(max-width:768px){.checkout-page{padding:1rem 1rem 2.5rem}}.checkout-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e8e8e8}.checkout-header h1{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:400;margin:0 0 1.25rem;color:#111;letter-spacing:.01em}.checkout-steps{display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:center}.checkout-steps .step{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:2px;color:#888;font-size:.8125rem;font-weight:500;letter-spacing:.02em;transition:border-color .2s ease,background .2s ease,color .2s ease}.checkout-steps .step.active{background:#111;color:#fff;border-color:#111}.checkout-steps .step.completed{background:#fff;color:#111;border-color:#111}.checkout-steps .step .step-number{display:flex;align-items:center;justify-content:center;min-width:1.375rem;height:1.375rem;padding:0 .25rem;background:#eee;border-radius:2px;font-weight:600;font-size:.75rem;color:#555}.checkout-steps .step.active .step-number{background:#ffffff40;color:#fff}.checkout-steps .step.completed .step-number{background:#e8e8e8;color:#111}.checkout-steps .step .step-label{font-weight:500}.checkout-content{display:grid;grid-template-columns:1fr min(380px,34vw);gap:2rem;align-items:start}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr}}.checkout-main{background:#fff;border-radius:0;border:1px solid #e8e8e8;padding:1.5rem 1.25rem 1.75rem;box-sizing:border-box}.checkout-error{background:#fafafa;color:#b00020;padding:.875rem 1rem;border-radius:2px;border:1px solid #e8e8e8;margin-bottom:1.25rem;font-size:.875rem;line-height:1.45}.checkout-section h2{font-size:.8125rem;font-weight:600;margin:0 0 1.25rem;color:#111;letter-spacing:.07em;text-transform:uppercase}.checkout-section h3{font-size:.9375rem;margin-bottom:.75rem;color:#111;font-weight:600}.customer-mode-selector{margin-bottom:1.5rem}.customer-mode-selector .mode-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:768px){.customer-mode-selector .mode-options{grid-template-columns:1fr}}.customer-mode-selector .mode-option{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;cursor:pointer;transition:border-color .2s ease,background .2s ease;text-decoration:none;color:inherit}.customer-mode-selector .mode-option:hover,.customer-mode-selector .mode-option.active{border-color:#111;background:#fff}.customer-mode-selector .mode-option .mode-icon{font-size:1.5rem;margin-bottom:.5rem;opacity:.9}.customer-mode-selector .mode-option .mode-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem;color:#111}.customer-mode-selector .mode-option .mode-desc{font-size:.75rem;color:#666;line-height:1.4}.authenticated-customer .user-info{background:#fafafa;padding:.875rem 1rem;border-radius:0;border:1px solid #e8e8e8;margin-bottom:1.25rem}.authenticated-customer .user-info .user-email{margin:0;color:#111;font-size:.875rem;font-weight:500}.authenticated-customer .user-details{margin-bottom:1.25rem;padding:.875rem 1rem;background:#fafafa;border-radius:0;border:1px solid #e8e8e8}.authenticated-customer .user-details p{margin:.2rem 0;color:#333;font-size:.875rem}.address-selector,.billing-selector{margin-bottom:1.25rem}.address-selector .no-addresses,.billing-selector .no-addresses{color:#666;padding:.875rem 1rem;background:#fafafa;border-radius:0;border:1px solid #e8e8e8;font-size:.875rem}.address-selector .no-addresses a,.billing-selector .no-addresses a{color:#111;margin-left:.35rem;font-weight:600;text-decoration:underline}.address-list,.billing-list{display:flex;flex-direction:column;gap:.5rem}.address-option,.billing-option{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;cursor:pointer;transition:border-color .2s ease,background .2s ease}.address-option:hover,.billing-option:hover{border-color:#ccc}.address-option.selected,.billing-option.selected{border-color:#111;background:#fff}.address-option input[type=radio],.billing-option input[type=radio]{margin-top:.2rem;accent-color:#111}.address-option .address-content,.address-option .billing-content,.billing-option .address-content,.billing-option .billing-content{flex:1}.address-option .address-content .address-line,.address-option .address-content .billing-line,.address-option .billing-content .address-line,.address-option .billing-content .billing-line,.billing-option .address-content .address-line,.billing-option .address-content .billing-line,.billing-option .billing-content .address-line,.billing-option .billing-content .billing-line{margin:.15rem 0;color:#333;font-size:.875rem}.address-option .address-content .address-phone,.address-option .billing-content .address-phone,.billing-option .address-content .address-phone,.billing-option .billing-content .address-phone{margin-top:.35rem;color:#666;font-size:.8125rem}.address-option .address-content .company-name,.address-option .billing-content .company-name,.billing-option .address-content .company-name,.billing-option .billing-content .company-name{font-weight:600;margin-bottom:.2rem;color:#111;font-size:.875rem}.address-option .address-content .default-badge,.address-option .billing-content .default-badge,.billing-option .address-content .default-badge,.billing-option .billing-content .default-badge{display:inline-block;padding:.15rem .45rem;background:#111;color:#fff;font-size:.6875rem;font-weight:600;border-radius:2px;margin-top:.35rem;letter-spacing:.03em}.guest-form .form-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid #e8e8e8}.guest-form .form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.guest-form .form-section h3{font-size:.8125rem;font-weight:600;color:#111;margin-bottom:1rem;letter-spacing:.05em;text-transform:uppercase}.guest-form .form-row{margin-bottom:.875rem}.guest-form .form-row.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}@media(max-width:500px){.guest-form .form-row.two-cols{grid-template-columns:1fr}}.guest-form .form-row.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}@media(max-width:600px){.guest-form .form-row.three-cols{grid-template-columns:1fr}}.guest-form .form-group{display:flex;flex-direction:column}.guest-form .form-group label{font-size:.8125rem;font-weight:600;margin-bottom:.35rem;color:#333}.guest-form .form-group input{padding:.65rem .75rem;border:1px solid #e5e5e5;border-radius:2px;font-size:.9375rem;transition:border-color .2s ease,background .2s ease;background:#fff;color:#111}.guest-form .form-group input:focus{outline:none;border-color:#111;background:#fff}.guest-form .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#333}.guest-form .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#111}.guest-form .radio-group{display:flex;gap:1.25rem;flex-wrap:wrap}.guest-form .radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#333;font-size:.875rem}.guest-form .radio-label input[type=radio]{accent-color:#111}.shipping-methods,.payment-methods{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.shipping-method,.payment-method{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;cursor:pointer;transition:border-color .2s ease,background .2s ease}.shipping-method:hover:not(.disabled),.payment-method:hover:not(.disabled){border-color:#ccc;background:#fff}.shipping-method.selected,.payment-method.selected{border-color:#111;background:#fff;box-shadow:none}.shipping-method.disabled,.payment-method.disabled{opacity:.55;cursor:not-allowed}.shipping-method input[type=radio],.payment-method input[type=radio]{accent-color:#111;width:18px;height:18px;flex-shrink:0}.shipping-method .method-content,.payment-method .method-content{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0}.shipping-method .method-icon,.payment-method .method-icon{font-size:1.25rem;width:2rem;text-align:center;flex-shrink:0}.shipping-method .method-info,.payment-method .method-info{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.shipping-method .method-info .method-name,.payment-method .method-info .method-name{font-weight:600;display:flex;align-items:center;gap:.5rem;color:#111;font-size:.875rem}.shipping-method .method-info .method-description,.payment-method .method-info .method-description{font-size:.8125rem;color:#666;line-height:1.4}.shipping-method .method-info .method-delivery,.payment-method .method-info .method-delivery{font-size:.75rem;color:#888}.shipping-method .method-price,.payment-method .method-price{font-weight:700;color:#111;font-size:.9375rem;letter-spacing:.02em;flex-shrink:0}.shipping-method .method-check,.payment-method .method-check{color:#111;font-weight:700;margin-left:auto}.shipping-method .coming-soon-badge,.payment-method .coming-soon-badge{display:inline-block;padding:.15rem .45rem;background:#111;color:#fff;font-size:.625rem;border-radius:2px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.shipping-notice .info-text,.payment-notice .info-text{display:flex;align-items:flex-start;gap:.5rem;padding:.875rem 1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;font-size:.8125rem;color:#444;margin:0;line-height:1.45}.shipping-notice .info-text .info-icon,.payment-notice .info-text .info-icon{flex-shrink:0;opacity:.85}.shipping-notice.cod-notice .info-text,.shipping-notice.transfer-notice .info-text,.shipping-notice.card-notice .info-text,.payment-notice.cod-notice .info-text,.payment-notice.transfer-notice .info-text,.payment-notice.card-notice .info-text{border-color:#e8e8e8;background:#fafafa;color:#333}.review-section .review-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:600px){.review-section .review-details{grid-template-columns:1fr}}.review-section .review-block{background:#fafafa;padding:1rem 1.125rem;border-radius:0;border:1px solid #e8e8e8}.review-section .review-block h3{font-size:.6875rem;font-weight:600;color:#666;margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.08em}.review-section .review-block .review-content p{margin:.25rem 0;color:#111;font-size:.875rem;line-height:1.45}.checkout-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #e8e8e8;flex-wrap:wrap}.checkout-actions .back-btn{padding:.75rem 1.25rem;background:#fff;border:1px solid #e8e8e8;border-radius:2px;font-size:.875rem;font-weight:600;color:#111;cursor:pointer;transition:border-color .2s ease,background .2s ease}.checkout-actions .back-btn:hover:not(:disabled){border-color:#111;background:#fafafa}.checkout-actions .back-btn:disabled{opacity:.45;cursor:not-allowed}.checkout-actions .next-btn{padding:.75rem 1.5rem;background:#111;border:1px solid #111;border-radius:2px;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease,opacity .2s ease;margin-left:auto}.checkout-actions .next-btn:hover:not(:disabled){background:#000;opacity:.92}.checkout-actions .next-btn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1024px){.checkout-sidebar{order:-1}}.order-summary{background:#fff;border-radius:0;border:1px solid #e8e8e8;padding:1.25rem 1.25rem 1.5rem;position:sticky;top:5.5rem;box-sizing:border-box}.order-summary h3{font-size:.8125rem;font-weight:600;margin:0 0 1.25rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #e8e8e8;letter-spacing:.07em;text-transform:uppercase}.summary-items{margin-bottom:1.25rem;max-height:300px;overflow-y:auto}.summary-items::-webkit-scrollbar{width:6px}.summary-items::-webkit-scrollbar-track{background:#f5f5f5}.summary-items::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.summary-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 0;border-bottom:1px solid #f0f0f0}.summary-item:last-child{border-bottom:none}.summary-item .item-image{position:relative;width:48px;height:60px;flex-shrink:0}.summary-item .item-image img,.summary-item .item-image .placeholder-image{width:100%;height:100%;object-fit:cover;border-radius:0;background:#f0f0f0;display:flex;align-items:center;justify-content:center;border:1px solid #e8e8e8;font-size:1.25rem;opacity:.4}.summary-item .item-image .item-quantity{position:absolute;top:-6px;right:-6px;min-width:1.125rem;height:1.125rem;padding:0 4px;background:#111;color:#fff;border-radius:2px;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.summary-item .item-details{flex:1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.summary-item .item-details .item-name{font-weight:600;font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.summary-item .item-details .item-variant{font-size:.75rem;color:#666}.summary-item .item-price{font-weight:700;font-size:.875rem;white-space:nowrap;color:#111;letter-spacing:.02em}.summary-totals{padding-top:1rem;border-top:1px solid #e8e8e8}.summary-totals .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:#555}.summary-totals .summary-row small{color:#888;font-size:.75rem}.summary-totals .summary-row.total-row{padding-top:.875rem;margin-top:.5rem;border-top:1px solid #111;font-size:.9375rem;font-weight:600;color:#111}.summary-totals .summary-row.total-row .total-price{color:#111;font-size:1.125rem;font-weight:700;letter-spacing:.02em}.summary-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.summary-note p{margin:0;font-size:.6875rem;color:#888;text-align:center;letter-spacing:.03em}.packeta-section{margin-top:1.25rem;padding:1rem 1.125rem;border:1px solid #e8e8e8;border-radius:0;background:#fafafa}.packeta-section h2{font-size:.8125rem;margin:0 0 1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#111}.packeta-delivery-mode{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.packeta-delivery-mode__option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem}.packeta-home-hint{margin:.5rem 0 0;font-size:.875rem;line-height:1.45;color:#444}.packeta-home-hint__warn{display:block;margin-top:.5rem;color:#8a5a00;font-weight:600}.packeta-pick-btn{padding:.65rem 1.25rem;background:#111;color:#fff;border:1px solid #111;border-radius:2px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s ease,opacity .2s ease}.packeta-pick-btn:disabled{opacity:.45;cursor:not-allowed}.packeta-pick-btn:hover:not(:disabled){background:#000}.packeta-pick-summary{margin-top:1rem;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#333}.packeta-pick-summary strong{font-weight:600;color:#111}.packeta-config-hint{padding:.75rem 1rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:0;font-size:.8125rem;color:#555;line-height:1.45}.packeta-pickup-selector .packeta-config-hint+.packeta-config-hint{margin-top:.5rem}.packeta-review-line{margin-top:.5rem;font-size:.875rem;color:#555;line-height:1.45}.order-success-page{max-width:800px;margin:0 auto;padding:3rem 2rem;min-height:60vh}@media(max-width:768px){.order-success-page{padding:2rem 1rem}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh}.loading .spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#2196f3;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading p{color:#666}.error-state{text-align:center;padding:3rem}.error-state .error-icon{font-size:4rem;display:block;margin-bottom:1rem}.error-state h1{margin-bottom:2rem}.error-state .back-btn{display:inline-block;padding:.75rem 2rem;background:#2196f3;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s}.error-state .back-btn:hover{background:#1976d2}.success-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem}@media(max-width:768px){.success-container{padding:2rem}}.success-header{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.success-header .success-icon{font-size:4rem;display:block;margin-bottom:1rem}.success-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.success-header .success-message{color:#666;font-size:1.1rem}.order-info{margin-bottom:2rem}.order-number-box{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:12px;margin-bottom:1.5rem}.order-number-box .label{font-weight:500;color:#1565c0}.order-number-box .value{font-size:1.25rem;font-weight:700;color:#0d47a1;font-family:monospace;letter-spacing:1px}.order-details{background:#f8f9fa;border-radius:12px;padding:1.5rem}.order-details .detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e9ecef}.order-details .detail-row:last-child{border-bottom:none}.order-details .detail-row.total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #dee2e6;border-bottom:none}.order-details .detail-row.total .label{font-weight:600;font-size:1.1rem}.order-details .detail-row.total .value{font-weight:700;font-size:1.25rem;color:#2196f3}.order-details .detail-row .label{color:#666}.order-details .detail-row .value{font-weight:500}.payment-info{margin:2rem 0;padding:1.5rem;border-radius:12px}.payment-info h3{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem}.payment-info p{margin:0;color:#555;line-height:1.6}.payment-info.transfer-info{background:#fff3e0;border-left:4px solid #ff9800}.payment-info.transfer-info h3{color:#e65100}.payment-info.cod-info{background:#e8f5e9;border-left:4px solid #4caf50}.payment-info.cod-info h3{color:#2e7d32}.next-steps{margin:2rem 0;padding:1.5rem;background:#f5f5f5;border-radius:12px}.next-steps h3{margin-bottom:1rem;font-size:1.1rem;color:#333}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#555}.next-steps ul li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@media(max-width:500px){.action-buttons{flex-direction:column}}.action-buttons a{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;text-align:center;transition:all .2s}.action-buttons .continue-btn{background:#2196f3;color:#fff}.action-buttons .continue-btn:hover{background:#1976d2}.action-buttons .track-btn{background:#fff;color:#2196f3;border:2px solid #2196f3}.action-buttons .track-btn:hover{background:#e3f2fd}.customer-auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#f2f2f2}@media(min-width:480px){.customer-auth{padding:2rem}}.auth-card{width:100%;max-width:100%;background:#fff;border-radius:2px;border:1px solid #000;box-shadow:0 8px 32px #00000014;padding:1.5rem}@media(min-width:480px){.auth-card{max-width:480px;padding:2rem}}@media(min-width:768px){.auth-card{max-width:520px;padding:2.5rem}}@media(min-width:768px){.auth-card.register-card{max-width:600px}}.auth-card.success-card{text-align:center}.auth-card.success-card .success-icon{width:80px;height:80px;border-radius:2px;background:#f5f5f5;border:2px solid #000;color:#000;font-size:2.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.auth-card.success-card p{color:#555;margin-bottom:1.5rem}.auth-card h1{margin:0 0 1.5rem;font-size:1.5rem;text-align:center;color:#111;font-weight:700}@media(min-width:768px){.auth-card h1{font-size:1.75rem}}.step-indicator{display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #000}.step-indicator .step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.step-indicator .step:not(:last-child):after{content:"";position:absolute;top:14px;left:calc(50% + 20px);width:calc(100% - 40px);height:2px;background:#d8d8d8}.step-indicator .step.active:not(:last-child):after{background:#000}.step-indicator .step .step-number{width:28px;height:28px;border-radius:2px;background:#d8d8d8;color:#555;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;margin-bottom:.5rem;position:relative;z-index:1}.step-indicator .step.active .step-number,.step-indicator .step.completed .step-number{background:#000;color:#fff}.step-indicator .step .step-label{font-size:.75rem;color:#555;text-align:center}@media(min-width:480px){.step-indicator .step .step-label{font-size:.8125rem}}.step-indicator .step.active .step-label{color:#000;font-weight:600}.form-section h2{font-size:1.125rem;color:#111;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid #d8d8d8;font-weight:600}.form-group label{display:block;font-weight:600;font-size:.875rem;color:#111;margin-bottom:.375rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.22);border-radius:2px;font-size:16px;color:#111;background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 1px #00000026}.form-group input::placeholder,.form-group select::placeholder{color:#555;opacity:.6}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em;padding-right:2.5rem}.form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#000}.error-message{background:#fff5f5;color:#b00020;padding:.75rem 1rem;border-radius:2px;border:1px solid rgba(176,0,32,.25);font-size:.875rem;margin-bottom:1rem;text-align:center}.submit-btn,.next-btn{width:100%;padding:.875rem 1rem;background:#000;color:#fff;border:1px solid #000;border-radius:2px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.submit-btn:hover:not(:disabled),.next-btn:hover:not(:disabled){background:#222;border-color:#222}.submit-btn:disabled,.next-btn:disabled{opacity:.55;cursor:not-allowed}.back-btn{width:100%;padding:.875rem 1rem;background:transparent;color:#111;border:1px solid rgba(0,0,0,.35);border-radius:2px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.back-btn:hover:not(:disabled){background:#f5f5f5;border-color:#000}.back-btn:disabled{opacity:.7;cursor:not-allowed}@media(min-width:480px){.form-actions{flex-direction:row}.form-actions .back-btn{flex:1}.form-actions .submit-btn,.form-actions .next-btn{flex:2}}.auth-divider{display:flex;align-items:center;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#d8d8d8}.auth-divider span{padding:0 1rem;color:#555;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.google-login-wrapper{width:100%}.google-login-wrapper .google-loading{text-align:center;color:#555;font-size:.875rem;padding:.5rem}.google-login-wrapper .google-button-container{display:flex;justify-content:center;width:100%}.google-login-wrapper .google-button-container>div{width:100%!important}.google-login-wrapper .google-button-container iframe{width:100%!important}.auth-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #d8d8d8;text-align:center}.auth-footer p{margin:0;color:#555;font-size:.875rem}.auth-footer p a{color:#000;font-weight:600;text-decoration:underline}.auth-footer p a:hover{text-decoration:none}.customer-account{min-height:100vh;background:#f0f0f0;padding:1rem}@media(min-width:480px){.customer-account{padding:1.5rem}}@media(min-width:768px){.customer-account{padding:2rem}}.customer-account.loading{display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#525252}.account-header{display:flex;justify-content:space-between;align-items:center;margin:-1rem -1rem 1.5rem;padding:1.25rem;background:#111;color:#fff}@media(min-width:480px){.account-header{margin:-1.5rem -1.5rem 1.5rem;padding:1.25rem 1.5rem}}@media(min-width:768px){.account-header{margin:-2rem -2rem 1.5rem;padding:1.35rem 2rem}}.account-header h1{margin:0;font-size:1.5rem;color:#fff;font-weight:700;letter-spacing:.02em}@media(min-width:768px){.account-header h1{font-size:1.75rem}}.account-header .logout-btn{padding:.5rem 1rem;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.account-header .logout-btn:hover{background:#fff;color:#111;border-color:#fff}.message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500}.message.success{background:#e5e5e5;color:#111}.message.error{background:#ebebeb;color:#111}.account-content{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.account-content{flex-direction:row}}.account-nav{display:flex;flex-wrap:wrap;gap:.5rem;background:#fff;padding:1rem;border-radius:12px;border:1px solid #d4d4d4}@media(min-width:768px){.account-nav{flex-direction:column;width:220px;flex-shrink:0;height:fit-content;position:sticky;top:2rem}}.account-nav button{padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.875rem;font-weight:500;color:#525252;cursor:pointer;transition:all .2s;text-align:left}@media(min-width:768px){.account-nav button{width:100%}}.account-nav button:hover{background:#f0f0f0;color:#111}.account-nav button.active{background:#111;color:#fff}.account-panel{flex:1;background:#fff;border-radius:12px;border:1px solid #d4d4d4;padding:1.5rem}@media(min-width:768px){.account-panel{padding:2rem}}.tab-content h2{margin:0 0 1.5rem;font-size:1.25rem;color:#111}.tab-content h3{margin:1.5rem 0 1rem;font-size:1rem;color:#111}.tab-content h3:first-child{margin-top:0}.overview .overview-card{background:#f0f0f0;padding:1.25rem;border-radius:8px;border:1px solid #d4d4d4}.overview .overview-card h3,.overview .overview-card h4{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#525252}.overview .overview-card p{margin:0;font-size:1rem;color:#111;font-weight:500}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:600;font-size:.875rem;color:#525252;margin-bottom:.375rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #b0b0b0;border-radius:8px;font-size:16px;color:#111;background:#fff;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #1111111a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em;padding-right:2.5rem}.form-group.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}.form-row{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.form-row{flex-direction:row}.form-row .form-group{flex:1;margin-bottom:0}}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:480px){.form-actions{flex-direction:row;justify-content:flex-end}}.save-btn,.add-btn,.export-btn{padding:.75rem 1.5rem;background:#111;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.save-btn:hover:not(:disabled),.add-btn:hover:not(:disabled),.export-btn:hover:not(:disabled){background:#333}.save-btn:disabled,.add-btn:disabled,.export-btn:disabled{opacity:.7;cursor:not-allowed}.cancel-btn{padding:.75rem 1.5rem;background:#fff;color:#525252;border:1px solid #d4d4d4;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.cancel-btn:hover{background:#f0f0f0;border-color:#525252}.edit-btn{padding:.5rem 1rem;background:transparent;color:#111;border:1px solid #111111;border-radius:8px;font-weight:500;font-size:.8125rem;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#111;color:#fff}.delete-btn{padding:.5rem 1rem;background:transparent;color:#8b0000;border:1px solid #8b0000;border-radius:8px;font-weight:500;font-size:.8125rem;cursor:pointer;transition:all .2s}.delete-btn:hover{background:#8b0000;color:#fff}.delete-account-btn{padding:.75rem 1.5rem;background:#8b0000;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:background .2s}.delete-account-btn:hover:not(:disabled){background:#580000}.delete-account-btn:disabled{opacity:.7;cursor:not-allowed}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0}.edit-form{background:#f0f0f0;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.edit-form h3{margin:0 0 1rem;font-size:1rem}.data-display .data-row{display:flex;padding:.75rem 0;border-bottom:1px solid #d4d4d4}.data-display .data-row:last-of-type{border-bottom:none;margin-bottom:1rem}.data-display .data-row .label{font-weight:600;color:#525252;min-width:140px;font-size:.875rem}.data-display .data-row .value{color:#111}.items-list{display:grid;gap:1rem}@media(min-width:480px){.items-list{grid-template-columns:repeat(2,1fr)}}.items-list .item-card{background:#f0f0f0;padding:1.25rem;border-radius:8px;position:relative}.items-list .item-card.default{border:2px solid #111111}.items-list .item-card .default-badge{position:absolute;top:-8px;right:12px;background:#111;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.items-list .item-card p{margin:0 0 .25rem;font-size:.875rem;color:#111}.items-list .item-card p.type-line{font-weight:600;color:#525252;text-transform:uppercase;font-size:.75rem;margin-bottom:.5rem}.items-list .item-card p.company-line{font-weight:600;font-size:1rem}.items-list .item-card p.ico-line,.items-list .item-card p.dic-line,.items-list .item-card p.icdph-line{font-size:.8125rem;color:#525252}.items-list .item-card p.phone-line{color:#525252;margin-top:.5rem}.items-list .item-card .item-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #d4d4d4}.items-list .empty-message{grid-column:1/-1;text-align:center;color:#525252;padding:2rem}.security form{max-width:400px}.security .google-account-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #d4d4d4}.security .google-account-section h3{margin:0 0 1rem;font-size:1.125rem}.security .google-account-section .google-status{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-weight:500}.security .google-account-section .google-status.connected{color:#111}.security .google-account-section .google-status.connected:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#111;color:#fff;border-radius:50%;font-size:.75rem}.security .google-account-section .google-status.not-connected{color:#525252}.security .google-account-section .google-description{color:#525252;font-size:.875rem;margin:0 0 1rem}.security .google-account-section .disconnect-btn{background:transparent;border:1px solid #8b0000;color:#8b0000;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.875rem;transition:all .2s}.security .google-account-section .disconnect-btn:hover{background:#8b0000;color:#fff}.security .google-account-section .disconnect-btn:disabled{opacity:.5;cursor:not-allowed}.gdpr .gdpr-section{background:#f0f0f0;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.gdpr .gdpr-section h3{margin:0 0 .5rem}.gdpr .gdpr-section p{margin:0 0 1rem;color:#525252;font-size:.875rem}.gdpr .gdpr-section.danger-zone{background:#f0e8e8;border:1px solid #8b0000}.gdpr .gdpr-section.danger-zone h3{color:#8b0000}.gdpr .gdpr-section.danger-zone .form-group{max-width:300px;margin-top:1rem}.overview-hero{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;margin:-.5rem -.5rem 1.5rem;background:#111;color:#fff;border-radius:12px}.overview-hero__avatar{width:56px;height:56px;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.overview-hero__title{margin:0 0 .25rem;font-size:1.2rem;font-weight:700;word-break:break-all}.overview-hero__hint{margin:0;font-size:.875rem;opacity:.85}.overview-quick{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}@media(min-width:768px){.overview-quick{grid-template-columns:repeat(4,1fr)}}.overview-quick__card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1.1rem;background:#f0f0f0;border:1px solid #d4d4d4;border-radius:8px;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .15s,background .15s}.overview-quick__card:hover{border-color:#111;background:#fff}.overview-quick__card--link{text-decoration:none}.overview-quick__icon{font-size:1.35rem;line-height:1}.overview-quick__label{font-weight:700;font-size:.95rem;color:#111}.overview-quick__sub{font-size:.78rem;color:#525252}.overview-section-title{margin:0 0 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#525252}.overview-grid{display:grid;gap:1rem}@media(min-width:480px){.overview-grid{grid-template-columns:repeat(2,1fr)}}.orders-tab__error{padding:.75rem 1rem;background:#ebebeb;border:1px solid #d4d4d4;border-radius:8px;color:#111}.orders-tab__loading,.orders-tab__empty{text-align:center;padding:2rem 1rem;color:#525252}.orders-tab__shop-link{display:inline-block;margin-top:1rem;padding:.6rem 1.25rem;background:#111;color:#fff!important;text-decoration:none;font-weight:600;border-radius:8px;font-size:.9rem}.orders-tab__shop-link:hover{background:#333}.orders-table-wrap{overflow-x:auto;margin:0 -.25rem}.orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.orders-table th,.orders-table td{padding:.75rem .6rem;text-align:left;border-bottom:1px solid #d4d4d4}.orders-table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#525252;font-weight:700}.orders-table__mono{font-family:ui-monospace,monospace;font-size:.82rem}.orders-table__detail-btn{padding:.4rem .75rem;font-size:.8125rem;font-weight:600;background:transparent;border:1px solid #111111;border-radius:8px;cursor:pointer;color:#111}.orders-table__detail-btn:hover{background:#111;color:#fff}.orders-badge{display:inline-block;padding:.2rem .5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border:1px solid #d4d4d4;border-radius:4px;background:#fafafa}.orders-badge--muted{font-size:.68rem;text-transform:none}.orders-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.875rem}.orders-pagination button{padding:.45rem .9rem;border:1px solid #d4d4d4;background:#fff;border-radius:8px;cursor:pointer;font-weight:600}.orders-pagination button:hover:not(:disabled){border-color:#111}.orders-pagination button:disabled{opacity:.4;cursor:not-allowed}.order-detail-overlay{position:fixed;inset:0;z-index:11000;background:#0000008c;display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto}.order-detail-modal{background:#fff;color:#111;width:100%;max-width:560px;border-radius:10px;padding:1.25rem 1.5rem 1.5rem;margin-bottom:2rem;box-shadow:0 24px 48px #00000040}.order-detail-modal__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #d4d4d4}.order-detail-modal__head h2{margin:0;font-size:1.15rem}.order-detail-modal__close{background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer;padding:.25rem;color:#525252}.order-detail-modal__close:hover{color:#111}.order-detail-meta{display:grid;gap:.5rem;margin:0 0 1.25rem}.order-detail-meta>div{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;padding:.35rem 0;border-bottom:1px solid #eee}.order-detail-meta dt{margin:0;color:#525252;font-weight:600}.order-detail-meta dd{margin:0;text-align:right}.order-detail-items{list-style:none;margin:0 0 1.25rem;padding:0}.order-detail-items li{display:flex;flex-direction:column;gap:.35rem;padding:.65rem 0;border-bottom:1px solid #d4d4d4;font-size:.875rem}.order-detail-items__main{display:flex;justify-content:space-between;gap:.5rem}.order-detail-items__name{font-weight:600}.order-detail-items__sub{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#525252}.order-detail-items__link{color:#111;font-weight:600;text-decoration:underline}.order-detail-totals{border-top:1px solid #d4d4d4;padding-top:.75rem;margin-bottom:1.25rem;font-size:.9rem}.order-detail-totals>div{display:flex;justify-content:space-between;padding:.25rem 0}.order-detail-totals__grand{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #d4d4d4;font-size:1rem}.order-detail-address{margin-bottom:1rem;font-size:.875rem}.order-detail-address h3{margin:0 0 .5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#525252}.order-detail-address p{margin:0;line-height:1.5}.order-detail-address--customer{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #d4d4d4}.order-detail-pickup,.order-detail-billing-ids{margin-top:.5rem;font-size:.8125rem;color:#525252}.order-detail-history ul{list-style:none;margin:0;padding:0}.order-detail-history li{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.4rem 0;font-size:.8125rem;border-bottom:1px solid #eee}.order-detail-history .order-detail-history__time{color:#525252;font-size:.78rem}.for-companies-page{min-height:100vh;background:#fff;color:#111;width:100%;overflow-x:hidden;box-sizing:border-box}.for-companies-page img{image-rendering:-webkit-optimize-contrast;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.intro-section{background:#111;color:#fff;padding:clamp(3rem,6vw,5rem) 1.25rem;border-bottom:1px solid #e8e8e8}.intro-section .intro-content{max-width:1600px;margin:0 auto;text-align:center}.intro-section h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;letter-spacing:2px;text-transform:uppercase;line-height:1.1;color:#fff}.intro-section .intro-lead{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:500;color:#ffffffe6;margin:0 0 2rem;line-height:1.55;max-width:720px;margin-left:auto;margin-right:auto}.intro-section .intro-description{text-align:left;margin:0 auto 2.5rem;max-width:800px}.intro-section .intro-description p{color:#ffffffb8;line-height:1.75;margin:0 0 1rem;font-size:1rem}.intro-section .intro-description p:last-child{margin-bottom:0}.intro-section .intro-features{display:flex;justify-content:center;gap:.75rem 1rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.intro-section .intro-features .feature{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.22);border-radius:2px}.intro-section .intro-features .feature .feature-icon{font-size:1.15rem}.intro-section .intro-features .feature .feature-text{font-size:.8125rem;font-weight:600;letter-spacing:.03em}.catalog-section{padding:2.25rem 1.25rem 3rem;max-width:1600px;margin:0 auto;box-sizing:border-box;background:#fff}.catalog-section h2{text-align:left;font-size:clamp(1.35rem,2.8vw,1.85rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#111;margin:0 0 1.35rem;line-height:1.2}.category-tabs{display:flex;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.category-tabs .tab-btn{padding:.65rem 1.15rem;background:#fff;border:1px solid #e8e8e8;border-radius:2px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#111;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.category-tabs .tab-btn:hover{border-color:#111;background:#fafafa}.category-tabs .tab-btn.active{background:#111;color:#fff;border-color:#111}.products-list{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media(min-width:1100px){.products-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem}}.for-companies-page .product-card{background:#fff;border-radius:0;border:1px solid #111;overflow:hidden;transition:box-shadow .2s ease,opacity .2s ease}.for-companies-page .product-card:hover{opacity:.98;box-shadow:0 2px 8px #00000014}.for-companies-page .product-card.selected{box-shadow:0 2px 12px #0000001f;border-color:#111}.for-companies-page .product-card-row{display:flex;align-items:flex-start;gap:.875rem 1rem;padding:.875rem 1rem 0}.product-side-panel{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start}.product-header{display:flex;align-items:flex-start;padding:0;gap:.75rem;flex-shrink:0}.product-checkbox{flex-shrink:0;padding-top:.5rem}.product-checkbox input[type=checkbox]{display:none}.product-checkbox input[type=checkbox]+label{width:28px;height:28px;border:1px solid #111;border-radius:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-checkbox input[type=checkbox]+label:after{content:"✓";color:#fff;font-size:18px;font-weight:700;opacity:0;transform:scale(0);transition:all .2s ease}.product-checkbox input[type=checkbox]:checked+label{background:#000}.product-checkbox input[type=checkbox]:checked+label:after{opacity:1;transform:scale(1)}.for-companies-page .product-image{width:200px;height:200px;background:#f0f0f0;border-radius:0;display:flex;align-items:center;justify-content:center;padding:.65rem;border:1px solid #e8e8e8;flex-shrink:0;position:relative}.for-companies-page .product-image img{max-width:100%;max-height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);filter:contrast(1.02)}.for-companies-page .product-image.clickable{cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.for-companies-page .product-image.clickable:hover{border-color:#111;box-shadow:0 2px 8px #00000014}.for-companies-page .product-image.clickable:hover .zoom-hint{opacity:1;transform:translate(-50%,-50%) scale(1)}.for-companies-page .product-image .zoom-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);font-size:1.35rem;background:#000000b3;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;pointer-events:none}.product-body{padding:.5rem 1rem .875rem}.product-body h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#111;line-height:1.4}.price-tiers{margin-bottom:.65rem}.price-tiers .tier-label{display:block;font-size:.75rem;color:#666;margin-bottom:.4rem;font-weight:500}.price-tiers .tiers-grid{display:flex;flex-wrap:wrap;gap:.35rem}.price-tiers .tier{font-size:.72rem;padding:.3rem .5rem;background:#e8e8e8;border-radius:6px;color:#555}.price-tiers .tier strong{color:#000}.price-tiers .tier.active{background:#111;color:#fff}.price-tiers .tier.active strong{color:#fff}.size-selection{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;padding:.6rem .65rem;margin:0;width:100%}.size-selection .size-label{display:block;font-size:.75rem;color:#666;margin-bottom:.45rem;font-weight:600}.size-selection .size-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem .45rem}.size-selection .size-item{text-align:center}.size-selection .size-item label{display:block;font-size:.65rem;font-weight:600;color:#000;margin-bottom:.2rem}.size-selection .size-item input{width:100%;padding:.35rem .2rem;font-size:.85rem;font-weight:600;text-align:center;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.size-selection .size-item input:focus{outline:none;border-color:#111;background:#fff}.size-selection .size-item input::-webkit-inner-spin-button,.size-selection .size-item input::-webkit-outer-spin-button{opacity:1}.simple-quantity{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.simple-quantity--beside-image{margin-bottom:0;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:2px;width:100%;max-width:160px}.simple-quantity label{font-size:.95rem;color:#666;font-weight:500}.simple-quantity--beside-image label{font-size:.8rem}.simple-quantity input{width:150px;padding:.875rem 1rem;font-size:1.1rem;font-weight:600;text-align:center;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.simple-quantity input:focus{outline:none;border-color:#111;background:#fff}.simple-quantity input::-webkit-inner-spin-button,.simple-quantity input::-webkit-outer-spin-button{opacity:1}.simple-quantity--beside-image input{width:100%;max-width:none;padding:.5rem;font-size:1rem}.product-total{background:#000;color:#fff;padding:.5rem .75rem;border-radius:8px}.product-total .total-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-total .total-row span{font-size:.8rem}.product-total .total-row .quantity-info{color:#ffffffb3}.product-total .total-row strong{margin-left:auto;font-size:1.1rem}.selection-summary{background:#111;color:#fff;padding:1.75rem 1.5rem;border-radius:0;border:1px solid #111;margin-top:2rem}.selection-summary h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600}.selection-summary .summary-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.selection-summary .summary-item{display:grid;grid-template-columns:1fr 100px 100px 100px;gap:1rem;padding:1rem;background:#ffffff14;border-radius:2px;border:1px solid rgba(255,255,255,.12);font-size:.95rem;align-items:center}.selection-summary .summary-item .item-info{display:flex;flex-direction:column;gap:.25rem}.selection-summary .summary-item .item-name{font-weight:500}.selection-summary .summary-item .item-sizes{font-size:.8rem;color:#fff9}.selection-summary .summary-item .item-qty{text-align:center;color:#ffffffb3}.selection-summary .summary-item .item-price{text-align:right;color:#ffffffb3}.selection-summary .summary-item .item-total{text-align:right;font-weight:600;font-size:1.1rem}.selection-summary .shipping-country-selector{margin:1.5rem 0;padding:1.25rem;background:#ffffff0f;border-radius:2px;border:1px solid rgba(255,255,255,.14)}.selection-summary .shipping-country-selector>label{display:block;font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.selection-summary .shipping-country-selector .country-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.selection-summary .shipping-country-selector .country-option{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.22);border-radius:2px;cursor:pointer;transition:all .2s ease}.selection-summary .shipping-country-selector .country-option:hover{background:#ffffff1a;border-color:#ffffff4d}.selection-summary .shipping-country-selector .country-option.selected{background:#ffffff26;border-color:#fff}.selection-summary .shipping-country-selector .country-option input[type=radio]{width:18px;height:18px;accent-color:#fff;cursor:pointer}.selection-summary .shipping-country-selector .country-option .country-name{flex:1;font-size:.95rem;font-weight:500}.selection-summary .shipping-country-selector .country-option .country-price{font-size:1rem;font-weight:600;color:#ffffffe6}.selection-summary .summary-totals{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.selection-summary .summary-totals .subtotal-row,.selection-summary .summary-totals .shipping-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem;color:#fffc}.selection-summary .summary-totals .summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.2);font-size:1.1rem}.selection-summary .summary-totals .summary-total strong{font-size:1.75rem}.selection-summary .price-disclaimer{margin:1rem 0 0;padding:1rem;background:#ffffff14;border-radius:2px;border:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#ffffffb3;text-align:center;font-style:italic}.selection-summary .quote-btn{display:block;width:100%;margin-top:1.5rem;padding:1rem 1.5rem;background:#fff;color:#111;text-align:center;text-decoration:none;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:2px;border:1px solid #fff;cursor:pointer;transition:background .2s ease,opacity .2s ease}.selection-summary .quote-btn:hover{background:#f5f5f5;opacity:.95}.image-lightbox{position:fixed;inset:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;cursor:pointer}.image-lightbox .lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:50px;height:50px;background:#fff;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.image-lightbox .lightbox-close:hover{background:#f0f0f0;transform:scale(1.1)}.image-lightbox .lightbox-content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default}.image-lightbox .lightbox-content img{max-width:100%;max-height:calc(90vh - 60px);object-fit:contain;border-radius:0;border:1px solid rgba(255,255,255,.15);image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.image-lightbox .lightbox-content .lightbox-caption{margin-top:1rem;color:#fff;font-size:1.1rem;text-align:center}.catalog-cta{text-align:center;padding:1.75rem 1.25rem;background:#f7f7f7;border:1px solid #e8e8e8;border-radius:0;margin-top:2rem;box-sizing:border-box}.catalog-cta p{font-size:.9375rem;color:#555;margin:0;line-height:1.55}.quote-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.quote-modal{background:#fff;border-radius:2px;border:1px solid #e8e8e8;width:100%;max-width:550px;max-height:90vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 16px 48px #0000001f}.quote-modal h2{margin:0 0 1.5rem;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#111;padding-right:2rem}.quote-modal .modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border:1px solid #e8e8e8;background:#fff;border-radius:2px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease,color .2s ease}.quote-modal .modal-close:hover{background:#111;color:#fff;border-color:#111}.quote-modal .modal-close:disabled{opacity:.5;cursor:not-allowed}.quote-products-summary{background:#f7f7f7;border:1px solid #e8e8e8;border-radius:2px;padding:1.25rem;margin-bottom:1.5rem}.quote-products-summary h4{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#666}.quote-products-summary .quote-product-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;font-size:.9rem;border-bottom:1px solid #e8e8e8}.quote-products-summary .quote-product-item:last-of-type{border-bottom:none}.quote-products-summary .quote-product-item .quote-product-name{display:flex;flex-direction:column;gap:.25rem}.quote-products-summary .quote-product-item .quote-product-name small{font-size:.8rem;color:#888}.quote-products-summary .quote-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #111;font-size:1rem}.quote-products-summary .quote-total strong{font-size:1.1rem}.quote-modal form .form-group{margin-bottom:1.25rem}.quote-modal form .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#333}.quote-modal form .form-group input,.quote-modal form .form-group textarea{width:100%;padding:.75rem .875rem;font-size:1rem;border:1px solid #e5e5e5;border-radius:2px;background:#fff;transition:border-color .2s ease,background .2s ease}.quote-modal form .form-group input:focus,.quote-modal form .form-group textarea:focus{outline:none;border-color:#111;background:#fff}.quote-modal form .form-group input::placeholder,.quote-modal form .form-group textarea::placeholder{color:#aaa}.quote-modal form .form-group textarea{resize:vertical;min-height:80px}.quote-modal form .logo-upload-group .logo-upload-area input[type=file]{display:none}.quote-modal form .logo-upload-group .logo-upload-area .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:1px dashed #ccc;border-radius:2px;cursor:pointer;transition:all .2s ease;text-align:center}.quote-modal form .logo-upload-group .logo-upload-area .upload-label:hover{border-color:#111;background:#f7f7f7}.quote-modal form .logo-upload-group .logo-upload-area .upload-label .upload-icon{font-size:2rem;margin-bottom:.5rem}.quote-modal form .logo-upload-group .logo-upload-area .upload-label span{color:#333;font-size:.95rem}.quote-modal form .logo-upload-group .logo-upload-area .upload-label small{color:#888;font-size:.8rem;margin-top:.25rem}.quote-modal form .logo-upload-group .logo-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7f7f7;border-radius:2px;border:1px solid #e8e8e8}.quote-modal form .logo-upload-group .logo-preview img{width:80px;height:80px;object-fit:contain;border-radius:8px;background:#fff;padding:.5rem;border:1px solid #e0e0e0}.quote-modal form .logo-upload-group .logo-preview .logo-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.quote-modal form .logo-upload-group .logo-preview .logo-info .logo-name{font-size:.9rem;color:#333;word-break:break-all}.quote-modal form .logo-upload-group .logo-preview .logo-info .remove-logo{align-self:flex-start;padding:.5rem 1rem;background:#fff;border:1px solid #111;border-radius:2px;font-size:.85rem;cursor:pointer;transition:background .2s ease,color .2s ease}.quote-modal form .logo-upload-group .logo-preview .logo-info .remove-logo:hover{background:#111;color:#fff}.quote-modal form .form-error{padding:.875rem 1rem;background:#fee;color:#c00;border-radius:2px;border:1px solid rgba(200,0,0,.2);font-size:.9rem;margin-bottom:1rem}.quote-modal form .submit-quote-btn{width:100%;padding:1rem 1.5rem;background:#111;color:#fff;border:1px solid #111;border-radius:2px;font-size:.9375rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,opacity .2s ease}.quote-modal form .submit-quote-btn:hover:not(:disabled){background:#222;opacity:.95}.quote-modal form .submit-quote-btn:disabled{background:#999;cursor:not-allowed}.quote-success{text-align:center;padding:2rem 0}.quote-success .success-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:#111;color:#fff;border-radius:2px;font-size:2.5rem;margin-bottom:1.5rem}.quote-success h3{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#000}.quote-success p{margin:0;color:#666;font-size:1rem}@media(max-width:1099px){.products-list{grid-template-columns:1fr}}@media(max-width:1024px){.for-companies-page .product-card{position:relative}.for-companies-page .product-card-row{flex-direction:column;align-items:stretch;padding:.75rem .875rem 0}.product-header{flex-direction:row;align-items:flex-start;justify-content:center;gap:.75rem}.product-checkbox{position:absolute;top:.65rem;right:.65rem;padding-top:0;z-index:1}.for-companies-page .product-image{width:min(220px,70vw);height:min(220px,70vw);margin:0 auto}.product-side-panel{width:100%;max-width:420px;margin:0 auto}.simple-quantity--beside-image{max-width:none}.product-body{text-align:center}.product-body h3{font-size:1rem}.price-tiers .tiers-grid{justify-content:center}.size-selection .size-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.simple-quantity:not(.simple-quantity--beside-image){justify-content:center}}@media(max-width:768px){.intro-section{padding:3rem 1.5rem}.intro-section h1{font-size:2rem}.intro-section .intro-lead{font-size:1.1rem}.intro-section .intro-description p{font-size:.95rem}.intro-section .intro-features{gap:1rem}.intro-section .intro-features .feature{padding:.6rem 1rem}.intro-section .intro-features .feature .feature-icon{font-size:1.1rem}.intro-section .intro-features .feature .feature-text{font-size:.85rem}.catalog-section{padding:2rem 1rem}.catalog-section h2{font-size:clamp(1.2rem,4vw,1.5rem)}.category-tabs{gap:.4rem}.category-tabs .tab-btn{padding:.5rem .75rem;font-size:.8rem}.for-companies-page .product-card-row{padding:.65rem .75rem 0}.product-body{padding:.35rem .75rem .65rem}.for-companies-page .product-image{width:min(200px,75vw);height:min(200px,75vw)}.selection-summary{padding:1.5rem}.selection-summary .summary-item{grid-template-columns:1fr;gap:.5rem;text-align:center}.selection-summary .summary-item .item-info{align-items:center}.selection-summary .summary-item .item-qty,.selection-summary .summary-item .item-price,.selection-summary .summary-item .item-total{text-align:center}.quote-modal{max-width:100%;margin:1rem;padding:1.5rem}}@media(max-width:480px){.intro-section{padding:2rem 1rem}.intro-section h1{font-size:1.75rem}.intro-section .intro-features{flex-direction:column;align-items:center}.intro-section .intro-features .feature{width:100%;max-width:200px;justify-content:center}.category-tabs .tab-btn{flex:1 1 calc(50% - .25rem);text-align:center}.size-selection .size-grid{grid-template-columns:repeat(2,1fr)}.product-total .total-row{flex-wrap:wrap;justify-content:center;text-align:center}.product-total .total-row strong{width:100%;margin-top:.5rem;margin-left:0}}.cookie-policy-page{padding:2rem 1.5rem 4rem;max-width:900px;margin:0 auto}.cookie-policy-page__inner{line-height:1.65;color:#222}.cookie-policy-page h1{margin:0 0 .5rem;font-size:1.75rem}.cookie-policy-page__updated{margin:0 0 2rem;font-size:.85rem;color:#666}.cookie-policy-page section{margin-bottom:2rem}.cookie-policy-page h2{margin:0 0 .75rem;font-size:1.15rem}.cookie-policy-page p,.cookie-policy-page li{margin:0 0 .75rem;font-size:.95rem}.cookie-policy-page ul{margin:0 0 .75rem;padding-left:1.25rem}.cookie-policy-table-wrap{overflow-x:auto;margin:1rem 0}.cookie-policy-table{width:100%;border-collapse:collapse;font-size:.85rem}.cookie-policy-table th,.cookie-policy-table td{border:1px solid #ddd;padding:.6rem .75rem;text-align:left;vertical-align:top}.cookie-policy-table th{background:#f5f5f5;font-weight:600}.cookie-policy-page__note{font-size:.88rem;color:#555;font-style:italic}.cookie-policy-page__back{margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.cookie-policy-page__back a{color:#06c;font-weight:600}.cookie-policy-page__back a:hover{text-decoration:underline}.legal-document-page{padding:2rem 1.25rem 4rem;max-width:880px;margin:0 auto;min-height:50vh;background:linear-gradient(180deg,#f0f4f2,#e8eeeb 48%,#f5f7f6)}.legal-document-page__inner{line-height:1.65;color:#222;background:#fff;border-radius:14px;box-shadow:0 4px 28px #0f3d2e14;border:1px solid rgba(15,61,46,.1);padding:2rem 1.75rem 2.75rem}@media(min-width:640px){.legal-document-page__inner{padding:2.25rem 2.25rem 3rem}}.legal-document-page__back{margin:0 0 1.35rem;font-size:.88rem;color:#5c6670}.legal-document-page__back a{color:#1a5f4a;text-decoration:none;font-weight:500}.legal-document-page__back a:hover{text-decoration:underline}.legal-document-page__title{margin:0 0 1.75rem;padding-bottom:1rem;font-size:clamp(1.35rem,3vw,1.65rem);font-weight:700;color:#0f3d2e;line-height:1.25;border-bottom:1px solid rgba(15,61,46,.15)}.legal-document-page__loading,.legal-document-page__error{margin:0;font-size:.95rem;color:#666}.legal-document-page__error{color:#b00020}.legal-doc__content{margin:0}.legal-doc__section-title{font-size:1.12rem;font-weight:700;color:#0f3d2e;margin:2rem 0 1rem;padding-bottom:.45rem;border-bottom:2px solid rgba(26,95,74,.35);line-height:1.35}.legal-doc__section-title:first-child{margin-top:0}.legal-doc__question{font-size:1.05rem;font-weight:600;color:#164033;margin:1.65rem 0 .85rem;line-height:1.45}.legal-doc__label{font-size:.95rem;font-weight:600;color:#374151;margin:1.35rem 0 .45rem}.legal-doc__p{margin:0 0 1rem;font-size:.9375rem;line-height:1.68;color:#2d2d2d}@media(min-width:480px){.legal-doc__p{text-align:justify;-webkit-hyphens:auto;hyphens:auto}}.legal-doc__p--numbered{padding-left:.65rem;margin-left:.15rem;border-left:3px solid rgba(26,95,74,.28)}.legal-doc__list{margin:0 0 1.15rem;padding-left:1.35rem}.legal-doc__list li{margin-bottom:.55rem;font-size:.9375rem;line-height:1.65;color:#2d2d2d}.legal-doc__list--alpha{list-style-type:lower-alpha}.legal-doc__table-wrap{overflow-x:auto;margin:1.1rem 0 1.6rem;border-radius:10px;border:1px solid #e5e7eb;background:#fafafa;-webkit-overflow-scrolling:touch}.legal-doc__table{width:100%;min-width:520px;border-collapse:collapse;font-size:.78rem;line-height:1.45;background:#fff}.legal-doc__table th,.legal-doc__table td{padding:.65rem .75rem;border:1px solid #e5e7eb;text-align:left;vertical-align:top}.legal-doc__table th{background:#f0f4f2;font-weight:600;color:#1f2937}.legal-doc__table tbody tr:nth-child(2n) td{background:#fafafa}.legal-doc__table tbody tr:hover td{background:#f3faf7}.admin-login{display:flex;align-items:center;justify-content:center;background:#f4f6fb}@media(min-width:480px){.admin-login{padding:1.5rem}}@media(min-width:768px){.admin-login{padding:2rem}}.admin-card{width:100%;max-width:100%;background:#fff;border:none;border-radius:0;box-shadow:none;padding:1.5rem}@media(min-width:480px){.admin-card{max-width:400px;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 20px #0000000f;padding:2rem}}@media(min-width:768px){.admin-card{max-width:420px;box-shadow:0 10px 30px #00000014;padding:2.5rem}}.admin-card h1{margin:0 0 1.25rem;font-size:1.25rem;text-align:center;color:#111827}@media(min-width:480px){.admin-card h1{font-size:1.35rem;margin-bottom:1.5rem}}@media(min-width:768px){.admin-card h1{font-size:1.5rem}}.admin-card form{display:flex;flex-direction:column;gap:.875rem}@media(min-width:480px){.admin-card form{gap:1rem}}.admin-card label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.9rem;color:#374151}@media(min-width:480px){.admin-card label{font-size:.95rem}}.admin-card input{padding:.875rem;border:1px solid #d1d5db;border-radius:8px;font-size:16px}.admin-card input:focus{outline:2px solid #6366f1;border-color:#6366f1}.admin-card button{padding:1rem;margin-top:.5rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;-webkit-tap-highlight-color:transparent}.admin-card button:hover{background:#4f46e5}.admin-card button:active{background:#4338ca}.admin-card .info{margin-top:.75rem;color:#2563eb;text-align:center;font-size:.9rem}.product-list{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:1400px}.product-list h2{margin:0 0 1.5rem;color:#111;font-size:1.5rem;border-bottom:2px solid #111;padding-bottom:.5rem}.product-list .loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.product-list .error-message{padding:12px 16px;background:#e8e8e8;color:#111;border:1px solid #999;border-radius:8px;margin-bottom:1rem}.product-list .no-products{text-align:center;padding:3rem;color:#666;background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;font-size:1.1rem}.filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filters .language-filter{display:flex;align-items:center;gap:.5rem}.filters .language-filter label{font-weight:500;color:#333;font-size:.9rem;white-space:nowrap}.filters .language-filter select{padding:8px 12px;border:2px solid #111;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;min-width:120px;font-weight:500;color:#111}.filters .language-filter select:focus{outline:none;box-shadow:0 0 0 3px #0000001f}.filters .search-box{position:relative;flex:1;min-width:250px;max-width:400px}.filters .search-box input{width:100%;padding:10px 40px 10px 14px;border:1px solid #ccc;border-radius:8px;font-size:.95rem;background:#fff;color:#111}.filters .search-box input:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #00000014}.filters .search-box .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#888;cursor:pointer;font-size:1rem;padding:4px}.filters .search-box .clear-btn:hover{color:#111}.filters .filter-buttons{display:flex;gap:.5rem}.filters .filter-buttons button{padding:8px 16px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer;font-size:.85rem;color:#333;transition:all .2s}.filters .filter-buttons button:hover{border-color:#111;color:#111}.filters .filter-buttons button.active{background:#111;color:#fff;border-color:#111}.products-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e0e0e0;background:#fff}.products-table{width:100%;border-collapse:collapse;min-width:960px}.products-table th,.products-table td{padding:12px;text-align:left;border-bottom:1px solid #e8e8e8}.products-table th{background:#f5f5f5;font-weight:600;color:#111;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.products-table tbody tr{transition:background .15s}.products-table tbody tr:hover{background:#fafafa}.products-table tbody tr.inactive{opacity:.65;background:#f9f9f9}.products-table tbody tr:last-child td{border-bottom:none}.products-table .col-image{width:80px;text-align:center}.products-table .col-image img{width:60px;height:60px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.products-table .col-image .no-image{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#eee;border-radius:6px;font-size:1.5rem;color:#999}.products-table .col-name{min-width:200px}.products-table .col-name .product-name{font-weight:500;color:#111;margin-bottom:4px}.products-table .col-name .product-description{font-size:.85rem;color:#666;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table .col-sku code{background:#eee;padding:4px 8px;border-radius:4px;font-size:.85rem;color:#111}.products-table .col-category{font-size:.9rem;color:#333;max-width:280px}.products-table .col-stock{font-weight:600;color:#111;white-space:nowrap}.products-table .col-languages .languages-badge{display:inline-block;padding:4px 10px;background:#eee;border-radius:4px;font-size:.8rem;font-weight:600;color:#333;letter-spacing:1px}.products-table .col-price{font-weight:600;color:#111;white-space:nowrap}.products-table .col-owner .owner-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid #ccc}.products-table .col-owner .owner-badge.own{background:#f0f0f0;color:#111}.products-table .col-owner .owner-badge.seller{background:#e8e8e8;color:#111}.products-table .col-status{text-align:center}.products-table .col-status .status-toggle{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;font-size:1rem;transition:all .2s}.products-table .col-status .status-toggle.active{background:#111;color:#fff}.products-table .col-status .status-toggle.active:hover{background:#333}.products-table .col-status .status-toggle.inactive{background:#ccc;color:#111}.products-table .col-status .status-toggle.inactive:hover{background:#bbb}.products-table .col-actions{white-space:nowrap;text-align:center}.products-table .col-actions button{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:6px 8px;border-radius:4px;transition:background .2s}.products-table .col-actions button:hover{background:#eee}.products-table .col-actions button.delete-btn:hover{background:#ddd}.summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;text-align:right;color:#666;font-size:.9rem}@media(max-width:768px){.filters{flex-direction:column;align-items:stretch}.filters .search-box{max-width:100%}.filters .filter-buttons{justify-content:center}}.employee-list{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:900px}.employee-list h2{margin:0 0 1.5rem;color:#2c3e50;font-size:1.5rem;border-bottom:2px solid #2c3e50;padding-bottom:.5rem}.employee-list .list-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0}.employee-list .list-header h2{margin-bottom:1rem}.employee-list .list-header .invite-btn{padding:8px 18px;background:#2c3e50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;white-space:nowrap;transition:background .2s;margin-top:2px}.employee-list .list-header .invite-btn:hover{background:#1a252f}.employee-list .loading{text-align:center;padding:3rem;color:#6c757d;font-size:1.1rem}.employee-list .error-message{padding:12px 16px;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:1rem}.employee-list .success-message{padding:12px 16px;background:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:8px;margin-bottom:1rem}.employee-list .no-employees{text-align:center;padding:3rem;color:#6c757d;background:#f8f9fa;border-radius:8px;font-size:1.1rem}.employee-list .invite-form{background:#f0f4f8;border:1px solid #d0dbe6;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.employee-list .invite-form .invite-form-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.employee-list .invite-form .form-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:160px}.employee-list .invite-form .form-group label{font-size:.8rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.employee-list .invite-form .form-group input,.employee-list .invite-form .form-group select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;background:#fff}.employee-list .invite-form .form-group input:focus,.employee-list .invite-form .form-group select:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.employee-list .invite-form .send-invite-btn{padding:10px 24px;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;white-space:nowrap;transition:background .2s;width:100%}.employee-list .invite-form .send-invite-btn:hover:not(:disabled){background:#218838}.employee-list .invite-form .send-invite-btn:disabled{opacity:.6;cursor:not-allowed}.employee-list .filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.employee-list .filters .search-box{position:relative;flex:1;min-width:250px;max-width:500px}.employee-list .filters .search-box input{width:100%;padding:10px 40px 10px 14px;border:1px solid #ced4da;border-radius:8px;font-size:.95rem}.employee-list .filters .search-box input:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.employee-list .filters .search-box .clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#adb5bd;cursor:pointer;font-size:1rem;padding:4px}.employee-list .filters .search-box .clear-btn:hover{color:#6c757d}.employee-list .employees-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #dee2e6}.employee-list .employees-table{width:100%;border-collapse:collapse}.employee-list .employees-table th,.employee-list .employees-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e9ecef}.employee-list .employees-table th{background:#f8f9fa;font-weight:600;color:#495057;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.employee-list .employees-table tbody tr{transition:background .15s}.employee-list .employees-table tbody tr:hover{background:#f8f9fa}.employee-list .employees-table tbody tr:last-child td{border-bottom:none}.employee-list .employees-table tbody tr.clickable-row{cursor:pointer}.employee-list .employees-table tbody tr.clickable-row:hover{background:#e8f4fd}.employee-list .employees-table tbody tr.clickable-row:active{background:#d0e8f7}.employee-list .employees-table .col-number{width:180px}.employee-list .employees-table .col-number code{background:#e9ecef;padding:6px 12px;border-radius:4px;font-size:.9rem;color:#2c3e50;font-weight:600}.employee-list .employees-table .col-name{font-weight:500;color:#212529;font-size:1rem}.employee-list .employees-table .col-position{font-size:.9rem;color:#6c757d}.employee-list .summary{margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef;text-align:right;color:#6c757d;font-size:.9rem}.employee-list .detail-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.employee-list .detail-header .back-btn{padding:8px 16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;font-size:.9rem;color:#495057;transition:all .2s;white-space:nowrap}.employee-list .detail-header .back-btn:hover{background:#e9ecef;border-color:#ced4da;color:#212529}.employee-list .detail-header h2{margin:0;border-bottom:none;padding-bottom:0;flex:1}.employee-list .detail-header .detail-actions{display:flex;gap:.5rem}.employee-list .detail-header .detail-actions button{padding:8px 18px;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s;white-space:nowrap}.employee-list .detail-header .detail-actions .edit-btn{background:#2c3e50;color:#fff}.employee-list .detail-header .detail-actions .edit-btn:hover{background:#1a252f}.employee-list .detail-header .detail-actions .delete-btn{background:#dc3545;color:#fff}.employee-list .detail-header .detail-actions .delete-btn:hover{background:#c82333}.employee-list .detail-header .detail-actions .save-btn{background:#28a745;color:#fff}.employee-list .detail-header .detail-actions .save-btn:hover:not(:disabled){background:#218838}.employee-list .detail-header .detail-actions .save-btn:disabled{opacity:.6;cursor:not-allowed}.employee-list .detail-header .detail-actions .cancel-btn{background:#6c757d;color:#fff}.employee-list .detail-header .detail-actions .cancel-btn:hover{background:#5a6268}.employee-list .employee-detail .detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.employee-list .employee-detail .detail-card{background:#f8f9fa;border-radius:10px;padding:1.25rem;border:1px solid #e9ecef}.employee-list .employee-detail .detail-card h3{margin:0 0 1rem;font-size:1rem;color:#2c3e50;font-weight:600;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.employee-list .employee-detail .detail-card .detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.employee-list .employee-detail .detail-card .detail-row:not(:last-child){border-bottom:1px solid #edf0f3}.employee-list .employee-detail .detail-card .detail-row .detail-label{font-size:.85rem;color:#6c757d;font-weight:500}.employee-list .employee-detail .detail-card .detail-row .detail-value{font-size:.95rem;color:#212529;font-weight:500;text-align:right}.employee-list .employee-detail .detail-card .detail-row .detail-value code{background:#e9ecef;padding:4px 10px;border-radius:4px;font-size:.9rem;color:#2c3e50;font-weight:600}.employee-list .employee-detail .detail-card .detail-row .detail-value .empty-value{color:#adb5bd;font-style:italic}.employee-list .employee-detail .detail-card .detail-row .detail-value input,.employee-list .employee-detail .detail-card .detail-row .detail-value select{padding:6px 10px;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;text-align:right;width:100%;max-width:220px}.employee-list .employee-detail .detail-card .detail-row .detail-value input:focus,.employee-list .employee-detail .detail-card .detail-row .detail-value select:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 2px #2c3e5026}.employee-list .employee-detail .detail-card .detail-row .detail-value select{cursor:pointer}.employee-list .employee-detail .department-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.employee-list .employee-detail .department-badge.admin{background:#f8d7da;color:#721c24}.employee-list .employee-detail .department-badge.sales{background:#d4edda;color:#155724}.employee-list .employee-detail .department-badge.warehouse{background:#fff3cd;color:#856404}.employee-list .employee-detail .department-badge.support{background:#cce5ff;color:#004085}.employee-list .employee-detail .department-badge.accounting{background:#e2d9f3;color:#4a2d7a}@media(max-width:768px){.employee-list .filters{flex-direction:column;align-items:stretch}.employee-list .filters .search-box{max-width:100%}.employee-list .employees-table th,.employee-list .employees-table td{padding:10px 12px}.employee-list .employees-table .col-number{width:120px}.employee-list .employees-table .col-number code{font-size:.8rem;padding:4px 8px}.employee-list .detail-header{flex-direction:column;align-items:flex-start}.employee-list .employee-detail .detail-grid{grid-template-columns:1fr}.employee-list .employee-detail .detail-card .detail-row{flex-direction:column;align-items:flex-start;gap:4px}.employee-list .employee-detail .detail-card .detail-row .detail-value{text-align:left}}.create-new-item{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:1200px}.create-new-item h2{margin:0 0 1.5rem;color:#111;font-size:1.5rem;border-bottom:2px solid #111;padding-bottom:.5rem}.create-new-item .message{padding:12px 16px;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.create-new-item .message.success{background:#f0f0f0;color:#111;border:1px solid #ccc}.create-new-item .message.error{background:#e8e8e8;color:#111;border:1px solid #999}.form-section{margin-bottom:2rem;padding:1.5rem;background:#fafafa;border-radius:12px;border:1px solid #e0e0e0}.form-section h3{margin:0 0 .5rem;font-size:1.1rem;color:#111}.form-section .section-description{margin:0 0 1rem;color:#666;font-size:.9rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-weight:500;font-size:.9rem;color:#333}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #00000014}.form-group input[type=text]:disabled,.form-group input[type=number]:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#eee;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:60px}.form-group small{font-size:.8rem;color:#666;margin-top:.25rem}.form-group.checkbox-group{flex-direction:row;align-items:center;padding-top:1.5rem}.form-group.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.add-language-row{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px dashed #ccc;align-items:center}.add-language-row select{flex:1;max-width:300px;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.add-language-row .add-lang-btn{padding:10px 20px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;white-space:nowrap}.add-language-row .add-lang-btn:hover:not(:disabled){background:#333}.add-language-row .add-lang-btn:disabled{opacity:.5;cursor:not-allowed}.translations-container{display:flex;flex-direction:column;gap:1.5rem}.translation-block{background:#fff;padding:1.25rem;border-radius:8px;border:1px solid #ddd;position:relative}.translation-block .translation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e9e9e9}.translation-block .translation-header h4{margin:0;font-size:1.1rem;color:#111;display:flex;align-items:center;gap:.5rem}.translation-block .translation-header .remove-lang-btn{background:none;border:1px solid #111;color:#111;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s}.translation-block .translation-header .remove-lang-btn:hover{background:#111;color:#fff}.translation-block .categories-section{margin-bottom:1.5rem;padding:1rem;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.translation-block .categories-section .categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.translation-block .categories-section .categories-header label{font-weight:600;font-size:.95rem;color:#333}.translation-block .categories-section .categories-header .add-category-btn{padding:6px 14px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500}.translation-block .categories-section .categories-header .add-category-btn:hover{background:#333}.translation-block .categories-section .category-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.5rem;background:#fff;border-radius:6px;border:1px solid #ddd}.translation-block .categories-section .category-row .category-inputs{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-items:center}.translation-block .categories-section .category-row .category-inputs select{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;min-width:150px;flex:1}.translation-block .categories-section .category-row .category-inputs select:focus{outline:none;border-color:#111;box-shadow:0 0 0 2px #00000014}.translation-block .categories-section .category-row .category-inputs select:disabled{background:#eee;cursor:not-allowed}.translation-block .categories-section .category-row .category-inputs.hierarchical{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr)) auto;gap:.5rem;width:100%}.translation-block .categories-section .category-row .category-inputs.hierarchical select{min-width:120px;flex:unset}.translation-block .categories-section .category-row .category-inputs.hierarchical .primary-checkbox{grid-column:-1}.translation-block .categories-section .category-row .category-inputs .primary-checkbox{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#666;white-space:nowrap;cursor:pointer}.translation-block .categories-section .category-row .category-inputs .primary-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.translation-block .categories-section .category-row .remove-category-btn{background:none;border:1px solid #111;color:#111;width:26px;height:26px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.translation-block .categories-section .category-row .remove-category-btn:hover{background:#111;color:#fff}.translation-block .categories-section .no-categories-hint{margin:0;padding:.75rem;color:#444;background:#eee;border:1px solid #ccc;border-radius:6px;font-size:.9rem;text-align:center}.translation-block .form-group{margin-bottom:1rem}.translation-block .form-group:last-child{margin-bottom:0}.primary-image-preview{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #ddd}.primary-image-preview img{width:150px;height:150px;object-fit:cover;border-radius:8px;border:1px solid #ccc}.primary-image-preview .remove-btn{padding:8px 16px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.primary-image-preview .remove-btn:hover{background:#333}.variant-form{background:#fff;padding:1rem;border-radius:8px;border:1px solid #ddd;margin-bottom:1rem}.variant-form .form-row{align-items:end}.variant-form .add-variant-btn{padding:10px 20px;background:#111;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;white-space:nowrap}.variant-form .add-variant-btn:hover{background:#333}.variants-list{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #ddd}.variants-list table{width:100%;border-collapse:collapse}.variants-list table th,.variants-list table td{padding:12px;text-align:left;border-bottom:1px solid #e9e9e9}.variants-list table th{background:#f8f8f8;font-weight:600;color:#333;font-size:.85rem}.variants-list table tr:last-child td{border-bottom:none}.variants-list table code{background:#eee;padding:2px 6px;border-radius:4px;font-size:.85rem;color:#111}.variants-list .remove-variant-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;padding:4px 8px;border-radius:4px}.variants-list .remove-variant-btn:hover{background:#e9e9e9}.variants-list h4{margin:0 0 1rem;padding:.75rem 1rem;background:#f8f8f8;border-radius:8px 8px 0 0;font-size:.95rem;color:#111}.variants-list .stock-cell{text-align:center;color:#111;font-weight:600}.variants-list .variant-img-count .img-count-badge{display:inline-block;padding:.2rem .55rem;background:#eee;border-radius:4px;font-size:.85rem;color:#333}.variants-list .variant-img-count .muted{color:#999}.variants-list tfoot{background:#f8f8f8}.variants-list tfoot td{font-weight:600;border-top:2px solid #ddd}.variants-list .warehouse-deduct-notice{padding:.75rem 1rem;background:#f0f0f0;color:#333;border-top:1px solid #ccc;font-size:.9rem}.sku-warning{margin-top:.75rem;padding:.75rem 1rem;background:#eee;color:#111;border:1px solid #bbb;border-radius:6px;font-size:.9rem}.warehouse-variant-form .warehouse-select{flex:1;min-width:300px}.warehouse-variant-form .warehouse-select select{font-size:.95rem}.warehouse-variant-form .selected-warehouse-item{margin-top:1rem;padding:1rem;background:#f5f5f5;border-radius:8px;border:1px solid #ccc}.warehouse-variant-form .selected-warehouse-item .item-details{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed #b5b5b5}.warehouse-variant-form .selected-warehouse-item .item-details .detail{display:flex;flex-direction:column;gap:.25rem}.warehouse-variant-form .selected-warehouse-item .item-details .detail .label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.warehouse-variant-form .selected-warehouse-item .item-details .detail .value{font-weight:600;color:#111}.warehouse-variant-form .selected-warehouse-item .item-details .detail .value.available{color:#111}.warehouse-variant-form .selected-warehouse-item .item-details .detail .value.used{font-weight:400;color:#666;font-size:.85rem}.warehouse-variant-form .selected-warehouse-item .item-details .detail.stock-info .value{display:inline}.warehouse-variant-form .selected-warehouse-item .form-row{margin-top:0}.warehouse-variant-form .selected-warehouse-item small{display:block;margin-top:.25rem;color:#666;font-size:.8rem}.warehouse-variant-form .selected-warehouse-item .variant-images-section{margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px dashed #bbb}.warehouse-variant-form .selected-warehouse-item .variant-images-section .variant-images-hint{margin:0 0 .75rem;font-size:.85rem;color:#666;line-height:1.4}.warehouse-variant-form .add-variant-btn:disabled{opacity:.5;cursor:not-allowed;background:#888}.form-actions{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e0e0e0;display:flex;justify-content:flex-end;gap:1rem}.form-actions .submit-btn{padding:14px 32px;background:#111;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s}.form-actions .submit-btn:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.form-actions .submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-actions .skip-btn{padding:14px 24px;background:#555;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.form-actions .skip-btn:hover{background:#333}.image-uploader{width:100%}.dropzone{border:2px dashed #bbb;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.dropzone:hover{border-color:#111;background:#f0f0f0}.dropzone.active{border-color:#111;background:#e8e8e8;transform:scale(1.02)}.dropzone.reject{border-color:#666;background:#eee}.dropzone.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px}.dropzone-content .dropzone-icon{font-size:48px;margin-bottom:8px}.dropzone-content p{margin:0;font-size:18px;font-weight:600;color:#333}.dropzone-content span{color:#3498db;font-weight:500}.dropzone-content small{color:#888;font-size:12px}.upload-error{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 16px;background:#eee;border:1px solid #999;border-radius:8px;color:#111;font-size:14px}.upload-error button{background:none;border:none;color:#111;cursor:pointer;padding:4px 8px;font-size:16px}.upload-error button:hover{background:#00000014;border-radius:4px}.upload-progress{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;padding:16px;background:#f0f0f0;border-radius:8px;color:#333;font-weight:500}.spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#111;border-radius:50%;animation:spin .8s linear infinite}.spinner.small{width:20px;height:20px;border-width:2px}.uploaded-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:20px}.image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease}.image-item:hover{transform:scale(1.03)}.image-item:hover .image-overlay:not(.uploading){opacity:1}.image-item.uploading{opacity:.7}.image-item img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.image-overlay.uploading{opacity:1;background:#fffc}.delete-btn{background:#111;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.delete-btn:hover{background:#333;transform:scale(1.1)}.delete-btn:disabled{opacity:.5;cursor:not-allowed}.image-info{position:absolute;bottom:0;left:0;right:0;padding:6px;background:linear-gradient(transparent,#000000b3);text-align:center}.image-info small{color:#fff;font-size:11px}.image-count{margin-top:12px;text-align:center;color:#666;font-size:14px}.types-manager{padding:20px;max-width:1200px;margin:0 auto}.types-manager .types-header{margin-bottom:24px}.types-manager .types-header h2{font-size:28px;font-weight:600;margin-bottom:8px;color:#1a1a1a}.types-manager .types-header .subtitle{color:#666;font-size:14px}.types-manager .types-header .selected-language{display:flex;align-items:center;gap:10px;margin-top:12px;padding:10px 16px;background:#f8f9fa;border-radius:8px;width:fit-content}.types-manager .types-header .selected-language .flag{font-size:24px}.types-manager .types-header .selected-language .change-lang-btn{margin-left:16px;padding:6px 12px;background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;color:#666;transition:all .2s}.types-manager .types-header .selected-language .change-lang-btn:hover{background:#f0f0f0;border-color:#ccc}.types-manager .message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.types-manager .message.error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.types-manager .message.success{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.types-manager .language-selection h3{font-size:18px;margin-bottom:8px;color:#333}.types-manager .language-selection p{color:#666;font-size:14px;margin-bottom:20px}.types-manager .language-selection .language-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.types-manager .language-selection .language-grid .language-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.types-manager .language-selection .language-grid .language-card:hover{border-color:#333;background:#f9f9f9;transform:translateY(-2px)}.types-manager .language-selection .language-grid .language-card .flag{font-size:32px;margin-bottom:8px}.types-manager .language-selection .language-grid .language-card .name{font-size:14px;font-weight:500;color:#333;margin-bottom:4px}.types-manager .language-selection .language-grid .language-card .code{font-size:12px;color:#888;text-transform:uppercase}.types-manager .type-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.types-manager .type-tabs .type-tab{padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:15px;font-weight:500;color:#666;transition:all .2s}.types-manager .type-tabs .type-tab:hover{color:#333;background:#f5f5f5}.types-manager .type-tabs .type-tab.active{color:#1a1a1a;border-bottom-color:#1a1a1a}.types-manager .mode-selector{display:flex;gap:10px;margin-bottom:24px}.types-manager .mode-selector .mode-btn{padding:10px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#555;transition:all .2s}.types-manager .mode-selector .mode-btn:hover{border-color:#ccc;background:#f9f9f9}.types-manager .mode-selector .mode-btn.active{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.types-manager .create-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.types-manager .create-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#1a1a1a}.types-manager .create-section.translate-section{background:#f0fdf4;border-color:#86efac}.types-manager .create-section.translate-section h3{color:#166534}.types-manager .type-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.types-manager .type-form .form-group label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.types-manager .type-form .form-group input,.types-manager .type-form .form-group select,.types-manager .type-form .form-group textarea{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .2s}.types-manager .type-form .form-group input:focus,.types-manager .type-form .form-group select:focus,.types-manager .type-form .form-group textarea:focus{outline:none;border-color:#333}.types-manager .type-form .form-group select{cursor:pointer;background:#fff}.types-manager .type-form .form-group .hex-input{display:flex;gap:10px;align-items:center}.types-manager .type-form .form-group .hex-input input[type=color]{width:50px;height:40px;padding:2px;border-radius:8px;cursor:pointer}.types-manager .type-form .form-group .hex-input input[type=text]{flex:1}.types-manager .type-form .create-btn{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.types-manager .type-form .create-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.types-manager .type-form .create-btn:disabled{background:#ccc;cursor:not-allowed}.types-manager .type-form .create-btn.translate-btn{background:#16a34a}.types-manager .type-form .create-btn.translate-btn:hover:not(:disabled){background:#15803d}.types-manager .selected-item-info{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:16px}.types-manager .selected-item-info .color-preview{width:32px;height:32px;border-radius:6px;border:1px solid #ddd}.types-manager .selected-item-info strong{font-size:15px;color:#1a1a1a}.types-manager .selected-item-info .existing-translations{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.types-manager .selected-item-info .existing-translations .trans-badge{padding:4px 10px;background:#e0e0e0;border-radius:12px;font-size:12px;color:#555}.types-manager .all-translated{padding:20px;text-align:center;color:#16a34a;font-size:15px;background:#dcfce7;border-radius:8px}.types-manager .items-list-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.types-manager .items-list-section h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#1a1a1a;display:flex;align-items:center;gap:8px}.types-manager .items-list-section h3 .count{font-size:14px;font-weight:400;color:#888}.types-manager .items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.types-manager .items-grid.sizes-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.types-manager .item-card{background:#f9f9f9;border:1px solid #e5e7eb;border-radius:10px;padding:16px;transition:all .2s}.types-manager .item-card:hover{border-color:#ccc;box-shadow:0 2px 8px #0000000d}.types-manager .item-card.inactive{opacity:.6;background:#f0f0f0}.types-manager .item-card.color-card .color-preview{width:100%;height:40px;border-radius:6px;margin-bottom:12px;border:1px solid rgba(0,0,0,.1)}.types-manager .item-card .item-info .item-code{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.types-manager .item-card .item-info .hex-code{display:block;font-size:12px;color:#888;font-family:monospace;margin-bottom:4px}.types-manager .item-card .item-info .item-name{display:block;font-size:13px;color:#555}.types-manager .item-card .item-info .inactive-badge{display:inline-block;padding:2px 8px;background:#fee2e2;color:#dc2626;border-radius:4px;font-size:11px;margin-top:4px}.types-manager .item-card .item-info .edit-form{margin-top:8px}.types-manager .item-card .item-info .edit-form input{width:100%;padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:13px;margin-bottom:8px}.types-manager .item-card .item-info .edit-form input:focus{outline:none;border-color:#333}.types-manager .item-card .item-info .edit-form .edit-actions{display:flex;gap:6px}.types-manager .item-card .item-info .edit-form .edit-actions button{flex:1;padding:6px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.types-manager .item-card .item-info .edit-form .edit-actions button:first-child{background:#dcfce7;color:#16a34a}.types-manager .item-card .item-info .edit-form .edit-actions button:first-child:hover{background:#bbf7d0}.types-manager .item-card .item-info .edit-form .edit-actions button:last-child{background:#fee2e2;color:#dc2626}.types-manager .item-card .item-info .edit-form .edit-actions button:last-child:hover{background:#fecaca}.types-manager .item-card .item-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.types-manager .item-card .item-actions .action-btn{padding:6px 10px;background:transparent;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s}.types-manager .item-card .item-actions .action-btn.edit:hover{background:#fef3c7;border-color:#fcd34d}.types-manager .item-card .item-actions .action-btn.delete:hover{background:#fee2e2;border-color:#fca5a5}.types-manager .loading{display:flex;flex-direction:column;align-items:center;padding:40px;color:#666}.types-manager .loading .spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.types-manager .empty-state{text-align:center;padding:40px;color:#888}.types-manager .empty-state .empty-icon{font-size:48px;display:block;margin-bottom:12px}.types-manager .empty-state p{font-size:14px}.warehouse-page .warehouse-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #000000}.warehouse-page .warehouse-header h2{margin:0 0 .5rem;color:#000;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.warehouse-page .warehouse-header .warehouse-subtitle{color:#666;margin:0;font-size:1rem}.warehouse-page .warehouse-tabs{display:flex;gap:0;margin-bottom:2rem;border-bottom:1px solid #e0e0e0;overflow-x:auto}.warehouse-page .warehouse-tabs .warehouse-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;margin-bottom:-1px}.warehouse-page .warehouse-tabs .warehouse-tab .tab-icon{font-size:1.1rem}.warehouse-page .warehouse-tabs .warehouse-tab .tab-label{font-weight:500;color:#666;font-size:.95rem}.warehouse-page .warehouse-tabs .warehouse-tab:hover{background:#f5f5f5}.warehouse-page .warehouse-tabs .warehouse-tab:hover .tab-label{color:#000}.warehouse-page .warehouse-tabs .warehouse-tab.active{border-bottom-color:#000;background:transparent}.warehouse-page .warehouse-tabs .warehouse-tab.active .tab-label{color:#000;font-weight:600}.warehouse-page .warehouse-content{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.section-header h3{margin:0;color:#000;font-weight:600;font-size:1.25rem}.btn-primary{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{padding:.75rem 1.5rem;background:transparent;color:#000;border:1px solid #e0e0e0;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f5f5f5;border-color:#000}.btn-success{padding:.75rem 1.5rem;background:#2e7d32;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-success:hover{opacity:.9}.btn-danger{padding:.75rem 1.5rem;background:#c62828;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-danger:hover{opacity:.9}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s;font-size:1rem}.btn-icon:hover{background:#f5f5f5}.btn-icon.edit:hover{background:#0000001a}.btn-icon.delete:hover{background:#c628281a}.btn-icon.arrival:hover{background:#2e7d321a}.filters-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.filters-bar input,.filters-bar select{padding:.6rem .875rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.9rem;background:#fff;color:#000}.filters-bar input:focus,.filters-bar select:focus{outline:none;border-color:#000}.filters-bar .search-input{min-width:280px}.filters-bar .results-count{margin-left:auto;color:#666;font-size:.9rem;font-weight:500}.warehouse-form{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid #e0e0e0}.warehouse-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.warehouse-form .form-group.full-width{grid-column:1/-1}.warehouse-form .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#000;font-size:.875rem}.warehouse-form .form-group input,.warehouse-form .form-group select,.warehouse-form .form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.95rem;background:#fff;color:#000}.warehouse-form .form-group input:focus,.warehouse-form .form-group select:focus,.warehouse-form .form-group textarea:focus{outline:none;border-color:#000}.warehouse-form .form-group input::placeholder,.warehouse-form .form-group select::placeholder,.warehouse-form .form-group textarea::placeholder{color:#999}.warehouse-form .form-group textarea{min-height:80px;resize:vertical}.warehouse-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.warehouse-form .generated-code-preview{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem 1.25rem;border-radius:6px;margin-bottom:1rem;border:2px solid #000000}.warehouse-form .generated-code-preview .preview-label{color:#666;font-size:.9rem;font-weight:500}.warehouse-form .generated-code-preview .preview-code{font-family:JetBrains Mono,Fira Code,monospace;font-size:1.1rem;font-weight:700;color:#000;background:#f5f5f5;padding:.5rem 1rem;border-radius:4px;letter-spacing:1px}.warehouse-form .form-group{position:relative}.warehouse-form .form-group .color-preview{position:absolute;right:10px;top:36px;width:28px;height:28px;border-radius:4px;border:2px solid #e0e0e0;box-shadow:0 2px 8px #00000014}.warehouse-form .form-group select{padding-right:50px}.warehouse-form .item-code-section{background:#fff;padding:1rem;border-radius:6px;margin-bottom:1rem;border:1px solid #e0e0e0}.warehouse-form .initial-stock-row{background:#fff;padding:1rem;border-radius:6px;border:2px dashed #e0e0e0;margin-top:.5rem}.warehouse-form .initial-stock-row .hint-text{grid-column:1/-1;color:#f57c00;font-size:.85rem;margin:0;margin-top:.5rem}.loading{text-align:center;padding:3rem;color:#666;font-size:1rem}.error-message{background:#c628281a;color:#c62828;padding:1rem;border-radius:6px;margin-bottom:1rem;border-left:4px solid #c62828}.no-data{text-align:center;padding:4rem 2rem;color:#666}.no-data p{margin:0;font-size:1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.pagination button{padding:.6rem 1.25rem;background:#000;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.pagination button:hover:not(:disabled){background:#333}.pagination button:disabled{opacity:.3;cursor:not-allowed}.pagination span{color:#666;font-weight:500}.warehouse-stats .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem}.warehouse-stats .stats-cards .stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:8px;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000014}.warehouse-stats .stats-cards .stat-card .stat-icon{font-size:2rem}.warehouse-stats .stats-cards .stat-card .stat-content{display:flex;flex-direction:column}.warehouse-stats .stats-cards .stat-card .stat-content .stat-value{font-size:1.75rem;font-weight:700;color:#000}.warehouse-stats .stats-cards .stat-card .stat-content .stat-label{color:#666;font-size:.85rem}.warehouse-stats .stats-cards .stat-card.primary{border-left:4px solid #000000}.warehouse-stats .stats-cards .stat-card.success{border-left:4px solid #2e7d32}.warehouse-stats .stats-cards .stat-card.warning{border-left:4px solid #f57c00}.warehouse-stats .stats-section{margin-bottom:2rem}.warehouse-stats .stats-section h3{margin:0 0 1rem;color:#000;font-size:1.1rem;font-weight:600}.warehouse-stats .stats-section.warning-section{background:#f57c0014;padding:1.25rem;border-radius:8px;border-left:4px solid #f57c00}.warehouse-stats .status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.warehouse-stats .status-grid .status-item{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;border-left:4px solid #000000}.warehouse-stats .status-grid .status-item .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;background:#000}.warehouse-stats .status-grid .status-item .status-stats{display:flex;gap:1.5rem;margin-top:1rem}.warehouse-stats .status-grid .status-item .status-stats .status-stat .stat-num{display:block;font-size:1.25rem;font-weight:700;color:#000}.warehouse-stats .status-grid .status-item .status-stats .status-stat .stat-text{font-size:.8rem;color:#666}.warehouse-stats .warehouse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.warehouse-stats .warehouse-grid .warehouse-item{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e0e0e0}.warehouse-stats .warehouse-grid .warehouse-item .warehouse-name{font-weight:600;margin-bottom:.5rem;color:#000}.warehouse-stats .warehouse-grid .warehouse-item .warehouse-details{display:flex;gap:1rem;color:#666;font-size:.9rem}.warehouse-stats .movements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.warehouse-stats .movements-grid .movement-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:8px;border:1px solid #e0e0e0}.warehouse-stats .movements-grid .movement-item .movement-icon{font-size:1.2rem}.warehouse-stats .movements-grid .movement-item .movement-type{flex:1;font-weight:500;color:#000}.warehouse-stats .movements-grid .movement-item .movement-count{color:#666}.warehouse-stats .movements-grid .movement-item .movement-qty{font-weight:600;color:#000}.warehouse-stats .low-stock-list .low-stock-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #e0e0e0}.warehouse-stats .low-stock-list .low-stock-item:last-child{border-bottom:none}.warehouse-stats .low-stock-list .low-stock-item .item-info .item-code{font-weight:600;color:#000;margin-right:.5rem;font-family:monospace}.warehouse-stats .low-stock-list .low-stock-item .item-info .item-name{color:#666}.warehouse-stats .low-stock-list .low-stock-item .item-stock{font-weight:600}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-current{color:#c62828}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-current.stock-zero{color:#fff;background:#c62828;padding:.1rem .4rem;border-radius:3px;font-size:.85em}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-separator{color:#666;margin:0 .25rem}.warehouse-stats .low-stock-list .low-stock-item .item-stock .stock-threshold{color:#666}.warehouse-stats .low-stock-list .low-stock-item.out-of-stock{background:#c628280a}.warehouse-locations .locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.warehouse-locations .locations-grid .location-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.25rem;transition:all .2s}.warehouse-locations .locations-grid .location-card:hover{box-shadow:0 2px 8px #00000014;border-color:#000}.warehouse-locations .locations-grid .location-card .location-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.warehouse-locations .locations-grid .location-card .location-header .location-code{font-size:1.25rem;font-weight:700;color:#000;font-family:monospace}.warehouse-locations .locations-grid .location-card .location-header .warehouse-badge{background:#f5f5f5;color:#333;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500}.warehouse-locations .locations-grid .location-card .location-name{font-weight:500;color:#000;margin-bottom:.25rem}.warehouse-locations .locations-grid .location-card .location-description{color:#666;font-size:.9rem;margin-bottom:1rem}.warehouse-locations .locations-grid .location-card .location-capacity{margin-bottom:1rem}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-header{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin-bottom:.5rem}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-breakdown{font-size:.75rem;color:#666;margin-bottom:.5rem;line-height:1.3}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-bar{height:8px;background:#f5f5f5;border-radius:4px;overflow:hidden}.warehouse-locations .locations-grid .location-card .location-capacity .capacity-bar .capacity-fill{height:100%;border-radius:4px;transition:width .3s;background:#000}.warehouse-locations .locations-grid .location-card .location-actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.warehouse-items .items-table{overflow-x:auto}.warehouse-items .items-table table{width:100%;border-collapse:collapse}.warehouse-items .items-table table th,.warehouse-items .items-table table td{padding:.875rem .75rem;text-align:left;border-bottom:1px solid #e0e0e0}.warehouse-items .items-table table th{background:#f5f5f5;font-weight:600;color:#000;white-space:nowrap;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.warehouse-items .items-table table tr:hover{background:#f5f5f5}.warehouse-items .items-table table .item-code{font-weight:600;color:#000;font-family:JetBrains Mono,monospace;font-size:.9rem}.warehouse-items .items-table table .item-name{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.warehouse-items .items-table table .item-variants .variant-tag{display:inline-block;padding:.25rem .6rem;border-radius:4px;font-size:.8rem;margin-right:.25rem;font-weight:500}.warehouse-items .items-table table .item-variants .variant-tag.color{background:#f5f5f5;color:#000;border:1px solid #e0e0e0}.warehouse-items .items-table table .item-variants .variant-tag.size{background:#000;color:#fff}.warehouse-items .items-table table .item-stock strong{font-size:1.1rem;color:#000}.warehouse-items .items-table table .item-stock .threshold{color:#999;font-size:.85rem}.warehouse-items .items-table table .item-locations .location-tag{display:inline-block;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;margin-right:.25rem;margin-bottom:.25rem;color:#333;font-family:monospace}.warehouse-items .items-table table .item-locations .no-location{color:#999;font-style:italic}.warehouse-items .items-table table .actions{white-space:nowrap}.warehouse-items .status-badge{display:inline-block;padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.warehouse-items .status-badge.status-success{background:#000;color:#fff}.warehouse-items .status-badge.status-warning{background:transparent;color:#f57c00;border:1px solid #f57c00}.warehouse-items .status-badge.status-danger{background:transparent;color:#c62828;border:1px solid #c62828}.warehouse-items .status-badge.status-info{background:#f5f5f5;color:#333;border:1px solid #e0e0e0}.warehouse-movements .movements-list{display:flex;flex-direction:column;gap:.75rem}.warehouse-movements .movements-list .movement-card{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;border-left:4px solid #000000}.warehouse-movements .movements-list .movement-card.movement-arrival{border-left-color:#2e7d32}.warehouse-movements .movements-list .movement-card.movement-transfer{border-left-color:#000}.warehouse-movements .movements-list .movement-card.movement-out{border-left-color:#c62828}.warehouse-movements .movements-list .movement-card.movement-adjustment{border-left-color:#f57c00}.warehouse-movements .movements-list .movement-card .movement-icon{font-size:1.5rem;flex-shrink:0}.warehouse-movements .movements-list .movement-card .movement-main{flex:1;min-width:0}.warehouse-movements .movements-list .movement-card .movement-main .movement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-header .movement-type{font-weight:600;color:#000}.warehouse-movements .movements-list .movement-card .movement-main .movement-header .movement-date{color:#666;font-size:.85rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-item{color:#666;margin-bottom:.5rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-details{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.warehouse-movements .movements-list .movement-card .movement-main .movement-details .location{background:#f5f5f5;padding:.2rem .5rem;border-radius:4px;font-family:monospace}.warehouse-movements .movements-list .movement-card .movement-main .movement-details .arrow{color:#666}.warehouse-movements .movements-list .movement-card .movement-main .movement-reference,.warehouse-movements .movements-list .movement-card .movement-main .movement-notes{margin-top:.5rem;font-size:.85rem;color:#666}.warehouse-movements .movements-list .movement-card .movement-quantity{text-align:right;flex-shrink:0}.warehouse-movements .movements-list .movement-card .movement-quantity span{display:block}.warehouse-movements .movements-list .movement-card .movement-quantity .positive{font-size:1.25rem;font-weight:700;color:#2e7d32}.warehouse-movements .movements-list .movement-card .movement-quantity .negative{font-size:1.25rem;font-weight:700;color:#c62828}.warehouse-movements .movements-list .movement-card .movement-quantity .unit{font-size:.8rem;color:#666}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay .modal-content{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-overlay .modal-content h3{margin:0 0 .5rem;color:#000;font-weight:700}.modal-overlay .modal-content .modal-subtitle{color:#666;margin:0 0 1.5rem;font-family:monospace}.modal-overlay .modal-content .form-group{margin-bottom:1rem}.modal-overlay .modal-content .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#000}.modal-overlay .modal-content .form-group input,.modal-overlay .modal-content .form-group select,.modal-overlay .modal-content .form-group textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#000}.modal-overlay .modal-content .form-group input:focus,.modal-overlay .modal-content .form-group select:focus,.modal-overlay .modal-content .form-group textarea:focus{outline:none;border-color:#000}.modal-overlay .modal-content .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}@media(min-width:768px){.warehouse-page .warehouse-tabs .warehouse-tab{padding:1rem 2rem}}@media(min-width:1024px){.warehouse-stats .stats-cards{grid-template-columns:repeat(3,1fr)}}.orders-page{padding:0}.orders-page .orders-header{margin-bottom:1.5rem}.orders-page .orders-header h2{margin:0 0 .5rem;font-size:1.75rem;color:#111}.orders-page .orders-header .orders-subtitle{margin:0;color:#111;font-size:.95rem}.orders-page .orders-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e9ecef;padding-bottom:0}.orders-page .orders-tabs .orders-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#111;font-size:.95rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease}.orders-page .orders-tabs .orders-tab:hover{color:#111;background:#0000000a}.orders-page .orders-tabs .orders-tab.active{color:#111;border-bottom-color:#111;font-weight:600}.orders-page .orders-tabs .orders-tab .tab-icon{font-size:1.1rem}.orders-page .orders-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.orders-stats{padding:1.5rem}.orders-stats .stats-loading,.orders-stats .stats-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.orders-stats .stats-loading .spinner,.orders-stats .stats-error .spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin 1s linear infinite}.orders-stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.orders-stats .stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef;color:#111}.orders-stats .stat-card .stat-content .stat-value{color:#111}.orders-stats .stat-card.highlight{background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;border:none}.orders-stats .stat-card.highlight .stat-content .stat-value{color:#fff}.orders-stats .stat-card.highlight .stat-label{color:#ffffffd9}.orders-stats .stat-card.warning{background:linear-gradient(135deg,#ffc107,#e5ac06);color:#111;border:none}.orders-stats .stat-card.warning .stat-label{color:#111}.orders-stats .stat-card.info{background:linear-gradient(135deg,#6f42c1,#5f37a8);color:#fff;border:none}.orders-stats .stat-card.info .stat-content .stat-value{color:#fff}.orders-stats .stat-card.info .stat-label{color:#ffffffd9}.orders-stats .stat-card.success{background:linear-gradient(135deg,#28a745,#218838);color:#fff;border:none}.orders-stats .stat-card.success .stat-content .stat-value{color:#fff}.orders-stats .stat-card.success .stat-label{color:#ffffffd9}.orders-stats .stat-card .stat-icon{font-size:2rem}.orders-stats .stat-card .stat-content{display:flex;flex-direction:column}.orders-stats .stat-card .stat-content .stat-value{font-size:1.75rem;font-weight:700;line-height:1.2}.orders-stats .stat-card .stat-content .stat-label{font-size:.85rem;color:#111}.orders-stats .stat-card .stat-content .stat-change{font-size:.8rem;font-weight:500;margin-top:.25rem}.orders-stats .stat-card .stat-content .stat-change.positive{color:#28a745}.orders-stats .stat-card .stat-content .stat-change.negative{color:#dc3545}.orders-stats .stats-section{margin-top:2rem}.orders-stats .stats-section h3{margin:0 0 1rem;font-size:1.1rem;color:#111}.orders-stats .status-bars{display:flex;flex-direction:column;gap:.75rem}.orders-stats .status-bars .status-bar-item .status-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.orders-stats .status-bars .status-bar-item .status-bar-header .status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500}.orders-stats .status-bars .status-bar-item .status-bar-header .status-count{font-weight:600;color:#111}.orders-stats .status-bars .status-bar-item .status-bar-track{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.orders-stats .status-bars .status-bar-item .status-bar-track .status-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.orders-stats .stats-actions{margin-top:2rem;display:flex;justify-content:center}.orders-stats .stats-actions .btn-primary{padding:.75rem 2rem;background:#4361ee;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.orders-stats .stats-actions .btn-primary:hover{background:#3a56d4}.orders-list{padding:1.5rem}.orders-list .orders-filters{margin-bottom:1.5rem}.orders-list .orders-filters .filters-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.orders-list .orders-filters .filters-row:last-child{margin-bottom:0}.orders-list .orders-filters .filter-group{flex:1;min-width:150px}.orders-list .orders-filters .filter-group.search{flex:2;min-width:250px}.orders-list .orders-filters .filter-group.date{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.orders-list .orders-filters .filter-group.date label{font-size:.85rem;color:#111;white-space:nowrap}.orders-list .orders-filters .filter-group input,.orders-list .orders-filters .filter-group select{width:100%;padding:.625rem .875rem;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;color:#111;background:#fff}.orders-list .orders-filters .filter-group input:focus,.orders-list .orders-filters .filter-group select:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.orders-list .orders-filters .filter-group input::placeholder,.orders-list .orders-filters .filter-group select::placeholder{color:#555}.orders-list .orders-filters .btn-clear,.orders-list .orders-filters .btn-refresh{padding:.625rem 1rem;border:1px solid #dee2e6;border-radius:8px;background:#fff;color:#111;font-size:.9rem;cursor:pointer;transition:all .2s}.orders-list .orders-filters .btn-clear:hover,.orders-list .orders-filters .btn-refresh:hover{border-color:#111;color:#111}.orders-list .orders-filters .btn-refresh{background:#4361ee;border-color:#4361ee;color:#fff}.orders-list .orders-filters .btn-refresh:hover{background:#3a56d4}.orders-list .orders-loading,.orders-list .orders-error,.orders-list .orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#111}.orders-list .orders-loading .spinner,.orders-list .orders-error .spinner,.orders-list .orders-empty .spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin 1s linear infinite}.orders-list .orders-loading button,.orders-list .orders-error button,.orders-list .orders-empty button{padding:.5rem 1rem;background:#4361ee;color:#fff;border:none;border-radius:6px;cursor:pointer}.orders-list .orders-loading button:hover,.orders-list .orders-error button:hover,.orders-list .orders-empty button:hover{background:#3a56d4}.orders-list .orders-table-wrapper{overflow-x:auto;margin-bottom:1.5rem}.orders-list .orders-table{width:100%;border-collapse:collapse}.orders-list .orders-table th,.orders-list .orders-table td{padding:.875rem .75rem;text-align:left;border-bottom:1px solid #e9ecef}.orders-list .orders-table th{background:#f8f9fa;font-weight:600;font-size:.8rem;text-transform:uppercase;color:#111;white-space:nowrap}.orders-list .orders-table td{color:#111}.orders-list .orders-table tbody tr{transition:background .15s}.orders-list .orders-table tbody tr:hover{background:#f8f9fa}.orders-list .orders-table tbody tr.highlight-row{background:#ffc10714}.orders-list .orders-table tbody tr.highlight-row:hover{background:#ffc1071f}.orders-list .orders-table .order-number{font-family:monospace;font-size:.9rem}.orders-list .orders-table .order-number strong{display:block;color:#111}.orders-list .orders-table .order-number .guest-badge{display:inline-block;padding:.15rem .5rem;background:#e9ecef;color:#111;font-size:.7rem;border-radius:10px;margin-top:.25rem}.orders-list .orders-table .order-date{font-size:.85rem;color:#111;white-space:nowrap}.orders-list .orders-table .order-customer .customer-name{display:block;font-weight:500;color:#111}.orders-list .orders-table .order-customer .customer-email{display:block;font-size:.8rem;color:#111}.orders-list .orders-table .order-customer .no-data{color:#111}.orders-list .orders-table .status-badge{display:inline-block;padding:.3rem .6rem;border-radius:20px;color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap}.orders-list .orders-table .payment-method,.orders-list .orders-table .shipping-method{display:flex;align-items:center;gap:.5rem}.orders-list .orders-table .payment-method .method-icon,.orders-list .orders-table .shipping-method .method-icon{font-size:1.1rem}.orders-list .orders-table .payment-method .method-label,.orders-list .orders-table .shipping-method .method-label{font-size:.85rem;color:#111}.orders-list .orders-table .order-total{font-family:monospace;white-space:nowrap}.orders-list .orders-table .order-actions .btn-view{padding:.4rem .6rem;background:transparent;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:1rem;color:#111;transition:all .2s}.orders-list .orders-table .order-actions .btn-view:hover{background:#111;border-color:#111;color:#fff}.orders-list .orders-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.orders-list .orders-pagination .pagination-info{font-size:.85rem;color:#111}.orders-list .orders-pagination .pagination-controls{display:flex;align-items:center;gap:.25rem}.orders-list .orders-pagination .pagination-controls button{padding:.5rem .75rem;border:1px solid #dee2e6;background:#fff;color:#111;font-size:.85rem;cursor:pointer;transition:all .2s}.orders-list .orders-pagination .pagination-controls button:first-child{border-radius:6px 0 0 6px}.orders-list .orders-pagination .pagination-controls button:last-child{border-radius:0 6px 6px 0}.orders-list .orders-pagination .pagination-controls button:hover:not(:disabled){background:#f8f9fa;border-color:#111;color:#111}.orders-list .orders-pagination .pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.orders-list .orders-pagination .pagination-controls button.active{background:#4361ee;border-color:#4361ee;color:#fff}.orders-list .orders-pagination .pagination-controls .page-numbers{display:flex}.orders-list .orders-pagination .pagination-controls .page-numbers button{border-radius:0;min-width:36px}.orders-list .orders-pagination .pagination-limit select{padding:.5rem .75rem;border:1px solid #dee2e6;border-radius:6px;background:#fff;font-size:.85rem;cursor:pointer}.orders-list .orders-pagination .pagination-limit select:focus{outline:none;border-color:#4361ee}.order-detail-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:#0009!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1.5rem!important;z-index:9999!important;overflow-y:auto!important;box-sizing:border-box!important}.order-detail-overlay,.order-detail-overlay *,.order-detail-overlay *:before,.order-detail-overlay *:after{box-sizing:border-box!important}.order-detail-overlay .order-detail-modal{background:#fff!important;border-radius:16px!important;width:calc(100vw - 3rem)!important;max-width:1400px!important;min-height:85vh!important;max-height:calc(100vh - 3rem)!important;display:flex!important;flex-direction:column!important;box-shadow:0 25px 80px #0000004d!important;margin:auto!important}.order-detail-overlay .order-detail-modal .modal-loading,.order-detail-overlay .order-detail-modal .modal-error{padding:3rem;text-align:center}.order-detail-overlay .order-detail-modal .modal-loading .spinner,.order-detail-overlay .order-detail-modal .modal-error .spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#4361ee;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.order-detail-overlay .order-detail-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e9ecef;width:100%;box-sizing:border-box;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-header .header-title h2{margin:0 0 .5rem;font-size:1.35rem;color:#111}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges{display:flex;gap:.5rem;flex-wrap:wrap}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges .status-badge{display:inline-block;padding:.3rem .75rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:500}.order-detail-overlay .order-detail-modal .modal-header .header-title .header-badges .guest-badge{display:inline-block;padding:.3rem .75rem;background:#e9ecef;color:#111;font-size:.8rem;border-radius:20px}.order-detail-overlay .order-detail-modal .modal-header .modal-close{width:36px;height:36px;border:none;background:#f8f9fa;border-radius:50%;font-size:1.5rem;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.order-detail-overlay .order-detail-modal .modal-header .modal-close:hover{background:#e9ecef;color:#111}.order-detail-overlay .order-detail-modal .modal-content{flex:1 1 auto;overflow-y:auto;padding:2rem;width:100%!important;max-width:100%!important;min-width:100%!important;box-sizing:border-box;display:block}.order-detail-overlay .order-detail-modal .modal-content .error-message{padding:.75rem 1rem;background:#fff5f5;border:1px solid #dc3545;border-radius:8px;color:#dc3545;margin-bottom:1rem;width:100%!important}.order-detail-overlay .order-detail-modal .modal-content .detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;width:100%!important;max-width:100%!important}@media(max-width:1200px){.order-detail-overlay .order-detail-modal .modal-content .detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.order-detail-overlay .order-detail-modal .modal-content .detail-grid{grid-template-columns:1fr}}.order-detail-overlay .order-detail-modal .modal-content .detail-section{background:#f8f9fa;border-radius:12px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .detail-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid{display:flex;flex-direction:column;gap:.75rem;width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item{display:flex;justify-content:space-between;align-items:center;width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item label{color:#111;font-size:.9rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section .info-grid .info-item span{font-weight:500;color:#111}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card{width:100%}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card p{margin:0 0 .25rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .detail-section .address-card p.company-name{font-weight:600;font-size:1.05rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section .no-data{color:#111;font-style:italic}.order-detail-overlay .order-detail-modal .modal-content .detail-section.items-section{background:transparent;padding:0;width:100%!important;max-width:100%!important;margin-top:1.5rem}.order-detail-overlay .order-detail-modal .modal-content .detail-section.items-section h3{background:#f8f9fa;padding:1rem 1.25rem;margin:0;border-radius:12px 12px 0 0;border-bottom:none}.order-detail-overlay .order-detail-modal .modal-content .items-table{width:100%!important;max-width:100%!important;border-collapse:collapse;background:#fff;border:1px solid #e9ecef;border-radius:0 0 12px 12px;overflow:hidden;table-layout:auto}.order-detail-overlay .order-detail-modal .modal-content .items-table th,.order-detail-overlay .order-detail-modal .modal-content .items-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .items-table th{background:#f8f9fa;font-weight:600;font-size:.8rem;text-transform:uppercase;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table td{color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell{display:flex;align-items:center;gap:.75rem}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell .product-thumb{width:50px;height:50px;object-fit:cover;border-radius:8px;border:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .items-table .product-cell .product-name{font-weight:500;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .variant-info{display:inline-block;padding:.2rem .5rem;background:#e9ecef;border-radius:4px;font-size:.8rem;margin-right:.25rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .items-table .quantity{text-align:center;font-weight:600;color:#111}.order-detail-overlay .order-detail-modal .modal-content .order-totals{background:#fff;border:1px solid #e9ecef;border-top:none;border-radius:0 0 12px 12px;padding:1rem 1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row.discount{color:#28a745}.order-detail-overlay .order-detail-modal .modal-content .order-totals .total-row.grand-total{border-top:2px solid #e9ecef;margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-and-notes-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;width:100%!important;max-width:100%!important}@media(max-width:1000px){.order-detail-overlay .order-detail-modal .modal-content .actions-and-notes-row{grid-template-columns:1fr}}.order-detail-overlay .order-detail-modal .modal-content .actions-section{background:#f8f9fa;border-radius:12px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .actions-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:600px){.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-row{flex-direction:column}}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group{flex:1}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group label{display:block;margin-bottom:.5rem;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group input,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group select,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;background:#fff;color:#111}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group input:focus,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group select:focus,.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .form-group textarea{resize:vertical;min-height:60px}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save{padding:.75rem 1.5rem;background:#4361ee;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save:hover:not(:disabled){background:#3a56d4}.order-detail-overlay .order-detail-modal .modal-content .actions-section .status-update-form .btn-save:disabled{opacity:.6;cursor:not-allowed}.order-detail-overlay .order-detail-modal .modal-content .notes-section{background:#f8f9fa;border-radius:12px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .notes-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card{padding:1rem;border-radius:8px;margin-bottom:1rem}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card.customer-note{background:#fff3cd;border:1px solid #ffc107}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card.admin-note{background:#d1ecf1;border:1px solid #17a2b8}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card strong{display:block;margin-bottom:.5rem;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .note-card p{margin:0;white-space:pre-wrap;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form{display:flex;flex-direction:column;gap:.75rem}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form textarea{width:100%;padding:.75rem;border:1px solid #dee2e6;border-radius:8px;font-size:.9rem;resize:vertical;min-height:60px;color:#111}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form textarea:focus{outline:none;border-color:#4361ee}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note{align-self:flex-start;padding:.5rem 1rem;background:#17a2b8;color:#fff;border:none;border-radius:6px;font-size:.9rem;cursor:pointer}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note:hover:not(:disabled){background:#138496}.order-detail-overlay .order-detail-modal .modal-content .notes-section .add-note-form .btn-add-note:disabled{opacity:.6;cursor:not-allowed}.order-detail-overlay .order-detail-modal .modal-content .history-section{margin-top:1.5rem;background:#f8f9fa;border-radius:12px;padding:1.25rem;width:100%!important;max-width:100%!important;box-sizing:border-box}.order-detail-overlay .order-detail-modal .modal-content .history-section h3{margin:0 0 1rem;font-size:1rem;color:#111;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline{position:relative;max-height:300px;overflow-y:auto}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item{display:flex;gap:1rem;padding-bottom:1.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item:last-child{padding-bottom:0}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker .marker-dot{width:12px;height:12px;border-radius:50%;background:#4361ee}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-marker .marker-line{flex:1;width:2px;background:#e9ecef;margin-top:4px}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content{flex:1;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:.875rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header .history-type{font-weight:500;font-size:.9rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-header .history-date{font-size:.8rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change .status-badge.small{padding:.2rem .5rem;font-size:.75rem}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-change .arrow{color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-note{margin:.5rem 0;padding:.5rem;background:#f8f9fa;border-radius:4px;font-size:.85rem;color:#111}.order-detail-overlay .order-detail-modal .modal-content .history-section .history-timeline .history-item .history-content .history-by{font-size:.8rem;color:#111}.order-detail-overlay .order-detail-modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;width:100%;box-sizing:border-box;flex-shrink:0}.order-detail-overlay .order-detail-modal .modal-footer .btn-close{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer}.order-detail-overlay .order-detail-modal .modal-footer .btn-close:hover{background:#5a6268}.home-cards-admin{max-width:1400px;margin:0 auto}.home-cards-admin .home-cards-header{margin-bottom:2rem}.home-cards-admin .home-cards-header h2{margin:0 0 .5rem;font-size:1.75rem;color:#333}.home-cards-admin .home-cards-header .subtitle{margin:0;color:#666;font-size:.95rem}.home-cards-admin .language-selector{background:#fff;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem}.home-cards-admin .language-selector label{display:block;margin-bottom:.75rem;font-weight:500;color:#333}.home-cards-admin .language-selector .language-buttons{display:flex;gap:.75rem}.home-cards-admin .language-selector .language-buttons .lang-btn{padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:1rem;transition:all .2s}.home-cards-admin .language-selector .language-buttons .lang-btn:hover{border-color:#3498db}.home-cards-admin .language-selector .language-buttons .lang-btn.active{background:#3498db;border-color:#3498db;color:#fff}.home-cards-admin .message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem}.home-cards-admin .message.error{background:#fff5f5;border:1px solid #dc3545;color:#dc3545}.home-cards-admin .message.success{background:#d4edda;border:1px solid #28a745;color:#155724}.home-cards-admin .upload-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.home-cards-admin .upload-section .media-type-selector{display:flex;gap:.5rem}.home-cards-admin .upload-section .media-type-selector .media-type-btn{padding:.5rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;font-size:.9rem;transition:all .2s}.home-cards-admin .upload-section .media-type-selector .media-type-btn:hover{border-color:#3498db}.home-cards-admin .upload-section .media-type-selector .media-type-btn.active{background:#3498db;border-color:#3498db;color:#fff}.home-cards-admin .upload-section .upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.home-cards-admin .upload-section .upload-btn:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.home-cards-admin .upload-section .upload-btn.disabled{opacity:.7;cursor:not-allowed}.home-cards-admin .upload-section .upload-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.home-cards-admin .upload-section .upload-hint{color:#666;font-size:.9rem}.home-cards-admin .cards-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.home-cards-admin .cards-section h3{margin:0 0 .5rem;font-size:1.25rem;color:#333;display:flex;align-items:center;gap:.5rem}.home-cards-admin .cards-section h3 .count{font-weight:400;color:#666;font-size:1rem}.home-cards-admin .cards-section .drag-hint{margin:0 0 1.5rem;color:#666;font-size:.9rem}.home-cards-admin .cards-section .loading{text-align:center;padding:3rem}.home-cards-admin .cards-section .loading .spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.home-cards-admin .cards-section .loading p{color:#666;margin:0}.home-cards-admin .cards-section .empty-state{text-align:center;padding:3rem}.home-cards-admin .cards-section .empty-state .empty-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.home-cards-admin .cards-section .empty-state p{color:#666;margin:0}.home-cards-admin .cards-grid{display:flex;flex-direction:column;gap:1rem}.home-cards-admin .card-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:grab;transition:all .2s;position:relative}.home-cards-admin .card-item:hover{border-color:#3498db;box-shadow:0 4px 15px #00000014}.home-cards-admin .card-item.dragging{opacity:.5;border-style:dashed}.home-cards-admin .card-item.drag-over{border-color:#28a745;background:#28a7450d}.home-cards-admin .card-item.drag-over:before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;background:#28a745;border-radius:2px}.home-cards-admin .card-item .card-order{width:36px;height:36px;background:#3498db;color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;position:relative}.home-cards-admin .card-item .card-order .media-badge{position:absolute;bottom:-6px;right:-6px;font-size:.7rem;line-height:1}.home-cards-admin .card-item .card-image{width:120px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f0f0f0}.home-cards-admin .card-item .card-image img,.home-cards-admin .card-item .card-image video{width:100%;height:100%;object-fit:cover}.home-cards-admin .card-item .card-info{flex:1;min-width:0}.home-cards-admin .card-item .card-info .alt-text-input{width:100%;padding:.625rem .875rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;margin-bottom:.5rem}.home-cards-admin .card-item .card-info .alt-text-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #667eea1a}.home-cards-admin .card-item .card-info .alt-text-input::placeholder{color:#adb5bd}.home-cards-admin .card-item .card-info .card-meta .card-date{font-size:.8rem;color:#666}.home-cards-admin .card-item .delete-btn{width:40px;height:40px;border:none;background:#fff5f5;border-radius:8px;cursor:pointer;font-size:1.25rem;transition:all .2s;flex-shrink:0}.home-cards-admin .card-item .delete-btn:hover{background:#dc3545;transform:scale(1.1)}.home-cards-admin .card-item .drag-handle{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#adb5bd;font-size:1.5rem;cursor:grab;flex-shrink:0}.home-cards-admin .card-item .drag-handle:active{cursor:grabbing}.home-cards-admin .preview-section{background:#fff;padding:1.5rem;border-radius:12px}.home-cards-admin .preview-section h3{margin:0 0 .5rem;font-size:1.25rem;color:#333}.home-cards-admin .preview-section .preview-hint{margin:0 0 1.5rem;color:#666;font-size:.9rem}.home-cards-admin .preview-section .preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.home-cards-admin .preview-section .preview-card{aspect-ratio:16/10;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.home-cards-admin .preview-section .preview-card img,.home-cards-admin .preview-section .preview-card video{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.home-cards-admin .upload-section{flex-direction:column;align-items:stretch;text-align:center}.home-cards-admin .upload-section .upload-btn{justify-content:center}.home-cards-admin .card-item{flex-wrap:wrap}.home-cards-admin .card-item .card-order{order:-1}.home-cards-admin .card-item .card-image{width:100px;height:70px}.home-cards-admin .card-item .card-info{flex-basis:calc(100% - 150px)}.home-cards-admin .card-item .delete-btn,.home-cards-admin .card-item .drag-handle{width:36px;height:36px}.home-cards-admin .preview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.home-cards-admin .language-selector .language-buttons{flex-direction:column}.home-cards-admin .language-selector .language-buttons .lang-btn{text-align:center}.home-cards-admin .card-item .card-image{width:80px;height:55px}.home-cards-admin .preview-grid{grid-template-columns:1fr}}.categories-admin{padding:1.5rem;max-width:1000px;margin:0 auto}.categories-admin .categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.categories-admin .categories-header h2{margin:0;color:#1a1a1a;font-size:1.75rem}.categories-admin .categories-header .subtitle{color:#666;font-size:.9rem;margin-top:.25rem}.categories-admin .categories-header .selected-language{display:flex;align-items:center;gap:.75rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:8px;border:1px solid #e0e0e0}.categories-admin .categories-header .selected-language .flag{font-size:1.5rem}.categories-admin .categories-header .selected-language .change-lang-btn{background:#333;color:#fff;border:none;padding:.4rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;margin-left:.5rem;transition:background .2s}.categories-admin .categories-header .selected-language .change-lang-btn:hover{background:#555}.categories-admin .message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.categories-admin .message.error{background:#fee;color:#c00;border:1px solid #fcc}.categories-admin .message.success{background:#efe;color:#060;border:1px solid #cfc}.categories-admin .mode-selector{display:flex;gap:.5rem;margin-bottom:1.5rem}.categories-admin .mode-selector .mode-btn{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.categories-admin .mode-selector .mode-btn:hover{border-color:#999}.categories-admin .mode-selector .mode-btn.active{border-color:#333;background:#333;color:#fff}.categories-admin .language-selection{text-align:center;padding:3rem 1rem}.categories-admin .language-selection h3{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a1a}.categories-admin .language-selection p{color:#666;margin-bottom:2rem}.categories-admin .language-selection .language-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;max-width:600px;margin:0 auto}.categories-admin .language-selection .language-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s}.categories-admin .language-selection .language-card:hover{border-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.categories-admin .language-selection .language-card .flag{font-size:2.5rem}.categories-admin .language-selection .language-card .name{font-weight:600;color:#1a1a1a}.categories-admin .language-selection .language-card .code{font-size:.8rem;color:#999;text-transform:uppercase}.categories-admin .create-category-section{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.categories-admin .create-category-section h3{margin:0 0 1rem;color:#1a1a1a;font-size:1.1rem}.categories-admin .create-category-section.translate-section{background:#f5f9ff;border-color:#cce0ff}.categories-admin .create-category-section.translate-section .translate-hint{color:#555;font-size:.9rem;margin-bottom:1rem}.categories-admin .create-category-section.translate-section .all-translated{padding:1.5rem;text-align:center;color:#060;font-weight:500;background:#efe;border-radius:8px}.categories-admin .create-category-section.translate-section .selected-category-info{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1rem;margin-bottom:1rem}.categories-admin .create-category-section.translate-section .selected-category-info strong{display:block;margin-bottom:.5rem;color:#333}.categories-admin .create-category-section.translate-section .selected-category-info ul{margin:0;padding-left:1.25rem}.categories-admin .create-category-section.translate-section .selected-category-info ul li{color:#555;padding:.25rem 0}.categories-admin .create-category-section.translate-section .selected-category-info ul li strong{display:inline;color:#1a1a1a}.categories-admin .create-category-section.translate-section .selected-category-info ul li .slug-preview{color:#888;font-size:.85rem;font-family:monospace}.categories-admin .create-category-section.translate-section .parent-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#856404}.categories-admin .create-category-section.translate-section .parent-warning ul{margin:.5rem 0;padding-left:1.25rem}.categories-admin .create-category-section.translate-section .parent-warning p{margin:.5rem 0 0;font-size:.9rem}.categories-admin .create-category-section.translate-section .translate-btn{background:#06c}.categories-admin .create-category-section.translate-section .translate-btn:hover:not(:disabled){background:#05a}.categories-admin .create-category-section .category-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.categories-admin .create-category-section .category-form .form-group{display:flex;flex-direction:column;gap:.4rem}.categories-admin .create-category-section .category-form .form-group label{font-size:.85rem;font-weight:500;color:#444}.categories-admin .create-category-section .category-form .form-group input,.categories-admin .create-category-section .category-form .form-group select,.categories-admin .create-category-section .category-form .form-group textarea{padding:.6rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .2s}.categories-admin .create-category-section .category-form .form-group input:focus,.categories-admin .create-category-section .category-form .form-group select:focus,.categories-admin .create-category-section .category-form .form-group textarea:focus{outline:none;border-color:#333}.categories-admin .create-category-section .category-form .form-group select.parent-select{padding:.75rem;font-size:.9rem}.categories-admin .create-category-section .category-form .form-group select.parent-select optgroup{font-weight:600;font-style:normal;color:#666;padding:.5rem 0}.categories-admin .create-category-section .category-form .form-group select.parent-select option{padding:.5rem;font-weight:400}.categories-admin .create-category-section .category-form .form-group .select-hint{display:block;margin-top:.4rem;font-size:.8rem;color:#666;font-style:italic}.categories-admin .create-category-section .category-form .form-group textarea{resize:vertical}.categories-admin .create-category-section .category-form .create-btn{display:inline-flex;align-items:center;gap:.5rem;background:#1a1a1a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s;margin-top:.5rem}.categories-admin .create-category-section .category-form .create-btn:hover:not(:disabled){background:#333}.categories-admin .create-category-section .category-form .create-btn:disabled{background:#999;cursor:not-allowed}.categories-admin .create-category-section .category-form .create-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.categories-admin .categories-list-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#1a1a1a;font-size:1.1rem}.categories-admin .categories-list-section h3 .count{font-weight:400;color:#666;font-size:.9rem}.categories-admin .categories-list-section .loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:#666}.categories-admin .categories-list-section .loading .spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#333;border-radius:50%;animation:spin .8s linear infinite}.categories-admin .categories-list-section .empty-state{text-align:center;padding:3rem;color:#666}.categories-admin .categories-list-section .empty-state .empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.categories-admin .categories-tree{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.categories-admin .categories-tree .category-level-0{border-bottom:1px solid #e0e0e0}.categories-admin .categories-tree .category-level-0:last-child{border-bottom:none}.categories-admin .categories-tree .category-level-0>.category-item{background:#f5f5f5;font-weight:600}.categories-admin .categories-tree .category-level-1{border-top:1px solid #eee}.categories-admin .categories-tree .category-level-1>.category-item{padding-left:2.5rem;background:#fafafa}.categories-admin .categories-tree .category-level-2{border-top:1px solid #eee}.categories-admin .categories-tree .category-level-2>.category-item{padding-left:4.5rem;background:#fff}.categories-admin .category-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .2s}.categories-admin .category-item:hover{background:#f0f0f0!important}.categories-admin .category-item.inactive{opacity:.6}.categories-admin .category-item .category-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.categories-admin .category-item .category-info .level-badge{font-size:.7rem;padding:.2rem .5rem;background:#333;color:#fff;border-radius:4px;white-space:nowrap}.categories-admin .category-item .category-info .category-name{font-size:.95rem;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categories-admin .category-item .category-info .inactive-badge{font-size:.7rem;padding:.15rem .4rem;background:#ffc107;color:#333;border-radius:4px}.categories-admin .category-item .category-info .edit-input{flex:1;padding:.4rem .6rem;border:2px solid #333;border-radius:4px;font-size:.95rem;min-width:150px}.categories-admin .category-item .category-info .edit-input:focus{outline:none}.categories-admin .category-item .category-actions{display:flex;gap:.25rem}.categories-admin .category-item .category-actions .action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s}.categories-admin .category-item .category-actions .action-btn:hover{background:#e0e0e0}.categories-admin .category-item .category-actions .action-btn.save{color:#060}.categories-admin .category-item .category-actions .action-btn.save:hover{background:#cfc}.categories-admin .category-item .category-actions .action-btn.cancel{color:#c00}.categories-admin .category-item .category-actions .action-btn.cancel:hover,.categories-admin .category-item .category-actions .action-btn.delete:hover{background:#fcc}.categories-admin .category-item .category-actions .action-btn.edit:hover{background:#ffc}.categories-admin .category-item .category-actions .action-btn.toggle:hover{background:#cff}@media(max-width:768px){.categories-admin{padding:1rem}.categories-admin .categories-header{flex-direction:column;align-items:flex-start}.categories-admin .create-category-section .category-form .form-row{grid-template-columns:1fr}.categories-admin .category-item{flex-direction:column;align-items:flex-start;gap:.5rem}.categories-admin .category-item .category-actions{align-self:flex-end}.categories-admin .category-level-1>.category-item,.categories-admin .category-level-2>.category-item{padding-left:1rem}}.admin-settings{min-height:100vh;background-color:#f5f6fa}.admin-settings .admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#2c3e50;color:#fff}.admin-settings .admin-header h1{margin:0;font-size:1.5rem}.admin-settings .admin-header .logout-btn{padding:.75rem 1.5rem;background-color:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .2s}.admin-settings .admin-header .logout-btn:hover{background-color:#d62c1a}.admin-settings .admin-header .logout-btn{padding:.5rem 1rem;font-size:.9rem}.admin-settings .admin-tabs{display:flex;gap:0;background-color:#fff;border-bottom:2px solid #e0e0e0;padding:0 1rem;overflow-x:auto}.admin-settings .admin-tabs .tab{padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#666;position:relative;transition:color .2s;white-space:nowrap}.admin-settings .admin-tabs .tab:hover{color:#3498db}.admin-settings .admin-tabs .tab.active{color:#3498db;font-weight:600}.admin-settings .admin-tabs .tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:#3498db;border-radius:3px 3px 0 0}.admin-settings .admin-content{padding:1.5rem}@media(min-width:768px){.admin-settings .admin-header{padding:1rem 2rem}.admin-settings .admin-header h1{font-size:1.8rem}.admin-settings .admin-tabs{padding:0 2rem}.admin-settings .admin-tabs .tab{padding:1rem 2rem}.admin-settings .admin-content{padding:2rem}}@media(min-width:1024px){.admin-settings .admin-header{padding:1.5rem 3rem}.admin-settings .admin-tabs{padding:0 3rem}.admin-settings .admin-content{padding:2rem 3rem}}.product-edit{max-width:1200px;margin:0 auto;padding:20px 30px;background:#fafafa;min-height:100vh;color:#111}.product-edit .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;gap:20px}.product-edit .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite}.product-edit .loading-container p{color:#555;font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}.product-edit .page-header{display:flex;align-items:center;gap:20px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #111}.product-edit .page-header .back-btn{display:flex;align-items:center;gap:5px;padding:10px 16px;background:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;font-size:14px;color:#111;transition:all .2s}.product-edit .page-header .back-btn:hover{background:#f0f0f0;border-color:#111}.product-edit .page-header h1{font-size:24px;font-weight:600;color:#111;margin:0}.product-edit .message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:10px}.product-edit .message.success{background:#f0f0f0;color:#111;border:1px solid #ccc}.product-edit .message.error{background:#e8e8e8;color:#111;border:1px solid #999}.product-edit .edit-form .form-section{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;border:1px solid #e0e0e0;box-shadow:none}.product-edit .edit-form .form-section h2{font-size:18px;font-weight:600;color:#111;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #111}.product-edit .edit-form .form-section h3{font-size:15px;font-weight:500;color:#333;margin:0 0 12px}.product-edit .edit-form .form-section h4{font-size:14px;font-weight:500;color:#444;margin:15px 0 12px}.product-edit .edit-form .form-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.product-edit .edit-form .form-row:last-child{margin-bottom:0}.product-edit .edit-form .form-group{flex:1;min-width:200px}.product-edit .edit-form .form-group label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.product-edit .edit-form .form-group input[type=text],.product-edit .edit-form .form-group input[type=number],.product-edit .edit-form .form-group select,.product-edit .edit-form .form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;background:#fafafa;transition:all .2s}.product-edit .edit-form .form-group input[type=text]:focus,.product-edit .edit-form .form-group input[type=number]:focus,.product-edit .edit-form .form-group select:focus,.product-edit .edit-form .form-group textarea:focus{outline:none;border-color:#3498db;background:#fff;box-shadow:0 0 0 3px #3498db1a}.product-edit .edit-form .form-group input[type=text]:disabled,.product-edit .edit-form .form-group input[type=number]:disabled,.product-edit .edit-form .form-group select:disabled,.product-edit .edit-form .form-group textarea:disabled{background:#f0f0f0;cursor:not-allowed}.product-edit .edit-form .form-group textarea{resize:vertical;min-height:80px}.product-edit .edit-form .form-group.checkbox-group{display:flex;align-items:center}.product-edit .edit-form .form-group.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;margin:0;font-weight:400}.product-edit .edit-form .form-group.checkbox-group label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.product-edit .edit-form .language-add-row{display:flex;gap:12px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px}.product-edit .edit-form .language-add-row select{flex:1;max-width:250px;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.product-edit .edit-form .language-add-row .add-language-btn{padding:10px 18px;background:#27ae60;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s}.product-edit .edit-form .language-add-row .add-language-btn:hover:not(:disabled){background:#219a52}.product-edit .edit-form .language-add-row .add-language-btn:disabled{background:#ccc;cursor:not-allowed}.product-edit .edit-form .translation-block{border:1px solid #e0e0e0;border-radius:10px;padding:20px;margin-bottom:20px;background:#fafbfc}.product-edit .edit-form .translation-block:last-child{margin-bottom:0}.product-edit .edit-form .translation-block .translation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.product-edit .edit-form .translation-block .translation-header h3{margin:0;font-size:15px;font-weight:600;color:#2c3e50}.product-edit .edit-form .translation-block .translation-header .remove-language-btn{width:28px;height:28px;border:none;background:#e74c3c;color:#fff;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-edit .edit-form .translation-block .translation-header .remove-language-btn:hover{background:#c0392b}.product-edit .edit-form .translation-block .form-group{margin-bottom:15px}.product-edit .edit-form .translation-block .form-group:last-child{margin-bottom:0}.product-edit .edit-form .image-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #eee}.product-edit .edit-form .image-tabs .image-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.product-edit .edit-form .image-tabs .image-tab:hover{background:#f5f5f5}.product-edit .edit-form .image-tabs .image-tab.active{background:#3498db;color:#fff;border-color:#3498db}.product-edit .edit-form .image-tabs .image-tab.active .color-dot{border:2px solid white}.product-edit .edit-form .image-tabs .image-tab .color-dot{width:16px;height:16px;border-radius:50%;border:1px solid #ccc}.product-edit .edit-form .image-tabs .image-tab .image-count{font-size:12px;opacity:.8}.product-edit .edit-form .variant-images-section{padding:20px;background:#f8f9fa;border-radius:10px;border:1px solid #ddd}.product-edit .edit-form .variant-images-section .variant-images-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}.product-edit .edit-form .variant-images-section .variant-images-header .color-dot.large{width:24px;height:24px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px #0003}.product-edit .edit-form .variant-images-section .variant-images-header h3{margin:0;font-size:16px;color:#333}.product-edit .edit-form .variant-images-section .variant-images-info{font-size:13px;color:#666;margin-bottom:15px;padding:10px;background:#e8f4fc;border-radius:6px;border-left:3px solid #3498db}.product-edit .edit-form .images-row{display:grid;grid-template-columns:1fr 2fr;gap:25px}@media(max-width:900px){.product-edit .edit-form .images-row{grid-template-columns:1fr}}.product-edit .edit-form .images-row .primary-image h3,.product-edit .edit-form .images-row .gallery-images h3{margin-bottom:15px}.product-edit .edit-form .variants-list{margin-bottom:20px;overflow-x:auto}.product-edit .edit-form .variants-list table{width:100%;border-collapse:collapse;font-size:14px}.product-edit .edit-form .variants-list table th,.product-edit .edit-form .variants-list table td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}.product-edit .edit-form .variants-list table th{background:#f5f6fa;font-weight:600;color:#555}.product-edit .edit-form .variants-list table tr:hover td{background:#f9f9f9}.product-edit .edit-form .variants-list table .remove-btn{padding:6px 10px;background:transparent;border:1px solid #333;color:#111;border-radius:6px;cursor:pointer;transition:all .2s}.product-edit .edit-form .variants-list table .remove-btn:hover{background:#111;color:#fff}.product-edit .edit-form .variants-list table tr.variant-restock-row td{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:12px 15px}.product-edit .edit-form .variants-list table .variant-restock-panel{display:flex;flex-direction:column;gap:10px}.product-edit .edit-form .variants-list table .variant-restock-hint{margin:0;font-size:.85rem;color:#555;line-height:1.4}.product-edit .edit-form .variants-list table .variant-restock-loading,.product-edit .edit-form .variants-list table .variant-restock-empty{font-size:.9rem;color:#666}.product-edit .edit-form .variants-list table .variant-restock-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.product-edit .edit-form .variants-list table .variant-restock-controls label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#333}.product-edit .edit-form .variants-list table .variant-restock-controls label span{font-weight:500}.product-edit .edit-form .variants-list table .variant-restock-controls label select,.product-edit .edit-form .variants-list table .variant-restock-controls label input[type=number]{min-width:220px;padding:8px 10px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#111}.product-edit .edit-form .variants-list table .variant-restock-controls label input[type=number]{min-width:80px;max-width:120px}.product-edit .edit-form .variants-list table .variant-restock-controls .variant-restock-submit{padding:10px 16px;background:#111;color:#fff;border:1px solid #111;border-radius:8px;cursor:pointer;font-size:.9rem}.product-edit .edit-form .variants-list table .variant-restock-controls .variant-restock-submit:hover:not(:disabled){background:#333}.product-edit .edit-form .variants-list table .variant-restock-controls .variant-restock-submit:disabled{opacity:.6;cursor:not-allowed}.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-readonly{display:inline-block;padding:8px 6px;font-size:.9rem;color:#111}.product-edit .edit-form .variants-list table tr.variant-edit-row code.variant-readonly{font-family:ui-monospace,monospace;background:#f0f0f0;padding:6px 10px;border-radius:6px;border:1px solid #ddd}.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-input,.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-select{width:100%;max-width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px;background:#fff;color:#111;font-size:.9rem}.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-input-stock{max-width:88px}.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-stock-cell{display:flex;flex-direction:column;gap:4px}.product-edit .edit-form .variants-list table tr.variant-edit-row .variant-stock-warehouse-hint{margin:0;font-size:.75rem;color:#666;line-height:1.3;max-width:220px}.product-edit .edit-form .new-variant-images-block{margin:1rem 0;padding:1rem;background:#fff;border:1px dashed #bbb;border-radius:10px}.product-edit .edit-form .new-variant-images-block .new-variant-images-label{display:block;font-weight:600;color:#111;margin-bottom:.35rem}.product-edit .edit-form .add-variant-actions{margin-top:.5rem}.product-edit .edit-form .add-variant-form{padding:20px;background:#fafafa;border-radius:10px;border:1px dashed #bbb}.product-edit .edit-form .add-variant-form h4{margin:0 0 15px;color:#111}.product-edit .edit-form .add-variant-form .variant-warehouse-hint{margin:0 0 12px;font-size:.88rem;color:#555;line-height:1.45}.product-edit .edit-form .add-variant-form .variant-warehouse-row{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.product-edit .edit-form .add-variant-form .variant-readonly-block{display:block;min-height:40px;padding:8px 10px;border:1px solid #ddd;border-radius:6px;background:#f5f5f5;color:#111;font-size:.9rem;line-height:1.4}.product-edit .edit-form .add-variant-form .apply-warehouse-variant-btn{padding:10px 16px;background:#111;color:#fff;border:1px solid #111;border-radius:8px;cursor:pointer;font-size:14px;align-self:flex-end}.product-edit .edit-form .add-variant-form .apply-warehouse-variant-btn:hover:not(:disabled){background:#333}.product-edit .edit-form .add-variant-form .apply-warehouse-variant-btn:disabled{opacity:.45;cursor:not-allowed}.product-edit .edit-form .add-variant-form .form-row{align-items:flex-end}.product-edit .edit-form .add-variant-form .add-variant-btn{padding:10px 18px;background:#111;color:#fff;border:1px solid #111;border-radius:8px;cursor:pointer;font-size:14px;white-space:nowrap;transition:background .2s}.product-edit .edit-form .add-variant-form .add-variant-btn:hover:not(:disabled){background:#333}.product-edit .edit-form .add-variant-form .add-variant-btn:disabled{background:#ccc;cursor:not-allowed}.product-edit .edit-form .discounts-list{margin-bottom:20px;overflow-x:auto}.product-edit .edit-form .discounts-list table{width:100%;border-collapse:collapse;font-size:14px}.product-edit .edit-form .discounts-list table th,.product-edit .edit-form .discounts-list table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee}.product-edit .edit-form .discounts-list table th{background:#f5f6fa;font-weight:600;color:#555;font-size:13px}.product-edit .edit-form .discounts-list table tr.inactive td{opacity:.6}.product-edit .edit-form .discounts-list table tr:hover td{background:#f9f9f9}.product-edit .edit-form .discounts-list table .uses-count{color:#888;font-size:12px}.product-edit .edit-form .discounts-list table .status-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:12px}.product-edit .edit-form .discounts-list table .status-badge.active{background:#d4edda;color:#155724}.product-edit .edit-form .discounts-list table .status-badge.inactive{background:#f8d7da;color:#721c24}.product-edit .edit-form .discounts-list table .remove-btn{padding:6px 10px;background:transparent;border:1px solid #e74c3c;color:#e74c3c;border-radius:6px;cursor:pointer;transition:all .2s}.product-edit .edit-form .discounts-list table .remove-btn:hover{background:#e74c3c;color:#fff}.product-edit .edit-form .add-discount-form{padding:20px;background:#f8f9fa;border-radius:10px;border:1px dashed #ddd}.product-edit .edit-form .add-discount-form h4{margin:0 0 15px;color:#555}.product-edit .edit-form .add-discount-form .form-row{margin-bottom:15px}.product-edit .edit-form .add-discount-form .form-row:last-of-type{margin-bottom:20px}.product-edit .edit-form .add-discount-form .add-discount-btn{padding:10px 18px;background:#9b59b6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s}.product-edit .edit-form .add-discount-form .add-discount-btn:hover:not(:disabled){background:#8e44ad}.product-edit .edit-form .add-discount-form .add-discount-btn:disabled{background:#ccc;cursor:not-allowed}.product-edit .edit-form .sources-section{border:2px solid #e67e22}.product-edit .edit-form .sources-section h2{color:#e67e22}.product-edit .edit-form .sources-list{margin-bottom:20px;overflow-x:auto}.product-edit .edit-form .sources-list table{width:100%;border-collapse:collapse;font-size:13px}.product-edit .edit-form .sources-list table th,.product-edit .edit-form .sources-list table td{padding:10px 12px;text-align:left;border-bottom:1px solid #eee}.product-edit .edit-form .sources-list table th{background:#fdf2e9;font-weight:600;color:#555;font-size:12px}.product-edit .edit-form .sources-list table tr.inactive td{opacity:.6}.product-edit .edit-form .sources-list table tr:hover td{background:#fdf2e9}.product-edit .edit-form .sources-list table .source-link{color:#3498db;text-decoration:none}.product-edit .edit-form .sources-list table .source-link:hover{text-decoration:underline}.product-edit .edit-form .sources-list table .status-badge.primary{color:#f39c12;font-size:16px}.product-edit .edit-form .sources-list table .remove-btn{padding:6px 10px;background:transparent;border:1px solid #e74c3c;color:#e74c3c;border-radius:6px;cursor:pointer;transition:all .2s}.product-edit .edit-form .sources-list table .remove-btn:hover{background:#e74c3c;color:#fff}.product-edit .edit-form .add-source-form{padding:20px;background:#fdf2e9;border-radius:10px;border:1px dashed #e67e22}.product-edit .edit-form .add-source-form h4{margin:0 0 15px;color:#e67e22}.product-edit .edit-form .add-source-form .form-row{margin-bottom:15px}.product-edit .edit-form .add-source-form .form-row:last-of-type{margin-bottom:20px}.product-edit .edit-form .add-source-form .add-source-btn{padding:10px 18px;background:#e67e22;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s}.product-edit .edit-form .add-source-form .add-source-btn:hover:not(:disabled){background:#d35400}.product-edit .edit-form .add-source-form .add-source-btn:disabled{background:#ccc;cursor:not-allowed}.product-edit .edit-form .form-actions{display:flex;justify-content:flex-end;gap:15px;padding:25px 0;margin-top:10px;border-top:1px solid #eee}.product-edit .edit-form .form-actions button{padding:12px 30px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.product-edit .edit-form .form-actions .cancel-btn{background:#fff;border:1px solid #ddd;color:#666}.product-edit .edit-form .form-actions .cancel-btn:hover{background:#f5f5f5;border-color:#ccc}.product-edit .edit-form .form-actions .save-btn{background:#27ae60;border:none;color:#fff}.product-edit .edit-form .form-actions .save-btn:hover:not(:disabled){background:#219a52}.product-edit .edit-form .form-actions .save-btn:disabled{background:#95a5a6;cursor:not-allowed}.product-edit .edit-form .categories-section{margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.product-edit .edit-form .categories-section .categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.product-edit .edit-form .categories-section .categories-header label{font-weight:600;color:#333;font-size:14px}.product-edit .edit-form .categories-section .categories-header .add-category-btn{padding:6px 12px;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:background .2s}.product-edit .edit-form .categories-section .categories-header .add-category-btn:hover{background:#2980b9}.product-edit .edit-form .categories-section .category-row{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px;background:#fff;border-radius:6px;border:1px solid #ddd}.product-edit .edit-form .categories-section .category-row .category-inputs{display:flex;flex-wrap:wrap;gap:10px;flex:1;align-items:center}.product-edit .edit-form .categories-section .category-row .category-inputs select{flex:1;min-width:150px;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px}.product-edit .edit-form .categories-section .category-row .category-inputs select:disabled{background:#f5f5f5;cursor:not-allowed}.product-edit .edit-form .categories-section .category-row .category-inputs .primary-checkbox{display:flex;align-items:center;gap:6px;font-size:13px;color:#666;white-space:nowrap}.product-edit .edit-form .categories-section .category-row .category-inputs .primary-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.product-edit .edit-form .categories-section .category-row .remove-category-btn{width:30px;height:30px;padding:0;background:#e74c3c;color:#fff;border:none;border-radius:50%;font-size:14px;cursor:pointer;transition:background .2s;flex-shrink:0}.product-edit .edit-form .categories-section .category-row .remove-category-btn:hover{background:#c0392b}.product-edit .edit-form .categories-section .no-categories-hint{color:#e67e22;font-size:13px;font-style:italic;margin:10px 0;padding:10px;background:#fff3cd;border-radius:4px;border-left:3px solid #e67e22}.product-edit .edit-form .collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-bottom:15px}.product-edit .edit-form .collections-grid .collection-item{display:flex;align-items:center;gap:12px;padding:12px 15px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .2s}.product-edit .edit-form .collections-grid .collection-item:hover{background:#fff;border-color:#3498db;box-shadow:0 2px 8px #3498db26}.product-edit .edit-form .collections-grid .collection-item.selected{background:#e8f4fc;border-color:#3498db}.product-edit .edit-form .collections-grid .collection-item.selected .collection-checkbox input{background:#3498db}.product-edit .edit-form .collections-grid .collection-item .collection-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3498db}.product-edit .edit-form .collections-grid .collection-item .collection-image{width:50px;height:50px;object-fit:cover;border-radius:6px;background:#e0e0e0}.product-edit .edit-form .collections-grid .collection-item .collection-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.product-edit .edit-form .collections-grid .collection-item .collection-info .collection-name{font-weight:500;font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-edit .edit-form .collections-grid .collection-item .collection-info .collection-count{font-size:12px;color:#888}.product-edit .edit-form .no-collections-hint{color:#888;font-size:14px;text-align:center;padding:30px;background:#f8f9fa;border-radius:8px;border:1px dashed #ddd}.product-edit .edit-form .selected-count{font-size:13px;color:#3498db;font-weight:500;margin-top:10px}.invite-register{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.invite-register .invite-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:640px;overflow:hidden}.invite-register .invite-card .invite-card-header{background:#2c3e50;color:#fff;padding:1.5rem 2rem;text-align:center}.invite-register .invite-card .invite-card-header h1{margin:0;font-size:1.8rem}.invite-register .invite-card .invite-card-header p{margin:.5rem 0 0;opacity:.85;font-size:1rem}.invite-register .invite-card .invite-card-body{padding:2rem}.invite-register .invite-card .invite-card-body .loading-text{text-align:center;color:#6c757d;font-size:1.1rem;padding:2rem 0}.invite-register .invite-card .invite-card-body .info-text{text-align:center;color:#6c757d;font-size:.95rem;margin:1rem 0}.invite-register .invite-card .invite-card-body .preset-info{background:#e8f4fd;border:1px solid #b8daff;border-radius:8px;padding:16px 20px;margin-bottom:1.5rem}.invite-register .invite-card .invite-card-body .preset-info .preset-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.invite-register .invite-card .invite-card-body .preset-info .preset-row:not(:last-child){border-bottom:1px solid #cce0f0}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-label{font-size:.85rem;color:#004085;font-weight:500}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-value{font-size:.95rem;color:#004085;font-weight:600}.invite-register .invite-card .invite-card-body .preset-info .preset-row .preset-value code{background:#cce5ff;padding:2px 8px;border-radius:4px;font-size:.9rem}.invite-register .invite-card .invite-card-body .error-box{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:12px 16px;border-radius:8px;margin-bottom:1rem;text-align:center}.invite-register .invite-card .invite-card-body .success-box{background:#d4edda;color:#155724;border:1px solid #c3e6cb;padding:16px;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:1.1rem;font-weight:600}.invite-register .invite-card .invite-card-body .login-redirect-btn{display:block;width:100%;padding:12px;background:#2c3e50;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;transition:background .2s}.invite-register .invite-card .invite-card-body .login-redirect-btn:hover{background:#1a252f}.invite-register .invite-card .invite-card-body form h3{margin:1.5rem 0 .75rem;font-size:1rem;color:#2c3e50;font-weight:600;padding-bottom:.4rem;border-bottom:1px solid #e9ecef}.invite-register .invite-card .invite-card-body form h3:first-of-type{margin-top:0}.invite-register .invite-card .invite-card-body form .form-row{display:flex;gap:1rem;margin-bottom:.75rem}.invite-register .invite-card .invite-card-body form .form-row .form-group{flex:1;display:flex;flex-direction:column;gap:4px}.invite-register .invite-card .invite-card-body form .form-row .form-group label{font-size:.8rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.5px}.invite-register .invite-card .invite-card-body form .form-row .form-group input,.invite-register .invite-card .invite-card-body form .form-row .form-group select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;background:#fff;transition:border-color .2s,box-shadow .2s}.invite-register .invite-card .invite-card-body form .form-row .form-group input:focus,.invite-register .invite-card .invite-card-body form .form-row .form-group select:focus{outline:none;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a}.invite-register .invite-card .invite-card-body form .form-row .form-group select{cursor:pointer}.invite-register .invite-card .invite-card-body form .submit-btn{display:block;width:100%;padding:14px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;margin-top:1.5rem;transition:background .2s}.invite-register .invite-card .invite-card-body form .submit-btn:hover:not(:disabled){background:#218838}.invite-register .invite-card .invite-card-body form .submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.invite-register{padding:1rem .5rem}.invite-register .invite-card .invite-card-body{padding:1.25rem}.invite-register .invite-card .invite-card-body form .form-row{flex-direction:column;gap:.75rem}}#root{width:100%;min-height:100vh}.app-container{min-height:100vh;background:#fff;display:flex;flex-direction:column}.app-container main{flex:1}.app-container main:has(.about-page){flex-grow:0}.admin-settings,.admin-login{width:100%}.site-header{--site-header-height: 76px;--header-fg: #fff;--header-fg-muted: rgba(255, 255, 255, .7);--header-border: rgba(255, 255, 255, .35);--header-control-radius: 2px;background:#000;position:sticky;top:0;z-index:100}.site-header--tall{--site-header-height: 96px}.header-top{position:relative;z-index:1002;display:flex;align-items:center;gap:20px;padding:0 32px;height:var(--site-header-height);max-width:1400px;margin:0 auto}.site-header--tall .header-top{padding:0 32px}.header-top .logo{display:inline-flex;align-items:center;line-height:0;color:var(--header-fg);text-decoration:none;flex-shrink:0;transition:opacity .2s}.header-top .logo .site-logo-img{height:56px;width:auto;max-width:min(440px,55vw);object-fit:contain;object-position:left center;display:block}.site-header--tall .header-top .logo .site-logo-img{height:64px;max-width:min(480px,60vw)}.header-top .logo:hover{opacity:.8}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.header-actions .lang-select{height:42px;padding:0 14px;min-width:130px;background:transparent;border:1px solid var(--header-border);border-radius:var(--header-control-radius);color:var(--header-fg);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.header-actions .lang-select:hover:not(:disabled){background:#fff;color:#000;border-color:#fff}.header-actions .lang-select:focus{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.header-actions .lang-select option{background:#1a1a1a;color:#fff}.header-actions .lang-select:disabled{opacity:.5;cursor:wait}.header-actions .login-link,.header-actions .account-link{height:42px;display:inline-flex;align-items:center;padding:0 16px;color:var(--header-fg);text-decoration:none;font-size:14px;font-weight:500;border:1px solid var(--header-border);border-radius:var(--header-control-radius);background:transparent;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.header-actions .login-link:hover,.header-actions .account-link:hover{background:#fff;color:#000;border-color:#fff}.nav-burger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:10px;margin:0;border:1px solid rgba(255,255,255,.35);border-radius:2px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease,color .2s ease}.nav-burger:hover{background:#fff;color:#111;border-color:#fff}.nav-burger:hover .nav-burger__bar{background:#111}.nav-burger:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.nav-burger__bar{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.nav-burger--open .nav-burger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger--open .nav-burger__bar:nth-child(2){opacity:0}.nav-burger--open .nav-burger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-backdrop{position:fixed;inset:0;z-index:1000;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:navBackdropIn .25s ease}@keyframes navBackdropIn{0%{opacity:0}to{opacity:1}}.main-nav-drawer{position:fixed;top:var(--site-header-height, 76px);left:0;bottom:0;z-index:1001;width:min(340px,88vw);display:flex;flex-direction:column;background:#0a0a0a;border-right:1px solid rgba(255,255,255,.08);box-shadow:16px 0 48px #00000080;padding-left:max(env(safe-area-inset-left),0px);padding-bottom:env(safe-area-inset-bottom,0px);animation:navDrawerIn .28s cubic-bezier(.4,0,.2,1)}@keyframes navDrawerIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.main-nav-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.main-nav-drawer__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73}.main-nav-drawer__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:8px;background:transparent;color:#ffffffb3;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s,color .2s}.main-nav-drawer__close:hover{background:#ffffff1a;color:#fff}.main-nav-drawer__close:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:2px}.main-nav--drawer{display:flex;flex-direction:column;gap:2px;padding:16px 12px 24px;overflow-y:auto;flex:1}.main-nav--drawer a{text-decoration:none;color:#ffffffd9;font-weight:500;font-size:.95rem;padding:13px 16px;border-radius:8px;letter-spacing:.01em;transition:background .2s,color .2s}.main-nav--drawer a:hover{background:#ffffff14;color:#fff}.main-nav--inline{display:flex;gap:2px;flex:1;justify-content:center;align-items:center;min-width:0}.main-nav--inline a{text-decoration:none;color:var(--header-fg-muted);font-weight:500;font-size:14px;padding:8px 16px;border-radius:6px;letter-spacing:.01em;transition:background .2s,color .2s}.main-nav--inline a:hover{background:#ffffff1a;color:#fff}.site-header--tall .main-nav--inline a{font-size:14px;padding:9px 16px}.content{text-align:center;padding:48px 32px;max-width:1200px;margin:0 auto;color:#000}.content h1{font-size:2.5rem;font-weight:700;margin-bottom:24px;color:#000}.content p{color:#444;line-height:1.6}.card{padding:2em;background:#f5f5f5;border-radius:12px;border:1px solid #e0e0e0;margin:24px auto;max-width:500px}.card button{padding:12px 24px;font-size:16px;font-weight:600;background:#000;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:transform .2s,box-shadow .2s}.card button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.header-top--mobile{flex-direction:column;align-items:stretch;height:auto;padding-top:12px;padding-bottom:15px;margin-bottom:15px;gap:10px}.header-row-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.header-row-top .logo{flex:1;min-width:0}.header-row-bottom{width:100%}.header-actions--mobile{display:flex;align-items:center;gap:8px;margin-left:0!important}@media(max-width:1140px){.site-header--tall{--site-header-height: 110px}.header-top--mobile{padding:12px 16px 10px}.header-row-top .logo .site-logo-img{height:48px;max-width:min(360px,65vw)}.header-actions--mobile .cart-icon-wrapper{flex:0 0 auto}.header-actions--mobile .login-link,.header-actions--mobile .account-link{height:38px;padding:0 14px;font-size:13px;white-space:nowrap;flex:1 1 0;min-width:0;text-align:center;justify-content:center}.header-actions--mobile .lang-select{height:38px;min-width:0;flex:1 1 0;max-width:11rem;padding:0 10px;font-size:13px}.nav-burger{width:38px;height:38px;padding:9px}}@media(max-width:640px){.site-header--tall{--site-header-height: 100px}.header-top--mobile{padding:10px 12px 8px;gap:8px}.header-row-top .logo .site-logo-img{height:40px;max-width:min(260px,58vw)}.header-actions--mobile .login-link,.header-actions--mobile .account-link{height:34px;padding:0 10px;font-size:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.header-actions--mobile .lang-select{height:34px;max-width:8rem;padding:0 8px;font-size:12px}.nav-burger{width:34px;height:34px;padding:7px}}@media(max-width:768px){.content{padding:24px 16px}.content h1{font-size:1.75rem}}.site-footer{--footer-fg: #fff;--footer-muted: rgba(255, 255, 255, .65);--footer-edge: rgba(255, 255, 255, .12);background:#000;color:var(--footer-fg);margin-top:auto;border-top:1px solid var(--footer-edge);padding:3rem 32px 2.75rem}.site-footer .footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem 3rem}.site-footer .footer-brand-block{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;flex-shrink:0}.site-footer .footer-logo-link{display:inline-flex;align-items:center;line-height:0;flex-shrink:0;transition:opacity .2s ease}.site-footer .footer-logo-link:hover{opacity:.85}.site-footer .site-logo-img--footer{width:auto;height:auto;max-height:96px;max-width:min(520px,58vw);object-fit:contain;object-position:left center;display:block}.site-footer .footer-socials{display:flex;align-items:center;gap:.85rem}.site-footer .footer-social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;transition:color .2s ease,border-color .2s ease,background .2s ease}.site-footer .footer-social-link:hover{color:#fff;border-color:#ffffff8c;background:#ffffff1a}.site-footer .footer-social-link svg{width:22px;height:22px}.site-footer .footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:0 0 0 1.75rem;margin:0;border-left:1px solid rgba(255,255,255,.2);min-height:min(96px,100%);justify-content:center}.site-footer .footer-nav a{text-decoration:none;color:#ffffffb8;font-weight:500;font-size:15px;letter-spacing:.02em;padding:10px 18px;margin:0 -18px 0 0;border-radius:6px;transition:background .2s ease,color .2s ease}.site-footer .footer-nav a:hover{background:#ffffff1a;color:#fff}.site-footer .footer-contact{text-align:right;flex-shrink:0}.site-footer .footer-contact p{margin:0 0 .35rem;color:var(--footer-muted);font-size:.9rem;letter-spacing:.02em}.site-footer .footer-contact p:last-of-type{margin-bottom:0}.site-footer .footer-legal-docs{margin-top:1rem;display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;font-size:.88rem;line-height:1.35}.site-footer .footer-legal-docs a{color:#ffffffe0;text-decoration:underline;text-underline-offset:2px}.site-footer .footer-legal-docs a:hover{color:#fff}.site-footer .footer-legal{margin-top:1.1rem;font-size:.85rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.35rem}.site-footer .footer-legal a{color:#ffffffd1;text-decoration:underline;text-underline-offset:2px}.site-footer .footer-legal a:hover{color:#fff}.site-footer .footer-legal__sep{color:#ffffff59;-webkit-user-select:none;user-select:none}.site-footer .footer-cookie-settings{background:none;border:none;padding:0;font:inherit;color:#ffffffd1;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.site-footer .footer-cookie-settings:hover{color:#fff}@media(max-width:1135px){.site-footer .footer-content{flex-wrap:wrap}.site-footer .footer-brand-block{width:100%;flex-direction:row;align-items:center;gap:1.5rem}.site-footer .footer-nav{border-left:none;border-top:1px solid rgba(255,255,255,.18);flex-direction:row;flex-wrap:wrap;padding:1rem 0 0;min-height:0;gap:2px 0}.site-footer .footer-nav a{padding:8px 14px;margin:0;font-size:14px}.site-footer .footer-contact{margin-left:auto}}@media(max-width:640px){.site-footer{padding:2.5rem 1.25rem}.site-footer .footer-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}.site-footer .footer-brand-block{flex-direction:column;align-items:center}.site-footer .site-logo-img--footer{max-height:72px;max-width:min(420px,80vw);object-position:center}.site-footer .footer-socials{justify-content:center}.site-footer .footer-nav{border-top:1px solid rgba(255,255,255,.18);flex-direction:column;align-items:center;padding:1rem 0 0;width:100%;max-width:320px}.site-footer .footer-nav a{margin:0;font-size:14px}.site-footer .footer-contact{text-align:center;margin-left:0}.site-footer .footer-legal-docs{align-items:center}.site-footer .footer-legal{justify-content:center}}
