.df-filter {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 12px;
    border: 1px solid #f9f9f9;
}

.df-filter label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.df-checkbox-list {
    border: 0;
    border-radius: 4px;
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: repeat(9, 1fr);
}

.show-more-filter {
    font-size: 18px;
    font-weight: 600;
    color: #30373e;
    width: fit-content;
    transition: 0.3s ease-in-out;
    text-align: center;
    cursor: pointer;
}

.show-more-filter:hover {
    color: #6c8552;
}

.df-check-item.hide_filter {
    display: none;
}

.df-select,
.df-filter input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.df-actions {
    display: flex;
    gap: 8px;
    margin-top: 34px;
    justify-content: center;
    flex-wrap: wrap;
}

.df-actions button {
    min-width: 180px;
}

.df-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.df-range-sliders {
    position: relative;
    height: 30px;
}

.df-range-sliders input[type="range"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: transparent;
    border: 0;
    height: 30px;
}

/* #diamond-filters-form .button {
    width: 48%;
} */

.products {
    transition: opacity 0.2s ease;
}

.filter_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.df-check-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.df-check-item input {
    width: auto;
    accent-color: #30373e;
}

.df-filter.df-filter-price {
    grid-column: 1 / -1;
}

.df-check-item label {
    white-space: nowrap;
}

.df-filter-heading {
    color: #30373e;
    font-size: 16px;
    font-weight: 500;
}

.df-check-item img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100px;
}

.image_wapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    margin: 0 auto 10px auto;
}

.image_wapper.active {
    background-color: #6c8552;
}

.df-check-item input {
    width: auto;
    accent-color: #30373e;
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    visibility: hidden;
}

.df-check-item p {
    margin: 0 !important;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.df-checkbox-main {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 20px;
}

.image_wapper {
    transition: 0.3s ease-in-out;
}

.df-check-item:hover .image_wapper {
    background-color: #6c8552;
}

.show-less-filter svg {
    transform: rotate(180deg);
}
.our_founder_section .team-icon-socials ul li a:hover svg {
    fill: #fff;
}

.df-tooltip {
    position: relative;
    /* display: inline-block; */
    cursor: pointer;
}

.df-tooltip .df-tooltip-text {
    visibility: hidden;
    width: auto;
    max-width: 200px;
    background-color: #6c8552;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
}

.df-tooltip:hover .df-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.product-block:hover {
    --Media_ClipPath: inset(0 round 4vw 4vw 0 0) !important;
    transition: clip-path 1.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.df-price-inputs {
    display: flex;
    max-width: 400px;
    gap: 20px;
    justify-content: start;
}

.df-price-inputs input {
    background-color: #ffffff !important;
    border: 1px solid #b2b2b2 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce-shop .gridlist-toggle.desktop-hide-down {
    display: none;
}

/* .woocommerce-shop .elementor-section.elementor-top-section {
    overflow-x: hidden;
} */

.df-filter-input input {
    background-color: #ffffff !important;
    border: 1px solid #b2b2b2 !important;
    padding: 12px !important;
    border-radius: 12px !important;
}

/* #page .site-content {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
} */

/* Range slider style start */

.range-slider-grid {
    grid-column: 1 / -1;
}

.range-slider-wrapper {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 12px 12px 18px 12px;
    border: 1px solid #f9f9f9;
}

.range-slider-wrapper .price-input {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 0 0 35px 0;
}

.range-slider-wrapper .price-input .field {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column
}

.range-slider-wrapper .price-input .field span {
    font-weight: 600;
}

.range-slider-wrapper .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid #b2b2b2;
    -moz-appearance: textfield;
    padding: 12px;
}

.range-slider-wrapper input[type="number"]::-webkit-outer-spin-button,
.range-slider-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider-wrapper .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.range-slider-wrapper .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;

}

.range-slider-wrapper .slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #6c8552;
}

.range-slider-wrapper .range-input {
    position: relative;
}

.range-slider-wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: e-resize;

}

.range-slider-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #6c8552;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.range-slider-wrapper input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Range slider style end */

.woocommerce-shop .elementor-section.elementor-top-section {
    overflow-x: unset;
}

@media (max-width: 991px) {
    .filter_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .df-checkbox-list {
        border: 0;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 480px) {
    .df-checkbox-list {
        border: 0;
        grid-template-columns: repeat(4, 1fr);
    }
}
/* Changes done by ddm on 15-06-2026 */

.diamond-type {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    gap: 10px;
    margin-bottom: 12px;
}

.diamond-type-item {
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.diamond-type-item.active {
    background: #f5f5f5;
    border-color: #d1a08a;
}

.df-color-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.df-color-tab {
    padding: 6px 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.df-color-tab.active {
    border-color: #ff7a59;
    color: #ff7a59;
}

.df-color-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.df-color-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    background: #f7f7f7;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.df-color-thumb img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin-bottom: 6px;
}

.df-color-name {
    font-size: 13px;
    color: #333;
}

@media (max-width: 480px) {
    .df-color-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.df-filter-carat {
    margin-bottom: 24px;
}

.df-range-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.df-range-inputs input[type="number"] {
    flex: 1;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d4d4d8;
    border-radius: 10px;
    font-size: 15px;
    color: #3f3f46;
    background: #fff;
}

.df-range-inputs input[type="number"]:focus {
    outline: none;
    border-color: #a1a1aa;
}

.df-range-inputs input[type="number"]::-webkit-outer-spin-button,
.df-range-inputs input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.df-range-inputs input[type="number"] {
    -moz-appearance: textfield;
}

.df-range-separator {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.df-range-separator svg {
    fill: #71717a;
}

.df-checkbox-list.df-carat-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

@media (max-width: 600px) {
    .df-checkbox-list.df-carat-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.df-chip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 10px;
    border-radius: 10px;
    background: #e4e4e9;
    font-size: 15px;
    color: #3f3f46;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    user-select: none;
}

.df-chip input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.df-chip:hover {
    background: #d4d4db;
}

.df-chip input[type="checkbox"]:checked + span {
    font-weight: 700;
}

.df-chip:has(input[type="checkbox"]:checked) {
    background: #d4d4db;
    border: 1px solid #a1a1aa;
}

.show-more-filter-wapper {
    margin-top: 14px;
}

.df-toggle-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbe3da;
    border-radius: 10px;
    padding: 12px;
    cursor: pointer;
    transition: background 0.15s ease;
}

.df-toggle-bar:hover {
    background: #f8d2c4;
}

.df-toggle-bar svg {
    fill: #d97757;
}

.df-carat-list .hide_filter {
    display: none;
}

.df-toggle-bar.expanded svg {
    transform: rotate(180deg);
}
/* Changes done on 16-05-2026 by ddm */
/* ===========================
   Color Filter Container
=========================== */
.df-filter-color-combined {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 24px;
}

/* ===========================
   Tabs
=========================== */
.df-color-tabs {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.df-color-tab-btn {
    position: relative;
    background: transparent;
    border: none;
    padding: 12px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #8b8b8b;
    transition: .3s ease;
}

.df-color-tab-btn:hover {
    color: #222;
}

.df-color-tab-btn.active {
    color: #E27D60;
}

.df-color-tab-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #E27D60;
    border-radius: 3px 3px 0 0;
}

/* ===========================
   Tab Content
=========================== */
.df-color-pane {
    display: none;
}

.df-color-pane.active {
    display: block;
}

/* ===========================
   Fancy Grid
=========================== */
.df-checkbox-list.df-fancy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    gap: 15px;
}

.df-fancy-item {
    position: relative;
}

.df-fancy-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
}

/* ===========================
   Card
=========================== */
.df-fancy-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 130px !important;
    padding: 15px 10px !important;

    background: #f2f2f5 !important;
    border: 2px solid transparent !important;
    border-radius: 14px !important;

    cursor: pointer !important;
    transition: all .25s ease !important;
    margin: 0 !important;
}

.df-fancy-label:hover {
    background: #fff !important;
    border-color: #e3e3e3 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,.08) !important;
}

.df-fancy-checkbox:checked + .df-fancy-label {
    background: #fff !important;
    border-color: #222 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.08) !important;
}

/* ===========================
   Image
=========================== */
.df-fancy-image-wrapper {
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 12px !important;
    transition: .25s !important;
}

.df-fancy-label:hover .df-fancy-image-wrapper {
    transform: scale(1.08) !important;
}

.df-fancy-image-wrapper img,
.df-fancy-image-wrapper svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* ===========================
   Name
=========================== */
.df-fancy-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    margin: 0 !important;
}

/* ===========================
   Hidden Items
=========================== */
.df-fancy-item.hide_filter {
    display: none;
}

.df-filter-color-combined.expanded .df-fancy-item.hide_filter {
    display: block;
}

/* ===========================
   Expand Button
=========================== */
.df-color-combined-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.df-color-combined-caret {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #fff5f1;
    color: #E27D60;

    cursor: pointer;
    transition: .3s ease;
}

.df-color-combined-caret:hover {
    background: #ffe7df;
    transform: translateY(-3px);
}

.df-color-combined-caret svg {
    transition: .3s;
}

.df-filter-color-combined.expanded .df-color-combined-caret svg {
    transform: rotate(180deg);
}

/* ===========================
   Responsive
=========================== */

@media (max-width:768px){

    .df-color-tabs{
        gap:20px;
    }

    .df-checkbox-list.df-fancy-grid{
        grid-template-columns:repeat(3,1fr);
        gap:12px;
    }

    .df-fancy-label{
        min-height:115px;
    }

    .df-fancy-image-wrapper{
        width:48px;
        height:48px;
    }

}

@media (max-width:480px){

    .df-checkbox-list.df-fancy-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ===========================
   Diamond SVG Icons
   =========================== */
.df-svg-diamond {
    width: 100%;
    height: 100%;
}

/* Base shape fill of each diamond matching the custom color gradients */
.df-svg-diamond .df-diamond-body {
    transition: fill 0.3s ease;
}
.df-svg-yellow .df-diamond-body { fill: url(#grad-df-yellow); }
.df-svg-orange .df-diamond-body { fill: url(#grad-df-orange); }
.df-svg-pink .df-diamond-body { fill: url(#grad-df-pink); }
.df-svg-blue .df-diamond-body { fill: url(#grad-df-blue); }
.df-svg-green .df-diamond-body { fill: url(#grad-df-green); }
.df-svg-brown .df-diamond-body { fill: url(#grad-df-brown); }
.df-svg-red .df-diamond-body { fill: url(#grad-df-red); }
.df-svg-white .df-diamond-body { fill: url(#grad-df-white); }
.df-svg-violet .df-diamond-body { fill: url(#grad-df-violet); }
.df-svg-purple .df-diamond-body { fill: url(#grad-df-purple); }
.df-svg-gray .df-diamond-body { fill: url(#grad-df-gray); }
.df-svg-olive .df-diamond-body { fill: url(#grad-df-olive); }
.df-svg-black .df-diamond-body { fill: url(#grad-df-black); }

/* Facet lines and strokes */
.df-svg-diamond polygon {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 0.5px;
}

/* Facet fills for 3D depth and shimmer */
.df-svg-diamond .df-facet-table { fill: rgba(255, 255, 255, 0.25); }
.df-svg-diamond .df-facet-b1 { fill: rgba(255, 255, 255, 0.12); }
.df-svg-diamond .df-facet-b2 { fill: rgba(255, 255, 255, 0.32); }
.df-svg-diamond .df-facet-b3 { fill: rgba(255, 255, 255, 0.18); }
.df-svg-diamond .df-facet-b4 { fill: rgba(255, 255, 255, 0.22); }
.df-svg-diamond .df-facet-p1 { fill: rgba(0, 0, 0, 0.08); }
.df-svg-diamond .df-facet-p2 { fill: rgba(255, 255, 255, 0.15); }
.df-svg-diamond .df-facet-p3 { fill: rgba(0, 0, 0, 0.12); }
.df-svg-diamond .df-facet-p4 { fill: rgba(255, 255, 255, 0.08); }
.df-svg-diamond .df-facet-p5 { fill: rgba(255, 255, 255, 0.28); }
.df-svg-diamond .df-facet-p6 { fill: rgba(255, 255, 255, 0.05); }
.df-svg-diamond .df-facet-bottom { fill: rgba(0, 0, 0, 0.05); }

/* ===========================
   Shape Filter Custom Layout
   =========================== */
.df-filter-shape .df-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 15px !important;
}

.df-filter-shape .df-check-item input {
    display: none !important;
}

/* Remove default circle wrapper styling inside Shape cards */
.df-shape-card .image_wapper,
.df-shape-card .image_wapper.active {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 auto 10px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.df-shape-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: #f2f2f5 !important;
    border-radius: 12px !important;
    padding: 18px !important;
    cursor: pointer !important;
    height: 145px !important;
    transition: .25s !important;
    border: 2px solid transparent !important;
    margin: 0 !important;
}

.df-shape-card img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
    margin-bottom: 0 !important; /* Managed by .image_wapper margin now */
}

.shape-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #444 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    margin: 0 !important;
}

/* Selected state styling (supports standard input:checked and JS-based active state) */
.df-check-item input:checked + .df-shape-card,
.df-check-item:has(.image_wapper.active) .df-shape-card {
    background: #fff !important;
    border-color: #222 !important;
}

@media (max-width: 768px) {
    .df-filter-shape .df-checkbox-list {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

@media (max-width: 480px) {
    .df-filter-shape .df-checkbox-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ===========================
   White Color Card Layout
   =========================== */
.df-color-pane-white .df-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
}

.df-color-pane-white .df-check-item input {
    display: none !important;
}

.df-color-card {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #f2f2f5 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    height: 45px !important;
    width: 100% !important;
    transition: .25s !important;
    border: 2px solid transparent !important; /* Prevents visual layout shifting on check */
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.df-color-card .color-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #444 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Selected state for Color cards */
.df-color-pane-white .df-check-item input:checked + .df-color-card,
.df-color-pane-white .df-check-item:has(.image_wapper.active) .df-color-card {
    background: #fff !important;
    border-color: #222 !important;
}

@media (max-width: 480px) {
    .df-color-pane-white .df-checkbox-list {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
    }
}

/* ===========================
   Clarity Card Layout
   =========================== */
.df-filter-clarity .df-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
}

.df-filter-clarity .df-check-item input {
    display: none !important;
}

.df-clarity-card {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #f2f2f5 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    height: 45px !important;
    width: 100% !important;
    transition: .25s !important;
    border: 2px solid transparent !important; /* Prevents visual layout shifting on check */
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.df-clarity-card .clarity-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #444 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Selected state for Clarity cards */
.df-filter-clarity .df-check-item input:checked + .df-clarity-card,
.df-filter-clarity .df-check-item:has(.image_wapper.active) .df-clarity-card {
    background: #fff !important;
    border-color: #222 !important;
}

@media (max-width: 480px) {
    .df-filter-clarity .df-checkbox-list {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 8px !important;
    }
}

/* changes done on 03-07-2026 by ddm */

/* ===========================
   Shape Filter Section Custom CSS (Styled to match the screenshot)
   =========================== */
.df-filter-shape .df-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)) !important;
    gap: 8px !important;
}

.df-filter-shape .df-check-item {
    display: block !important;
}

.df-filter-shape .df-check-item input {
    display: none !important;
}

.df-filter-shape .df-shape-card {
    height: 95px !important;
    padding: 10px 5px !important;
    border-radius: 10px !important;
    background: #f2f2f5 !important;
    border: 2px solid transparent !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: none !important;
}

.df-filter-shape .df-shape-card:hover {
    background: #e2e2eb !important;
}

.df-filter-shape .df-shape-card .image_wapper {
    width: 42px !important;
    height: 42px !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 auto 6px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform .2s ease !important;
}

.df-filter-shape .df-shape-card:hover .image_wapper {
    transform: scale(1.08) !important;
}

.df-filter-shape .df-shape-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.df-filter-shape .shape-title {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #4f4e57 !important;
    text-transform: capitalize !important;
}

/* Selected active state */
.df-filter-shape .df-check-item input:checked + .df-shape-card {
    background: #fff !important;
    border-color: #222 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.08) !important;
}

.df-filter-shape .df-check-item input:checked + .df-shape-card .shape-title {
    color: #222 !important;
    font-weight: 600 !important;
}

/* ===========================
   Text-Based Attribute Chip Sections (Fluor, Clarity, Cut, Polish, Symmetry, Lab)
   =========================== */
.df-filter-fluorescence_intensity .df-checkbox-list,
.df-filter-clarity .df-checkbox-list,
.df-filter-cut .df-checkbox-list,
.df-filter-polish .df-checkbox-list,
.df-filter-symmetry .df-checkbox-list,
.df-filter-lab .df-checkbox-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)) !important;
    gap: 8px !important;
}

.df-filter-fluorescence_intensity .df-check-item,
.df-filter-clarity .df-check-item,
.df-filter-cut .df-check-item,
.df-filter-polish .df-check-item,
.df-filter-symmetry .df-check-item,
.df-filter-lab .df-check-item {
    display: block !important;
}

.df-filter-fluorescence_intensity .df-check-item input,
.df-filter-clarity .df-check-item input,
.df-filter-cut .df-check-item input,
.df-filter-polish .df-check-item input,
.df-filter-symmetry .df-check-item input,
.df-filter-lab .df-check-item input {
    display: none !important;
}

/* Card base styles */
.df-fluor-card,
.df-clarity-card,
.df-cut-card,
.df-polish-card,
.df-symmetry-card,
.df-lab-card {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #f2f2f5 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    height: 45px !important;
    width: 100% !important;
    transition: .25s !important;
    border: 2px solid transparent !important;
    margin: 0 !important;
    padding: 0 10px !important;
    box-shadow: none !important;
}

.df-fluor-card:hover,
.df-clarity-card:hover,
.df-cut-card:hover,
.df-polish-card:hover,
.df-symmetry-card:hover,
.df-lab-card:hover {
    background: #e2e2eb !important;
}

/* Titles */
.fluor-title,
.clarity-title,
.cut-title,
.polish-title,
.symmetry-title,
.lab-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4f4e57 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

/* Selected active state */
.df-check-item input:checked + .df-fluor-card,
.df-check-item input:checked + .df-clarity-card,
.df-check-item input:checked + .df-cut-card,
.df-check-item input:checked + .df-polish-card,
.df-check-item input:checked + .df-symmetry-card,
.df-check-item input:checked + .df-lab-card {
    background: #fff !important;
    border-color: #222 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.08) !important;
}

.df-check-item input:checked + .df-fluor-card .fluor-title,
.df-check-item input:checked + .df-clarity-card .clarity-title,
.df-check-item input:checked + .df-cut-card .cut-title,
.df-check-item input:checked + .df-polish-card .polish-title,
.df-check-item input:checked + .df-symmetry-card .symmetry-title,
.df-check-item input:checked + .df-lab-card .lab-title {
    color: #222 !important;
    font-weight: 600 !important;
}

/* ===========================
   Default Fallback Card Layout Overrides
   =========================== */
.df-check-item input {
    display: none !important;
}

