﻿.inner-hero {
    background: var(--teal-pale);
    padding: 14px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.prodtitle {
    font-size: 30px;
    font-weight: 600;
}
.prodsku {
    margin: 15px 0;
    font-size: 18px;
}
.shareblock {
    margin: 0 0 20px;
}

.shicon {
    padding-right: 5px;
    text-decoration: none;
}

.brandname {
    font-size: 14px;
}

.back-link-wrapper {
    padding-top: 30px;
}

.icon27 {
    max-width: 27px;
}

.simlarproducts {
    position: relative;
    overflow: hidden;
}


    .simlarproducts .custom-nav .swiper-button-next:after, .custom-nav .swiper-button-prev:after {
        font-size: 20px;
    }

    .simlarproducts .custom-nav .swiper-button-prev {
        left: 0px;
        right: 30px;
    }

    .simlarproducts .custom-nav .swiper-button-next {
        left: auto;
        right: 0px;
    }

    .simlarproducts .custom-nav {
        padding-left: 10px;
        padding-top: 0;
        justify-content: flex-end;
        display: flex;
        margin-bottom: 0;
        position: absolute;
        top: Calc(50% - 22px);
        width: 100%;
    }

    .simlarproducts .prevbtn-b, .simlarproducts .nextbtn-b {
        background: none;
        color: #000;
        border: 0;
        font-weight: 800;
        font-size: 25px;
    }
.overlayimgb {
    display:flex; gap:15px; flex-direction:column; margin-bottom:15px;
}
.btnwlist {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    padding: 10px 25px;
    border: 1.5px solid var(--charcoal);
    color: var(--charcoal);
    font-family: 'Jost', sans-serif;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s, transform .25s;
    background:#fff;
}

.btnwlist:hover {
    background: var(--charcoal);
    color: #fff;
    transform: translateY(-2px);
}
