.dh-product-block {
    margin: 0 0 28px;
}

.dh-product-block__title,
.dh-detail-heading {
    margin: 0 0 16px;
    padding-top: 22px;
    border-top: 1px solid #d8d2c7;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dh-detail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dh-choice-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dh-choice-button {
    min-width: 110px;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid #cfc9bd;
    background: #fff;
    color: #5b5955;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.dh-choice-button:hover,
.dh-choice-button:focus-visible {
    background-color: #c7b46c;
    border-color: #c7b46c;
    color: #fff;
    outline: none;
}

.dh-choice-button.is-active {
    border-color: #d2bc62;
    background: #d2bc62;
    color: #fff;
}

.dh-product-materials .dh-choice-button {
    background-color: #fff;
    border-color: #03383f;
    color: #03383f;
}

.dh-product-materials .dh-choice-button.is-active {
    border-color: #d2bc62;
    background: #d2bc62;
    color: #fff;
}

.dh-custom-size-input {
    width: 100%;
    max-width: 420px;
    margin-top: 12px;
    padding: 11px 14px;
    border: 1px solid #cfc9bd;
    background: #fff;
    color: #333;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
}

.dh-custom-size-input::placeholder {
    color: #b4b0a8;
}

.dh-product-card-media {
    position: relative;
}

.dh-product-card-media .elementor-widget-image,
.dh-product-card-media .elementor-widget-theme-post-featured-image {
    position: relative;
    z-index: 1;
}

.dh-product-badges {
    position: absolute;
    right: 10px;
    bottom: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    pointer-events: none;
}

.dh-product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 12px;
    border-radius: 0;
    color: #fff;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(3, 56, 63, 0.14);
}

.dh-product-badge--featured {
    background: #c7b46c;
}

.dh-product-badge--best-seller {
    background: #e53935;
}

.dh-detail-section {
    border-top: 1px solid #d8d2c7;
}

.dh-detail-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0 14px;
    border: 0;
    background: transparent;
    color: #000;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
}

.dh-product-detail-sections .dh-detail-toggle:hover,
.dh-product-detail-sections .dh-detail-toggle:focus-visible {
    background: transparent !important;
    color: #121212 !important;
    border-color: transparent;
    outline: none;
}

.dh-detail-toggle:hover .dh-detail-toggle__label,
.dh-detail-toggle:focus-visible .dh-detail-toggle__label {
    color: #c7b46c;
}

.dh-detail-toggle__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.dh-detail-toggle__icon::before,
.dh-detail-toggle__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #6e6a63;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.dh-detail-toggle__icon::before {
    width: 16px;
    height: 1.5px;
}

.dh-detail-toggle__icon::after {
    width: 1.5px;
    height: 16px;
}

.dh-detail-section.is-open .dh-detail-toggle__icon::after {
    opacity: 0;
}

.dh-detail-content {
    padding: 0 0 18px;
    color: #000;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}

.dh-detail-content p {
    margin: 0 0 5px;
}

.dh-detail-content p:last-child {
    margin-bottom: 0;
}

.dh-facetwp-block {
    margin: 0 0 28px;
}

.dh-facetwp-title {
    margin: 0 0 14px;
    padding-top: 18px;
    border-top: 1px solid #ddd6ca;
    color: #c7b46c;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.dh-facetwp-search .facetwp-facet {
    margin-bottom: 0;
}

.dh-facetwp-search .facetwp-input-wrap,
.dh-facetwp-search .facetwp-type-search {
    position: relative;
}

.dh-facetwp-search input[type="text"] {
    width: 100%;
    min-height: 42px;
    padding: 10px 42px 10px 14px;
    border: 1px solid #d1cbc0;
    background: #fff;
    color: #333;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
}

.dh-facetwp-search .facetwp-icon {
    right: 12px;
    left: auto;
    opacity: 0.65;
}

.dh-facetwp-facet .facetwp-facet {
    margin-bottom: 0;
}

.dh-facetwp-facet .facetwp-checkbox,
.dh-facetwp-facet .facetwp-checkbox.checked,
.dh-facetwp-facet .facetwp-checkbox:hover,
.dh-facetwp-facet .facetwp-checkbox:focus {
    position: relative;
    margin: 0 0 12px;
    min-height: 20px;
    padding: 0 0 0 28px !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: 0 0 !important;
    box-shadow: none !important;
    color: #2b2b2b;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.dh-facetwp-facet .facetwp-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d1cbc0;
    background: #fff;
}

.dh-facetwp-facet .facetwp-checkbox::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 4px;
    height: 8px;
    border-right: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.dh-facetwp-facet .facetwp-checkbox:hover {
    color: #c7b46c;
}

.dh-facetwp-facet .facetwp-checkbox:hover::before {
    border-color: #c7b46c;
}

.dh-facetwp-facet .facetwp-checkbox.checked::before {
    border-color: #c7b46c;
    background: #fff;
}

.dh-facetwp-facet .facetwp-checkbox.checked::after {
    border-color: #c7b46c;
}

.dh-facetwp-facet .facetwp-counter {
    display: none;
}

.dh-facetwp-facet .facetwp-checkbox.dh-swatch-ready {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dh-facetwp-swatch {
    width: 22px;
    height: 14px;
    flex: 0 0 22px;
    border: 1px solid #d1cbc0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dh-facetwp-swatch.has-color {
    background-image: none !important;
}

.dh-facetwp-swatch.is-empty {
    background-image: linear-gradient(135deg, transparent 45%, #d9d3c8 45%, #d9d3c8 55%, transparent 55%);
}

.dh-facetwp-checkbox__label {
    display: inline-block;
}

.dh-facetwp-chips {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dh-facetwp-chips__items {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dh-facetwp-chips .facetwp-facet {
    margin-bottom: 0;
}

.dh-facetwp-chips .facetwp-selections,
.dh-facetwp-chips .facetwp-selections ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dh-facetwp-chips .facetwp-selections li {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #d1cbc0;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.dh-facetwp-chips .facetwp-selection-label {
    display: none;
}

.dh-facetwp-chips .facetwp-selection-value {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dh-facetwp-chips .facetwp-selection-value::after {
    content: "×";
    font-size: 16px;
    line-height: 1;
    color: #8e877c;
}

.dh-facetwp-reset {
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid #d1cbc0;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dh-facetwp-reset:hover,
.dh-facetwp-reset:focus-visible {
    background: #c7b46c;
    border-color: #c7b46c;
    color: #fff;
    outline: none;
}

.dh-mobile-filter-bar {
    display: none;
}

.dh-mobile-filter-bar[hidden] {
    display: none !important;
}

.dh-facetwp-products .facetwp-template,
.dh-facetwp-products .facetwp-template-static {
    width: 100%;
}

.dh-facetwp-products .fwpl-layout {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 44px 28px !important;
}

.dh-facetwp-products .fwpl-result,
.dh-facetwp-products .fwpl-row,
.dh-facetwp-products .fwpl-col {
    min-width: 0;
}

.dh-facetwp-products .fwpl-row,
.dh-facetwp-products .fwpl-col {
    display: block !important;
}

.dh-facetwp-products .fwpl-col {
    text-align: center;
}

.dh-facetwp-products .fwpl-item {
    margin: 0;
}

.dh-facetwp-products .fwpl-item a {
    color: inherit;
    text-decoration: none;
}

.dh-facetwp-products .fwpl-item:first-child {
    margin-bottom: 14px;
    position: relative;
}

.dh-facetwp-products .fwpl-item:first-child a {
    display: block;
}

.dh-facetwp-products .fwpl-item:first-child img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 200 / 285;
    object-fit: cover;
}

.dh-facetwp-products .fwpl-item:first-child .dh-product-badges {
    top: 14px;
    left: 14px;
    right: auto;
    bottom: auto;
    align-items: flex-start;
    z-index: 2;
}

.dh-facetwp-products .fwpl-item:nth-child(2) {
    margin-bottom: 6px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #333;
}

.dh-facetwp-products .fwpl-item:nth-child(2) a {
    transition: color 0.2s ease;
}

.dh-facetwp-products .fwpl-result:hover .fwpl-item:nth-child(2) a,
.dh-facetwp-products .fwpl-item:nth-child(2) a:hover,
.dh-facetwp-products .fwpl-item:nth-child(2) a:focus-visible {
    color: #c7b46c;
    outline: none;
}

.dh-facetwp-products .fwpl-item:nth-child(3),
.dh-facetwp-products .fwpl-item:nth-child(4) {
    margin-bottom: 4px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #333;
}

.dh-facetwp-products .fwpl-item:nth-child(5) {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #333;
}

.dh-facetwp-facet .facetwp-facet-load_more {
    display: flex;
    justify-content: center;
}

.dh-facetwp-facet .facetwp-load-more {
    min-width: 160px;
    min-height: 52px;
    padding: 14px 24px;
    border: 0;
    border-radius: 0;
    background: #03383f;
    color: #c7b46c;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.dh-facetwp-facet .facetwp-load-more:hover,
.dh-facetwp-facet .facetwp-load-more:focus-visible {
    opacity: 0.92;
    transform: translateY(-1px);
    outline: none;
}

@media (max-width: 1024px) {
    .dh-facetwp-products .fwpl-layout {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 34px 22px !important;
    }

    .dh-facetwp-products .fwpl-item:nth-child(2) {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .dh-product-block {
        margin-bottom: 24px;
    }

    .dh-product-block__title,
    .dh-detail-heading {
        padding-top: 18px;
        margin-bottom: 14px;
        font-size: 16px;
    }

    .dh-choice-grid {
        gap: 8px;
    }

    .dh-choice-button {
        min-width: 90px;
        min-height: 38px;
        padding: 9px 12px;
        font-size: 14px;
    }

    .dh-custom-size-input {
        max-width: 100%;
        font-size: 14px;
    }

    .dh-detail-toggle {
        padding: 14px 0 12px;
        font-size: 14px;
    }

    .dh-detail-content {
        font-size: 14px;
    }

    .dh-product-badges {
        right: 8px;
        bottom: 10px;
        gap: 20px;
    }

    .dh-product-badge {
        min-height: 26px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .dh-facetwp-block {
        margin-bottom: 24px;
    }

    .dh-mobile-filter-bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        width: 100%;
        margin: 0 0 24px;
        position: relative;
        z-index: 4;
    }

    .dh-mobile-filter-bar.has-single-toggle {
        grid-template-columns: 1fr;
    }

    .dh-mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        min-height: 42px;
        padding: 10px 12px;
        border: 1px solid #cfc7b6;
        border-radius: 0;
        background: #fff;
        color: #03383f;
        cursor: pointer;
        font-family: "Josefin Sans", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    }

    .dh-mobile-filter-toggle:hover,
    .dh-mobile-filter-toggle:focus-visible,
    .dh-mobile-filter-toggle.is-active {
        background: #c7b46c;
        border-color: #c7b46c;
        color: #fff;
        outline: none;
    }

    .dh-mobile-filter-toggle__icon {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid currentColor;
        flex: 0 0 auto;
        transition: transform 0.2s ease;
    }

    .dh-mobile-filter-toggle.is-active .dh-mobile-filter-toggle__icon {
        transform: rotate(180deg);
    }

    .dh-mobile-filter-panel {
        display: none;
        grid-column: 1 / -1;
        padding: 18px 0 2px;
        border-top: 1px solid #d8d2c7;
        border-bottom: 1px solid #d8d2c7;
    }

    .dh-mobile-filter-panel.is-open {
        display: block;
    }

    .dh-mobile-filter-panel .dh-facetwp-block {
        margin-bottom: 24px;
    }

    .dh-mobile-filter-panel .dh-facetwp-block:last-child {
        margin-bottom: 16px;
    }

    .dh-facetwp-title {
        font-size: 16px;
    }

    .dh-facetwp-facet .facetwp-checkbox,
    .dh-facetwp-facet .facetwp-checkbox.checked,
    .dh-facetwp-facet .facetwp-checkbox:hover,
    .dh-facetwp-facet .facetwp-checkbox:focus {
        font-size: 15px;
    }

    .dh-facetwp-chips .facetwp-selections li,
    .dh-facetwp-reset {
        min-height: 34px;
        padding: 7px 12px;
        font-size: 14px;
    }

    .dh-facetwp-products .fwpl-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 16px !important;
    }

    .dh-facetwp-products .fwpl-item:first-child {
        margin-bottom: 10px;
    }

    .dh-facetwp-products .fwpl-item:nth-child(2) {
        font-size: 12px;
    }

    .dh-facetwp-products .fwpl-item:nth-child(3),
    .dh-facetwp-products .fwpl-item:nth-child(4),
    .dh-facetwp-products .fwpl-item:nth-child(5) {
        font-size: 11px;
    }

    .dh-facetwp-facet .facetwp-load-more {
        min-width: 126px;
        min-height: 44px;
        padding: 12px 18px;
        font-size: 14px;
    }
}

.dh-ff-is-hidden {
    display: none !important;
}
