@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1100;background-color:var(--header-bg);color:var(--header-text);box-shadow:0 1px 3px #0000001a}.header-spacer{height:60px}@media (min-width: 768px){.header-spacer{height:68px}}.header__container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;max-width:100%;margin:0 auto}@media (min-width: 768px){.header__container{padding:12px 24px}}@media (min-width: 1024px){.header__container{padding:12px 40px}}.header__left{display:flex;align-items:center;gap:8px}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:var(--header-text);cursor:pointer;border-radius:8px;transition:background-color .2s}.header__menu-btn:hover{background-color:#0000000d}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit}.header__logo img{height:36px;max-width:120px;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.header__logo img{height:44px;max-width:180px}}.header__logo-text{font-size:1rem;font-weight:700;color:var(--primary)}@media (min-width: 768px){.header__logo-text{font-size:1.25rem}}.header__search{display:flex;align-items:center;background-color:#f1f5f9;border-radius:8px;padding:4px 12px;flex:1;max-width:400px}.header__search input{flex:1;border:none;background:transparent;padding:8px 0;font-size:.9rem;outline:none;min-width:0}.header__search input::-moz-placeholder{color:#64748b}.header__search input::placeholder{color:#64748b}.header__search button{display:flex;align-items:center;justify-content:center;padding:4px;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px}.header__search button:hover{color:var(--primary)}.header__nav{display:flex;align-items:center;gap:4px}@media (min-width: 1024px){.header__nav{gap:8px}}.header__nav-link{padding:8px 12px;text-decoration:none;color:var(--header-text);font-size:.875rem;font-weight:500;border-radius:6px;transition:all .2s}@media (min-width: 1024px){.header__nav-link{padding:8px 16px;font-size:1rem}}.header__nav-link:hover{background-color:#0000000d}.header__nav-link.active{color:var(--primary);font-weight:600}.header__actions{display:flex;align-items:center;gap:4px}@media (min-width: 768px){.header__actions{gap:8px}}.header__icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:var(--header-text);cursor:pointer;border-radius:8px;transition:background-color .2s;text-decoration:none}.header__icon-btn:hover{background-color:#0000000d}.header__login-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;background-color:var(--primary);color:var(--button-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-left:8px}.header__login-btn:hover{background-color:var(--primary-dark)}.MuiDrawer-paper .header__login-btn{width:100%;justify-content:center;margin-left:0}:root{--primary: #0ea5e9;--primary-dark: #0284c7;--secondary: #64748b;--bg-light: #f8fafc;--bg-card: #ffffff;--text-dark: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0,0,0,.1);--shadow-lg: 0 10px 40px rgba(0,0,0,.15);--radius: 8px;--header-height: 64px;--sidebar-width: 280px}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--button-text);padding:32px 16px}.hero__content{margin:0 auto}.hero__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:12px;line-height:1.2}.hero__subtitle{font-size:clamp(.875rem,2vw,1.125rem);opacity:.9;margin-bottom:24px;max-width:600px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap}@media (max-width: 767px){.hero{padding:24px 16px}.hero__buttons{flex-direction:column}.hero__buttons .btn{width:100%}}@media (min-width: 1024px){.hero{padding:48px 24px}}.hero-search{background-image:url(/fondo-categorias.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:60px 16px;min-height:350px;display:flex;align-items:center;justify-content:center}.hero-search:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-search__content{position:relative;z-index:2;text-align:center;max-width:800px;width:100%}.hero-search__tagline{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:var(--button-text);margin-bottom:12px}.hero-search__title{font-family:Roboto,sans-serif;font-size:52px!important;font-weight:600;letter-spacing:-2px;color:var(--button-text);margin-bottom:32px;line-height:1.1;margin-top:-12px!important}.hero-search__filters{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.hero-search__select{padding:14px 40px 14px 20px;font-size:15px;border:none;border-radius:8px;background:#fff;color:#333;min-width:200px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:box-shadow .2s ease}.hero-search__select:focus{outline:none;box-shadow:0 0 0 3px #0ea5e94d}.hero-search__select:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}.hero-search__button{padding:14px 28px;font-size:15px;font-weight:600;border:none;border-radius:8px;background:var(--primary);color:var(--button-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .1s ease}.hero-search__button:hover{background:var(--primary-dark)}.hero-search__button:active{transform:scale(.98)}@media (max-width: 767px){.hero-search{padding:40px 16px;min-height:300px}.hero-search__title{font-size:32px;letter-spacing:-1px;margin-bottom:24px}.hero-search__tagline{font-size:14px}.hero-search__filters{flex-direction:column;gap:10px}.hero-search__select,.hero-search__button{width:100%;min-width:unset}}@media (min-width: 768px) and (max-width: 1023px){.hero-search__title{font-size:48px!important}.hero-search__select{min-width:180px}}@media (min-width: 1024px){.hero-search{padding:80px 24px;min-height:400px}}.section{padding:32px 16px;margin:0 auto}.section--gray{background:var(--bg-light);max-width:100%;padding:32px 16px}.section--gray>*{margin-left:auto;margin-right:auto}.section__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin-bottom:8px;color:var(--text-dark);text-align:center}.section__subtitle{color:var(--text-muted);margin-bottom:24px;text-align:center;font-size:.9rem}.section__cta{text-align:center;margin-top:24px}@media (min-width: 768px){.section,.section--gray{padding:40px 24px}}@media (min-width: 1024px){.section,.section--gray{padding:48px 40px}}.grid{display:grid;gap:16px}.grid--1,.grid--2{grid-template-columns:1fr}.grid--3,.grid--4,.grid--5,.grid--6{grid-template-columns:repeat(2,1fr)}.grid.grid--scroll{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px;scrollbar-width:none;-ms-overflow-style:none}.grid.grid--scroll::-webkit-scrollbar{display:none}.grid.grid--scroll>*{flex:0 0 auto!important;min-width:100px;width:100px;scroll-snap-align:start}@media (min-width: 768px){.grid{gap:20px}.grid--2,.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.grid--5,.grid--6{grid-template-columns:repeat(3,1fr)}.grid.grid--scroll{display:flex!important;justify-content:center;overflow-x:visible;flex-wrap:wrap!important}.grid.grid--scroll>*{min-width:110px;width:110px}}@media (min-width: 1024px){.grid{gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--5{grid-template-columns:repeat(5,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}.grid.grid--scroll{display:grid!important;grid-template-columns:repeat(9,1fr);gap:16px;overflow-x:visible;flex-wrap:unset!important}.grid.grid--scroll>*{min-width:unset;width:unset}}@media (max-width: 480px){.grid--4.grid--products,.grid--3.grid--products{grid-template-columns:1fr}}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);transition:all .2s ease}.card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.card--category{padding:20px 16px;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:140px;cursor:pointer;gap:12px;border:none!important;box-shadow:none!important}.card__image{width:64px;height:64px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.card__title{font-size:clamp(.85rem,2vw,1rem)!important;font-weight:600;color:var(--text-dark);line-height:1.3}.card__description{font-size:.75rem!important;color:var(--text-muted);margin-top:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 767px){.card--category{min-height:100px;padding:16px 12px;gap:8px}.card__image{width:48px;height:48px}.card__description{display:none}}.product-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}@media (min-width: 768px){.product-card:hover{transform:translateY(-4px)}}.product-card__image{aspect-ratio:1;background:var(--bg-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{padding:12px;flex-grow:1;display:flex;flex-direction:column}@media (min-width: 768px){.product-card__body{padding:16px}}.product-card__category{font-size:.7rem;color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}@media (min-width: 768px){.product-card__category{font-size:.75rem}}.product-card__title{font-size:clamp(.8rem,2vw,.95rem)!important;font-weight:500;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-dark)}.product-card__price{font-size:clamp(.9rem,2vw,1.1rem);font-weight:700;color:var(--text-dark);margin-top:auto}.product-card__price--old{font-size:.8rem;color:var(--text-muted);text-decoration:line-through;margin-left:8px;font-weight:400}.product-card__material{display:flex;align-items:center;gap:8px;margin-top:8px;padding:6px 10px;background:#f8f9fa;border-radius:6px;font-size:.75rem;color:#495057}.product-card__material-texture{width:20px;height:20px;min-width:20px;border-radius:4px;border:1px solid rgba(0,0,0,.1);flex-shrink:0;box-shadow:inset 0 0 1px #0000001a}.product-card__material-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;max-width:100%}.product-card__colors{margin-top:10px}.color-swatches{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.product-card__image{position:relative}.product-card__material-badge{position:absolute;top:8px;left:8px;z-index:2;padding:4px 10px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;background-size:200% 200%;border-radius:3px;box-shadow:0 1px 3px #00000026,inset 0 1px #fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card__actions{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px;margin-top:auto}@media (min-width: 768px){.product-card__actions{padding:12px 16px 16px;gap:8px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.9rem;text-decoration:none;font-family:inherit}.btn--primary{background:var(--primary);color:var(--button-text)}.btn--primary:hover{background:var(--primary-dark)}.btn--ghost{background:transparent;color:var(--text-dark);border:1px solid var(--border)}.btn--ghost:hover{background:var(--bg-light)}.btn--link{background:transparent;color:var(--text-muted);padding:6px 12px}.btn--link:hover{color:var(--primary)}.btn--white{background:#fff!important;color:var(--primary)!important}.btn--white:hover{background:#f1f5f9!important}.btn--outline-white{background:transparent!important;border:1px solid white!important;color:#fff!important}.btn--outline-white:hover{background:#ffffff1a!important}.btn--sm{padding:4px 8px;font-size:.8rem}.btn--block{width:100%!important}@media (min-width: 768px){.btn--sm{padding:8px 16px;font-size:.8rem}}.cta-box{background:#475569;color:#fff;border-radius:var(--radius);padding:32px 20px;text-align:center}.cta-box__title{font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;margin-bottom:12px}.cta-box__text{opacity:.9;margin-bottom:20px;font-size:.9rem}@media (min-width: 768px){.cta-box{padding:48px 32px}}.layout-sidebar{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media (min-width: 900px){.layout-sidebar{grid-template-columns:var(--sidebar-width) 1fr;gap:32px}}.filters{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:20px;position:fixed;top:0;left:0;width:85%;max-width:320px;height:100vh;z-index:1002;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.filters.active{transform:translate(0)}.filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:all .3s}.filters-overlay.active{opacity:1;visibility:visible}@media (min-width: 900px){.filters{position:sticky;top:calc(var(--header-height) + 20px);width:100%;max-width:none;height:auto;transform:none;overflow-y:visible}.filters-overlay{display:none}}.filters__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.filters__title{font-size:1.125rem;font-weight:600;margin:0}.filters__close{display:none;background:none;border:none;font-size:1.75rem;cursor:pointer;color:var(--text-muted);padding:0;line-height:1}@media (max-width: 899px){.filters__close{display:block}}.filter-toggle-btn{display:none}@media (max-width: 899px){.filter-toggle-btn{display:flex}}.products__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.products__count{font-size:.9rem;color:var(--text-muted)}.products__actions{display:flex;align-items:center;gap:12px}@media (max-width: 767px){.products__toolbar{flex-direction:column;align-items:stretch}.products__actions{justify-content:space-between}}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:32px}.pagination__btn{padding:10px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.9rem;transition:all .2s}.pagination__btn:hover:not(:disabled){background:var(--bg-light);border-color:var(--primary)}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__numbers{display:flex;gap:4px}.pagination__num{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.9rem;transition:all .2s}.pagination__num:hover{background:var(--bg-light)}.pagination__num.active{background:var(--primary);border-color:var(--primary);color:var(--button-text)}@media (max-width: 767px){.pagination{gap:4px}.pagination__btn{padding:8px 12px;font-size:.8rem}.pagination__num{width:36px;height:36px;font-size:.85rem}}@media (max-width: 480px){.pagination__numbers{display:none}}.table-container{overflow-x:auto;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border)}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border)}.table th{background:var(--bg-light);font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}@media (max-width: 767px){.table--cards thead{display:none}.table--cards tbody tr{display:block;margin-bottom:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.table--cards td{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border)}.table--cards td:last-child{border-bottom:none}.table--cards td:before{content:attr(data-label);font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase}}.list{list-style:none;padding:0;margin:0}.list__item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.list__item:last-child{border-bottom:none}.list__item--interactive{justify-content:space-between}@media (max-width: 767px){.list__item--interactive{flex-direction:column;align-items:flex-start;gap:12px}.list__item--interactive .list__actions{align-self:flex-end}}.cart-item{display:flex;gap:12px;padding:12px;background:#fff;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:12px}@media (min-width: 768px){.cart-item{gap:16px;padding:16px}}.cart-item__image{width:60px;height:60px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media (min-width: 768px){.cart-item__image{width:80px;height:80px}}.cart-item__title{font-size:.875rem;font-weight:500;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 768px){.cart-item__title{font-size:1rem}}.cart-item__meta{font-size:.75rem;color:var(--text-muted)}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media (min-width: 768px){.cart-item__actions{flex-direction:row;align-items:center;gap:16px}}.status{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500}.status--success{background:#dcfce7;color:#16a34a}.status--warning{background:#fef3c7;color:#d97706}.status--danger{background:#fee2e2;color:#dc2626}.status--info{background:#dbeafe;color:#2563eb}.footer{background:var(--footer-bg);color:var(--footer-text);padding:32px 16px;margin-top:auto}@media (min-width: 768px){.footer{padding:48px 24px}}.footer__grid{display:grid;grid-template-columns:1fr;gap:24px;margin:0 auto}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width: 1024px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__title{font-size:1rem;font-weight:600;margin-bottom:16px}.footer__link{color:#e5e5e5;text-decoration:none;font-size:.875rem;display:block;padding:4px 0;transition:color .2s}.footer__link:hover{color:var(--primary)}.footer__copyright{text-align:center;padding-top:24px;margin-top:24px;border-top:1px solid #374151;font-size:.8rem;color:#9ca3af;margin-left:auto;margin-right:auto}@media (min-width: 768px){.footer__copyright{display:flex;justify-content:space-between;text-align:left}}.contact-layout{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.contact-layout{grid-template-columns:repeat(2,1fr);gap:32px}}.contact-info{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:20px}@media (min-width: 768px){.contact-info{padding:24px}}.contact-form{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:20px}@media (min-width: 768px){.contact-form{padding:24px}}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.hide-mobile{display:none}@media (min-width: 768px){.hide-mobile{display:block}}.hide-desktop{display:block}@media (min-width: 768px){.hide-desktop{display:none}}@media (min-width: 768px){.mobile-full-width{width:auto}}.mobile-stack{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.mobile-stack{flex-direction:row;gap:16px}}.col-span-full{grid-column:1 / -1}@media (max-width: 767px){.col-span-2,.col-span-3,.col-span-full{grid-column:span 1}}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px;max-width:1240px;margin-left:auto;margin-right:auto}.product-gallery{position:sticky;top:calc(var(--header-height) + 20px);align-self:start}.product-gallery__main{position:relative;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;margin-bottom:12px}.product-gallery__badge{position:absolute;top:16px;left:16px;background:#ef4444;color:var(--button-text);padding:6px 12px;border-radius:4px;font-size:.875rem;font-weight:600;z-index:2}.product-gallery__badge--new{background:var(--primary)}.product-gallery__image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--bg-light);cursor:zoom-in;overflow:hidden}.product-gallery__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.product-gallery__image:hover img{transform:scale(1.1)}.product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:40px;height:40px;border-radius:50%;box-shadow:var(--shadow);cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.product-gallery__nav:hover{background:var(--primary);color:var(--button-text)}.product-gallery__nav--prev{left:16px}.product-gallery__nav--next{right:16px}.product-gallery__thumbs{display:flex;gap:8px}.product-gallery__thumb{flex:1;aspect-ratio:1;background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;overflow:hidden;opacity:.6;transition:all .2s}.product-gallery__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--primary);opacity:1}.product-info{padding:0}.product-info__breadcrumb{font-size:.85rem;color:var(--text-muted);margin-bottom:16px}.product-info__breadcrumb a{color:var(--text-muted);text-decoration:none}.product-info__breadcrumb a:hover{color:var(--primary)}.product-info__title{font-size:1.75rem;font-weight:700;line-height:1.3;margin-bottom:16px}.product-info__meta{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.product-info__brand{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--text-muted)}.product-info__sku{color:var(--text-muted);font-size:.85rem}.product-info__price-box{background:var(--bg-light);padding:20px;border-radius:var(--radius);margin-bottom:20px}.product-info__price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.price-current{font-size:2rem;font-weight:700;color:var(--text-dark)}.price-old{font-size:1.25rem;color:var(--text-muted);text-decoration:line-through}.price-discount{font-size:.9rem;color:#16a34a;font-weight:500}.product-info__stock{display:flex;align-items:center;gap:6px;font-size:.9rem}.product-info__stock.in-stock{color:#16a34a}.product-info__stock.out-of-stock{color:#dc2626}.product-info__short-desc{margin-bottom:24px;color:var(--text-muted);line-height:1.7}.product-option{margin-bottom:20px}.product-option__label{display:block;font-size:.9rem;margin-bottom:10px;font-weight:500}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.quantity-btn{width:44px;height:44px;background:var(--bg-light);border:none;cursor:pointer;font-size:1.25rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:var(--border)}.quantity-input{width:60px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:500;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.product-actions{display:flex;gap:12px;margin-bottom:24px}.btn--lg{padding:16px 32px;font-size:1rem}.btn--secondary{background:var(--bg-light);color:var(--text-dark);border:1px solid var(--border)}.btn--secondary:hover{background:var(--border)}.product-actions__cart{flex:1;display:flex;align-items:center;justify-content:center;gap:8px}.product-actions__buy{flex:1}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:24px;border-top:1px solid var(--border)}.product-benefit{display:flex;align-items:flex-start;gap:12px}.product-benefit__icon{font-size:1.5rem;flex-shrink:0;display:flex;align-items:center;color:var(--primary)}.product-benefit__text{display:flex;flex-direction:column;font-size:.85rem}.product-benefit__text strong{color:var(--text-dark)}.product-benefit__text span{color:var(--text-muted)}.product-tabs{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;margin-bottom:48px;max-width:1240px;margin-left:auto;margin-right:auto}.product-tabs__nav{display:flex;border-bottom:1px solid var(--border);overflow-x:auto}.product-tabs__btn{padding:16px 24px;background:none;border:none;font-size:.95rem;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;position:relative;transition:color .2s;font-family:inherit}.product-tabs__btn:hover{color:var(--text-dark)}.product-tabs__btn.active{color:var(--primary)}.product-tabs__btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary)}.product-tabs__content{padding:32px}.product-tab{display:none}.product-tab.active{display:block}.product-description h3{font-size:1.125rem;margin-bottom:12px;margin-top:24px}.product-description h3:first-child{margin-top:0}.product-description p{color:var(--text-muted);line-height:1.7}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--border)}.specs-table tr:last-child{border-bottom:none}.specs-table th,.specs-table td{padding:14px 0;text-align:left}.specs-table th{width:40%;color:var(--text-muted);font-weight:500}.specs-table td{color:var(--text-dark)}.related-products{margin-top:48px}.related-products__title{font-size:1.25rem;font-weight:600;margin-bottom:20px}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (min-width: 768px) and (max-width: 1023px){.product-page{gap:32px}.product-info__title{font-size:1.5rem}.product-benefits{grid-template-columns:1fr;gap:12px}.product-benefit{padding:12px;background:var(--bg-light);border-radius:var(--radius)}.related-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.product-page{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.product-info__title{font-size:1.25rem}.price-current{font-size:1.5rem}.product-actions{flex-wrap:wrap}.product-actions__cart,.product-actions__buy{flex:1 1 100%}.product-benefits{grid-template-columns:1fr}.product-tabs__nav{overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tabs__btn{padding:12px 16px;font-size:.85rem}.product-tabs__content{padding:20px}.related-products__grid{grid-template-columns:repeat(2,1fr);gap:12px}.specs-table th,.specs-table td{display:block;width:100%}.specs-table th{padding-bottom:4px}.specs-table td{padding-top:0;padding-bottom:14px}}.catalog-page{min-height:100vh}.active-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--primary);color:var(--button-text, white);border-radius:20px;font-size:.8rem;font-weight:500}.filter-chip--color,.filter-chip--material{background:none;border:1px solid rgba(0,0,0,.15);box-shadow:0 1px 3px #0000001a}.filter-chip--light{color:#1e293b;text-shadow:0 1px 0 rgba(255,255,255,.5)}.filter-chip--light .filter-chip__remove{background:#00000026;color:#1e293b}.filter-chip--light .filter-chip__remove:hover{background:#00000040}.filter-chip--dark{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.4)}.filter-chip--dark .filter-chip__remove{background:#ffffff40;color:#fff}.filter-chip--dark .filter-chip__remove:hover{background:#fff6}.filter-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:#fff3;border:none;border-radius:50%;color:inherit;cursor:pointer;font-size:14px;line-height:1;transition:background .2s}.filter-chip__remove:hover{background:#fff6}.clear-all-filters{padding:6px 12px;background:none;border:1px dashed var(--border);border-radius:20px;color:var(--text-muted);font-size:.75rem;cursor:pointer;transition:all .2s}.clear-all-filters:hover{background:var(--bg-light);border-color:var(--danger, #ef4444);color:var(--danger, #ef4444)}.catalog-header{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.catalog-header{flex-direction:row;justify-content:space-between;align-items:center}}.catalog-header__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin:0 0 4px}.catalog-header__description{color:var(--text-muted);margin:0;font-size:.9rem}.filter-group{margin-bottom:20px}.filter-group__label{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.filter-group__input,.filter-group__select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;background:#fff;color:var(--text-dark)}.filter-group__input:focus,.filter-group__select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0ea5e91a}.loading-state,.error-state,.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--primary)}.product-card__image{display:block}.products__toolbar{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}@media (min-width: 640px){.products__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.products__sort{display:flex;gap:16px;flex-wrap:wrap}.sort-control{display:flex;align-items:center;gap:8px}.sort-control__label{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.sort-control__select{padding:6px 28px 6px 10px;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;background:#fff 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") right 8px center no-repeat;background-size:16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:120px}.sort-control__select:focus{outline:none;border-color:var(--primary)}.color-filter__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:12px}.color-filter__swatch{width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:transform .15s;position:relative;display:flex;align-items:center;justify-content:center}.color-filter__swatch:hover{transform:scale(1.15)}.color-filter__swatch.active{transform:scale(1.1)}.color-filter__swatch.active .color-dot{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--primary)!important}.color-filter__more{display:block;width:100%;padding:8px;background:var(--bg-light);border:1px dashed var(--border);border-radius:var(--radius);font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.color-filter__more:hover{background:var(--primary-light, #eef2ff);border-color:var(--primary);color:var(--primary)}.color-filter__selected{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:8px 10px;background:var(--bg-light);border-radius:var(--radius);font-size:.8rem}.color-filter__clear{background:none;border:none;color:var(--danger, #ef4444);cursor:pointer;font-size:.75rem;padding:2px 6px}.color-filter__clear:hover{text-decoration:underline}.color-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:80%;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;overflow:hidden;outline:none}.color-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.color-modal__title{font-size:1.25rem;font-weight:600;margin:0}.color-modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);line-height:1;padding:4px}.color-modal__close:hover{color:var(--text-dark)}.color-modal__body{padding:24px;max-height:91%;overflow-y:auto}.color-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}.color-modal__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;background:var(--bg-light)}.color-modal__item:hover{background:#fff;border-color:var(--border)}.color-modal__item.active{border-color:var(--primary);background:#fff}.color-modal__item.active .color-dot{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--primary)!important}.color-modal__name{font-size:.7rem;color:var(--text-muted);text-align:center}.color-modal__count{font-size:.65rem;color:var(--text-muted)}.color-modal__footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:12px}.infinite-scroll-loader{padding:30px 20px;text-align:center;min-height:80px}.loading-more{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text-muted);font-size:.9rem}.spinner--small{width:24px;height:24px;border-width:2px}.no-more-products{color:var(--text-muted);font-size:.85rem;padding:10px}.material-filter__grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.material-filter__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px 6px 6px;background:var(--bg-light);border:1px solid var(--border);border-radius:20px;font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.material-filter__chip:hover{background:#fff;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.material-filter__chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.material-filter__texture{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.material-filter__chip .material-filter__name{font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis}.material-filter__more{display:block;width:100%;padding:8px;background:var(--bg-light);border:1px dashed var(--border);border-radius:var(--radius);font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .2s}.material-filter__more:hover{background:var(--primary-light, #eef2ff);border-color:var(--primary);color:var(--primary)}.material-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.material-modal__item{display:flex;align-items:center;gap:10px;padding:12px;background:var(--bg-light);border:2px solid transparent;border-radius:var(--radius);cursor:pointer;transition:all .2s}.material-modal__item:hover{background:#fff;border-color:var(--primary-light, #93c5fd);box-shadow:0 2px 8px #0000001a}.material-modal__item.active{background:var(--primary-light, #dbeafe);border-color:var(--primary)}.material-modal__name{font-size:.85rem;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-modal__count{font-size:.75rem;color:var(--text-muted)}.product-detail-page{min-height:100vh}.product-top-nav{display:flex;align-items:center;gap:16px;margin-bottom:24px;max-width:1240px;margin-left:auto;margin-right:auto}.product-top-nav__back{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid var(--border);border-radius:6px;padding:6px 14px;font-size:.875rem;color:var(--text-dark);cursor:pointer;white-space:nowrap;transition:all .2s}.product-top-nav__back:hover{background:var(--bg-light);border-color:var(--text-muted)}.product-top-nav__breadcrumb{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--text-muted);flex-wrap:wrap;overflow:hidden}.product-top-nav__breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.product-top-nav__breadcrumb a:hover{color:var(--primary)}.product-top-nav__breadcrumb .current{color:var(--text-dark);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){.product-top-nav{flex-direction:column;align-items:flex-start;gap:8px}.product-top-nav__breadcrumb{font-size:.8rem}}.loading-state,.error-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.product-type-badge{background:var(--primary);color:var(--button-text);padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500}.variation-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.variation-swatch{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;border:2px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-width:70px}.variation-swatch:hover{border-color:var(--primary);background:#f8fafc}.variation-swatch.selected{border-color:var(--primary);background:#eff6ff;box-shadow:0 0 0 3px #0ea5e926}.variation-swatch.out-of-stock{opacity:.5}.variation-swatch__label{font-size:.7rem;color:var(--text-muted);text-align:center;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.variation-swatch__sold-out{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#ef4444;color:var(--button-text);border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700}.selected-variation-info{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;padding:12px;background:#f8fafc;border-radius:8px;font-size:.85rem}.selected-variation-info__color{display:flex;align-items:center;gap:6px;font-weight:600}.selected-variation-info__sku{color:var(--text-muted);font-family:monospace}.selected-variation-info__stock{color:#16a34a;font-weight:500}.product-info__description{margin-top:20px;margin-bottom:20px}.product-description-content{font-size:.95rem;line-height:1.7;color:var(--text-dark)}.product-description-content p{margin:0 0 12px}.product-description-content p:last-child{margin-bottom:0}.product-description-content ul,.product-description-content ol{margin:8px 0;padding-left:20px}.product-description-content li{margin-bottom:4px}.inventory-section-standalone{padding:24px;background:#fff;border-radius:12px;border:1px solid var(--border);max-width:1240px;margin:48px auto}.inventory-section__title{font-size:1.125rem;font-weight:600;margin:0 0 20px;color:var(--text-dark);display:flex;align-items:center;gap:8px}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.inventory-table{width:100%;border-collapse:collapse;font-size:.875rem}.inventory-table th{background:#f8fafc;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-weight:600;padding:12px 10px;text-align:left;border-bottom:2px solid var(--border)}.inventory-table td{padding:12px 10px;border-bottom:1px solid var(--border);vertical-align:middle}.inventory-table .text-right{text-align:right}.inventory-table .text-center{text-align:center}.inventory-table tbody tr:hover{background:#f8fafc}.inventory-table .selected-row{background:#eff6ff!important;border-left:3px solid var(--primary)}.inventory-table .out-of-stock-row{opacity:.6}.variation-cell{display:flex;align-items:center;gap:10px}.sku-cell{font-family:monospace;font-size:.75rem;color:var(--text-muted)}.inv-value{color:var(--text-muted)}.inv-value.has-stock{color:#16a34a;font-weight:600}.total-cell{color:var(--primary)}.price-cell{font-weight:600}.totals-row{background:#f8fafc!important}.totals-row td{border-top:2px solid var(--border);font-weight:600}.grand-total{color:var(--primary);font-size:1rem}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:600;white-space:nowrap}.status-badge--success{background:#dcfce7;color:#16a34a}.status-badge--warning{background:#fef3c7;color:#d97706}.status-badge--error{background:#fee2e2;color:#dc2626}.status-badge--muted{background:#f1f5f9;color:#94a3b8}.inventory-type{display:flex;align-items:center;gap:12px}.inventory-icon{font-size:1.25rem;display:flex;align-items:center;color:var(--primary)}.inventory-type>div{display:flex;flex-direction:column}.inventory-desc{font-size:.75rem;color:var(--text-muted)}.inventory-value{font-size:1.125rem;font-weight:700}.inventory-value.has-stock{color:#16a34a}.inventory-value.no-stock{color:var(--text-muted)}.inventory-total{font-size:1.25rem;font-weight:700;color:var(--primary)}.product-back-link{text-align:center;margin-top:32px}.spec-color-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.spec-color-item{display:inline-flex;align-items:center;gap:4px}.spec-color-item__label{font-size:.85rem}@media (max-width: 767px){.inventory-section-standalone{padding:16px;margin-top:32px}.inventory-table{font-size:.8rem}.inventory-table th,.inventory-table td{padding:8px 6px}.variation-swatches{gap:6px}.variation-swatch{padding:6px 8px;min-width:60px}.inventory-type{flex-direction:column;align-items:flex-start;gap:2px}}.variation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}.variation-modal{background:#fff;border-radius:16px;max-width:80%;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.variation-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.variation-modal__title{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-dark)}.variation-modal__close{background:none;border:none;padding:8px;cursor:pointer;color:var(--text-muted);border-radius:8px;transition:all .2s}.variation-modal__close:hover{background:var(--bg-light);color:var(--text-dark)}.variation-modal__body{padding:16px;overflow-y:auto;flex:1}.variation-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.variation-modal__item{background:var(--bg-light);border:2px solid transparent;border-radius:12px;padding:12px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.variation-modal__item:hover{border-color:var(--primary);background:#fff}.variation-modal__item--out-of-stock{opacity:.5}.variation-modal__item--out-of-stock:hover{border-color:var(--text-muted)}.variation-modal__image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#fff}.variation-modal__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.variation-modal__color{display:flex;align-items:center;gap:8px}.variation-modal__name{font-weight:600;font-size:.9rem;color:var(--text-dark)}.variation-modal__price{font-size:.95rem;font-weight:700;color:var(--primary)}.variation-modal__stock{font-size:.75rem;color:var(--text-muted)}.variation-modal__stock--out{color:#dc2626}@media (max-width: 480px){.variation-modal__grid{grid-template-columns:repeat(2,1fr);gap:10px}.variation-modal__header{padding:16px 20px}.variation-modal__title{font-size:1.1rem}}.cart-page{min-height:100vh;background:var(--bg-light)}.cart-tabs{display:flex;gap:4px;background:#fff;padding:4px;border-radius:12px;border:1px solid var(--border);max-width:400px}.cart-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:var(--text-muted);transition:all .2s}.cart-tab:hover{background:var(--bg-light)}.cart-tab.active{background:var(--primary);color:var(--button-text)}.cart-tab__icon{font-size:1.1rem;display:flex;align-items:center}.cart-tab__badge{background:#ffffff40;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.cart-tab.active .cart-tab__badge{background:#ffffff4d}.cart-tab:not(.active) .cart-tab__badge{background:var(--primary);color:var(--button-text)}.cart-layout{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width: 1024px){.cart-layout{grid-template-columns:1fr 360px}}.cart-items{background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden}.cart-items__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border);background:var(--bg-light)}.cart-items__count{font-weight:600;color:var(--text-dark)}.cart-items__clear{color:#dc2626;font-size:.85rem}.cart-items__clear:hover{background:#fee2e2}.cart-columns-header{display:none;padding:12px 20px;background:#f8fafc;border-bottom:1px solid var(--border);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}@media (min-width: 768px){.cart-columns-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:16px;align-items:center}.col-price,.col-quantity,.col-total{text-align:center}}.cart-items__list{padding:0}.cart-item{display:grid;grid-template-columns:70px 1fr;grid-template-rows:auto auto auto;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border);align-items:start}.cart-item:last-child{border-bottom:none}.cart-item__image{grid-row:span 2;width:70px;height:70px;border-radius:8px;overflow:hidden;background:#f8fafc}.cart-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item__info{min-width:0}.cart-item__name{font-weight:600;font-size:.95rem;color:var(--text-dark);text-decoration:none;display:block;margin-bottom:4px}.cart-item__name:hover{color:var(--primary)}.cart-item__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem;color:var(--text-muted)}.cart-item__sku{font-family:monospace;font-size:.75rem}.cart-item__color{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-muted);margin-top:6px}.cart-item__price-unit,.cart-item__quantity,.cart-item__total{display:flex;flex-direction:column;gap:4px}.cart-item__price-unit .label,.cart-item__quantity .label,.cart-item__total .label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase}.cart-item__price-unit .value{font-weight:500;color:var(--text-dark)}.cart-item__total .value{font-weight:700;color:var(--primary);font-size:1rem}.cart-item__remove{background:none;border:none;padding:8px;cursor:pointer;color:#dc2626;border-radius:6px;transition:all .2s;justify-self:end}.cart-item__remove:hover{background:#fee2e2}@media (max-width: 767px){.cart-item{grid-template-columns:60px 1fr auto;grid-template-rows:auto auto}.cart-item__image{width:60px;height:60px;grid-row:span 2}.cart-item__info{grid-column:2}.cart-item__remove{grid-column:3;grid-row:1}.cart-item__price-unit{display:none}.cart-item__quantity,.cart-item__total{grid-column:2 / 4;flex-direction:row;align-items:center;justify-content:space-between}.cart-item__quantity .label,.cart-item__total .label{display:none}}@media (min-width: 768px){.cart-item{display:grid;grid-template-columns:80px 2fr 1fr 1fr 1fr 50px;gap:16px;align-items:center}.cart-item__image{width:80px;height:80px;grid-row:auto}.cart-item__price-unit,.cart-item__quantity,.cart-item__total{text-align:center;align-items:center}.cart-item__price-unit .label,.cart-item__quantity .label,.cart-item__total .label{display:none}}.quantity-selector--sm{display:inline-flex}.quantity-selector--sm .quantity-btn{width:28px;height:28px;font-size:.9rem}.quantity-selector--sm .quantity-input{width:40px;height:28px;font-size:.85rem}.cart-summary{position:relative}.cart-summary__card{background:#fff;border-radius:12px;border:1px solid var(--border);padding:24px;box-sizing:border-box}.cart-summary__title{font-size:1.125rem;font-weight:600;margin:0 0 20px;color:var(--text-dark)}.cart-summary__rows{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-muted)}.cart-summary__row span:last-child{font-weight:500;color:var(--text-dark)}.text-muted{color:var(--text-muted)!important;font-style:italic}.cart-summary__total{display:flex;justify-content:space-between;padding:16px 0;font-size:1rem;font-weight:600}.cart-summary__total-value{font-size:1.25rem;color:var(--primary)}.cart-summary__notice{display:flex;gap:8px;padding:12px;background:#eff6ff;border-radius:8px;font-size:.8rem;color:#1e40af;margin-bottom:16px}.cart-summary__actions{display:flex;flex-direction:column;gap:12px}.empty-state__title{font-size:1.25rem;font-weight:600;margin:0 0 8px;color:var(--text-dark)}.empty-state__text{color:var(--text-muted);max-width:300px;margin:0 auto 24px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.875rem}@media (max-width: 767px){.cart-tabs{max-width:100%}.cart-tab__text{display:none}.cart-tab{padding:10px 16px}.cart-summary__card{position:static!important;top:auto!important;width:100%!important;max-width:none!important}}.quote-request-page{min-height:100vh;background:var(--bg-light)}.success-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px solid var(--border);max-width:500px;margin:40px auto}.success-state__icon{font-size:4rem;margin-bottom:16px;display:flex;justify-content:center}.success-state__title{font-size:1.5rem;font-weight:700;color:#16a34a;margin:0 0 12px}.success-state__text{color:var(--text-dark);margin:0 0 8px;line-height:1.6}.success-state__subtext{color:var(--text-muted);font-size:.9rem;margin:0 0 24px}.success-state__actions{display:flex;flex-direction:column;gap:12px;max-width:280px;margin:0 auto}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px solid var(--border)}.empty-state__icon{font-size:4rem;margin-bottom:16px;display:flex;justify-content:center;color:var(--text-muted)}.empty-state__title{font-size:1.25rem;font-weight:600;margin:0 0 8px}.empty-state__text{color:var(--text-muted);margin:0 0 24px}.page-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0;color:var(--text-dark)}.page-subtitle{color:var(--text-muted);margin:8px 0 0}.quote-layout{display:grid;gap:24px;grid-template-columns:1fr}@media (min-width: 1024px){.quote-layout{grid-template-columns:1fr 380px}}.quote-form-container{background:#fff;border-radius:12px;border:1px solid var(--border);padding:24px}.form-section-title{font-size:1.125rem;font-weight:600;margin:0 0 20px;color:var(--text-dark)}.form-row{margin-bottom:16px}.form-row--2{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 640px){.form-row--2{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:500;color:var(--text-dark);margin-bottom:6px}.required{color:#dc2626}.form-input,.form-textarea{padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-input.error{border-color:#dc2626}.form-error{font-size:.8rem;color:#dc2626;margin-top:4px}.form-textarea{resize:vertical;min-height:80px}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}@media (max-width: 639px){.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%}}.quote-summary__card{background:#fff;border-radius:12px;border:1px solid var(--border);padding:20px;position:sticky;top:88px}.quote-summary__title{font-size:1rem;font-weight:600;margin:0 0 16px;color:var(--text-dark)}.quote-items-preview{max-height:300px;overflow-y:auto;margin-bottom:16px;padding-right:8px}.quote-item-preview{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.quote-item-preview:last-child{border-bottom:none}.quote-item-preview__image{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f8fafc}.quote-item-preview__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.quote-item-preview__info{flex:1;min-width:0}.quote-item-preview__name{display:block;font-size:.85rem;font-weight:500;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-item-preview__meta{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--text-muted);margin-top:2px}.quote-item-preview__price{font-size:.85rem;font-weight:600;color:var(--text-dark);flex-shrink:0}.quote-summary__total{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--border);font-weight:600}.quote-summary__total-value{font-size:1.25rem;color:var(--primary)}.quote-summary__notice{display:flex;gap:8px;padding:12px;background:#eff6ff;border-radius:8px;font-size:.8rem;color:#1e40af}.notice-icon{flex-shrink:0;display:flex;align-items:center}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.875rem;flex-wrap:wrap}.breadcrumb__link{color:var(--text-muted);text-decoration:none}.breadcrumb__link:hover{color:var(--primary)}.breadcrumb__separator{color:var(--text-muted)}.breadcrumb__current{color:var(--text-dark)}@media (max-width: 767px){.quote-summary__card{position:static}}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}.fixed{position:fixed}.sticky{position:sticky}.container{width:100%}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.table{display:table}.min-h-screen{min-height:100vh}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.text-right{text-align:right}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{color-scheme:light;color:#131313de;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--primary:#0ea5e9;--primary-dark:#0284c7;--primary-light:#38bdf8;--secondary:#a855f7;--secondary-dark:#9333ea;--accent:#10b981;--background:#fff;--text-color:#1e293b;--header-bg:#fff;--header-text:#1e293b;--footer-bg:#1e293b;--footer-text:#fff;--button-text:#fff;--font-family:"Inter",system-ui,sans-serif;--header-height:64px;--sidebar-width:280px;--container-padding:16px;--section-spacing:24px;--card-gap:12px;--radius:8px;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 40px #00000026;background-color:#f8fafc;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}@media (min-width:768px){:root{--container-padding:24px;--section-spacing:32px;--card-gap:20px}}@media (min-width:1024px){:root{--container-padding:40px;--section-spacing:48px;--card-gap:24px}}html,body{background:var(--bg-light,#f8fafc);min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,.MuiTypography-h1{font-size:1.5rem!important;font-weight:700!important;line-height:1.2!important}h2,.MuiTypography-h2{font-size:1.25rem!important;font-weight:600!important;line-height:1.3!important}h3,.MuiTypography-h3{font-size:1.125rem!important;font-weight:600!important;line-height:1.3!important}h4,.MuiTypography-h4{font-size:1rem!important;font-weight:500!important;line-height:1.4!important}@media (min-width:768px){h1,.MuiTypography-h1{font-size:2rem!important}h2,.MuiTypography-h2{font-size:1.5rem!important}h3,.MuiTypography-h3{font-size:1.25rem!important}h4,.MuiTypography-h4{font-size:1.125rem!important}}@media (min-width:1024px){h1,.MuiTypography-h1{font-size:2.5rem!important}h2,.MuiTypography-h2{font-size:2rem!important}h3,.MuiTypography-h3{font-size:1.5rem!important}h4,.MuiTypography-h4{font-size:1.25rem!important}}.MuiContainer-root{padding-left:var(--container-padding)!important;padding-right:var(--container-padding)!important}.responsive-grid{gap:var(--card-gap);display:grid}.responsive-grid--2{grid-template-columns:1fr}@media (min-width:768px){.responsive-grid--2{grid-template-columns:repeat(2,1fr)}}.responsive-grid--3{grid-template-columns:1fr}@media (min-width:768px){.responsive-grid--3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid--3{grid-template-columns:repeat(3,1fr)}}.responsive-grid--4{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.responsive-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid--4{grid-template-columns:repeat(4,1fr)}}.responsive-grid--5{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.responsive-grid--5{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.responsive-grid--5{grid-template-columns:repeat(5,1fr)}}.responsive-grid--6{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.responsive-grid--6{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.responsive-grid--6{grid-template-columns:repeat(6,1fr)}}@media (max-width:480px){.responsive-grid--products{grid-template-columns:1fr!important}}@media (max-width:767px){.MuiGrid-container{width:calc(100% + 16px)!important;margin-top:-8px!important;margin-left:-8px!important}.MuiGrid-container>.MuiGrid-item{padding-top:8px!important;padding-left:8px!important}}@media (min-width:768px) and (max-width:1023px){.MuiGrid-container{width:calc(100% + 24px)!important;margin-top:-12px!important;margin-left:-12px!important}.MuiGrid-container>.MuiGrid-item{padding-top:12px!important;padding-left:12px!important}}.MuiCard-root{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #e2e8f0;transition:all .3s}.MuiCard-root:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}@media (max-width:767px){.MuiCard-root:hover{transform:none}}.MuiCard-root .MuiCardMedia-root{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;height:auto;min-height:120px;max-height:200px}@media (min-width:600px){.MuiCard-root .MuiCardMedia-root{min-height:140px}}@media (min-width:900px){.MuiCard-root .MuiCardMedia-root{min-height:180px}}.MuiCardContent-root{padding:12px!important}@media (min-width:600px){.MuiCardContent-root{padding:16px!important}}.MuiCardActions-root{gap:8px;padding:8px 12px!important}@media (max-width:599px){.MuiCardActions-root{flex-direction:column!important;padding:8px!important}.MuiCardActions-root .MuiButton-root{width:100%;margin:0!important}}.MuiButton-root{white-space:nowrap;border-radius:var(--radius);min-width:auto;font-weight:500;transition:all .2s}.MuiButton-containedPrimary{background-color:var(--primary)!important;color:var(--button-text)!important}.MuiButton-containedPrimary:hover{background-color:var(--primary-dark)!important}.MuiButton-containedSecondary{background-color:var(--secondary)!important;color:var(--button-text)!important}.MuiButton-containedSecondary:hover{background-color:var(--secondary-dark)!important}.MuiButton-outlinedPrimary{border-color:var(--primary)!important;color:var(--primary)!important}.MuiButton-outlinedPrimary:hover{background-color:rgba(var(--primary),.04)!important}.MuiChip-colorPrimary{background-color:var(--primary)!important;color:var(--button-text)!important}@media (max-width:767px){.MuiButton-sizeLarge{padding:8px 16px!important;font-size:.875rem!important}.MuiButton-sizeMedium{padding:6px 12px!important;font-size:.8125rem!important}.MuiButton-sizeSmall{padding:4px 10px!important;font-size:.75rem!important}.MuiIconButton-root{padding:8px}.MuiButton-startIcon{margin-right:4px!important}.MuiButton-endIcon{margin-left:4px!important}}.MuiTextField-root,.MuiFormControl-root{margin-bottom:16px}@media (max-width:767px){.MuiTextField-root,.MuiFormControl-root{margin-bottom:12px}.MuiInputBase-input{font-size:16px!important}.MuiInputBase-root,.MuiInputLabel-root{font-size:14px}}.MuiTableContainer-root{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:767px){.MuiTableCell-root{padding:8px!important;font-size:.8125rem!important}.MuiTableCell-head{font-size:.75rem!important;font-weight:600!important}.table-cards-mobile thead{display:none}.table-cards-mobile tbody tr{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;margin-bottom:16px;padding:16px;display:block}.table-cards-mobile td{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;display:flex;padding:8px 0!important}.table-cards-mobile td:last-child{border-bottom:none}.table-cards-mobile td:before{content:attr(data-label);color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:600}}.MuiList-root{padding:0}.MuiListItem-root{padding:12px 16px}@media (max-width:767px){.MuiListItem-root{padding:10px 12px!important}.MuiListItemText-primary{font-size:.9rem}.MuiListItemText-secondary{font-size:.8rem}.list-item-interactive{flex-direction:column;gap:12px;align-items:flex-start!important}.list-item-interactive .list-actions{align-self:flex-end}}.MuiPagination-root{margin-top:24px}.MuiPaginationItem-root{border-radius:var(--radius);min-width:40px;height:40px}@media (max-width:767px){.MuiPagination-root{margin-top:16px}.MuiPaginationItem-root{min-width:32px;height:32px;margin:0 2px;font-size:.8rem}.MuiPagination-ul{gap:2px}}@media (max-width:480px){.MuiPaginationItem-page,.MuiPaginationItem-ellipsis{display:none}.MuiPaginationItem-previousNext{display:flex}}.MuiTabs-root{min-height:48px}.MuiTab-root{text-transform:none;min-height:48px;font-weight:500}@media (max-width:767px){.MuiTabs-root{min-height:44px}.MuiTab-root{min-width:auto;min-height:44px;padding:6px 12px;font-size:.8rem}.MuiTab-root .MuiSvgIcon-root{font-size:1.125rem;margin-right:4px!important}.MuiTabs-scrollButtons{width:32px}}.MuiBreadcrumbs-root{margin-bottom:16px;font-size:.875rem}@media (max-width:767px){.MuiBreadcrumbs-root{margin-bottom:12px;font-size:.8rem}.MuiBreadcrumbs-separator{margin-left:4px;margin-right:4px}}.MuiChip-root{border-radius:20px}@media (max-width:767px){.MuiChip-root{height:26px;font-size:.7rem}.MuiChip-label{padding-left:8px;padding-right:8px}.MuiChip-sizeSmall{height:22px;font-size:.65rem}}.MuiAlert-root{border-radius:var(--radius)}@media (max-width:767px){.MuiAlert-root{padding:8px 12px}.MuiAlert-message{font-size:.8125rem}.MuiAlert-icon{margin-right:8px;font-size:1.25rem}}.MuiPaper-root{border-radius:var(--radius)}@media (max-width:767px){.MuiPaper-root{border-radius:8px}.MuiPaper-root.paper-responsive{padding:12px}}@media (min-width:768px){.MuiPaper-root.paper-responsive{padding:20px}}@media (min-width:1024px){.MuiPaper-root.paper-responsive{padding:24px}}@media (max-width:767px){.MuiDialog-paper{width:calc(100% - 32px)!important;max-width:none!important;max-height:calc(100% - 32px)!important;margin:16px!important}.MuiDialogTitle-root{padding:12px 16px!important;font-size:1.125rem!important}.MuiDialogContent-root{padding:16px!important}.MuiDialogActions-root{flex-direction:column;gap:8px;padding:12px 16px!important}.MuiDialogActions-root .MuiButton-root{width:100%;margin:0!important}}.MuiDrawer-paper{max-width:100%}@media (max-width:767px){.MuiDrawer-paper{width:100%!important;max-width:100%!important}}@media (min-width:768px){.MuiDrawer-paper{max-width:320px}}.layout-sidebar{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (min-width:900px){.layout-sidebar{grid-template-columns:280px 1fr;gap:32px}}.filters-sidebar{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;padding:20px}@media (min-width:900px){.filters-sidebar{top:calc(var(--header-height) + 20px);position:sticky}}@media (max-width:899px){.filters-sidebar{z-index:1002;border-radius:0;width:100%;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.filters-sidebar.active{transform:translate(0)}}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}.product-card{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;flex-direction:column;height:100%;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg)}@media (min-width:768px){.product-card:hover{transform:translateY(-4px)}}.product-card__image{aspect-ratio:1;background:#f8fafc;justify-content:center;align-items:center;display:flex;overflow:hidden}.product-card__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-card__body{flex-direction:column;flex-grow:1;padding:12px;display:flex}@media (min-width:768px){.product-card__body{padding:16px}}.product-card__category{color:#0ea5e9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.65rem}@media (min-width:768px){.product-card__category{font-size:.75rem}}.product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}@media (min-width:768px){.product-card__title{font-size:1rem}}.product-card__price{color:#1e293b;margin-top:auto;font-weight:700;font-size:.7rem!important}@media (min-width:768px){.product-card__price{font-size:.8rem!important}}.product-card__price--old{color:#64748b;margin-left:8px;font-weight:400;text-decoration:line-through;font-size:.8rem!important}.product-card__badge{color:var(--button-text);z-index:1;background:#ef4444;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:600;position:absolute;top:8px;left:8px}@media (min-width:768px){.product-card__badge{padding:4px 10px;font-size:.75rem;top:12px;left:12px}}.product-card__actions{flex-direction:column;gap:8px;padding:8px 12px;display:flex}@media (min-width:600px){.product-card__actions{justify-content:space-between;padding:12px 16px}}.hide-mobile{display:none!important}@media (min-width:768px){.hide-mobile{display:block!important}}.hide-desktop{display:block!important}@media (min-width:768px){.hide-desktop{display:none!important}}.mobile-full-width{width:100%}@media (min-width:768px){.mobile-full-width{width:auto}}.mobile-stack{flex-direction:column;gap:12px;display:flex}@media (min-width:768px){.mobile-stack{flex-direction:row;gap:16px}}.mobile-text-center{text-align:center}@media (min-width:768px){.mobile-text-center{text-align:left}}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-full{grid-column:1/-1}@media (max-width:767px){.col-span-2,.col-span-3,.col-span-full{grid-column:span 1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:767px){.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}button,a,.MuiButtonBase-root{min-height:28px}.touch-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}button{-webkit-user-select:none;-moz-user-select:none;user-select:none}}.cart-item{border-radius:var(--radius);background:#fff;border:1px solid #e2e8f0;gap:12px;margin-bottom:12px;padding:12px;display:flex}@media (min-width:768px){.cart-item{gap:16px;margin-bottom:16px;padding:16px}}.cart-item__image{-o-object-fit:cover;object-fit:cover;border-radius:6px;flex-shrink:0;width:60px;height:60px}@media (min-width:768px){.cart-item__image{width:80px;height:80px}}.cart-item__info{flex-grow:1;min-width:0}.cart-item__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.875rem;font-weight:500;display:-webkit-box;overflow:hidden}@media (min-width:768px){.cart-item__title{font-size:1rem}}.cart-item__meta{color:#64748b;font-size:.75rem}.cart-item__actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}@media (min-width:768px){.cart-item__actions{flex-direction:row;align-items:center;gap:16px}}.cart-item__quantity{align-items:center;gap:4px;display:flex}.cart-item__quantity input{text-align:center;border:1px solid #e2e8f0;border-radius:4px;width:40px;padding:4px}.cart-item__price{color:#0ea5e9;font-size:.9rem;font-weight:600}@media (min-width:768px){.cart-item__price{font-size:1rem}}.section__title{margin-bottom:8px;font-size:1.25rem;font-weight:600}.section__subtitle{color:#64748b;margin-bottom:24px;font-size:.875rem}@media (min-width:768px){.section__title{font-size:1.5rem}}@media (min-width:1024px){.section__title{font-size:1.75rem}}.MuiToolbar-root{min-height:var(--header-height)!important;padding-left:16px!important;padding-right:16px!important}@media (min-width:768px){.MuiToolbar-root{padding-left:24px!important;padding-right:24px!important}}.footer{background:var(--footer-bg,#1e293b);color:var(--footer-text,white);margin-top:auto;padding:32px 16px}@media (min-width:768px){.footer{padding:48px 24px}}.footer__grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width:1024px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__title{margin-bottom:16px;font-size:1rem;font-weight:600}.footer__link{color:#e5e5e5;padding:4px 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.footer__link:hover{color:#0ea5e9}.footer__copyright{text-align:center;color:#9ca3af;border-top:1px solid #374151;margin-top:24px;padding-top:24px;font-size:.8rem}@media (min-width:768px){.footer__copyright{text-align:left;justify-content:space-between;display:flex}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
