.custom-product-listing-section{padding:20px;margin:20px auto}.custom-product-list__container{border-bottom:1px solid var(--text-color-primary);margin:0 0 24px}.custom-product-listing-section__filter{background:var(--primary-color);position:sticky;top:60px;z-index:40;padding:24px 16px;margin:0 auto}.custom-product-listing-section__filter-wrapper{display:flex;flex-direction:column;gap:16px}.custom-product-listing-section__filter-controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.custom-product-listing-section__select-wrapper{position:relative}.custom-product-listing-section__select-wrapper select{-webkit-appearance:none;appearance:none;background:var(--primary-color);border:1px solid var(--text-color-primary);border-radius:8px;padding:8px 40px 8px 16px;color:var(--button-text-color);outline:none}.custom-product-listing-section__select-wrapper select:focus{border-color:transparent;box-shadow:0 0 0 2px var(--text-color)}.custom-product-listing-section__select-wrapper svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;color:var(--text-color-secondary)}.custom-product-listing-section__results-controls{display:flex;align-items:center;justify-content:space-between;gap:16px}.custom-product-listing-section__results-controls span{color:var(--text-color-secondary)}.custom-product-listing-section__container{width:100%;max-width:93%;margin:0 auto}.custom-product-listing-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.custom-product-listing-section__card{background:var(--primary-color);border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;text-align:center;transition:transform .3s,box-shadow .3s}.custom-product-listing-section__card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0003}.custom-product-listing-section__image img{width:100%;height:auto;display:block}.custom-product-listing-section__content{padding:16px}.custom-product-listing-section__title{font-size:var(--xl-p3-font-size);line-height:var(--xl-p3-line-height);font-weight:700;margin:10px 0}.custom-product-listing-section__price{color:var(--text-color);font-weight:700;margin:0 0 10px}.custom-product-listing-section__add-to-cart{background:var(--text-color);color:var(--primary-color);border:none;padding:8px 15px;border-radius:6px;cursor:pointer}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;appearance:none;background:var(--primary-color);border:1px solid var(--text-color-primary);border-radius:8px;padding:8px 40px 8px 16px;color:var(--button-text-color);outline:none}.select-wrapper select:focus{border-color:transparent;box-shadow:0 0 0 2px var(--text-color)}.select-wrapper svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;color:var(--text-color-secondary)}.results-controls{display:flex;align-items:center;justify-content:space-between;gap:16px}.results-controls span{color:var(--text-color-secondary);font-size:var(--xl-p4-font-size)}.view-toggle button.list-btn:hover{color:var(--button-text-color)}.view-toggle svg{width:16px;height:16px}.rating-star{width:15px;height:15px}.rating-star path{fill:var(--text-color)}.rating{color:var(--secondary-color);font-family:var(--font-body-family);font-weight:400;font-size:var(--xl-p3-font-size);margin:0 0 0 8px}.custom-product-listing-section__rating_cnr{display:flex;align-items:center;color:var(--text-color)}.custom-product-listing-section__rating_cnr .rating{color:var(--text-color-secondary);margin-left:4px;font-size:var(--xl-p4-font-size)}.custom-product-listing-section__price{display:flex;justify-content:space-between}.custom-product-listing-section__card{display:block;background:var(--primary-color);border-radius:1rem;overflow:hidden;box-shadow:#4a2c2a26 0 4px 12px;transition:all .3s}.custom-product-listing-section__card a{text-decoration:none}.custom-product-listing-section__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #4a2c2a40}.product-image-container{position:relative;aspect-ratio:1/1;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.custom-product-listing-section__card:hover .product-image{transform:scale(1.1)}.image-button-container{position:absolute;bottom:12px;right:12px;opacity:0;transition:opacity .3s}.custom-product-listing-section__card:hover .image-button-container{opacity:1}.view-all-btn-with-icon:hover{transform:scale(1.05)}.view-all-btn{text-align:center;margin:25px 0 0}.view-all-btn-with-icon svg{transition:color .3s ease}.custom-product-listing-section .heading-text{font-size:var(--xl-h4-font-size);line-height:var(--xl-h4-line-height);margin:15px 20px 20px;font-weight:600;color:var(--section-bg-color)}.custom-product-listing-section .heading-description{font-size:var(--xl-p2-font-size);line-height:var(--xl-p2-line-height);margin:0 20px 40px}.product-content-container{padding:16px}.custom-product-listing-section__price-rate_cnr{display:flex;justify-content:space-between;align-items:center}.custom-product-listing-section__price_cnr{color:var(--primary-color);font-weight:700;font-size:var(--xl-p2-font-size);line-height:var(--xl-p2-line-height);font-family:var(--font-body-family)}.add-cart-btn{width:100%;background:var(--button-text-color);color:var(--primary-color);font-family:var(--font-body-family);font-weight:500;transition:background-color .3s,color .3s;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}.custom-product-listing-section__card:hover .add-cart-btn{background-color:var(--button-primary-bg-color);color:var(--button-text-color)}@media screen and (max-width: 1400px){.custom-product-listing-section.page-width{width:100%;max-width:100%;margin:40px 0;padding:0}}@media (min-width: 1024px){.custom-product-listing-section__filter-wrapper{flex-direction:row;align-items:center;justify-content:space-between}}@media screen and (max-width:991px){.custom-product-listing-section .heading-text{font-size:var(--md-h4-font-size);line-height:var(--md-h4-line-height)}.custom-product-listing-section .heading-description{font-size:var(--md-p2-font-size);line-height:var(--md-p2-line-height)}}@media screen and (max-width:567px){.custom-product-listing-section .heading-text{font-size:var(--sm-h4-font-size);line-height:var(--sm-h4-line-height)}.custom-product-listing-section .heading-description{font-size:var(--sm-p2-font-size);line-height:var(--sm-p2-line-height)}.custom-product-listing-section__container{max-width:100%;padding:0 20px}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/custom-product-view.css.map */
