.tp-category-pills-container.dr_nowrap {
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    cursor: grab;
}

@media (min-width: 768px) {
    .tp-category-pills-container.dr_nowrap::-webkit-scrollbar {
        width: 0px;
        height: 5px;
    }

    .tp-category-pills-container.dr_nowrap::-webkit-scrollbar-track {
        background-color: #EDEDED;
    }

    .tp-category-pills-container.dr_nowrap::-webkit-scrollbar-thumb {
        background-color: #013ca6;
    }
}

.tp-category-pills-container.dr_nowrap::-webkit-scrollbar-thumb {
    border: 2px solid #EDEDED;
    border-radius: 8px;
}

.tp-category-pills-container.dr_nowrap:hover::-webkit-scrollbar-thumb {
    border: 0px solid #EDEDED;
}

.tp-category-pills-container.dr_nowrap .tp-category-pill {
    scroll-snap-align: start;
}

.tp-category-pills-container.style-1 .tp-category-pill {
    height: 80px;
    width: 90px;
    transition: 0.2s;
}

.tp-category-pills-container.style-1 .tp-category-pill .tp-category-img {
    height: 54px;
    width: 54px;
}

.tp-category-pills-container.style-1 .tp-category-pill.active h6, .tp-category-pills-container.style-1 .tp-category-pill.active .h6, .tp-category-pills-container.style-1 .tp-category-pill:active h6, .tp-category-pills-container.style-1 .tp-category-pill:active .h6, .tp-category-pills-container.style-1 .tp-category-pill:hover h6, .tp-category-pills-container.style-1 .tp-category-pill:hover .h6 {
    color: #013ca6;    
}

.tp-category-pills-container.style-2 .tp-category-pill {
    padding: 0.4rem 1.2rem;
    font-weight: 500;
    color: #212529;
    border: 1px solid #000;
    transition: 0.2s;
    background-color: white;
}

.tp-category-pills-container.style-2 .tp-category-pill.active, .tp-category-pills-container.style-2 .tp-category-pill:active, .tp-category-pills-container.style-2 .tp-category-pill:hover {
    border-color: #013ca6;
    color: #013ca6;
}

.tp-category-pills-container.style-3 .tp-category-pill {
    transition: 0.2s;
    border: 1px solid #000;
    border-radius: 0.5rem;
    color: #212529;
    background-color: white;
}

.tp-category-pills-container.style-3 .tp-category-pill .tp-category-img {
    height: 34px;
    width: 34px;
}

.tp-category-pills-container.style-3 .tp-category-pill.active, .tp-category-pills-container.style-3 .tp-category-pill:active, .tp-category-pills-container.style-3 .tp-category-pill:hover {
    border-color: #013ca6;
}

.tp-category-pills-container.style-3 .tp-category-pill.active h6, .tp-category-pills-container.style-3 .tp-category-pill.active .h6, .tp-category-pills-container.style-3 .tp-category-pill:active h6, .tp-category-pills-container.style-3 .tp-category-pill:active .h6, .tp-category-pills-container.style-3 .tp-category-pill:hover h6, .tp-category-pills-container.style-3 .tp-category-pill:hover .h6 {
    color: #013ca6;
}

.tp-category-pills-container.style-4 .tp-category-pill {
    border: 1px solid #d1cdcd;
    transition: 0.2s;
    background-color: white;
}

.tp-category-pills-container.style-4 .tp-category-pill h6, .tp-category-pills-container.style-4 .tp-category-pill .h6 {
    color: #212529;
    font-size:14px;
    font-weight: 400;
}

.tp-category-pills-container.style-4 .tp-category-pill .tp-category-img {
    height: 28px;
    width: 28px;
}

.tp-category-pills-container.style-4 .tp-category-pill.active, .tp-category-pills-container.style-4 .tp-category-pill:active, .tp-category-pills-container.style-4 .tp-category-pill:hover {
    border-color: #013ca6;
}

.tp-category-pills-container.style-4 .tp-category-pill.active h6, .tp-category-pills-container.style-4 .tp-category-pill.active .h6, .tp-category-pills-container.style-4 .tp-category-pill:active h6, .tp-category-pills-container.style-4 .tp-category-pill:active .h6, .tp-category-pills-container.style-4 .tp-category-pill:hover h6, .tp-category-pills-container.style-4 .tp-category-pill:hover .h6 {
    color: #013ca6;
}

.tp-category-pills-container.style-5 .tp-category-pill {
    transition: 0.2s;
    border: 1px solid #000;
    border-radius: 0.6rem;
    padding: 0.3rem;
    background-color: white;
}

.tp-category-pills-container.style-5 .tp-category-pill .tp-category-img {
    height: 38px;
    width: 38px;
}

.tp-category-pills-container.style-5 .tp-category-pill.active, .tp-category-pills-container.style-5 .tp-category-pill:active, .tp-category-pills-container.style-5 .tp-category-pill:hover {
    border-color: #013ca6;
}

.tp-selected-attributes .tp-attribute {
    letter-spacing: .3px;
    color: inherit;
    font-weight: 500;
    font-size: 13px;
}

.tp-selected-attributes .tp-attribute:hover {
    opacity: 0.7;
}

.tp-selected-attributes .tp-attribute .tp-attribute-color {
    height: 10px;
    width: 10px;
    border-radius: 3rem;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.me-1 {
    margin-right: 0.2rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.ms-1{
    margin-left: 0.2rem !important;
}

.ms-2{
    margin-left: 0.5rem !important;
}

.tp-category-action{
     position: relative;
     width:auto;
     top: 0;
     z-index:0;
}

/* Target the main navigation container */
.hc-offcanvas-nav nav {
    width: 100% !important;
    max-width: 100vw !important;
}

/* Ensure inner panel wrapper expands completely */
.hc-offcanvas-nav .nav-wrapper {
    width: 100% !important;
}

/* Force individual level containers to match full width */
.hc-offcanvas-nav .nav-container {
    width: 100% !important;
}
