.product-grid-section{width:100%;overflow:visible}.product-grid-container{max-width:1200px;margin:0 auto;padding:0 20px}.product-grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.product-grid-heading{font-size:40px;font-weight:400;margin:0;line-height:1.2}.product-grid-heading i{font-style:italic;font-family:inherit}.product-grid-view-all{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid #000;text-decoration:none;color:#000;font-size:14px;transition:all .3s ease;background:transparent}.product-grid-view-all:hover{background:#000;color:#fff}.product-grid-view-all svg{transition:transform .3s ease}.product-grid-view-all:hover svg{transform:translate(4px)}.product-grid{display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.product-grid-2-desktop{grid-template-columns:repeat(2,1fr)}.product-grid-3-desktop{grid-template-columns:repeat(3,1fr)}.product-grid-4-desktop{grid-template-columns:repeat(4,1fr)}.product-grid-5-desktop{grid-template-columns:repeat(5,1fr)}.product-grid-6-desktop{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:749px){.product-grid-1-mobile{grid-template-columns:repeat(1,1fr)}.product-grid-2-mobile{grid-template-columns:repeat(2,1fr)}.product-grid{gap:20px}.product-grid-heading{font-size:32px}.product-grid-header{margin-bottom:24px}.product-grid-view-all-wrapper{width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;clear:both;overflow:visible}.product-grid-view-all-wrapper .product-grid-view-all{width:auto;min-width:140px;position:relative;z-index:2;display:inline-flex}.product-grid-view-all-wrapper--mobile{margin-top:0!important;min-height:60px}.product-grid-container{overflow:visible}}.product-card-grid{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;padding:8px;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease}.product-card-grid:hover{box-shadow:0 8px 24px #00000014}.product-card-grid-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;margin-bottom:16px;background:#f5f5f5}.product-card-grid-image>img,.product-card-grid-image>svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card-grid:hover .product-card-grid-image img,.product-card-grid:hover .product-card-grid-image svg{transform:scale(1.05)}.product-card-content{display:flex;flex-direction:column;gap:6px}.product-card-vendor{font-size:12px;color:#666;margin:0;text-transform:uppercase;letter-spacing:.5px}.product-card-title{font-size:16px;font-weight:400;margin:0;line-height:1.4;color:#000}.product-card-description{font-size:13px;color:#666;margin:4px 0 0;line-height:1.5}.product-card-price{font-size:16px;font-weight:400;margin:4px 0 0;color:#000}.product-card-price-wrapper{display:flex;gap:8px;align-items:center}.product-card-price--regular{color:#000}.product-card-price--compare{text-decoration:line-through;color:#999;font-size:14px}.product-card-price--sale{color:#c00}.product-placeholder-svg{width:100%;height:100%;background:#f5f5f5}.product-card-grid:focus{outline:2px solid #000;outline-offset:4px}.product-card-grid:focus-visible{outline:2px solid #000;outline-offset:4px}@media screen and (max-width:749px){.product-card-title,.product-card-price{font-size:14px}.product-card-vendor{font-size:11px}.product-card-description{font-size:12px}}.product-card-grid-image{position:relative}.product-card-image-primary,.product-card-image-secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-card-image-secondary{opacity:0}.product-card-grid:hover .product-card-image-secondary{opacity:1}.product-card-grid:hover .product-card-image-primary:has(~.product-card-image-secondary){opacity:0}.product-card-actions{position:absolute;right:12px;top:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(10px);transition:all .3s ease}.product-card-grid:hover .product-card-actions{opacity:1;transform:translate(0)}.product-card-icon{width:40px;height:40px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.product-card-icon:hover{background:#000;color:#fff;transform:scale(1.1)}.product-card-icon svg{width:20px;height:20px}.product-quick-view-modal{opacity:0;transition:opacity .3s ease}.quick-view-content{animation:slideUp .3s ease}.quick-view-inner{max-height:calc(90vh - 80px);overflow-y:auto}.quick-view-inner .page-width{padding:0!important}.product-quick-view-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;opacity:0;transition:opacity .3s ease}.quick-view-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quick-view-content{position:relative;width:90%;max-width:1000px;max-height:90vh;margin:5vh auto;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.quick-view-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:#fff;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.quick-view-close:hover{background:#000;color:#fff;transform:rotate(90deg)}.quick-view-inner{max-height:calc(90vh - 80px);overflow-y:auto;padding:40px}.quick-view-inner::-webkit-scrollbar{width:8px}.quick-view-inner::-webkit-scrollbar-track{background:#f1f1f1}.quick-view-inner::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.quick-view-inner::-webkit-scrollbar-thumb:hover{background:#555}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:spin .8s linear infinite}@media screen and (max-width:749px){.quick-view-content{width:95%;max-height:95vh;margin:2.5vh auto}.quick-view-inner{padding:20px;max-height:calc(95vh - 60px)}.quick-view-close{width:36px;height:36px;top:12px;right:12px;font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-product-grid.css.map */
