.cat-page-heading {
    padding-inline: 0px;
    padding-top: 24px;
}

.cat-title {
    /* font-size: 20px; */
    font-weight: 700;
    display: block;
}

.tab-nav-container {
    display: none;
}

.sort-by-span {
    font-size: 14px;
    font-weight: 700;
    color: #1a2024;
    padding-right: 7px;
}

.cat-pr-grid-container {
    margin-top: 20px;
}

.cat-pr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 20px;
}


.cat-pr-card {
    display: flex;
    position: relative;
    flex-direction: column!important;
    border-radius: 10px;
    border: solid 1px #ecf0f4;
    background-color: #fafafa;
}

.cat-pr-wrapper {
    display: flex;
    padding: 4px;
}

.cat-label-wrapper {
    
    margin-bottom: 12px;
    background: #F5F5F5;
    border-radius: 10px;
    position: relative;
}

.cat-custom-label {
    font-size: 10px;
    position: absolute;
    bottom: 0px;
    max-width: 100%;
    padding: 0!important;
    z-index: 1;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: end;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 4px!important;
    line-height: normal;
    padding: 6px 10px!important;
    font-size: 12px;
    font-weight: 700;
    background: #fcc50b;
    color: #000;
    letter-spacing: -0.48px;
}

.cat-pr-img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 0;
    background-color: transparent;
    aspect-ratio: 1;
    padding-bottom: 0;
    border-radius: 10px;
    height:180px;
}

.cat-img-link {
    display:block;
    height:100%;
    padding-bottom: 0;
}

.cat-img-link img {
   height:100%;
   width:100%;
   object-fit:cover;
}

.cat-pr-info {
    text-align: left;
    background-color: #fff;
    color: #000;
   padding-left: 10px;
   padding-right: 6px;
    border-radius: 10px;
    line-height: normal;
    
    margin: 0 auto 2%;
 
}

.cat-pr-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    -webkit-line-clamp: 1;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.64px;
    color: #1a2024;
   
}

.cat-pr-price-container {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:15px 0;
}

.cat-features-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 8px!important;
    overflow: hidden;
   margin-bottom:10px;
}

.cat-features-list > span {
    font-size: 10px;
    border-radius: 12px;
    padding: 5px 8px 4px;
    background-color: #eff4f7;
    line-height: 1.1;
    letter-spacing: -0.4px;
    color: #1a2024;
    border: 0;
}

.cat-addToCcart-btn {
    background: #1A2024;
    border: 1px solid #1A2024;
    padding: 12px;
    border-radius: 10px!important;
    color: #fff;
    font-size: 14px!important;
    font-weight: 500!important;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    position: relative;
}

.loader-btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.loader-btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
}


.filter-canvas-header h5 {
    font-weight: 700 !important;
    font-size: 20px;
}

.filter-canvas-btn {
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 1;
    color: #1a2024;
    padding: 12px 18px;
    border-radius: 0!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
   
}

.filter-collapse-content {
    position: absolute;
    top: 10%;
    left: 39%;
    background: #fff;
    overflow-y: auto!important;
    padding: 10px 0 24px;
    width: 58%;
    height: 100%!important;
    display: block;
}

.canvas-filter-body {
    padding: 0;
    overflow: hidden;
    background: #f7f9fa;
    z-index: 1;
}

.collapsible-content:last-child {
    padding-bottom: 5dvh;
}

.collapsible-content {
    margin-bottom: 20px;
    padding-left: 16px;
}

.collapsible-content .checkbox-container {
    justify-content: space-between;
    margin-top: 20px!important;
    flex-direction: row-reverse;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.collapsible-content .checkbox-container:first-child {
    margin-top: 0 !important;
}

.checkbox-container .checkbox-label {
    display: flex;
    align-items: center;
    width: 90%;
}

.checkbox-container .checkbox-label label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #4e5358;
}

.checkbox-container .checkbox-inp {
    padding-right: 12px;
    width: 10%;
}

.checkbox {
    position: relative;
    top: 2px;
    flex: none;
    width: 14px;
    height: 14px;
    border: 1px solid rgb(var(--border-color-darker));
    background-color: rgb(var(--background));
    border-radius: 0;
    transition: background-color .2s ease-in-out,border .2s ease-in-out;
    cursor: pointer;
}

.checkbox:checked {
    border-color: #399a7d;
    background-color: #399a7d;
}

.checkbox-container:has(.checkbox:checked) label {
    font-weight: 600!important;
    color: #1a2024;
}

.offcanvas-footer {
    position: absolute;
    width: 100%;
    bottom: 0%;
    display: flex;
    flex-direction: row-reverse;
    padding-block: 4vh;
    background: white;
    justify-content: space-between;
    margin-top: auto;
    z-index: 1;
    transform: translateZ(0);
}

.canvas-apply-filter {
    background: #1A2024;
    border-radius: 10px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    height: 48px;
    width: 50%;
    color: #fff;
}

.clear-btn-wrapper a {
    font-size: 16px;
    background: #d0d9de;
    border-radius: 10px!important;
    height: 48px;
    margin-right: 8px;
    width: 100%;
}

@keyframes spinnerSvg {
    100% {
    transform: rotate(360deg);
    }
}

.spinner svg {
    margin: auto;
    animation: 2s linear infinite spinnerSvg;
    transform-origin: center center;
}


@media (min-width: 1400px) {
.cat-label-wrapper {
   
    margin-bottom: 2vw;
   
}
}

@media screen and (max-width: 999px) {
    .tab-nav-container {
        overflow-x: auto;
        width: 100%;
        overflow-y: hidden;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 15px 0.5rem;
        margin-bottom: 1rem;
        display: block;
    }
    
    .tab-nav-inner {
        padding-left: 1rem;
        min-width: max-content;
        max-width: max-content;
        position: relative;
    }
    .tab-nav-mobile-list {
        display: flex;
        grid-auto-columns: max-content;
        justify-content: flex-start;
        align-items: center;
    }

    .tab-nav-mobile-list .tab-nav-item {
        border-radius: 17px!important;
        background-color: #ecf0f4;
        font-size: 12px!important;
        font-weight: 600!important;
        letter-spacing: -.48px;
        color: #1a2024;
        padding: 8px 16px;
        margin: 0 2vw;
        cursor: pointer;
    }

    .tab-nav-mobile-list .tab-nav-item:first-child {
        order: 0 !important;
    }

    .tab-nav-mobile-list .tab-nav-item.active {
        color: #fff;
        background-color: #000;
        order: 1;
    }

    .tab-nav-mobile-list .tab-nav-item:not(.active) {
        order: 2;
    }
}

@media (min-width: 991px) {
.offcanvas-footer {
    padding: 0 8px;
    display: flex;
    flex-direction: row-reverse;
    padding-block: 5vh;
    background: white;
}
}

@media screen and (max-width: 741px) {
    .cat-page-heading {
        font-size: 22px;
        display: flex;
        justify-content: space-between;
        width: 97dvw;
    }

    .main-cat-section {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .cat-pr-grid {
        display: grid;
        grid-template-columns: 1fr;
       column-gap: 5px;
    }

    .cat-pr-title { 
        font-size: 14px;
    }
}

@media screen and (min-width: 741px) {
.cat-title {
    font-size: 24px;
    font-weight: 700;
}

.main-cat-section {
    margin-top: 40px;
    margin-bottom: 80px;
}

.cat-filter-div {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}
.cat-filter-btn, .cat-sort-btn {
    padding: 10px 10px 8px;
    border-radius: 8px;
    border: solid 1px #e2ebef;
    background-color: #eff4f7;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
}
}
.banner-inner {
    position: relative;
}

.banner-content-area {
    background: #262626;
    position: absolute;
    right: 0px;
    height: 82%;
    width: 88%;
    top: 50%;
    transform: translateY(-50%);
}

.banner-content-area > h2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 175px;
    font-size: 78px;
    font-weight: 700;
    color: #c8c8c8;
    line-height: 78.51px;
    max-width: 12ch;
}

.banner-content-area > h2::before {
    content: "";
    height: 2px;
    width: 126px;
    background: #c8c8c8;
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
}

.page-links {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.page-links > a {
    color: #c8c8c8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-links span {
    color: #c8c8c8;
    font-weight: 600;
}

.category-area {
    padding: 100px 0px;
}

.category-head > h3 {
    font-size: 26px;
    color: #1b1b1b;
    font-weight: 600;
}

.category-head > h4 {
    font-size: 14px;
    color: #1b1b1b;
    font-weight: 600;
}

.category-head {
    margin-bottom: 25px;
}

.category-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-side-sort > span {
    font-size: 14px;
    color: #1b1b1b;
    padding-right: 25px;
    font-weight: 600;
}

.left-side-sort ul {
    display: inline-block;
}

.left-side-sort ul li {
    display: inline-block;
}

.left-side-sort > ul > li > a {
    font-size: 14px;
    color: #1b1b1b;
    margin-right: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    transition: all 400ms linear 0s;
}

.left-side-sort > ul > li > a::before {
    content: "";
    border-bottom: 1px solid #1b1b1b;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    transform: scale(0);
    transition: all 400ms linear 0s;
}

.left-side-sort > ul > li:hover > a::before {
    transform: scale(1);
}


.form-select {
    height: 25px;
    outline: none !important;
    padding: 0px 10px 0px 15px;
   border-radius: 12px;
    width: 135px;
    font-size: 14px;
    font-weight: 500;
}

.special-pr-grid-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.left-side-content.cat-content > a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch;
    -webkit-box-orient: vertical;
}

.left-side-content.cat-content > h4 {
    color: #333;
}

.right-side-content.cat-content > h5 {
    color: #333;
}


@media (max-width: 768px ) {
    .banner-content-area {
        width: 100%;
    }
    .banner-content-area > h2::before {
        display: none;
    }
    .banner-content-area > h2 {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 45px;
        line-height: 50px;
    }

    .banner-inner {
        padding-inline: 1rem;
    }

    .special-pr-grid-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        width: 100%;
    }

    .category-area {
        padding: 40px 0;
    }

    .category-head {
        padding-inline: 10px;
    }

    .category-head > h3 {
        font-size: 20px;
    }

    .category-sort {
        flex-direction: column;
    }
}

@media(max-width:767px){
.cat-pr-img-wrapper{height:140px;}
}