@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;background:#00000073;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--7,.grid--8{grid-template-columns:repeat(2,1fr)}.grid--9,.grid--10{grid-template-columns:repeat(3,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--7{grid-template-columns:repeat(3,1fr)}.grid--8,.grid--9{grid-template-columns:repeat(4,1fr)}.grid--10{grid-template-columns:repeat(5,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--7{grid-template-columns:repeat(7,1fr)}.grid--8{grid-template-columns:repeat(8,1fr)}.grid--9{grid-template-columns:repeat(9,1fr)}.grid--10{grid-template-columns:repeat(10,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-gallery__logo-test{margin-top:12px}.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;max-width:1240px;margin-left:auto;margin-right:auto}.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}}/*! 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}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.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}
