.av-featured-collection{overflow:hidden}.av-featured-collection .av-container{max-width:1440px;padding-left:120px;padding-right:120px}@media screen and (max-width:1200px){.av-featured-collection .av-container{padding-left:40px;padding-right:40px}}@media screen and (max-width:749px){.av-featured-collection .av-container{padding-left:16px;padding-right:16px}}.av-products-slider-wrapper{position:relative}.av-products-slider{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;width:100%}.av-products-slider::-webkit-scrollbar{display:none}.av-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .3s ease}.av-slider-arrow:hover{opacity:.7}.av-slider-arrow svg{width:48px;height:48px}.av-slider-arrow--prev{left:-60px}.av-slider-arrow--next{right:-60px}@media screen and (max-width:1400px){.av-slider-arrow--prev{left:-52px}.av-slider-arrow--next{right:-52px}}@media screen and (max-width:989px){.av-slider-arrow{display:none}}.av-product-card{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px);scroll-snap-align:start;display:flex;flex-direction:column;align-items:flex-start;padding:8px;gap:20px;border-radius:8px;text-decoration:none;color:inherit;box-sizing:border-box;border:1px solid transparent;transition:background-color .3s ease,border-color .3s ease;position:relative}.av-product-card a,.av-product-card a:focus,.av-product-card a:hover{text-decoration:none!important}.av-product-card:hover{background-color:#f5f5f5;border-color:#eaeaea}@media screen and (min-width:750px){.av-product-card{flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}}@media screen and (min-width:990px){.av-product-card{flex:0 0 calc(25% - 12px);max-width:calc(25% - 12px);min-width:240px;max-width:320px}}.av-product-card__image-wrap{position:relative;overflow:hidden;background-color:#fff;border-radius:4px;aspect-ratio:264 / 280;display:block;padding:8px;width:100%;box-sizing:border-box;text-decoration:none}.av-product-card__image-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:8px;box-sizing:border-box}.av-product-card:hover .av-product-card__image-wrap img{transform:scale(1.03);transition:transform .5s ease}.av-product-card__link-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.av-product-card__badge{position:absolute;top:8px;left:8px;z-index:2;font-family:var(--av-font-body);font-weight:600;font-size:10px;line-height:140%;letter-spacing:0;text-transform:uppercase;text-align:center;padding:8px;border-radius:2px}.av-product-card__badge--bestseller,.av-product-card__badge--sale{background-color:#a8685f;color:#fff}.av-product-card__badge--soldout{background-color:#999;color:#fff}.av-product-card__wishlist{position:absolute;bottom:8px;right:8px;z-index:2;width:35px;height:35px;border-radius:4px;background-color:#f5f5f5;border:1px solid #E1E6DD;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:6px;box-sizing:border-box;transition:border-color .3s ease}.av-product-card__wishlist:hover{border-color:#a8685f}.av-product-card__wishlist svg{width:23px;height:23px;fill:none;stroke:#595959;stroke-width:1.5}.av-product-card__wishlist:hover svg{stroke:#a8685f}.av-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%}.av-product-card__variant-badge{font-family:var(--av-font-body);font-weight:600;font-size:10px;line-height:140%;text-transform:uppercase;text-align:center;padding:6px;border-radius:99px;background-color:#f4edec;border:1px solid #D1B0AB;color:#95473c;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.av-product-card__rating{display:flex;align-items:center;gap:4px;font-family:var(--av-font-body);font-weight:500;font-size:12px;line-height:140%;color:#454545}.av-product-card__rating-star{color:#454545;font-size:12px}.av-product-card__rating-reviews{font-weight:400;font-size:12px;color:#454545}.av-product-card__title{font-family:var(--av-font-heading);font-weight:400;font-size:18px;line-height:130%;letter-spacing:-.02em;color:#262626;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}.av-product-card__title a{color:inherit;text-decoration:none}@media screen and (max-width:749px){.av-product-card__title{font-size:16px}}.av-product-card__price{display:flex;align-items:center;gap:8px;width:100%}.av-product-card__price-current{font-family:var(--av-font-body);font-weight:500;font-size:20px;line-height:150%;color:#262626}.av-product-card__price-compare{font-family:var(--av-font-body);font-weight:400;font-size:20px;line-height:150%;text-decoration-line:line-through;color:#bfbfbf}@media screen and (max-width:749px){.av-product-card__price-current,.av-product-card__price-compare{font-size:18px}}.av-product-card__add-to-cart{display:flex;justify-content:center;align-items:center;width:100%;padding:8px;gap:4px;font-family:var(--av-font-body);font-weight:500;font-size:12px;line-height:140%;text-align:center;letter-spacing:.02em;text-transform:uppercase;background-color:transparent;color:#6a322b;border:1px solid #6A322B;border-radius:4px;cursor:pointer;transition:background-color .3s ease,color .3s ease;text-decoration:none;box-sizing:border-box;position:relative;z-index:2}.av-product-card__add-to-cart:hover{background-color:#6a322b;color:#fff}.av-product-card__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.av-slider-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px}.av-slider-dots__dot{width:40px;height:4px;border-radius:8px;background-color:#d9d9d9;border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.av-slider-dots__dot.active{background-color:#262626}.av-view-all{display:flex;flex-direction:column;align-items:center;margin-top:40px}.av-view-all .av-btn{display:flex;justify-content:center;align-items:center;padding:16px;gap:4px;min-width:193px;font-family:var(--av-font-body);font-weight:500;font-size:14px;line-height:140%;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#6a322b;border:1px solid #6A322B;border-radius:6px;background-color:transparent;text-decoration:none;transition:background-color .3s ease,color .3s ease}.av-view-all .av-btn:hover{background-color:#6a322b;color:#fff}@media screen and (max-width:749px){.av-view-all .av-btn{width:100%}}.av-product-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;flex-grow:1}.av-product-card__info form,.av-product-card__info>.av-product-card__add-to-cart{margin-top:auto;position:relative;z-index:2}
/*# sourceMappingURL=/cdn/shop/t/11/assets/aarshaveda-featured-collection.css.map */
