span, p{
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
a.text-black:hover {
    color: #000000 !important;
    text-decoration: unset !important;
}
.color-FFFFFF, .color-ffffff{
    color: #FFFFFF !important;
}
.color-111111{
    color: #111111 !important;
}
.metal-circle{
    width: 30px !important;
    height: 30px !important;
}


.tab-product .nav-material-new.nav-tabs .nav-link{
    color: #111111;
    font-weight: 400;
    border: none;
    border-radius: 4px;
}


.tab-product .nav-material-new.nav-tabs .nav-link:focus-visible {
    color: #111111;
    font-weight: 400;
    border: none;
    box-shadow: none;
}


.tab-product .nav-material-new.nav-tabs .nav-link.active, .tab-product .nav-material-new.nav-tabs .nav-link:hover{
    color: #111111;
    background-color: #f5f0ee;
    font-weight: 400;
    border: 1px solid #f5f0ee;
}

.border-radius-4{
    border-radius: 4px;
}

.border-radius-8{
    border-radius: 8px;
}


.option_text,
.customize-detail-block li a {
    font-size: 14px;
    line-height: 16px
}

.option_img_shape {
    height: 40px !important;
    width: 40px !important
}

.customizeoption-label span.option_name {
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize
}

.customize-detail-block li a {
    padding: 8px 10px;
    color: #111 !important;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}



.product-image-container {
    position: relative;
    overflow: hidden;
}

.product-image-container img {
    transition: opacity 0.3s ease-in-out;
}

.product-image-container .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-image-container:hover .main-image {
    opacity: 0;
}

.product-image-container:hover .hover-image {
    opacity: 1;
}

.color-panel-item{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.product-title{
    width: 100%;
    line-height: 24px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px !important;

}

.category-slider-section .no-arrow .slick-next, .category-slider-section .no-arrow .slick-prev{
    display: block !important;
    z-index: 5;
}

.category-slider-section .slick-prev:before, .category-slider-section .slick-next:before{
    color: #ec8951 !important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 99;
}

.category-slider-section .slick-prev{
    left: -50px;
}

.category-slider-section .slick-next{
    right: -50px;
}

.filter-style-list{
    flex-wrap: wrap;
    display: flex;
}

.filter-top-style{
    width: 150px !important; /* 25% width with gap compensation for 4 items per row */
    display: flex;
    flex-direction: column; /* Stack thumbnail and text vertically */
    align-items: center; /* Center align items */
    margin-bottom: 10px; /* Add bottom margin for row spacing */
}

.filter-top-style-list{
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
}

.filter-style{
    width: calc(25% - 6px) !important; /* 25% width with gap compensation for 4 items per row */
    display: flex;
    flex-direction: column; /* Stack thumbnail and text vertically */
    align-items: center; /* Center align items */
    margin-bottom: 10px; /* Add bottom margin for row spacing */
}

.filter-style:hover .min-h28em, .filter-style.active .min-h28em{
    color: #ec8951;
}

.filter-style:hover .filter-thumbnail, .filter-style.active .filter-thumbnail{
    border: 2px solid #ec8951;
}

.min-h28em{
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 300;
    width: 100%; /* Full width of parent container */
    text-align: center;
    display: block;
    margin: 0;
    color: #111111;
}
.filter-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #F9F9F9;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 5px;
    border: 2px solid transparent;
}

.custom-control-a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center; /* Center align text */
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 300;
    flex-direction: column;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .filter-style{
        width: calc(50% - 4px) !important; /* 2 items per row on mobile */
    }
}

@media (max-width: 480px) {
    .filter-style{
        width: calc(100% - 8px) !important; /* 1 item per row on very small screens */
    }
}


@media (min-width: 992px) {
    #product-images-section {
        position: sticky;
        top: 0;
        left: 0;
        top: 20px; /* Adjust this value based on your header height */
        height: 100vh;
        overflow: hidden; /* Changed from auto to visible */
        overflow-y: scroll;
        
        /* Hide scrollbar for WebKit browsers (Chrome, Safari, Edge) */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    
    /* Hide scrollbar for WebKit browsers */
    #product-images-section::-webkit-scrollbar {
        display: none;
    }
    .category-slider-section .slick-prev{
        left: 25px;
    }
    
    .category-slider-section .slick-next{
        right: 25px;
    }
}
.cart_product_image{
    width: 150px !important;
}