.hd-bestsellers{background:var(--hd-bg);padding:65px 0}.hd-bestsellers__inner{width:min(var(--hd-container),calc(100% - 80px));margin:0 auto}.hd-bestsellers__eyebrow{display:block;margin-bottom:10px;color:var(--hd-green);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hd-bestsellers__heading{margin:0;color:var(--hd-text);font-size:clamp(2.2rem,3.2vw,3.4rem);line-height:1;letter-spacing:-.03em}.hd-bestsellers__intro{max-width:570px;margin-top:13px;color:var(--hd-text-light);font-size:.96rem;line-height:1.6}.hd-bestsellers__intro p{margin:0}.hd-bestsellers__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:36px}.hd-bestsellers__card{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(35,45,35,.1);border-radius:9px;background:#fff;box-shadow:0 2px 12px #191e1809;transition:transform .25s ease,box-shadow .25s ease}.hd-bestsellers__card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #191e1817}.hd-bestsellers__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f4f1eb}.hd-bestsellers__image-link{display:block;width:100%;height:100%}.hd-bestsellers__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.65,.3,1)}.hd-bestsellers__card:hover .hd-bestsellers__image{transform:scale(1.025)}.hd-bestsellers__badge{position:absolute;top:10px;left:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:4px;background:#fffffff0;color:var(--hd-text);font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hd-bestsellers__content{display:flex;flex-direction:column;min-height:270px;padding:13px 12px 12px}.hd-bestsellers__title{display:-webkit-box;height:48px;min-height:48px;margin:0;overflow:hidden;color:var(--hd-text);font-size:.91rem;font-weight:650;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hd-bestsellers__title a{color:inherit;text-decoration:none}.hd-bestsellers__description{display:-webkit-box;height:38px;min-height:38px;margin-top:4px;overflow:hidden;color:var(--hd-text-light);font-size:.68rem;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hd-bestsellers__rating{display:flex;align-items:center;height:20px;min-height:20px;gap:5px;margin-top:6px}.hd-bestsellers__stars{position:relative;display:inline-block;width:67px;height:14px;overflow:hidden;font-size:.68rem;line-height:14px;letter-spacing:.02em}.hd-bestsellers__stars-empty{display:block;color:#d8d5ce;white-space:nowrap}.hd-bestsellers__stars-filled{position:absolute;top:0;left:0;width:var(--rating-percent);overflow:hidden;color:#c89525;white-space:nowrap}.hd-bestsellers__stars--empty{width:auto;color:#d8d5ce;overflow:visible;font-size:.72rem;letter-spacing:.03em}.hd-bestsellers__rating-value{color:var(--hd-text);font-size:.66rem;font-weight:700}.hd-bestsellers__rating-count{color:var(--hd-text-light);font-size:.64rem}.hd-bestsellers__price{display:flex;align-items:baseline;height:23px;min-height:23px;gap:7px;margin-top:5px;color:var(--hd-text);font-size:.95rem;font-weight:750}.hd-bestsellers__price-sale{color:var(--hd-text)}.hd-bestsellers__price-compare{color:var(--hd-text-light);font-size:.68rem;font-weight:400;text-decoration:line-through}.hd-bestsellers__variants{display:flex;flex-direction:column;justify-content:flex-start;height:42px;min-height:42px;margin-top:8px}.hd-bestsellers__variants--empty{visibility:hidden}.hd-bestsellers__variants-label{display:block;height:14px;min-height:14px;margin-bottom:5px;color:var(--hd-text-light);font-size:.61rem}.hd-bestsellers__variants-label strong{color:var(--hd-text);font-weight:600}.hd-bestsellers__swatches{display:flex;align-items:center;height:18px;min-height:18px;gap:5px}.hd-bestsellers__swatch{position:relative;width:16px;height:16px;flex:0 0 16px;padding:0;border:1px solid rgba(25,30,25,.2);border-radius:50%;background:var(--swatch-color);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.hd-bestsellers__swatch:hover{transform:scale(1.12)}.hd-bestsellers__swatch.is-active{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--hd-green)}.hd-bestsellers__swatch:disabled{opacity:.35;cursor:not-allowed}.hd-bestsellers__actions{margin-top:auto;padding-top:10px}.hd-bestsellers__cart{display:flex;align-items:center;justify-content:center;width:100%;height:46px;padding:0 14px;border:0;border-radius:7px;background:var(--hd-green);color:#fff;font-size:.72rem;font-weight:750;letter-spacing:.06em;cursor:pointer;box-shadow:0 3px 9px #0000001a;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.hd-bestsellers__cart:hover{background:var(--hd-green-dark);transform:translateY(-1px);box-shadow:0 5px 13px #00000024}.hd-bestsellers__cart-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:8px}.hd-bestsellers__cart-icon svg{display:block;width:18px;height:18px}.hd-bestsellers__cart-text{white-space:nowrap}.hd-bestsellers__cart.is-added{background:#4f7b4f}.hd-bestsellers__cart.has-error{background:#a33b32}.hd-bestsellers__cart.is-loading{opacity:.55;cursor:wait}.hd-bestsellers__cart.is-disabled{background:#aaa;cursor:not-allowed;box-shadow:none}.hd-bestsellers__footer{display:flex;justify-content:center;margin-top:38px}.hd-bestsellers__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 21px;border:1px solid rgba(30,48,31,.22);border-radius:999px;color:var(--hd-text);font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.hd-bestsellers__button:hover{background:var(--hd-green);border-color:var(--hd-green);color:#fff;transform:translateY(-2px)}@media screen and (max-width:989px){.hd-bestsellers{padding:55px 0}.hd-bestsellers__inner{width:min(var(--hd-container),calc(100% - 48px))}.hd-bestsellers__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media screen and (max-width:749px){.hd-bestsellers{padding:48px 0}.hd-bestsellers__inner{width:calc(100% - 32px)}.hd-bestsellers__heading{font-size:2.25rem}.hd-bestsellers__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.hd-bestsellers__content{min-height:250px;padding:10px 9px}.hd-bestsellers__title{height:42px;min-height:42px;font-size:.82rem}.hd-bestsellers__description{height:35px;min-height:35px;font-size:.62rem}.hd-bestsellers__price{font-size:.86rem}.hd-bestsellers__swatch{width:15px;height:15px;flex-basis:15px}.hd-bestsellers__cart{height:42px;font-size:.65rem}}@media screen and (max-width:380px){.hd-bestsellers__grid{gap:10px}.hd-bestsellers__content{padding-left:8px;padding-right:8px}.hd-bestsellers__title{font-size:.78rem}.hd-bestsellers__cart{height:40px;font-size:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hd-bestsellers.css.map */
