.products-list-container{display:flex;flex-direction:row;gap:24px;margin-top:40px;overflow-x:clip}.products-list-container .products-list-with-pagination{position:relative;min-height:500px;height:100%;overflow-x:clip;width:100%}.category-description{margin:12px 0 16px;color:#333;line-height:1.5}.drawer-backdrop,.filters-close-button,.mobile-fab{display:none}.products-list{display:flex;flex-direction:column;gap:16px;padding:unset;margin-top:unset}.products-list.grid-2,.products-list.grid-3,.products-list.grid-4{display:grid;grid-template-columns:1fr;gap:16px}.products-list.grid-2{grid-template-columns:repeat(2,1fr)}.products-list.grid-3{grid-template-columns:repeat(3,1fr)}.products-list.grid-4{grid-template-columns:repeat(4,1fr)}.products-list__item{list-style:none;width:100%}.single-product{display:flex;gap:16px;padding:12px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid #f0f0f0;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;animation:productFadeIn .22s ease both}.single-product:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.single-product__image{object-fit:contain;background:#fff}.single-product__image,.single-product__image.skeleton{width:200px;height:200px;border-radius:8px;border:1px solid #eee}.single-product__image.skeleton{background:linear-gradient(90deg,#f3f3f3,#f8f8f8 50px,#f3f3f3 100px);background-size:600px 100%;animation:shimmer 1.2s linear infinite}.single-product__image.is-loaded{animation:none}.single-product__center{flex:1;display:flex;flex-direction:column;justify-content:flex-start}.single-product__center .single-product__name{font-size:18px;font-weight:700;color:#333;margin-bottom:8px}.single-product__center .single-product__meta{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;font-size:13px;color:#333}.single-product__center .single-product__meta-item{display:flex;align-items:center;gap:8px;line-height:1.4;position:relative}.single-product__center .single-product__meta-item svg{flex-shrink:0;color:#d60000}.single-product__center .single-product__meta-item span{display:flex;align-items:center;flex-wrap:wrap}.single-product__center .single-product__meta-item strong{color:#555;font-weight:600;margin-right:4px}.single-product__center .single-product__meta-item .copy-btn-list{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:4px;margin-left:4px;display:inline-flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;position:relative;width:20px;height:20px}.single-product__center .single-product__meta-item .copy-btn-list:hover{color:#9c0707;background:#fff;border-color:#9c0707}.single-product__center .single-product__meta-item .copy-btn-list svg{flex-shrink:0;color:inherit;width:11px;height:11px}.single-product__center .single-product__meta-item .copy-btn-list .copied-tooltip{position:absolute;top:-32px;left:50%;transform:translateX(-50%);background:#333;color:#fff;padding:5px 10px;border-radius:4px;font-size:11px;white-space:nowrap;pointer-events:none;z-index:10}.single-product__center .single-product__meta-item .copy-btn-list .copied-tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #333}.single-product__center .single-product__description{display:none}.single-product__right{display:flex;flex-direction:column;align-items:flex-end;min-width:160px}.single-product__right .single-product__price{margin-bottom:12px}.single-product__right .single-product__price .single-product__price-label{font-size:14px;color:#555}.single-product__right .single-product__price .single-product__price-value{font-size:24px;font-weight:700;color:#d60000}.single-product__right .single-product__price .single-product__price-type{font-size:12px;color:#999}.single-product__right .single-product__stock-description{font-size:14px;color:#666;margin-bottom:16px}.single-product__right .single-product__stock-description__amount{font-weight:700;color:#333;display:flex;align-items:center;gap:6px}.single-product__right .single-product__stock-description__amount .stock-icon{flex-shrink:0;color:#0a7512}.single-product__right .single-product__stock-description__amount .stock-icon.stock-high{color:#0a7512}.single-product__right .single-product__stock-description__amount .loading-skeleton-inline{display:inline-block;min-width:20px;min-height:14px;color:transparent;user-select:none;position:relative}.single-product__right .single-product__stock-description__amount .loading-skeleton-inline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#e8e8e8,#d0d0d0 50%,#e8e8e8);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:3px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.single-product__right .single-product__ask-button{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;margin-bottom:16px;background-color:#d60000;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:14px;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.single-product__right .single-product__ask-button:hover{background-color:#ad0000}.single-product__right .single-product__ask-button:active{background-color:#900}.single-product__right .single-product__quantity-container{display:flex;justify-content:space-between;flex-flow:row;align-items:center;width:100%;margin-bottom:16px;gap:16px}.single-product__right .single-product__quantity-container .qty{display:flex;align-items:center}.single-product__right .single-product__quantity-container .qty input{height:40px;width:40px;padding:0;border:1px solid #d60000;border-right:none;border-left:none;display:flex;justify-content:center;align-items:center;font-family:Montserrat;text-align:center;font-size:15px;line-height:40px;vertical-align:middle;box-sizing:border-box}.single-product__right .single-product__quantity-container .qty input:focus{outline:none}.single-product__right .single-product__quantity-container .qty button{border:none;width:40px;background-color:#d60000;display:flex;justify-content:center;align-items:center;border-radius:2px;line-height:0;color:#fff;cursor:pointer;font-weight:700;font-size:20px;height:40px;box-sizing:border-box;transition:all .3s ease}.single-product__right .single-product__quantity-container .qty button.quantityButton--minus{border-top-left-radius:3px;border-bottom-left-radius:3px}.single-product__right .single-product__quantity-container .qty button.quantityButton--plus{border-top-right-radius:3px;border-bottom-right-radius:3px}.single-product__right .single-product__quantity-container .qty button:hover{background-color:#fff;color:#d60000;border:1px solid #d60000}.single-product__right .single-product__quantity-container .addToCart{border:0;background:#d60000;color:#fff;border-radius:2px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.single-product__right .single-product__quantity-container .addToCart:hover{background:#bb0101}.single-product__right .single-product__quantity-container .addToCart:disabled{opacity:.5;cursor:not-allowed}.single-product .skeleton-line{height:12px;width:60%;background:linear-gradient(90deg,#f3f3f3,#f8f8f8 50px,#f3f3f3 100px);background-size:600px 100%;border-radius:6px;animation:shimmer 1.2s linear infinite}.single-product .skeleton-line.skeleton-name{height:16px;width:70%;margin:6px 0}.single-product .skeleton-line.skeleton-price{height:24px;width:90px;border-radius:8px}.single-product .skeleton-line.skeleton-stock{width:100px}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}@media(max-width:1024px){.products-toolbar .view-modes{display:none}}.products-toolbar .view-modes button{margin-right:8px;padding:6px 10px;border-radius:6px;border:1px solid #e0e0e0;background:#fff}.products-toolbar .view-modes button[aria-pressed=true]{background:#f4f4f4}.products-toolbar .per-page select{margin-left:8px;padding:6px 10px;border-radius:6px;border:1px solid #e0e0e0}.bread-crumb-title{display:flex;gap:16px;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;font-size:14px}@media(max-width:1024px){.bread-crumb-title{font-size:13px}}.bread-crumb-title::-webkit-scrollbar{display:none}.bread-crumb-title .bread-crumb-title__main{display:flex;justify-content:center;align-items:center;gap:4px;flex-shrink:0}.bread-crumb-title .bread-crumb-title__item{color:#333;text-decoration:none;flex-shrink:0}.bread-crumb-title .bread-crumb-title__item-full{display:flex;align-items:center;flex-shrink:0}.bread-crumb-title .bread-crumb-title__item-full .bread-crumb-title__arrow{margin-left:16px;flex-shrink:0}.bread-crumb-title .bread-crumb-title__counter{color:#333;margin-left:-8px;flex-shrink:0}@keyframes productFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-300px 0}to{background-position:300px 0}}@media(max-width:1024px){.products-list-container{position:relative;margin-top:20px}.filters-container{position:fixed;left:0;right:0;bottom:0;max-height:70vh;transform:translateY(110%);transition:transform .25s ease;background:#fff;z-index:1001;padding:0;border-top-left-radius:14px;border-top-right-radius:14px;box-shadow:0 -12px 36px rgba(0,0,0,.18);width:100%!important;min-width:unset;gap:16px;overflow-y:auto}.filters-close-button{display:flex;position:sticky;top:0;left:0;right:0;width:100%;background:linear-gradient(135deg,#9c0707,#d40000);color:#fff;border:none;padding:14px 20px;font-size:16px;font-weight:600;align-items:center;justify-content:center;gap:8px;cursor:pointer;z-index:10;border-top-left-radius:14px;border-top-right-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:background .2s ease}.filters-close-button:active{background:linear-gradient(135deg,#7a0505,#a80000)}.filters-close-button span{font-size:16px}.products-list-container.mobile-drawer-open .filters-container{transform:translateY(0)}.mobile-fab{position:fixed;left:16px;bottom:16px;z-index:1002;background:linear-gradient(135deg,#9c0707,#d40000);color:#fff;border:0;border-radius:999px;padding:12px 16px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.22)}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1000}.products-list.grid-4{grid-template-columns:repeat(3,1fr)}.mobile-fab{display:inline-flex;align-items:center;gap:8px}.drawer-backdrop{display:block}}@media(max-width:900px){.products-list.grid-3,.products-list.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.products-list.grid-2,.products-list.grid-3,.products-list.grid-4{grid-template-columns:1fr}.single-product{flex-direction:column;align-items:stretch}.single-product__image,.single-product__image.skeleton{width:100%;max-width:100%;height:220px;object-fit:contain}.single-product__right{align-items:flex-start;min-width:0;width:100%}.single-product .single-product__quantity-container{width:100%}}