.hdt-category-grid{padding-top:var(--section-pt);padding-bottom:var(--section-pb);color:var(--category-text)}.hdt-category-grid__wrapper{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;text-align:center;align-items:center}@media (max-width: 1200px){.hdt-category-grid__wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hdt-category-grid__wrapper{grid-template-columns:repeat(2,1fr)}.hdt-category-grid.hdt-hide-mobile{display:none}}@media (max-width: 480px){.hdt-category-grid__wrapper{grid-template-columns:repeat(2,1fr);gap:15px}}.hdt-category-item{display:flex;flex-direction:column;align-items:center}.hdt-category-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:transform .3s ease;gap:20px}.hdt-category-image{width:200px;height:200px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.hdt-category-image img{width:100%;height:100%;object-fit:contain}.hdt-category-image svg{width:60px;height:60px;color:#ccc}.hdt-category-title{font-family:Inter,sans-serif;font-weight:400;font-style:normal;font-size:var(--fs-18);line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase;margin:0;color:#1a1a1a}.hdt-category-title:hover{font-weight:700;transition:all .3s ease}@media (max-width: 768px){.hdt-category-image{width:100px;height:100px}.hdt-category-title{font-size:14px}}@media (max-width: 480px){.hdt-category-image{width:80px;height:90px}.hdt-category-title{font-size:.75rem}}.hdt-hide-mobile{display:block}.hdt-category-grid__wrapper--desktop{display:grid}@media screen and (min-width: 767px){.hdt-category-grid__wrapper--desktop{padding-left:80px;padding-right:80px}}.hdt-category-grid__slider--mobile,.hdt-category-grid__slider--tablet{display:none}@media (min-width: 1025px){.hdt-hide-desktop{display:none!important}}@media (max-width: 768px){.hdt-hide-mobile{display:none!important}}@media (max-width: 1024px) and (min-width: 769px){.hdt-category-grid--tablet-enabled .hdt-category-grid__wrapper--desktop{display:none}.hdt-category-grid:not(.hdt-category-grid--tablet-enabled) .hdt-category-grid__wrapper--desktop{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;align-items:center}.hdt-category-grid--tablet-enabled .hdt-category-grid__slider--tablet{display:block}.hdt-category-grid__slider--mobile,.hdt-category-grid__wrapper--mobile{display:none}.hdt-category-grid__slider--tablet .hdt-category-grid__carousel{position:relative;overflow:hidden;min-height:220px}.hdt-category-grid__slider--tablet .hdt-category-grid__carousel-track{display:flex;transition:transform .3s ease;width:100%;cursor:grab;-webkit-user-select:none;user-select:none}.hdt-category-grid__slider--tablet .hdt-category-grid__carousel-track:active{cursor:grabbing}.hdt-category-grid__slider--tablet .hdt-category-grid__carousel-item{flex:0 0 var(--col-width);min-width:var(--col-width);padding:0 10px;box-sizing:border-box}.hdt-category-grid__slider--tablet .hdt-category-image{width:120px;height:130px;margin:0 auto 10px}.hdt-category-grid__slider--tablet .hdt-category-title{font-size:13px}.hdt-category-grid__slider--tablet .hdt-category-grid__dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.hdt-category-grid__slider--tablet .hdt-category-grid__dot{width:6.07px;height:6.07px;border-radius:50%;border:none;background:#1a1a1a;cursor:pointer;transition:all .3s ease;position:relative}.hdt-category-grid__slider--tablet .hdt-category-grid__dot--active{background:#1a1a1a}.hdt-category-grid__slider--tablet .hdt-category-grid__dot--active:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:1px solid #D1D1D1;border-radius:50%;background:transparent}}@media (max-width: 768px){.hdt-category-grid__wrapper--desktop{display:none}.hdt-category-grid--mobile-enabled .hdt-category-grid__slider--mobile{display:block}.hdt-category-grid__slider--tablet{display:none!important}.hdt-category-grid:not(.hdt-category-grid--mobile-enabled) .hdt-category-grid__wrapper--mobile{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center;align-items:center}.hdt-category-grid__carousel{position:relative;overflow:hidden;height:161px}.hdt-category-grid__carousel-track{display:flex;transition:transform .3s ease;width:100%;cursor:grab;-webkit-user-select:none;user-select:none}.hdt-category-grid__carousel-track:active{cursor:grabbing}.hdt-category-grid__carousel-item{flex:0 0 var(--col-width);min-width:var(--col-width);padding:0 8px;box-sizing:border-box}.hdt-category-grid__slider .hdt-category-item{width:100%}.hdt-category-grid__slider .hdt-category-image{width:80px;height:90px;margin:0 auto 8px}.hdt-category-grid__slider .hdt-category-title{font-family:Inter;font-weight:500;font-style:normal;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;text-transform:uppercase}.hdt-category-grid__dots{display:flex;justify-content:center;gap:12px;margin:2rem}.hdt-category-grid__dot{width:6.07px;height:6.07px;border-radius:50%;border:none;background:#1a1a1a;cursor:pointer;transition:all .3s ease;position:relative;width:4.25px;height:4.25px}.hdt-category-grid__dot--active{background:#1a1a1a;position:relative}.hdt-category-grid__dot--active:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:17px;height:17px;border:1px solid rgb(var(--color-foreground));border-radius:50%;pointer-events:none;width:11.91px;height:11.91px}.hdt-dot-rounded-true .hdt-category-grid__dot{border-radius:4px}.hdt-dot-secondary .hdt-category-grid__dot,.hdt-dot-secondary .hdt-category-grid__dot--active{background:rgb(var(--color-secondary))}.hdt-dot-tertiary .hdt-category-grid__dot,.hdt-dot-tertiary .hdt-category-grid__dot--active{background:rgb(var(--color-tertiary))}.hdt-dot-accent .hdt-category-grid__dot,.hdt-dot-accent .hdt-category-grid__dot--active{background:rgb(var(--color-accent))}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/links-grid.css.map */
