.featuredProductCards {
    padding: 20px;
    min-width: 320px;
 }

.featuredProductCards-categories {
    color:  var(--c-BLACK);
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--c-OFFBLACK-LIGHTER);
    padding-left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing: content-box;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

.featuredProductCards-categories::-webkit-scrollbar { display: none;  /* Safari and Chrome */ }

.featuredProductCards-categories li {
    display: inline-block;
    padding: 16px;
    margin: 0;
    cursor: pointer;
    color: var(--c-BRAND);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: background-color .3s;
}

.featuredProductCards-categories li:hover {
    background-color: var(--c-OFFWHITE);
    border-bottom: 2px solid transparent;
}

.featuredProductCards-categories-category_selected {
    border-bottom: 2px solid var(--c-BRAND)!important;
    color: var(--c-TIER-BLACK)!important;
    z-index: 10;
    padding: 16px 0!important;
    margin: 0 16px!important;
    margin-bottom: 0px!important;
}

.featuredProductCards-categories-category_selected:hover {
    background-color: transparent!important;
    cursor: auto!important;
}

.featuredProductCards-view {
    width: 100%;
    height: 345px;
    padding-bottom: 20px;
    overflow: hidden;
}

.featuredProductCards-view-sled {
    white-space: nowrap;
    transition: all .3s;
}

.featuredProductCard {
    display: inline-block;
    width: 235px;
    height: 350px;
    background-color: var(--c-OFFWHITE);
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
}

.featuredProductCard-title {
    padding: 20px;
    color: var(--c-OFFBLACK);
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featuredProductCard-product {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 15px;
    position: relative;
}

.featuredProductCard-product img {
    width: 92%;
    aspect-ratio: 1/1;
    width: 100%;
    transition: all .3s;
    position: absolute;
}

.featuredProductCard-product:hover img {
    width: 110%;
    aspect-ratio: 1/1;
}

.featuredProductCard-cta {
    padding: 20px;
    text-align: right;
}

.featuredProductCards-pagination {
    position: relative;
}

.featuredProductCards-pagination-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.featuredProductCards-pagination-indicator-current {
    background-color: var(--c-BRAND)!important;
    height: 4px !important;
}

.featuredProductCards-pagination-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
}

.featuredProductCards-pagination-controls-page {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--c-OFFBLACK);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    line-height: 0;
    user-select: none;
    font-family: var(--f-SANS);
}

.featuredProductCards-pagination-controls-prev {
    height: 31px;
    padding-top: 5px;
    width: 36px;
    border-radius: 50%;
}

.featuredProductCards-pagination-controls-prev:hover { background-color: var(--c-OFFWHITE); }

.featuredProductCards-pagination-controls-prev::before {
    height: 100%;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    content: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.69926 14.9974C8.47314 15.2582 8.07841 15.2863 7.81761 15.0602L0.53503 8.74599L0.532474 8.74372C0.0882736 8.35 0.063503 7.65746 0.494455 7.23677L0.49807 7.23324L7.79409 0.225255C8.04303 -0.0138617 8.43868 -0.0058947 8.67779 0.243048C8.91691 0.491988 8.90894 0.887636 8.66 1.12675L1.54152 7.96423L8.63647 14.1158C8.89727 14.3419 8.92538 14.7366 8.69926 14.9974Z" fill="%23999999"/></svg>');
}

.featuredProductCards-pagination-controls-prev:hover::before {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.69926 14.9974C8.47314 15.2582 8.07841 15.2863 7.81761 15.0602L0.53503 8.74599L0.532474 8.74372C0.0882736 8.35 0.063503 7.65746 0.494455 7.23677L0.49807 7.23324L7.79409 0.225255C8.04303 -0.0138617 8.43868 -0.0058947 8.67779 0.243048C8.91691 0.491988 8.90894 0.887636 8.66 1.12675L1.54152 7.96423L8.63647 14.1158C8.89727 14.3419 8.92538 14.7366 8.69926 14.9974Z" fill="%23007AC9"/></svg>');
}

.featuredProductCards-pagination-controls-next {
    height: 31px;
    padding-top: 5px;
    width: 36px;
    border-radius: 50%;
}

.featuredProductCards-pagination-controls-next:hover {
    background-color: var(--c-OFFWHITE);
}

.featuredProductCards-pagination-controls-next::before {
    height: 100%;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    content: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.337848 0.266605C0.56397 0.00580486 0.958699 -0.0223071 1.2195 0.203815L8.50208 6.51805L8.50463 6.52032C8.94884 6.91404 8.97361 7.60658 8.54265 8.02727L8.53904 8.0308L1.24302 15.0388C0.994083 15.2779 0.598435 15.2699 0.35932 15.021C0.120205 14.7721 0.128171 14.3764 0.377113 14.1373L7.49558 7.29981L0.400638 1.14826C0.139838 0.922133 0.111726 0.527405 0.337848 0.266605Z" fill="%23999999"/></svg>');
}

.featuredProductCards-pagination-controls-next:hover::before {
    height: 100%;
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    content: url('data:image/svg+xml;utf8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.337848 0.266605C0.56397 0.00580486 0.958699 -0.0223071 1.2195 0.203815L8.50208 6.51805L8.50463 6.52032C8.94884 6.91404 8.97361 7.60658 8.54265 8.02727L8.53904 8.0308L1.24302 15.0388C0.994083 15.2779 0.598435 15.2699 0.35932 15.021C0.120205 14.7721 0.128171 14.3764 0.377113 14.1373L7.49558 7.29981L0.400638 1.14826C0.139838 0.922133 0.111726 0.527405 0.337848 0.266605Z" fill="%23007AC9"/></svg>');
}

.featuredProductCards-pagination-indicator-page {
    background-color: var(--c-OFFBLACK-LIGHTER);
    height: 2px;
    width: 30px;
}

.featuredProductCard-footer {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 38px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.featuredProductCard-footer .btnShop {  background-color: transparent; }

.featuredProductCard-footer .btnShop:hover {  background-color: var(--c-OFFBLACK-LIGHTER); }

.featuredProductCard-footer .btnShop { background-color: transparent; }

/* slight variation for featured product cards */
.featuredProductCard .btnShop:before { margin-top: -4px; }

.btnShop { padding: 8px 11px 8px 35px }

@media (min-width: 500px) {
    .featuredProductCards-pagination-indicator-page { width: 50px;  }
}

@media (min-width: 768px) {
    .featuredProductCards { padding: 20px 40px; }

    .featuredProductCards-pagination-controls { position: absolute; }
}

@media (min-width: 1024px) {
    .featuredProductCard {
        height: 335px;
        width: 220px
    }

    .featuredProductCard-product { height: 200px; }
}

/* @media (min-width: 1440px) {
    .featuredProductCard {
        height: 435px;
        width: 325px
    }

    .featuredProductCard-product { height: 300px; }

    .featuredProductCards { padding:20px 0; }

    .featuredProductCards-view { height: 430px; }
} */
@media (min-width: 1440px) {
    .featuredProductCards { padding:20px 0; }
}/* Grid-specific styles for healthcare products */
.featuredProductCards-grid {
    padding: 20px;
    min-width: 320px;
}

.featuredProductCards-grid .featuredProductCards-view {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    overflow: visible;
}

.featuredProductCards-grid .featuredProductCards-view-sled {
    white-space: normal;
    transition: none;
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.featuredProductCards-grid .featuredProductCard {
    display: block;
    width: 100%;
    height: 350px;
    background-color: var(--c-OFFWHITE);
    border-radius: 8px;
    margin-right: 0;
    position: relative;
}

.featuredProductCards-grid .featuredProductCard-title {
    padding: 20px;
    color: var(--c-OFFBLACK);
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.32px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.featuredProductCards-grid .featuredProductCard-product {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 15px;
    position: relative;
}

.featuredProductCards-grid .featuredProductCard-product img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all .3s;
    object-fit: contain;
}

.featuredProductCards-grid .featuredProductCard-product:hover img {
    transform: scale(1.1);
}

.featuredProductCards-grid .featuredProductCard-footer {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    height: 38px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.featuredProductCards-grid .featuredProductCard-footer .btnShop {
    background-color: transparent;
}

.featuredProductCards-grid .featuredProductCard-footer .btnShop:hover {
    background-color: var(--c-OFFBLACK-LIGHTER);
}

/* Hide pagination for grid layout */
.featuredProductCards-grid .featuredProductCards-pagination {
    display: none;
}

/* Responsive grid adjustments */
@media (min-width: 500px) {
    .featuredProductCards-grid .featuredProductCards-view-sled {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .featuredProductCards-grid {
        padding: 20px 40px;
    }

    .featuredProductCards-grid .featuredProductCards-view-sled {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .featuredProductCards-grid .featuredProductCard {
        height: 335px;
    }

    .featuredProductCards-grid .featuredProductCard-product {
        height: 200px;
    }
}

@media (min-width: 1440px) {
    .featuredProductCards-grid {
        padding: 20px 0;
    }

    .featuredProductCards-grid .featuredProductCards-view-sled {
        grid-template-columns: repeat(6, 1fr);
    }
}