.slider-price-range .ui-slider-handle{
    top: -10px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    background-color: #ec8951 !important;
    cursor: pointer !important;
    border: 2px solid #ec8951 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    
    &:hover{
        background-color: #d67a3f !important;
        border: 2px solid #d67a3f !important;
        transform: scale(1.1) !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    }
    
    &:active{
        background-color: #c16a2f !important;
        border: 2px solid #c16a2f !important;
        transform: scale(0.95) !important;
    }
    
    &:focus{
        background-color: #d67a3f !important;
        border: 2px solid #ec8951 !important;
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3) !important;
    }
    
    &:disabled{
        background-color: #cccccc !important;
        border: 2px solid #cccccc !important;
        cursor: not-allowed !important;
        opacity: 0.6 !important;
    }
    
    &:focus-visible{
        background-color: #d67a3f !important;
        border: 2px solid #ec8951 !important;
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.3) !important;
    }
}

.slider-price-range .ui-slider-range{
    background: #ec8951 !important;
    border: 2px solid #ec8951 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}




@media (min-width: 992px) {
    .custom-dropdown {
        position: relative;
        display: inline-block;
        width: 200px;
        cursor: pointer;
        user-select: none;
    }

    .selected-option {
        background-color: white;
        border: 1px solid #eee;
        padding: 10px;
    }

    .dropdown-options {
        display: none;
        position: absolute;
        width: 100%;
        background-color: white;
        border: 1px solid #eee;
        margin-top: -1px;
        z-index: 999;
    }

    .dropdown-options li {
        padding: 5px;
        border: 1px solid #eee;
        cursor: pointer;
    }

    .dropdown-options li:hover, .dropdown-options li.selected {
        background-color: var(--theme-color) !important;
        color: white !important;
    }

    .custom-dropdown:hover .dropdown-options {
        display: block;
    }
}



.breadcrumb-left{
    background: 0 0;
    padding: 0 !important;
    margin-bottom: 10px !important;
    justify-content: left !important;
    text-transform: capitalize !important;
}
.category_h1 h1{
    font-size: 38px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}

.breadcrumb-left-section{
    background-color: unset !important;
    padding: unset !important;
}
.sale-badge{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ec8951;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}

.category-style-item {
    flex: 0 0 auto;
    text-align: center;
}

.category-slider-style-section .product-category-slider .category-box:hover img, .category-slider-style-section .product-category-slider .category-box.selected img{
    -webkit-filter: unset !important;
    filter: unset !important;
}

.category-a-box {
    display: block !important;
    border: 2px solid transparent !important;
    border-radius: 6px !important;
    transition: border-color 0.3s ease !important;
    padding: 5px !important;
}

.category-a-box img {
    object-fit: cover;
    border-radius: 4px;
    background: #fff;
}

.category-a-box.selected {
    border-color: #008080; 
}

.category-title {
    font-size: 12px;
    margin-top: 8px;
    color: #333;
}

.category-slider-style-section .product-category-slider .category-box img{
    width: unset !important;
}

.category-slider-section .slick-prev{
    z-index: 99 !important;
}

.read-more-container {
    position: relative;
    width: 75%;
    margin: 0 auto; 
    text-align: center; 
    font-size: 16px;
    color: black;
}

.read-more-content {
    display: block !important;
    overflow: hidden !important;
    max-height: 60px !important;
    transition: max-height 0.4s ease;
}

.read-more-container.expanded .read-more-content {
    overflow: visible !important;
    max-height: none !important;
}

.read-more-content p{
    margin-bottom: 15px;
    color: #575757;
}

.read-more-content ul{
    margin-bottom: 15px !important;
    color: #575757;
}

.read-more-toggle {
    background: none;
    border: none;
    color: #ec8951;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
    margin-top: 7px;
    display: inline-block;
    font-weight: 600;
}

.category-top-content{
    background: #f5f0e6;
}

.category-top-content h2{
    font-size: 28px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.category-top-content h1{
    font-size: 30px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    text-align: center;
    line-height: 36px;
}

.category-top-content h3{
    font-size: 30px !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}
.category-top-content a{
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.category-top-content a:hover{
    color: #ec8951;
    font-weight: 600;
}

.category_bottom_content h3{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
  }

  .category_bottom_content h2{
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
  }

  .category_bottom_content ul{
    margin-left: 25px;
  }

  .category_bottom_content ul li{
    margin-bottom: 15px;
  }

  .category_bottom_content ul li {
    list-style-type: disc; 
    margin-left: 20px; 
    font-size: 16px; 
    display: list-item;
    color: #6d6d6d !important;
  }
  tbody, td, tfoot, th, thead, tr{
    color: #6d6d6d;
  }
  .category_bottom_content p {
    margin-bottom: 15px !important;
    line-height: 18px;
    color: #6d6d6d;
  }

.category-style-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px;
}

.category-style-scroll::-webkit-scrollbar {
    display: none;
}

.category-style-item {
    flex: 0 0 auto;
    width: 90px;
    text-align: center;
}

.category-a-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-a-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
}

.left-arrow { left: 5px; }
.right-arrow { right: 5px;left: unset; }

.category-a-box.selected {
    border: 2px solid #c9a34d;
    padding: 3px;
}

@media (min-width: 992px) {
    .category-style-item {
        width: 110px;
    }

    .category-a-box {
        width: 100px;
        height: 100px;
    }
}
.category-a-box.selected img {
    border: 2px solid #ec8951; 
    padding: 3px;
}
body{
  overflow-x: hidden !important;
}

/* Active filter highlighting */
.js_filter_option.active {
    color: white !important;
    font-weight: bold !important;
}

.category-box.selected {
    border: 2px solid #ec8951 !important;
    background-color: rgba(236, 137, 81, 0.1) !important;
}

.category-a-box.selected {
    border: 2px solid #ec8951 !important;
    background-color: rgba(236, 137, 81, 0.1) !important;
}

/* Highlight checked filter checkboxes */
.filter-checkbox:checked {
    background-color: #ec8951 !important;
    border-color: #ec8951 !important;
}

.category_bottom_content a{
    color: #111;
    text-decoration: underline;
    font-weight: 400;
}
.category_bottom_content a:hover{
    color: #403a35;
    text-decoration: underline;
    font-weight: 400;
}

.category_bottom_content ul {
    margin-bottom: 15px !important;
    line-height: 18px;
    color: #6d6d6d;
}
.custom-wishlist-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    background: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.product-title {
    height: 75px !important;
}
.landing_banner-description {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 700px;
    transform: translateY(-50%);
    padding: 0;
    text-align: left;
}
.landing_banner-description h1 {
    font-size: 27px;
    letter-spacing: 1.41px;
    line-height: 60px;
    margin-bottom: 36px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
@media screen and (max-width: 769px) {
    .landing_category-description {
        position: absolute;
        top: 300px;
        left: 16px;
    }
}

.shape-slider-section .category-box img{
    width:95px !important;
    height:95px !important;
    object-fit:contain;
    background:#f7f7f7;
    padding:8px;
}

.shape-slider-section .category-box h5{
    font-size:14px;
}

/* Product listing hover / wishlist icon alignment fix */
.basic-product .img-wrapper {
    position: relative !important;
}

.basic-product .custom-wishlist-btn {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 10 !important;
    width: 36px !important;
    height: 36px !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.basic-product .custom-wishlist-btn form,
.basic-product .custom-wishlist-btn button,
.basic-product .custom-wishlist-btn a {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.basic-product .custom-wishlist-btn i {
    font-size: 18px !important;
    line-height: 1 !important;
    color: #111 !important;
}

@media(max-width: 767px) {
    .basic-product .custom-wishlist-btn {
        top: 8px !important;
        right: 8px !important;
        width: 32px !important;
        height: 32px !important;
    }

    .basic-product .custom-wishlist-btn form,
    .basic-product .custom-wishlist-btn button,
    .basic-product .custom-wishlist-btn a {
        width: 32px !important;
        height: 32px !important;
    }

    .basic-product .custom-wishlist-btn i {
        font-size: 16px !important;
    }
}


/* LEFT SIDEBAR ICON FILTER ALIGNMENT FIX
   Applies to Shape / Style / Setting Type image filters only */
.collection-grid-left-filter .filter-style-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.collection-grid-left-filter .filter-style-list .filter-style {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.collection-grid-left-filter .filter-style-list .custom-control-a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 5px !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #000 !important;
    text-decoration: none !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail {
    width: 52px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.collection-grid-left-filter .filter-style-list .min-h28em {
    display: block !important;
    width: 100% !important;
    max-width: 78px !important;
    min-height: 34px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    line-height: 17px !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* Make selected filter clear without breaking alignment */
.collection-grid-left-filter .filter-style-list .filter-style.active .custom-control-a,
.collection-grid-left-filter .filter-style-list .filter-style:hover .custom-control-a {
    color: #ec8951 !important;
}



/* ORANGE ROUND HOVER / ACTIVE FIX FOR LEFT FILTER ICONS
   Removes broken orange side brackets from theme CSS and uses one clean circle */
.collection-grid-left-filter .filter-style-list .filter-style,
.collection-grid-left-filter .filter-style-list .filter-style .custom-control-a,
.collection-grid-left-filter .filter-style-list .filter-style .filter-thumbnail {
    position: relative !important;
}

.collection-grid-left-filter .filter-style-list .filter-style::before,
.collection-grid-left-filter .filter-style-list .filter-style::after,
.collection-grid-left-filter .filter-style-list .filter-style .custom-control-a::before,
.collection-grid-left-filter .filter-style-list .filter-style .custom-control-a::after,
.collection-grid-left-filter .filter-style-list .filter-style .filter-thumbnail::before,
.collection-grid-left-filter .filter-style-list .filter-style .filter-thumbnail::after {
    content: none !important;
    display: none !important;
    border: 0 !important;
    background: transparent !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail {
    width: 58px !important;
    height: 58px !important;
    padding: 5px !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.collection-grid-left-filter .filter-style-list .filter-style:hover .filter-thumbnail,
.collection-grid-left-filter .filter-style-list .filter-style.active .filter-thumbnail {
    border-color: #ec8951 !important;
    box-shadow: 0 0 0 3px rgba(236, 137, 81, 0.12) !important;
}

.collection-grid-left-filter .filter-style-list .filter-style:hover .min-h28em,
.collection-grid-left-filter .filter-style-list .filter-style.active .min-h28em {
    color: #ec8951 !important;
    font-weight: 500 !important;
}

/* Mobile filter drawer: keep 4 icons per row */
@media (max-width: 991px) {
    .collection-grid-left-filter .filter-style-list {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .collection-grid-left-filter .filter-style-list .min-h28em {
        font-size: 13px !important;
        line-height: 16px !important;
        max-width: 72px !important;
    }
}

.left_side_filter_heading{
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.faq-section {
    background: #f7f2e9;
}

.faq-accordion {
    max-width: 900px;
}

.faq-item {
    border-top: 1px solid #e4ddd2;
}

.faq-item:last-child {
    border-bottom: 1px solid #e4ddd2;
}

.faq-btn {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
}

.faq-btn:hover,
.faq-btn:focus {
    text-decoration: none;
    color: #1f2937;
    outline: none;
}

.faq-icon {
    font-size: 24px;
    width: 30px;
    text-align: center;
}

.faq-body {
    padding: 0 0 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
}

.faq-btn[aria-expanded="true"] .fa {
    transform: rotate(45deg);
    transition: .3s ease;
}

.faq-btn .fa {
    transition: .3s ease;
}

@media (max-width: 767px) {

    .faq-btn {
        font-size: 20px;
        padding: 18px 0;
    }

    .faq-body {
        font-size: 15px;
    }

    .faq-icon {
        font-size: 18px;
    }
}


/* =========================================================
   LAZYLOAD SAFETY FIX - Category/Product listing images
   Prevents blank images when lazyload JS/plugin does not fire.
   Keeps hover image hidden until product card hover.
   ========================================================= */
img.lazy-load,
img.lazyloaded,
.product-image-container img:not(.hover-image),
.product-image-container .main-image {
    opacity: 1 !important;
    visibility: visible !important;
}

.product-image-container .hover-image {
    visibility: visible !important;
    opacity: 0 !important;
}

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

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


/* =========================================================
   ABELINI STYLE FILTER: NO INNER SCROLL + FIRST 5 OPTIONS
   Shows only first 5 filter options, then See More / See Less.
   ========================================================= */
.collection-grid-left-filter,
.collection-grid-left-filter .collection-filter-block,
.collection-grid-left-filter .collection-collapse-block,
.collection-grid-left-filter .accordion,
.collection-grid-left-filter .accordion-item,
.collection-grid-left-filter .accordion-collapse,
.collection-grid-left-filter .accordion-body,
.collection-grid-left-filter .collection-listing,
.collection-grid-left-filter .filter-style-list {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    overflow-y: visible !important;
}

.collection-grid-left-filter .accordion-body::-webkit-scrollbar,
.collection-grid-left-filter .collection-listing::-webkit-scrollbar,
.collection-grid-left-filter .filter-style-list::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.collection-grid-left-filter .accordion-body,
.collection-grid-left-filter .collection-listing,
.collection-grid-left-filter .filter-style-list {
    scrollbar-width: none !important;
}

/* Hide options after first 5 until See More is clicked */
.sd-filter-extra {
    display: none !important;
}

.sd-filter-expanded .sd-filter-extra {
    display: block !important;
}

/* See More link design */
.sd-filter-see-more {
    display: inline-block !important;
    margin-top: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ec8951 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.sd-filter-see-more:hover,
.sd-filter-see-more:focus {
    color: #d67a3f !important;
    text-decoration: underline !important;
    outline: none !important;
}

/* Abelini style left filter layout: vertical list instead of inner-scroll grid */
.collection-grid-left-filter .filter-style-list {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.collection-grid-left-filter .filter-style-list .filter-style {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: left !important;
}

.collection-grid-left-filter .filter-style-list .custom-control-a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #222 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 20px !important;
}

.collection-grid-left-filter .filter-style-list .custom-control-a::before {
    content: '' !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.collection-grid-left-filter .filter-style-list .filter-style.active .custom-control-a::before {
    border-color: #ec8951 !important;
    background: radial-gradient(circle, #ec8951 0 45%, #fff 48% 100%) !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail {
    width: 42px !important;
    height: 22px !important;
    min-width: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    overflow: visible !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.collection-grid-left-filter .filter-style-list .filter-thumbnail img {
    width: 42px !important;
    height: 22px !important;
    max-width: 42px !important;
    max-height: 22px !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.collection-grid-left-filter .filter-style-list .min-h28em {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    color: #222 !important;
    font-weight: 400 !important;
}

.collection-grid-left-filter .filter-style-list .filter-style:hover .min-h28em,
.collection-grid-left-filter .filter-style-list .filter-style.active .min-h28em {
    color: #ec8951 !important;
    font-weight: 500 !important;
}

.collection-grid-left-filter .accordion-item {
    border-bottom: 1px solid #eeeeee !important;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
}

.collection-grid-left-filter .accordion-body {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}

.collection-grid-left-filter .accordion-button {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #222 !important;
    text-transform: capitalize !important;
    background: transparent !important;
    box-shadow: none !important;
}

.collection-grid-left-filter .form-check {
    margin-bottom: 10px !important;
}

.collection-grid-left-filter .form-check-label {
    font-size: 15px !important;
    color: #222 !important;
    line-height: 20px !important;
}

.collection-grid-left-filter .form-check-input:checked {
    background-color: #ec8951 !important;
    border-color: #ec8951 !important;
}

@media (max-width: 991px) {
    .collection-grid-left-filter .filter-style-list {
        display: block !important;
    }
}

/* =========================================================
   FIX SEE MORE / SEE LESS FOR ALL FILTER TYPES
   Must stay at bottom of first style block
   ========================================================= */

/* Hide extra checkbox filters after first 5 */
.collection-grid-left-filter .collection-listing > li.sd-filter-extra,
.collection-grid-top-filter .collection-listing > li.sd-filter-extra {
    display: none !important;
}

/* Hide extra icon/image filters after first 5 */
.collection-grid-left-filter .filter-style-list > li.filter-style.sd-filter-extra,
.collection-grid-top-filter .filter-top-style-list > li.filter-top-style.sd-filter-extra {
    display: none !important;
}

/* Show extra checkbox filters after See More */
.collection-grid-left-filter .collection-listing.sd-filter-expanded > li.sd-filter-extra,
.collection-grid-top-filter .collection-listing.sd-filter-expanded > li.sd-filter-extra {
    display: block !important;
}

/* Show extra icon/image filters after See More */
.collection-grid-left-filter .filter-style-list.sd-filter-expanded > li.filter-style.sd-filter-extra,
.collection-grid-top-filter .filter-top-style-list.sd-filter-expanded > li.filter-top-style.sd-filter-extra {
    display: block !important;
}

/* If row/col class exists in top filter */
.collection-grid-top-filter .collection-listing.sd-filter-expanded > li.col-3.sd-filter-extra {
    display: block !important;
}

.collection-grid-left-filter input[type="checkbox"],
.collection-grid-top-filter input[type="checkbox"],
.collection-filter input[type="checkbox"],
.collection-filter-block input[type="checkbox"],
.product-top-filter input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;

    border: 2px solid #000000 !important;
    outline: 0 !important;
    box-shadow: inset 0 0 0 1px #000000 !important;

    background-color: #ffffff !important;
    background-image: none !important;
    border-radius: 0 !important;

    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;

    cursor: pointer !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    position: relative !important;
}

/* Checked checkbox orange with white tick */
.collection-grid-left-filter input[type="checkbox"]:checked,
.collection-grid-top-filter input[type="checkbox"]:checked,
.collection-filter input[type="checkbox"]:checked,
.collection-filter-block input[type="checkbox"]:checked,
.product-top-filter input[type="checkbox"]:checked {
    border: 2px solid #000000 !important;
    background-color: #ec8951 !important;
    box-shadow: inset 0 0 0 1px #000000 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5L8.2 13.7L15 6.5' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px 14px !important;
}

/* Label alignment */
.collection-grid-left-filter .form-check,
.collection-grid-top-filter .form-check,
.collection-filter .form-check,
.collection-filter-block .form-check,
.product-top-filter .form-check {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.collection-grid-left-filter .form-check-label,
.collection-grid-top-filter .form-check-label,
.collection-filter .form-check-label,
.collection-filter-block .form-check-label,
.product-top-filter .form-check-label {
    margin-left: 0 !important;
    cursor: pointer !important;
}
@media (min-width: 992px) {
    .collection-wrapper,
    .collection-wrapper .container-fluid,
    .collection-wrapper .row {
        overflow: visible !important;
        height: auto !important;
        max-height: none !important;
    }

    .collection-grid-left-filter,
    .collection-grid-left-filter.collection-filter,
    .collection-grid-left-filter .collection-filter-block,
    .collection-grid-left-filter .collection-collapse-block,
    .collection-grid-left-filter .collection-accordion,
    .collection-grid-left-filter .accordion,
    .collection-grid-left-filter .accordion-item,
    .collection-grid-left-filter .accordion-collapse,
    .collection-grid-left-filter .accordion-body {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        overflow-y: visible !important;
        z-index: auto !important;
    }

    .collection-grid-left-filter.sticky,
    .collection-grid-left-filter.sticky-top,
    .collection-grid-left-filter.fixed,
    .collection-grid-left-filter.fixed-top,
    .collection-grid-left-filter.position-sticky,
    .collection-grid-left-filter.is-sticky,
    .collection-grid-left-filter.is_stuck,
    .collection-grid-left-filter.affix,
    .collection-filter-block.sticky,
    .collection-filter-block.sticky-top,
    .collection-filter-block.fixed,
    .collection-filter-block.fixed-top,
    .collection-filter-block.position-sticky,
    .collection-filter-block.is-sticky,
    .collection-filter-block.is_stuck,
    .collection-filter-block.affix {
        position: relative !important;
        top: auto !important;
        transform: none !important;
    }

    .collection-content {
        position: relative !important;
        top: auto !important;
        transform: none !important;
    }
}


.collection-grid-left-filter input[type="checkbox"],
.collection-grid-top-filter input[type="checkbox"],
.collection-filter input[type="checkbox"],
.collection-filter-block input[type="checkbox"],
.product-top-filter input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;

    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;

    border: 2px solid #000000 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: none !important;

    border-radius: 0 !important;
    opacity: 1 !important;
    display: inline-block !important;
    visibility: visible !important;

    cursor: pointer !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Checked state */
.collection-grid-left-filter input[type="checkbox"]:checked,
.collection-grid-top-filter input[type="checkbox"]:checked,
.collection-filter input[type="checkbox"]:checked,
.collection-filter-block input[type="checkbox"]:checked,
.product-top-filter input[type="checkbox"]:checked {
    border: 2px solid #000000 !important;
    background-color: #ec8951 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5L8.2 13.7L15 6.5' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px 14px !important;
}

/* Form row alignment */
.collection-grid-left-filter .form-check,
.collection-grid-top-filter .form-check,
.collection-filter .form-check,
.collection-filter-block .form-check,
.product-top-filter .form-check {
    display: flex !important;
    align-items: center !important;
}

.collection-grid-left-filter .form-check-label,
.collection-grid-top-filter .form-check-label,
.collection-filter .form-check-label,
.collection-filter-block .form-check-label,
.product-top-filter .form-check-label {
    margin-left: 0 !important;
    cursor: pointer !important;
}

/* =========================================================
   DIAMOND TYPE TOGGLE BUTTONS - Natural / Lab Grown
   Works as exclusive stone type selector.
   ========================================================= */
.sd-diamond-type-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid #eeeeee !important;
}

.sd-diamond-type-btn {
    flex: 1 1 0 !important;
    min-height: 38px !important;
    padding: 9px 10px !important;
    border: 1px solid #111111 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.sd-diamond-type-btn:hover,
.sd-diamond-type-btn:focus,
.sd-diamond-type-btn.active {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    outline: none !important;
}

@media (max-width: 991px) {
    .sd-diamond-type-toggle {
        padding: 12px 14px 14px !important;
        margin-bottom: 12px !important;
    }

    .sd-diamond-type-btn {
        font-size: 13px !important;
        min-height: 36px !important;
        padding: 8px 8px !important;
    }
}



/* =========================================================
   MOBILE FILTER DRAWER SCROLL FIX
   Keeps the page behind the filter fixed and makes the
   filter drawer itself vertically scrollable.
   ========================================================= */
@media (max-width: 991px) {
    html.sd-mobile-filter-open,
    body.sd-mobile-filter-open {
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    body.sd-mobile-filter-open {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

    .collection-filter.collection-grid-left-filter {
        height: 100vh !important;
        height: 100dvh !important;
        max-height: 100vh !important;
        max-height: 100dvh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-y: contain !important;
        touch-action: pan-y !important;
        padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
    }

    .collection-grid-left-filter .collection-filter-block,
    .collection-grid-left-filter .collection-collapse-block,
    .collection-grid-left-filter .collection-accordion,
    .collection-grid-left-filter .accordion,
    .collection-grid-left-filter .accordion-item,
    .collection-grid-left-filter .accordion-collapse,
    .collection-grid-left-filter .accordion-body,
    .collection-grid-left-filter .collection-listing,
    .collection-grid-left-filter .filter-style-list {
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    .collection-grid-left-filter .collection-filter-block {
        min-height: 100% !important;
        padding-bottom: 80px !important;
    }

    .collection-grid-left-filter .collection-mobile-back {
        position: sticky !important;
        top: 0 !important;
        z-index: 100 !important;
        width: 100% !important;
        background: #ffffff !important;
    }
}

/* Hide a product wishlist button after successful addition */
.basic-product .custom-wishlist-btn.sd-wishlist-hidden {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
