.home-bestsellers{position:relative;background-size:cover;background-position:center;padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);padding-left:20px;padding-right:20px;display:flex;flex-direction:column;align-items:center;gap:40px;overflow:hidden}.home-bestsellers:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#4b575266,#4b575299);z-index:1}.home-bestsellers__container{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto}.home-bestsellers__header{text-align:center;margin-bottom:40px}.home-bestsellers__title{font-family:Gullia,serif;font-size:40px;color:#fff;margin-bottom:30px}@media screen and (min-width:750px){.home-bestsellers{padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);gap:60px}.home-bestsellers__title{font-size:60px}}.home-bestsellers__features{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.home-bestsellers__feature{display:flex;flex-direction:column;align-items:center;gap:10px;color:#fff}@media screen and (min-width:750px){.home-bestsellers__features{gap:40px}.home-bestsellers__feature{flex-direction:row}}.home-bestsellers__feature-icon{width:32px;height:32px}@media screen and (min-width:750px){.home-bestsellers__feature-icon{width:64px;height:64px}}.home-bestsellers__feature-label{font-family:Libre Franklin,sans-serif;font-weight:600;font-size:14px;text-transform:capitalize}@media screen and (min-width:750px){.home-bestsellers__feature-label{font-size:21px}}.home-bestsellers__navigation{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:40px}@media screen and (max-width:749px){.home-bestsellers__navigation{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:15px;margin-bottom:25px;-webkit-overflow-scrolling:touch;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;scrollbar-width:none}.home-bestsellers__navigation::-webkit-scrollbar{display:none}.home-bestsellers__nav-link{flex-shrink:0;white-space:nowrap;font-size:16px;padding:8px 20px}}.home-bestsellers__nav-link{padding:10px 25px;border-radius:100px;font-family:Libre Franklin,sans-serif!important;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;border:4px solid #c2d7cd;background:#fff;color:#333;display:inline-block}.home-bestsellers__nav-link:hover,.home-bestsellers__nav-link--active{background:#4b5752;color:#fff;border-color:#4b5752}.home-bestsellers__nav-link--active{cursor:default}.home-bestsellers__grid{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:60px;width:100%}@media screen and (min-width:750px){.home-bestsellers__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media screen and (min-width:990px){.home-bestsellers__grid{grid-template-columns:repeat(3,1fr)}}.home-bestsellers__card{background:#fff;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 10px #0000001a;position:relative;text-decoration:none;color:inherit;transition:transform .3s ease;cursor:pointer}.home-bestsellers__card:hover{transform:translateY(-5px)}.home-bestsellers__card-media{position:relative;width:100%;aspect-ratio:1/1;border-radius:15px;overflow:hidden;background:#f5f5f5}.home-bestsellers__card-media img{width:100%;height:100%;object-fit:cover}.home-bestsellers__badge{position:absolute;top:-15px;left:-20px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;z-index:10}.home-bestsellers__badge-hexagon{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:polygon(25% 5%,75% 5%,95% 50%,75% 95%,25% 95%,5% 50%);background:#d26c4e}.home-bestsellers__badge-text{position:relative;font-family:Gullia,serif;color:#fff;font-size:16px;text-align:center;line-height:1.1}.home-bestsellers__badge--top-pick .home-bestsellers__badge-hexagon{background:#f7c0b0}.home-bestsellers__badge--top-pick .home-bestsellers__badge-text{color:#333}.home-bestsellers__card-info{display:flex;flex-direction:column;gap:8px;flex-grow:1}.home-bestsellers__card-title{font-family:Libre Franklin,sans-serif;font-size:20px;font-weight:800;color:#333;line-height:1.25;min-height:3.75em;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-block:0}.home-bestsellers__card-rating{font-size:24px;color:#d26c4e}.home-bestsellers__card-summary{font-size:14px;font-weight:500;color:#666;line-height:1.5;min-height:4.5em;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-bestsellers__card-price-group{display:flex;align-items:flex-end;gap:10px}.home-bestsellers__card-price-group [ref=priceContainer]{display:flex!important;align-items:flex-end!important;gap:10px!important;background:transparent!important;padding:0!important}.home-bestsellers__card-price,.home-bestsellers__card-price-group .price{font-size:24px;font-weight:700;color:#333;margin:0}.home-bestsellers__card-price--compare,.home-bestsellers__card-price-group .compare-at-price{text-decoration:line-through;color:#999;font-size:18px;margin:0}.home-bestsellers__atc{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;background:#f7c0b0;border:none;cursor:pointer;width:180px;height:42px;padding:8px 20px;margin-top:auto;margin-inline:auto;font-family:Libre Franklin,sans-serif;font-weight:700;font-size:16px;text-transform:uppercase;color:#333;line-height:normal;clip-path:polygon(7% 0%,93% 0%,100.4% 50%,93% 100%,7% 100%,-.4% 50%);transition:all .4s ease-in-out;box-shadow:0 2px 4px #0000001a}@media(min-width:768px){.home-bestsellers__atc{width:250px;height:60px;padding:15px 40px;font-size:20px;line-height:30px}}.home-bestsellers__atc:hover{box-shadow:0 6px 12px #0003!important;transform:scale(1.03)}.home-bestsellers__atc:disabled{cursor:not-allowed;opacity:.8}.add-to-cart-text{display:inline-block;white-space:nowrap}.home-bestsellers__footer{text-align:center;margin-top:40px}.home-bestsellers__view-all{display:inline-flex;align-items:center;justify-content:center;background:#c2d7cd;border:none;cursor:pointer;text-decoration:none;padding:8px 20px;font-family:Libre Franklin,sans-serif!important;font-weight:700;font-size:16px;color:#333;text-transform:uppercase;line-height:24px;clip-path:polygon(9% 0%,91% 0%,100.4% 50%,91% 100%,9% 100%,-.4% 50%);transition:all .4s ease-in-out;box-shadow:0 2px 4px #0000001a}@media(min-width:768px){.home-bestsellers__view-all{padding:15px 40px;font-size:20px;line-height:30px}}.home-bestsellers__view-all:hover{box-shadow:0 6px 12px #0003!important;transform:scale(1.03)}.home-bestsellers__view-all:hover{background:#b1c7bc}
/*# sourceMappingURL=/cdn/shop/t/34/assets/home-bestsellers.css.map */
