.collection-grid-section .container{max-width:1200px;margin:0 auto;padding:0 15px}.collection-grid-section .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:100%}@media (min-width: 768px){.collection-grid-section .product-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 800px){.collection-grid-section .product-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.collection-grid-section .carousel-container{position:relative;overflow:visible}.collection-grid-section .product-carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px}.collection-grid-section .product-carousel::-webkit-scrollbar{display:none}.collection-grid-section .product-carousel .product-card{min-width:220px;max-width:260px;flex-shrink:0}@media (max-width: 768px){.collection-grid-section .product-carousel .product-card{min-width:180px;max-width:220px}}@media (max-width: 484px){.collection-grid-section .product-carousel .product-card{min-width:160px;max-width:200px}}.collection-grid-section .reviews-navigation-container{display:flex;justify-content:center;margin-top:20px}.collection-grid-section .reviews-navigation{display:flex;gap:10px}.collection-grid-section .nav-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:1px solid}.collection-grid-section .nav-button:hover{transform:translateY(-2px);box-shadow:0 2px 5px #0000001a}.collection-grid-section .nav-button svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 768px){.collection-grid-section .nav-button{width:36px;height:36px}.collection-grid-section .nav-button svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}}@media (max-width: 484px){.collection-grid-section .reviews-navigation-container{margin-top:15px}.collection-grid-section .nav-button{width:32px;height:32px}.collection-grid-section .nav-button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}}.collection-grid-section .product-card{display:flex;flex-direction:column;overflow:hidden;width:100%}.collection-grid-section .product-link{display:flex;flex-direction:column;width:100%;height:100%;text-decoration:none;color:inherit}.collection-grid-section .product-image-container{position:relative;padding-bottom:100%;overflow:hidden;background:#f8f8f8}.collection-grid-section .product-slider{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.collection-grid-section .product-slider-wrapper{display:flex;height:100%;transition:transform .3s ease;align-items:stretch}.collection-grid-section .product-slider-wrapper[data-slide-count="1"]{width:100%}.collection-grid-section .product-slider-wrapper[data-slide-count="2"]{width:200%}.collection-grid-section .product-slider-wrapper[data-slide-count="3"]{width:300%}.collection-grid-section .product-slider-wrapper[data-slide-count="4"]{width:400%}.collection-grid-section .product-slider-wrapper[data-slide-count="5"]{width:500%}.collection-grid-section .product-slider-wrapper[data-slide-count="6"]{width:600%}.collection-grid-section .product-slider-wrapper[data-slide-count="7"]{width:700%}.collection-grid-section .product-slider-wrapper[data-slide-count="8"]{width:800%}.collection-grid-section .product-slider-wrapper[data-slide-count="9"]{width:900%}.collection-grid-section .product-slider-wrapper[data-slide-count="10"]{width:1000%}.collection-grid-section .product-slider-wrapper[data-slide-count="11"]{width:1100%}.collection-grid-section .product-slider-wrapper[data-slide-count="12"]{width:1200%}.collection-grid-section .product-slider-wrapper[data-slide-count="13"]{width:1300%}.collection-grid-section .product-slider-wrapper[data-slide-count="14"]{width:1400%}.collection-grid-section .product-slider-wrapper[data-slide-count="15"]{width:1500%}.collection-grid-section .product-slider-wrapper[data-slide-count="16"]{width:1600%}.collection-grid-section .product-slider-wrapper[data-slide-count="17"]{width:1700%}.collection-grid-section .product-slider-wrapper[data-slide-count="18"]{width:1800%}.collection-grid-section .product-slider-wrapper[data-slide-count="19"]{width:1900%}.collection-grid-section .product-slider-wrapper[data-slide-count="20"]{width:2000%}.collection-grid-section .product-slide{height:100%;flex-shrink:0;overflow:hidden;flex:1;min-width:0}.collection-grid-section .product-image{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.collection-grid-section .slider-arrow{display:none}.collection-grid-section .sale-badge{position:absolute;top:10px;left:10px;padding:6px 12px;font-weight:var(--font-weight-semibold);font-size:12px;z-index:2;line-height:1;display:flex;align-items:center}.collection-grid-section .sale-badge-icon{display:inline-flex;align-items:center;margin-right:5px;width:14px;height:14px}.collection-grid-section .sale-badge-icon svg{width:100%;height:100%;fill:currentColor}.collection-grid-section .product-dots{width:100%;display:flex;justify-content:center;gap:6px;margin-top:6px;margin-bottom:8px}.collection-grid-section .dot{border-radius:50%}.collection-grid-section .collection-product-info{padding:12px;display:flex;flex-direction:column;flex-grow:1}.collection-grid-section .product-title{line-height:1.3;margin:0 0 6px;font-weight:var(--font-weight-semibold)!important;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;letter-spacing:var(--letter-spacing-body);min-height:3.2em}.collection-grid-section .product-description{line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;min-height:2.4em}.collection-grid-section .collection-product-price{margin-bottom:4px;margin-top:auto;font-weight:var(--font-weight-semibold)!important;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.collection-grid-section .collection-regular-price{text-decoration:line-through;margin-right:2px;font-weight:400}.collection-grid-section .product-rating{display:flex;align-items:center;margin-bottom:4px}.collection-grid-section .stars{display:flex;margin-right:8px;line-height:1}.collection-grid-section .rating-number{line-height:1}.collection-grid-section .view-all-container{text-align:center;margin-top:30px}.collection-grid-section .view-all-button{display:inline-block;padding:12px 28px;text-decoration:none;border-radius:30px;font-weight:var(--font-weight-semibold);font-size:16px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.collection-grid-section .product-metadata{margin:8px 0;display:flex;flex-direction:column;gap:4px}.collection-grid-section .metadata-item{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.collection-grid-section .metadata-rating{display:flex;align-items:center;gap:5px}.collection-grid-section .metadata-rating-value{font-weight:var(--font-weight-semibold)}.collection-grid-section .metadata-stars{display:flex}@media (max-width: 767px){.collection-grid-section .collection-product-info{padding:10px;min-height:120px}.collection-grid-section .product-title{line-height:1.3;margin-bottom:4px;height:auto;min-height:3.2em}.collection-grid-section .product-description{margin-bottom:6px;min-height:2.4em}.collection-grid-section .collection-product-price{margin-bottom:3px}.collection-grid-section .product-dots{margin-top:4px;margin-bottom:9px;gap:5px}.collection-grid-section .product-rating{margin-bottom:3px}.collection-grid-section .sale-badge{padding:4px 8px;font-size:11px}.collection-grid-section .sale-badge-icon{width:12px;height:12px;margin-right:3px}.collection-grid-section .view-all-button{padding:10px 22px;font-size:14px}}@media (max-width: 484px){.collection-grid-section .collection-product-info{padding:8px;min-height:110px}.collection-grid-section .product-rating{display:flex;align-items:center;margin-bottom:3px}.collection-grid-section .product-title{line-height:1.3;margin-bottom:3px;margin-top:0;height:auto;min-height:3.2em}.collection-grid-section .product-description{margin-bottom:4px;min-height:2.4em}.collection-grid-section .collection-product-price{margin-bottom:2px;margin-top:4px}.collection-grid-section .sale-badge{padding:4px 8px;font-size:11px}.collection-grid-section .sale-badge-icon{width:10px;height:10px;margin-right:3px}.collection-grid-section .view-all-button{padding:8px 20px;font-size:12px;letter-spacing:.3px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/collection-grid.css.map */
