/** Canonical Homepage Top Selling Products section. */
.hdc-home-top-selling-products{width:100%;max-width:100%;margin:var(--hdc-htsp-margin-top,24px) auto var(--hdc-htsp-margin-bottom,24px);padding-inline:12px;box-sizing:border-box;overflow:hidden}
.hdc-home-top-selling-products__inner{width:min(100%,var(--hdc-htsp-max-width,1440px));margin-inline:auto;padding:var(--hdc-htsp-padding-top,30px) var(--hdc-htsp-padding-right,30px) var(--hdc-htsp-padding-bottom,30px) var(--hdc-htsp-padding-left,30px);border-radius:var(--hdc-htsp-radius,15px);background:var(--hdc-htsp-background,#fff);box-sizing:border-box}
.hdc-home-top-selling-products__header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px}
.hdc-home-top-selling-products__header h2{margin:0;color:var(--hdf-color-text,#111827);font-family:var(--hdf-font-heading,inherit);font-size:var(--hdc-htsp-title-size,24px);font-weight:var(--hdc-htsp-title-weight,700);line-height:1.15}
.hdc-home-top-selling-products__show-all{flex:0 0 auto;color:var(--hdf-color-primary,#F97316);font-size:var(--hdc-htsp-show-all-size,14px);font-weight:700;text-decoration:none}
.hdc-home-top-selling-products__show-all:hover,.hdc-home-top-selling-products__show-all:focus-visible{color:var(--hdf-color-primary-hover,#EA580C);text-decoration:underline;text-underline-offset:4px}
.hdc-home-top-selling-products__divider{width:100%;height:var(--hdc-htsp-divider-height,1px);margin:14px 0 var(--hdc-htsp-header-gap,18px);background:var(--hdc-htsp-divider,#15803D)}
.hdc-home-top-selling-products__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hdc-htsp-row-gap,10px) var(--hdc-htsp-column-gap,10px);min-width:0}
.hdc-home-top-selling-products__product{min-width:0}.hdc-home-top-selling-products__product .hdc-product-card{height:100%}.hdc-home-top-selling-products__empty{margin:0;color:var(--hdf-color-muted,#6B7280)}
@media(max-width:1180px){.hdc-home-top-selling-products{padding-inline:var(--hdc-htsp-tablet-padding,18px)}.hdc-home-top-selling-products__inner{padding-inline:min(var(--hdc-htsp-padding-left,30px),24px)}.hdc-home-top-selling-products__products{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:var(--hdc-htsp-column-gap,10px);scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hdc-home-top-selling-products__products::-webkit-scrollbar{display:none}.hdc-home-top-selling-products__product{flex:0 0 calc(100%/var(--hdc-htsp-tablet-visible,2.5));max-width:calc(100%/var(--hdc-htsp-tablet-visible,2.5));min-width:calc(100%/var(--hdc-htsp-tablet-visible,2.5));scroll-snap-align:start}}
@media(max-width:680px){.hdc-home-top-selling-products{padding-inline:var(--hdc-htsp-mobile-padding,12px)}.hdc-home-top-selling-products__inner{padding:min(var(--hdc-htsp-padding-top,30px),20px) min(var(--hdc-htsp-padding-right,30px),16px) min(var(--hdc-htsp-padding-bottom,30px),20px) min(var(--hdc-htsp-padding-left,30px),16px)}.hdc-home-top-selling-products__header{align-items:flex-start;gap:10px}.hdc-home-top-selling-products__header h2{font-size:min(var(--hdc-htsp-title-size,24px),19px)}.hdc-home-top-selling-products__show-all{padding-top:4px;font-size:min(var(--hdc-htsp-show-all-size,14px),12px)}.hdc-home-top-selling-products__product{flex-basis:calc(100%/var(--hdc-htsp-mobile-visible,1.5));max-width:calc(100%/var(--hdc-htsp-mobile-visible,1.5));min-width:calc(100%/var(--hdc-htsp-mobile-visible,1.5))}}
