.elementor-1807 .elementor-element.elementor-element-c23d240{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:60px;--padding-right:60px;}.elementor-1807 .elementor-element.elementor-element-c23d240:not(.elementor-motion-effects-element-type-background), .elementor-1807 .elementor-element.elementor-element-c23d240 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8F3;}@media(min-width:768px){.elementor-1807 .elementor-element.elementor-element-c23d240{--content-width:1350px;}}@media(max-width:1024px){.elementor-1807 .elementor-element.elementor-element-c23d240{--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-1807 .elementor-element.elementor-element-c23d240{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-7907e96 */:root {
    --dz-green: #73df2b;
    --dz-green-dark: #54bd13;
    --dz-text: #111318;
    --dz-muted: #61646d;
    --dz-border: #dedfe3;
    --dz-soft: #f7f8f5;
    --dz-star: #ffb400;
    --dz-radius: 16px;
}

.dz-shop,
.dz-shop * {
    box-sizing: border-box;
}

.dz-shop {
    position: relative;
    width: 100%;
    color: var(--dz-text);
    font-family: inherit;
    isolation: isolate;
}

.dz-shop button,
.dz-shop input,
.dz-shop select {
    font: inherit;
}

.dz-shop button {
    cursor: pointer;
}

.dz-shop svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dz-shop__toolbar {
    position: relative;
    z-index: 5;
    padding: 20px 0 22px;
    border-bottom: 1px solid var(--dz-border);
    background: #fff;
}

.dz-shop__controls {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto minmax(190px, 210px);
    gap: 12px;
    align-items: center;
}

.dz-shop__search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid #d7d8dc;
    border-radius: 14px;
    background: #f7f7f8;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.dz-shop__search:focus-within {
    border-color: var(--dz-green-dark);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(115, 223, 43, .14);
}

.dz-shop__search > svg {
    flex: 0 0 auto;
    margin-left: 14px;
    color: #656871;
}

.dz-shop__search-input {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 42px 0 12px !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--dz-text);
}

.dz-shop__search-input::placeholder {
    color: #777a83;
}

.dz-shop__search-clear {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #6c6f77;
    font-size: 22px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
}

.dz-shop__search-clear.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.dz-shop__filter-toggle,
.dz-shop__sort-wrap {
    min-height: 44px;
    border: 1px solid #d7d8dc;
    border-radius: 14px;
    background: #fff;
}

.dz-shop__filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    color: var(--dz-text);
    font-weight: 700;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dz-shop__filter-toggle:hover,
.dz-shop__sort-wrap:hover {
    border-color: #bcbec4;
}

.dz-shop__filter-toggle:active {
    transform: translateY(1px);
}

.dz-shop__active-filter-count {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--dz-green);
    font-size: 11px;
    color: #0b2200;
}

.dz-shop__sort-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.dz-shop__sort-wrap > svg {
    position: absolute;
    right: 14px;
    width: 17px;
    height: 17px;
    pointer-events: none;
}

.dz-shop__sort {
    width: 100%;
    height: 44px;
    padding: 0 42px 0 16px !important;
    border: 0 !important;
    outline: 0 !important;
    appearance: none;
    background: transparent !important;
    color: var(--dz-text);
    font-weight: 600;
    box-shadow: none !important;
}

.dz-shop__category-nav,
.dz-shop__subcategory-nav {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 20px 0 2px;
    scrollbar-width: thin;
}

.dz-shop__subcategory-nav {
    padding-top: 10px;
}

.dz-shop__category-chip,
.dz-shop__subcategory-chip {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f6f7f3;
    color: #3d4148;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.dz-shop__subcategory-chip {
    min-height: 34px;
    padding: 0 15px;
    background: #fff;
    border-color: var(--dz-border);
    font-size: 13px;
}

.dz-shop__category-chip:hover,
.dz-shop__subcategory-chip:hover {
    border-color: #b8dca4;
    transform: translateY(-1px);
}

.dz-shop__category-chip.is-active,
.dz-shop__subcategory-chip.is-active {
    border-color: var(--dz-green);
    background: var(--dz-green);
    color: #132507;
    box-shadow: 0 8px 18px rgba(77, 189, 16, .18);
}

.dz-shop__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 26px;
    margin-top: 14px;
    gap: 16px;
}

.dz-shop__count {
    font-size: 13px;
    color: var(--dz-muted);
}

.dz-shop__count::first-letter {
    color: var(--dz-text);
}

.dz-shop__clear-all {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dz-green-dark);
    font-size: 13px;
    font-weight: 700;
}

.dz-shop__results-shell {
    position: relative;
    min-height: 260px;
    padding: 44px 0 24px;
}

.dz-shop__products {
    display: grid;
    grid-template-columns: repeat(var(--dz-shop-columns, 4), minmax(0, 1fr));
    gap: 28px;
    transition: opacity .2s ease, transform .2s ease;
}

.dz-shop.is-loading .dz-shop__products {
    opacity: .42;
    transform: translateY(3px);
    pointer-events: none;
}

.dz-shop__loading {
    position: absolute;
    z-index: 4;
    top: 24px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    transform: translateX(-50%);
    border: 1px solid var(--dz-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 30px rgba(18, 25, 34, .08);
    font-size: 13px;
    white-space: nowrap;
}

.dz-shop__spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #d8ddd5;
    border-top-color: var(--dz-green-dark);
    border-radius: 50%;
    animation: dz-shop-spin .75s linear infinite;
}

@keyframes dz-shop-spin {
    to { transform: rotate(360deg); }
}

.dz-product-card {
    display: flex !important;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dfe0e3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(18, 22, 29, .02);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dz-product-card:hover {
    transform: translateY(-5px);
    border-color: #d2d4d8;
    box-shadow: 0 20px 44px rgba(22, 28, 37, .10);
}

.dz-product-card__media {
    position: relative;
    margin: 14px 14px 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    background: var(--dz-card-bg, #edfbe8);
}

.dz-product-card__image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-decoration: none !important;
}

.dz-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 220px;
    object-fit: contain;
    transition: transform .35s ease;
}

.dz-product-card:hover .dz-product-card__image img {
    transform: scale(1.045);
}

.dz-product-card__badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 58px);
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 999px;
    background: #050608;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz-product-card__favorite {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #7b7e85;
    backdrop-filter: blur(8px);
}

.dz-product-card__favorite svg {
    width: 17px;
    height: 17px;
}

.dz-product-card__favorite.is-active {
    color: #ef3340;
}

.dz-product-card__favorite.is-active svg {
    fill: currentColor;
}

.dz-product-card__body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0;
    padding: 14px 14px 12px;
}

.dz-product-card__category {
    min-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
    color: #8ecf47;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dz-product-card__rating,
.dz-quick-view__rating {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 18px;
    margin-bottom: 6px;
    color: #555963;
    font-size: 12px;
}

.dz-product-card__rating small {
    font-size: inherit;
}

.dz-stars {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.dz-stars__base {
    color: #dedede;
}

.dz-stars__fill {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: var(--dz-star);
}

.dz-product-card__title {
    margin: 0 0 9px !important;
    font-size: clamp(15px, 1.15vw, 17px) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: -.02em;
}

.dz-product-card__title a {
    color: var(--dz-text) !important;
    text-decoration: none !important;
}

.dz-product-card__description {
    display: -webkit-box;
    min-height: 3.9em;
    margin: 0 0 14px !important;
    overflow: hidden;
    color: var(--dz-muted);
    font-size: 13px;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dz-product-card__purchase {
    margin-top: auto;
}

.dz-product-card__price,
.dz-quick-view__price {
    margin-bottom: 10px;
    color: var(--dz-text);
    font-size: 19px;
    font-weight: 850;
    line-height: 1.15;
}

.dz-product-card__price del,
.dz-quick-view__price del {
    margin-right: 5px;
    color: #9a9da4;
    font-size: .7em;
    font-weight: 600;
}

.dz-product-card__price ins,
.dz-quick-view__price ins {
    text-decoration: none;
}

.dz-shop-variations {
    margin-bottom: 12px;
}

.dz-shop-variation-row + .dz-shop-variation-row {
    margin-top: 9px;
}

.dz-shop-variation-row > label {
    display: block;
    margin-bottom: 5px;
    color: #4f535b;
    font-size: 12px;
    font-weight: 700;
}

.dz-shop-variation-select {
    width: 100%;
    min-height: 40px;
    padding: 0 36px 0 12px !important;
    border: 1px solid var(--dz-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.dz-shop-visually-hidden-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.dz-shop-variation-pills {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
    gap: 8px;
}

.dz-shop-variation-pill {
    min-width: 0;
    min-height: 38px;
    padding: 0 10px;
    overflow: hidden;
    border: 1px solid #d9dadd;
    border-radius: 11px;
    background: #fff;
    color: #4d5159;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.dz-shop-variation-pill:hover,
.dz-shop-variation-pill.is-active {
    border-color: var(--dz-green);
    background: var(--dz-green);
    color: #173009;
}

.dz-shop-variation-pill.disabled,
.dz-shop-variation-pill:disabled {
    opacity: .4;
    text-decoration: line-through;
    cursor: not-allowed;
}

.dz-shop-variation-form .woocommerce-variation {
    display: none !important;
}

.dz-shop-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 15px !important;
    border: 1px solid #7ad630 !important;
    border-radius: 999px !important;
    background: #7ad630 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.dz-shop-button:hover {
    border-color: #67c41e !important;
    background: #67c41e !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(84, 189, 19, .2) !important;
}

.dz-shop-button:disabled {
    border-color: #e1e2e5 !important;
    background: #e9eaec !important;
    color: #8b8e95 !important;
    transform: none;
    box-shadow: none !important;
    cursor: not-allowed;
}

.dz-shop-button--secondary {
    border-color: var(--dz-border) !important;
    background: #fff !important;
    color: var(--dz-text) !important;
}

.dz-product-card__quick-view {
    align-self: flex-start;
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #545861;
    font-size: 12px;
    text-decoration: none;
}

.dz-product-card__quick-view:hover {
    color: var(--dz-green-dark);
    text-decoration: underline;
}

.dz-shop__pagination-wrap {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.dz-shop__pagination {
    display: flex;
    align-items: center;
    gap: 7px;
}

.dz-shop__pagination button {
    display: grid;
    place-items: center;
    min-width: 39px;
    height: 39px;
    padding: 0 9px;
    border: 1px solid var(--dz-border);
    border-radius: 11px;
    background: #fff;
    color: #3e424a;
    font-size: 13px;
    font-weight: 700;
}

.dz-shop__pagination button:hover,
.dz-shop__pagination button.is-current {
    border-color: var(--dz-green);
    background: var(--dz-green);
    color: #173009;
}

.dz-shop__pagination button:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.dz-shop__pagination svg {
    width: 17px;
    height: 17px;
}

.dz-shop__empty {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 330px;
    padding: 40px;
    border: 1px dashed #d9dbdf;
    border-radius: 18px;
    background: #fafbf9;
    text-align: center;
}

.dz-shop__empty > svg {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
    color: #8c9199;
}

.dz-shop__empty h3 {
    margin: 0 0 7px !important;
    font-size: 22px !important;
}

.dz-shop__empty p {
    margin: 0 0 18px !important;
    color: var(--dz-muted);
}

.dz-shop__empty-reset {
    min-height: 40px;
    padding: 0 17px;
    border: 1px solid var(--dz-green);
    border-radius: 11px;
    background: var(--dz-green);
    font-weight: 800;
}

/* Filter drawer */
.dz-shop__filter-panel,
.dz-shop__modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: visibility .25s ease, opacity .25s ease;
}

.dz-shop__filter-panel.is-open,
.dz-shop__modal.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.dz-shop__filter-panel-backdrop,
.dz-shop__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 13, 18, .48);
    backdrop-filter: blur(3px);
}

.dz-shop__filter-drawer {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(440px, 92vw);
    height: 100%;
    flex-direction: column;
    transform: translateX(105%);
    background: #fff;
    box-shadow: -20px 0 60px rgba(15, 20, 28, .18);
    transition: transform .3s cubic-bezier(.2,.8,.2,1);
}

.dz-shop__filter-panel.is-open .dz-shop__filter-drawer {
    transform: translateX(0);
}

.dz-shop__filter-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 23px 22px 18px;
    border-bottom: 1px solid var(--dz-border);
}

.dz-shop__filter-header strong {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
}

.dz-shop__filter-header span {
    display: block;
    color: var(--dz-muted);
    font-size: 12px;
    line-height: 1.45;
}

.dz-shop__filter-close,
.dz-shop__modal-close {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--dz-border);
    border-radius: 50%;
    background: #fff;
    color: #4c5058;
    font-size: 25px;
    line-height: 1;
}

.dz-shop__filter-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 22px 24px;
}

.dz-shop__filter-section {
    border-bottom: 1px solid #ececef;
}

.dz-shop__filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dz-text);
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.dz-shop__filter-heading svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}

.dz-shop__filter-section.is-open .dz-shop__filter-heading svg {
    transform: rotate(180deg);
}

.dz-shop__filter-content {
    padding: 0 0 18px;
}

.dz-shop__category-radio,
.dz-shop__check-list label,
.dz-shop__rating-filter label {
    display: flex;
    align-items: center;
    min-height: 34px;
    gap: 9px;
    padding-left: calc(var(--dz-tree-depth, 0) * 16px);
    color: #3f434b;
    font-size: 13px;
    cursor: pointer;
}

.dz-shop__category-radio input,
.dz-shop__check-list input,
.dz-shop__rating-filter input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--dz-green-dark);
}

.dz-shop__category-radio span,
.dz-shop__check-list span {
    flex: 1 1 auto;
}

.dz-shop__category-radio small,
.dz-shop__check-list small {
    color: #91949b;
    font-size: 11px;
}

.dz-shop__price-fields {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: end;
    gap: 10px;
}

.dz-shop__price-fields label span {
    display: block;
    margin-bottom: 6px;
    color: var(--dz-muted);
    font-size: 11px;
    font-weight: 700;
}

.dz-shop__price-fields input {
    width: 100%;
    height: 42px;
    padding: 0 11px !important;
    border: 1px solid var(--dz-border) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.dz-shop__price-separator {
    padding-bottom: 11px;
    color: #8b8e95;
}

.dz-shop__rating-choice {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dz-shop__rating-choice em {
    color: var(--dz-muted);
    font-size: 12px;
    font-style: normal;
}

.dz-shop__filter-footer {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 10px;
    padding: 16px 22px;
    border-top: 1px solid var(--dz-border);
    background: #fff;
}

.dz-shop__filter-reset,
.dz-shop__filter-apply {
    min-height: 46px;
    border-radius: 12px;
    font-weight: 800;
}

.dz-shop__filter-reset {
    border: 1px solid var(--dz-border);
    background: #fff;
    color: var(--dz-text);
}

.dz-shop__filter-apply {
    border: 1px solid var(--dz-green);
    background: var(--dz-green);
    color: #173009;
}

body.dz-shop-filter-open,
body.dz-shop-modal-open {
    overflow: hidden;
}

/* Quick view */
.dz-shop__modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(940px, calc(100vw - 34px));
    max-height: min(760px, calc(100vh - 34px));
    overflow-y: auto;
    transform: translate(-50%, -46%) scale(.98);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 35px 100px rgba(8, 12, 18, .3);
    transition: transform .25s ease;
}

.dz-shop__modal.is-open .dz-shop__modal-dialog {
    transform: translate(-50%, -50%) scale(1);
}

.dz-shop__modal-close {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 14px;
}

.dz-shop__modal-content {
    min-height: 320px;
}

.dz-shop__modal-loader,
.dz-shop__modal-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    gap: 10px;
    color: var(--dz-muted);
}

.dz-quick-view {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
}

.dz-quick-view__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 570px;
    padding: 48px;
    border-radius: 22px 0 0 22px;
    background: #f3f6ef;
}

.dz-quick-view__media img {
    display: block;
    width: 100%;
    max-height: 470px;
    object-fit: contain;
}

.dz-quick-view__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 46px 48px;
}

.dz-quick-view__category,
.dz-quick-view__category a {
    color: var(--dz-green-dark) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.dz-quick-view h2 {
    margin: 8px 0 10px !important;
    color: var(--dz-text) !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em;
}

.dz-quick-view__rating {
    margin-bottom: 14px;
}

.dz-quick-view__description {
    margin-bottom: 14px;
    color: var(--dz-muted);
    font-size: 14px;
    line-height: 1.65;
}

.dz-quick-view__description p {
    margin: 0 0 10px !important;
}

.dz-quick-view__stock {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 800;
}

.dz-quick-view__stock.is-in-stock {
    color: var(--dz-green-dark);
}

.dz-quick-view__stock.is-out-of-stock {
    color: #d73535;
}

.dz-quick-view__details .dz-shop-variation-pills {
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
}

.dz-quick-view__details-link {
    display: inline-block;
    align-self: flex-start;
    margin-top: 15px;
    color: var(--dz-text) !important;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.dz-quick-view__details-link:hover {
    color: var(--dz-green-dark) !important;
}

/* Toast */
.dz-shop__toast {
    position: fixed;
    z-index: 1000000;
    right: 22px;
    bottom: 22px;
    max-width: min(360px, calc(100vw - 44px));
    padding: 13px 16px;
    transform: translateY(18px);
    border-radius: 12px;
    background: #111318;
    color: #fff;
    box-shadow: 0 16px 50px rgba(12, 15, 22, .25);
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.dz-shop__toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.dz-shop__toast.is-error {
    background: #b3261e;
}

.dz-shop__toast.is-success {
    background: #1c5f13;
}

.dz-shop-dependency-notice {
    padding: 16px;
    border: 1px solid #b9e79a;
    border-radius: 10px;
    background: #fff8e5;
}

@media (max-width: 1180px) {
    .dz-shop__products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }
}

@media (max-width: 860px) {
    .dz-shop__controls {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .dz-shop__sort-wrap {
        grid-column: 1 / -1;
    }

    .dz-shop__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .dz-quick-view {
        grid-template-columns: 1fr;
    }

    .dz-quick-view__media {
        min-height: 360px;
        border-radius: 22px 22px 0 0;
    }

    .dz-quick-view__details {
        padding: 34px 28px 36px;
    }
}

@media (max-width: 580px) {
    .dz-shop__toolbar {
        padding-top: 12px;
    }

    .dz-shop__controls {
        grid-template-columns: 1fr auto;
        gap: 9px;
    }

    .dz-shop__filter-toggle {
        width: 46px;
        padding: 0;
    }

    .dz-shop__filter-toggle > span:not(.dz-shop__active-filter-count) {
        display: none;
    }

    .dz-shop__active-filter-count {
        position: absolute;
        margin: -28px 0 0 28px;
    }

    .dz-shop__sort-wrap {
        grid-column: 1 / -1;
    }

    .dz-shop__category-nav,
    .dz-shop__subcategory-nav {
        margin-right: -2px;
    }

    .dz-shop__category-chip {
        min-height: 37px;
        padding: 0 15px;
        font-size: 13px;
    }

    .dz-shop__results-shell {
        padding-top: 26px;
    }

    .dz-shop__products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .dz-product-card {
        max-width: 430px;
        margin: 0 auto;
    }

    .dz-product-card__title {
        font-size: 16px !important;
    }

    .dz-product-card__media {
        aspect-ratio: 1.15 / 1;
    }

    .dz-product-card__image img {
        max-height: 250px;
    }

    .dz-shop__modal-dialog {
        width: calc(100vw - 18px);
        max-height: calc(100vh - 18px);
        border-radius: 17px;
    }

    .dz-quick-view__media {
        min-height: 300px;
        padding: 36px;
        border-radius: 17px 17px 0 0;
    }

    .dz-quick-view__details {
        padding: 28px 20px 30px;
    }

    .dz-quick-view h2 {
        font-size: 29px !important;
    }

    .dz-shop__toast {
        right: 12px;
        bottom: 12px;
        max-width: calc(100vw - 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dz-shop *,
    .dz-shop *::before,
    .dz-shop *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}


.dz-shop [hidden],
.dz-shop__loading[hidden] {
    display: none !important;
}

.dz-shop__loading.is-visible {
    display: inline-flex !important;
}

.dz-shop .dz-shop-purchase-form,
.dz-shop .dz-shop-variation-form,
.dz-shop .single_variation_wrap {
    width: 100%;
}

.dz-shop .dz-shop-button,
.dz-shop .dz-shop-variation-pill,
.dz-shop .dz-product-card__quick-view,
.dz-shop .dz-product-card__title a,
.dz-shop .dz-product-card__description,
.dz-shop .dz-product-card__category,
.dz-shop .dz-product-card__price,
.dz-shop .dz-product-card__rating,
.dz-shop .dz-product-card__body,
.dz-shop .dz-product-card__media {
    font-family: inherit !important;
}

.dz-shop .single_variation_wrap {
    margin-top: 0;
}

.dz-shop .woocommerce-variation-add-to-cart-disabled .dz-shop-button:not(:disabled) {
    opacity: .72;
}

/* =========================================================
   Brand color and Inter typography refinements — v1.1.2
========================================================= */
:root {
    --dz-green: #7EDB37;
    --dz-green-dark: #7EDB37;
}

.dz-shop,
.dz-shop button,
.dz-shop input,
.dz-shop select,
.dz-shop textarea,
.dz-shop a {
    font-family: "Inter", Arial, sans-serif !important;
}

/* Search typography */
.dz-shop .dz-shop__search-input {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.dz-shop .dz-shop__search-input::placeholder {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

/* Filter and sorting typography */
.dz-shop .dz-shop__filter-toggle,
.dz-shop .dz-shop__sort {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

/* Category and subcategory taxonomy typography */
.dz-shop .dz-shop__category-chip,
.dz-shop .dz-shop__subcategory-chip {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16.8px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 25.2px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.dz-shop .dz-shop__subcategory-chip {
    font-size: 15px !important;
    line-height: 22px !important;
}

/* Product title: balanced and responsive */
.dz-shop .dz-product-card__title {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(16px, calc(12px + .4vw), 18px) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -.015em !important;
}

.dz-shop .dz-product-card__title a {
    color: var(--dz-text) !important;
    background: transparent !important;
}

.dz-shop .dz-product-card__title a:hover,
.dz-shop .dz-product-card__title a:focus,
.dz-shop .dz-product-card__title a:active {
    color: #7EDB37 !important;
    background: transparent !important;
}

/* Primary buttons and button-style links */
.dz-shop .dz-shop-button,
.dz-shop .dz-shop__filter-apply,
.dz-shop .dz-shop__empty-reset,
.dz-shop .dz-shop__pagination button.is-current,
.dz-shop .dz-shop__category-chip.is-active,
.dz-shop .dz-shop__subcategory-chip.is-active,
.dz-shop .dz-shop-variation-pill.is-active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

.dz-shop .dz-shop-button:hover,
.dz-shop .dz-shop-button:focus,
.dz-shop .dz-shop-button:active,
.dz-shop .dz-shop__filter-apply:hover,
.dz-shop .dz-shop__filter-apply:focus,
.dz-shop .dz-shop__filter-apply:active,
.dz-shop .dz-shop__empty-reset:hover,
.dz-shop .dz-shop__empty-reset:focus,
.dz-shop .dz-shop__empty-reset:active,
.dz-shop .dz-shop__pagination button:hover,
.dz-shop .dz-shop__pagination button:focus,
.dz-shop .dz-shop__pagination button:active,
.dz-shop .dz-shop__category-chip:hover,
.dz-shop .dz-shop__category-chip:focus,
.dz-shop .dz-shop__category-chip:active,
.dz-shop .dz-shop__subcategory-chip:hover,
.dz-shop .dz-shop__subcategory-chip:focus,
.dz-shop .dz-shop__subcategory-chip:active,
.dz-shop .dz-shop-variation-pill:hover,
.dz-shop .dz-shop-variation-pill:focus,
.dz-shop .dz-shop-variation-pill:active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

/* Filter button gets the same green hover/active treatment */
.dz-shop .dz-shop__filter-toggle:hover,
.dz-shop .dz-shop__filter-toggle:focus,
.dz-shop .dz-shop__filter-toggle:active,
.dz-shop .dz-shop__filter-toggle[aria-expanded="true"] {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

/* Quick View is a text link, with a clean button-like hover state */
.dz-shop .dz-product-card__quick-view {
    border-radius: 999px !important;
    padding: 6px 12px !important;
    color: #4d5159 !important;
    transition: background .18s ease, color .18s ease !important;
}

.dz-shop .dz-product-card__quick-view:hover,
.dz-shop .dz-product-card__quick-view:focus,
.dz-shop .dz-product-card__quick-view:active {
    background: #7EDB37 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Keep unavailable controls visually disabled */
.dz-shop .dz-shop-button:disabled,
.dz-shop .dz-shop-variation-pill:disabled,
.dz-shop .dz-shop__pagination button:disabled {
    border-color: #e1e2e5 !important;
    background: #e9eaec !important;
    color: #8b8e95 !important;
    box-shadow: none !important;
}

/* Green focus ring */
.dz-shop .dz-shop__search:focus-within,
.dz-shop button:focus-visible,
.dz-shop a:focus-visible,
.dz-shop select:focus-visible,
.dz-shop input:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(126, 219, 55, .22) !important;
}

@media (max-width: 860px) {
    .dz-shop .dz-shop__category-chip,
    .dz-shop .dz-shop__subcategory-chip {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .dz-shop .dz-product-card__title {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
}

@media (max-width: 580px) {
    .dz-shop .dz-shop__search-input,
    .dz-shop .dz-shop__search-input::placeholder {
        font-size: 13.5px !important;
    }

    .dz-shop .dz-shop__filter-toggle,
    .dz-shop .dz-shop__sort {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .dz-shop .dz-shop__category-chip,
    .dz-shop .dz-shop__subcategory-chip {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .dz-shop .dz-product-card__title {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }
}

/* =========================================================
   Final shop fixes — v1.1.4
   Permanent loader fix, full product images, compact cards,
   consistent #7EDB37 states, and visible wishlist filter.
========================================================= */

/* Loader is hidden by default even when a theme overrides [hidden]. */
.dz-shop .dz-shop__loading,
.dz-shop .dz-shop__loading.is-visible,
.dz-shop .dz-shop__loading[hidden] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.dz-shop.is-loading .dz-shop__loading {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Full-size, centered, contained product image. */
.dz-shop .dz-product-card__media {
    aspect-ratio: 1 / 1 !important;
}

.dz-shop .dz-product-card__image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.dz-shop .dz-product-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Compact and balanced product typography. */
.dz-shop .dz-product-card__title {
    font-size: clamp(15px, 1.05vw, 17px) !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
}

.dz-shop .dz-product-card__description {
    min-height: 3.7em !important;
    margin-bottom: 11px !important;
    font-size: 12.5px !important;
    line-height: 1.48 !important;
}

.dz-shop .dz-product-card__price {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.dz-shop .dz-product-card__price del {
    font-size: 12px !important;
}

/* Smaller variation swatches. */
.dz-shop .dz-shop-variation-pills {
    gap: 6px !important;
}

.dz-shop .dz-shop-variation-pill {
    min-height: 32px !important;
    padding: 0 8px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
}

.dz-shop .dz-shop-variations {
    margin-bottom: 9px !important;
}

/* Compact primary CTA. */
.dz-shop .dz-shop-button {
    min-height: 38px !important;
    padding: 8px 13px !important;
    border-color: #7EDB37 !important;
    border-radius: 999px !important;
    background: #7EDB37 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* Every enabled button/link control uses the same brand state. */
.dz-shop .dz-shop-button:not(:disabled),
.dz-shop .dz-shop-button:not(:disabled):hover,
.dz-shop .dz-shop-button:not(:disabled):focus,
.dz-shop .dz-shop-button:not(:disabled):active,
.dz-shop .dz-shop__filter-apply,
.dz-shop .dz-shop__filter-apply:hover,
.dz-shop .dz-shop__filter-apply:focus,
.dz-shop .dz-shop__filter-apply:active,
.dz-shop .dz-shop__empty-reset,
.dz-shop .dz-shop__empty-reset:hover,
.dz-shop .dz-shop__empty-reset:focus,
.dz-shop .dz-shop__empty-reset:active,
.dz-shop .dz-shop__pagination button.is-current,
.dz-shop .dz-shop__pagination button:not(:disabled):hover,
.dz-shop .dz-shop__pagination button:not(:disabled):focus,
.dz-shop .dz-shop__pagination button:not(:disabled):active,
.dz-shop .dz-shop__category-chip.is-active,
.dz-shop .dz-shop__category-chip:hover,
.dz-shop .dz-shop__category-chip:focus,
.dz-shop .dz-shop__category-chip:active,
.dz-shop .dz-shop__subcategory-chip.is-active,
.dz-shop .dz-shop__subcategory-chip:hover,
.dz-shop .dz-shop__subcategory-chip:focus,
.dz-shop .dz-shop__subcategory-chip:active,
.dz-shop .dz-shop-variation-pill.is-active,
.dz-shop .dz-shop-variation-pill:not(:disabled):hover,
.dz-shop .dz-shop-variation-pill:not(:disabled):focus,
.dz-shop .dz-shop-variation-pill:not(:disabled):active,
.dz-shop .dz-product-card__quick-view:hover,
.dz-shop .dz-product-card__quick-view:focus,
.dz-shop .dz-product-card__quick-view:active,
.dz-shop .dz-shop__wishlist-filter.is-active,
.dz-shop .dz-shop__wishlist-filter:hover,
.dz-shop .dz-shop__wishlist-filter:focus,
.dz-shop .dz-shop__wishlist-filter:active,
.dz-shop .dz-shop__filter-toggle:hover,
.dz-shop .dz-shop__filter-toggle:focus,
.dz-shop .dz-shop__filter-toggle:active,
.dz-shop .dz-shop__filter-toggle[aria-expanded="true"] {
    border-color: #7EDB37 !important;
    background-color: #7EDB37 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.dz-shop .dz-shop-button:not(:disabled) *,
.dz-shop .dz-shop__filter-apply *,
.dz-shop .dz-shop__category-chip.is-active *,
.dz-shop .dz-shop__subcategory-chip.is-active *,
.dz-shop .dz-shop-variation-pill.is-active *,
.dz-shop .dz-shop__wishlist-filter.is-active *,
.dz-shop .dz-shop__wishlist-filter:hover *,
.dz-shop .dz-shop__filter-toggle:hover * {
    color: #fff !important;
}

.dz-shop .dz-product-card__quick-view {
    min-height: 28px !important;
    margin-top: 7px !important;
    padding: 4px 10px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    font-size: 11.5px !important;
}

/* Wishlist filter beside product count. */
.dz-shop .dz-shop__meta-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.dz-shop .dz-shop__wishlist-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dedfe3;
    border-radius: 999px;
    background: #fff;
    color: #444851;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.dz-shop .dz-shop__wishlist-filter svg {
    width: 15px;
    height: 15px;
}

.dz-shop .dz-shop__wishlist-filter.is-active svg {
    fill: currentColor;
}

.dz-shop .dz-shop__wishlist-count {
    display: inline-grid;
    place-items: center;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .08);
    color: inherit;
    font-size: 10px;
    font-style: normal;
}

.dz-shop .dz-shop__wishlist-filter.is-active .dz-shop__wishlist-count,
.dz-shop .dz-shop__wishlist-filter:hover .dz-shop__wishlist-count {
    background: rgba(255, 255, 255, .22);
    color: #fff !important;
}

.dz-shop .dz-product-card__favorite.is-saving {
    opacity: .55;
    pointer-events: none;
}

@media (max-width: 860px) {
    .dz-shop .dz-product-card__title {
        font-size: 16px !important;
    }

    .dz-shop .dz-product-card__price {
        font-size: 17px !important;
    }
}

@media (max-width: 580px) {
    .dz-shop .dz-shop__meta-row {
        align-items: flex-start;
    }

    .dz-shop .dz-shop__meta-actions {
        gap: 7px;
    }

    .dz-shop .dz-shop__wishlist-filter {
        min-height: 32px;
        padding: 0 10px;
    }

    .dz-shop .dz-shop__wishlist-filter span {
        display: none;
    }

    .dz-shop .dz-product-card__media {
        aspect-ratio: 1 / 1 !important;
    }

    .dz-shop .dz-product-card__price {
        font-size: 17px !important;
    }

    .dz-shop .dz-shop-variation-pill {
        min-height: 31px !important;
        font-size: 10.5px !important;
    }
}

/* =========================================================
   Responsive layout, filter drawer, wishlist and archive
   compatibility refinements — v1.2.0
========================================================= */

:root {
    --dz-green: #7EDB37;
    --dz-green-dark: #7EDB37;
}

/* Configurable product columns from shortcode attributes. */
.dz-shop .dz-shop__products {
    grid-template-columns: repeat(var(--dz-shop-columns-desktop, 3), minmax(0, 1fr)) !important;
    gap: 22px !important;
}

@media (max-width: 1024px) {
    .dz-shop .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-tablet, 2), minmax(0, 1fr)) !important;
        gap: 16px !important;
    }
}

@media (max-width: 767px) {
    .dz-shop .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-mobile, 2), minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .dz-shop .dz-product-card {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border-radius: 14px !important;
    }

    .dz-shop .dz-product-card__media {
        margin: 8px 8px 0 !important;
        border-radius: 12px !important;
    }

    .dz-shop .dz-product-card__body {
        padding: 10px 9px 9px !important;
    }

    .dz-shop .dz-product-card__badge {
        top: 7px !important;
        left: 7px !important;
        padding: 4px 7px !important;
        font-size: 9px !important;
    }

    .dz-shop .dz-product-card__favorite {
        top: 6px !important;
        right: 6px !important;
        width: 29px !important;
        height: 29px !important;
    }

    .dz-shop .dz-product-card__favorite svg {
        width: 14px !important;
        height: 14px !important;
    }

    .dz-shop .dz-product-card__category {
        min-height: 13px !important;
        font-size: 8.5px !important;
        margin-bottom: 3px !important;
    }

    .dz-shop .dz-product-card__rating {
        gap: 4px !important;
        min-height: 14px !important;
        margin-bottom: 4px !important;
        font-size: 9px !important;
    }

    .dz-shop .dz-stars {
        font-size: 11px !important;
        letter-spacing: .5px !important;
    }

    .dz-shop .dz-product-card__title {
        font-size: 13px !important;
        line-height: 1.28 !important;
        margin-bottom: 6px !important;
    }

    .dz-shop .dz-product-card__description {
        min-height: 2.8em !important;
        margin-bottom: 8px !important;
        font-size: 10.5px !important;
        line-height: 1.4 !important;
        -webkit-line-clamp: 2 !important;
    }

    .dz-shop .dz-product-card__price {
        margin-bottom: 6px !important;
        font-size: 14px !important;
    }

    .dz-shop .dz-product-card__price del {
        font-size: 10px !important;
    }

    .dz-shop .dz-shop-variation-pills {
        gap: 4px !important;
    }

    .dz-shop .dz-shop-variation-pill {
        min-height: 28px !important;
        padding: 0 4px !important;
        border-radius: 8px !important;
        font-size: 9px !important;
    }

    .dz-shop .dz-shop-button {
        min-height: 34px !important;
        padding: 7px 8px !important;
        font-size: 10.5px !important;
    }
}

/* Filter button: icon, label and applied-count badge stay centered. */
.dz-shop .dz-shop__filter-toggle {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 126px !important;
    min-height: 44px !important;
    gap: 8px !important;
    padding: 0 14px !important;
    line-height: 1 !important;
}

.dz-shop .dz-shop__filter-toggle > svg {
    display: block !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
}

.dz-shop .dz-shop__filter-label {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.dz-shop .dz-shop__active-filter-count {
    position: static !important;
    display: inline-grid !important;
    place-items: center !important;
    min-width: 20px !important;
    width: auto !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .10) !important;
    color: inherit !important;
    font-size: 10px !important;
    line-height: 1 !important;
}

.dz-shop .dz-shop__active-filter-count[hidden] {
    display: none !important;
}

.dz-shop .dz-shop__filter-toggle:hover .dz-shop__active-filter-count,
.dz-shop .dz-shop__filter-toggle:focus .dz-shop__active-filter-count,
.dz-shop .dz-shop__filter-toggle[aria-expanded="true"] .dz-shop__active-filter-count {
    background: rgba(255, 255, 255, .24) !important;
    color: #fff !important;
}

@media (max-width: 580px) {
    .dz-shop .dz-shop__filter-toggle {
        width: 46px !important;
        min-width: 46px !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .dz-shop .dz-shop__filter-label {
        display: none !important;
    }

    .dz-shop .dz-shop__active-filter-count {
        position: absolute !important;
        top: -6px !important;
        right: -6px !important;
        min-width: 19px !important;
        height: 19px !important;
        padding: 0 5px !important;
        border: 2px solid #fff !important;
        background: #7EDB37 !important;
        color: #fff !important;
        font-size: 9px !important;
    }
}

/* Drawer always sits above sticky Elementor/theme headers. */
.dz-shop .dz-shop__filter-panel {
    z-index: 2147483000 !important;
}

.dz-shop .dz-shop__modal {
    z-index: 2147483001 !important;
}

.dz-shop .dz-shop__filter-panel-backdrop,
.dz-shop .dz-shop__modal-backdrop {
    z-index: 0 !important;
}

.dz-shop .dz-shop__filter-drawer {
    position: fixed !important;
    z-index: 1 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    padding-top: env(safe-area-inset-top) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}

.dz-shop .dz-shop__filter-header {
    flex: 0 0 auto !important;
    background: #fff !important;
}

.dz-shop .dz-shop__filter-footer {
    flex: 0 0 auto !important;
    padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
}

/* Quick View link alignment and consistent cart spacing. */
.dz-shop .dz-product-card__quick-view {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    width: auto !important;
    margin: 10px auto 10px !important;
    text-align: center !important;
}

.dz-shop form.cart,
.dz-shop .woocommerce div.product form.cart,
.dz-shop .dz-shop-purchase-form {
    margin-bottom: .2em !important;
}

@media (max-width: 767px) {
    .dz-shop .dz-product-card__quick-view {
        min-height: 26px !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        padding: 3px 8px !important;
        font-size: 10px !important;
    }
}

/* Wishlist page shortcode. */
.dz-shop--wishlist-page .dz-wishlist-page__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--dz-border);
}

.dz-shop--wishlist-page .dz-wishlist-page__header h2 {
    margin: 0 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: clamp(24px, 3vw, 36px) !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

.dz-shop--wishlist-page .dz-shop__results-shell {
    padding-top: 28px !important;
}

.dz-shop__empty--wishlist > svg {
    color: #7EDB37 !important;
}

/* Header wishlist link shortcode. */
.dz-wishlist-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #dedfe3;
    border-radius: 999px;
    background: #fff;
    color: #222 !important;
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.dz-wishlist-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.dz-wishlist-link em {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .08);
    color: inherit;
    font-size: 10px;
    font-style: normal;
}

.dz-wishlist-link:hover,
.dz-wishlist-link:focus,
.dz-wishlist-link:active,
.dz-wishlist-link.has-items {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

.dz-wishlist-link.has-items svg {
    fill: currentColor;
}

.dz-wishlist-link:hover em,
.dz-wishlist-link:focus em,
.dz-wishlist-link:active em,
.dz-wishlist-link.has-items em {
    background: rgba(255, 255, 255, .24);
    color: #fff;
}

@media (max-width: 580px) {
    .dz-shop--wishlist-page .dz-wishlist-page__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* Do not trap fixed drawers inside the shop stacking context. */
.dz-shop {
    isolation: auto !important;
}

.dz-shop__filter-panel.dz-shop--portal {
    z-index: 2147483000 !important;
}

@media (max-width: 580px) {
    .dz-shop--portal .dz-shop__filter-drawer {
        width: 100vw !important;
        max-width: 100vw !important;
    }
}

/* =========================================================
   Customer layout view switcher — v1.2.1
========================================================= */
.dz-shop .dz-shop__view-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 36px;
    padding: 3px;
    border: 1px solid #dedfe3;
    border-radius: 999px;
    background: #f7f8f6;
    flex: 0 0 auto;
}

.dz-shop .dz-shop__view-button {
    display: inline-grid !important;
    place-items: center !important;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
    background: transparent !important;
    color: #6b7078 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.dz-shop .dz-shop__view-button svg {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    stroke: currentColor;
}

.dz-shop .dz-shop__view-button:hover,
.dz-shop .dz-shop__view-button:focus,
.dz-shop .dz-shop__view-button:active,
.dz-shop .dz-shop__view-button.is-active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
    transform: none !important;
}

.dz-shop .dz-shop__view-button:hover *,
.dz-shop .dz-shop__view-button:focus *,
.dz-shop .dz-shop__view-button:active *,
.dz-shop .dz-shop__view-button.is-active * {
    color: #fff !important;
    stroke: currentColor !important;
}

/* Comfortable view uses the shortcode's chosen column counts. */
.dz-shop.dz-shop--view-grid .dz-shop__products {
    grid-template-columns: repeat(var(--dz-shop-columns-desktop, 3), minmax(0, 1fr)) !important;
}

/* Compact view adds one desktop/tablet column and tightens card content. */
.dz-shop.dz-shop--view-compact .dz-shop__products {
    grid-template-columns: repeat(var(--dz-shop-columns-compact-desktop, 4), minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.dz-shop.dz-shop--view-compact .dz-product-card__media {
    margin: 10px 10px 0 !important;
    border-radius: 13px !important;
}

.dz-shop.dz-shop--view-compact .dz-product-card__body {
    padding: 11px 10px 10px !important;
}

.dz-shop.dz-shop--view-compact .dz-product-card__title {
    font-size: 14.5px !important;
    line-height: 1.28 !important;
}

.dz-shop.dz-shop--view-compact .dz-product-card__description {
    min-height: 2.95em !important;
    font-size: 11.5px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2 !important;
}

.dz-shop.dz-shop--view-compact .dz-product-card__price {
    font-size: 15.5px !important;
}

.dz-shop.dz-shop--view-compact .dz-shop-variation-pill {
    min-height: 29px !important;
    padding: 0 6px !important;
    font-size: 9.5px !important;
}

.dz-shop.dz-shop--view-compact .dz-shop-button {
    min-height: 35px !important;
    padding: 7px 10px !important;
    font-size: 11px !important;
}

/* List view: one wide horizontal product card on desktop. */
.dz-shop.dz-shop--view-list .dz-shop__products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
}

.dz-shop.dz-shop--view-list .dz-product-card {
    display: grid !important;
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
    align-items: stretch;
    min-height: 280px;
}

.dz-shop.dz-shop--view-list .dz-product-card__media {
    height: auto !important;
    min-height: 250px;
    margin: 12px !important;
    aspect-ratio: auto !important;
}

.dz-shop.dz-shop--view-list .dz-product-card__image {
    min-height: 100%;
}

.dz-shop.dz-shop--view-list .dz-product-card__body {
    justify-content: center;
    padding: 22px 24px 18px 12px !important;
}

.dz-shop.dz-shop--view-list .dz-product-card__title {
    max-width: 720px;
    font-size: clamp(18px, 1.7vw, 24px) !important;
}

.dz-shop.dz-shop--view-list .dz-product-card__description {
    min-height: 0 !important;
    max-width: 760px;
    font-size: 13.5px !important;
    -webkit-line-clamp: 3 !important;
}

.dz-shop.dz-shop--view-list .dz-product-card__purchase,
.dz-shop.dz-shop--view-list .dz-product-card__quick-view {
    width: 100%;
    max-width: 420px;
}

.dz-shop.dz-shop--view-list .dz-product-card__quick-view {
    align-self: flex-start !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 1024px) {
    .dz-shop.dz-shop--view-grid .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-tablet, 2), minmax(0, 1fr)) !important;
    }

    .dz-shop.dz-shop--view-compact .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-compact-tablet, 3), minmax(0, 1fr)) !important;
    }

    .dz-shop.dz-shop--view-list .dz-product-card {
        grid-template-columns: minmax(210px, 35%) minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .dz-shop .dz-shop__meta-row {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .dz-shop .dz-shop__meta-actions {
        flex-wrap: wrap;
    }

    .dz-shop .dz-shop__view-switcher {
        min-height: 34px;
        padding: 2px;
    }

    .dz-shop .dz-shop__view-button {
        width: 29px;
        height: 29px;
        min-width: 29px;
        min-height: 29px;
    }

    .dz-shop.dz-shop--view-grid .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-mobile, 2), minmax(0, 1fr)) !important;
    }

    .dz-shop.dz-shop--view-compact .dz-shop__products {
        grid-template-columns: repeat(var(--dz-shop-columns-compact-mobile, 2), minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .dz-shop.dz-shop--view-list .dz-shop__products {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .dz-shop.dz-shop--view-list .dz-product-card {
        display: flex !important;
        min-height: 0;
        flex-direction: column;
    }

    .dz-shop.dz-shop--view-list .dz-product-card__media {
        min-height: 0;
        margin: 9px 9px 0 !important;
        aspect-ratio: 1.3 / 1 !important;
    }

    .dz-shop.dz-shop--view-list .dz-product-card__body {
        padding: 13px 12px 11px !important;
    }

    .dz-shop.dz-shop--view-list .dz-product-card__title {
        font-size: 17px !important;
    }

    .dz-shop.dz-shop--view-list .dz-product-card__purchase,
    .dz-shop.dz-shop--view-list .dz-product-card__quick-view {
        max-width: none;
    }

    .dz-shop.dz-shop--view-list .dz-product-card__quick-view {
        align-self: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (max-width: 520px) {
    .dz-shop .dz-shop__meta-row {
        align-items: center !important;
    }

    .dz-shop .dz-shop__meta-actions {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .dz-shop .dz-shop__clear-all:not([hidden]) {
        flex-basis: 100%;
        text-align: right;
    }

    .dz-shop--wishlist-page .dz-wishlist-page__header {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }
}


/* =========================================================
   Final brand-state and mobile toolbar polish — v1.2.2
   Prevents theme/Elementor accent colors from leaking into
   shop links, selects, filter controls, and view buttons.
========================================================= */
.dz-shop,
.dz-shop--portal,
.dz-wishlist-link {
    --dz-green: #7EDB37;
    --dz-green-dark: #7EDB37;
    --dz-green-soft: rgba(126, 219, 55, .12);
    --dz-green-ring: rgba(126, 219, 55, .24);
}

.dz-shop a,
.dz-shop button,
.dz-wishlist-link {
    -webkit-tap-highlight-color: rgba(126, 219, 55, .18) !important;
}

/* Product-image and title links never inherit a theme accent background. */
.dz-shop .dz-product-card__image,
.dz-shop .dz-product-card__image:hover,
.dz-shop .dz-product-card__image:focus,
.dz-shop .dz-product-card__image:active {
    background: transparent !important;
    color: inherit !important;
    text-decoration: none !important;
}

.dz-shop .dz-product-card__title a,
.dz-shop .dz-product-card__title a:visited {
    display: inline;
    padding: 2px 0;
    border-radius: 5px;
    background: transparent !important;
    color: var(--dz-text) !important;
    text-decoration: none !important;
    transition: color .18s ease, background-color .18s ease !important;
}

.dz-shop .dz-product-card__title a:hover,
.dz-shop .dz-product-card__title a:focus,
.dz-shop .dz-product-card__title a:active {
    background: transparent !important;
    color: #7EDB37 !important;
}

/* Smooth, padded text-link controls. */
.dz-shop .dz-product-card__quick-view,
.dz-shop .dz-quick-view__details-link,
.dz-shop .dz-shop__clear-all {
    min-height: 30px !important;
    padding: 6px 11px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #4d5159 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.dz-shop .dz-product-card__quick-view:hover,
.dz-shop .dz-product-card__quick-view:focus,
.dz-shop .dz-product-card__quick-view:active,
.dz-shop .dz-quick-view__details-link:hover,
.dz-shop .dz-quick-view__details-link:focus,
.dz-shop .dz-quick-view__details-link:active,
.dz-shop .dz-shop__clear-all:hover,
.dz-shop .dz-shop__clear-all:focus,
.dz-shop .dz-shop__clear-all:active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(126, 219, 55, .18) !important;
}

/* Force every enabled button-style control to the brand green. */
.dz-shop .dz-shop-button:not(:disabled),
.dz-shop .dz-shop__filter-apply,
.dz-shop .dz-shop__empty-reset,
.dz-shop .dz-shop__pagination button.is-current,
.dz-shop .dz-shop__pagination button:not(:disabled):hover,
.dz-shop .dz-shop__pagination button:not(:disabled):focus,
.dz-shop .dz-shop__pagination button:not(:disabled):active,
.dz-shop .dz-shop__category-chip.is-active,
.dz-shop .dz-shop__category-chip:hover,
.dz-shop .dz-shop__category-chip:focus,
.dz-shop .dz-shop__category-chip:active,
.dz-shop .dz-shop__subcategory-chip.is-active,
.dz-shop .dz-shop__subcategory-chip:hover,
.dz-shop .dz-shop__subcategory-chip:focus,
.dz-shop .dz-shop__subcategory-chip:active,
.dz-shop .dz-shop-variation-pill.is-active,
.dz-shop .dz-shop-variation-pill:not(:disabled):hover,
.dz-shop .dz-shop-variation-pill:not(:disabled):focus,
.dz-shop .dz-shop-variation-pill:not(:disabled):active,
.dz-shop .dz-shop__filter-toggle:hover,
.dz-shop .dz-shop__filter-toggle:focus,
.dz-shop .dz-shop__filter-toggle:active,
.dz-shop .dz-shop__filter-toggle[aria-expanded="true"],
.dz-shop .dz-shop__wishlist-filter.is-active,
.dz-shop .dz-shop__wishlist-filter:hover,
.dz-shop .dz-shop__wishlist-filter:focus,
.dz-shop .dz-shop__wishlist-filter:active,
.dz-shop .dz-shop__view-button.is-active,
.dz-shop .dz-shop__view-button:hover,
.dz-shop .dz-shop__view-button:focus,
.dz-shop .dz-shop__view-button:active,
.dz-wishlist-link:hover,
.dz-wishlist-link:focus,
.dz-wishlist-link:active,
.dz-wishlist-link.has-items {
    border-color: #7EDB37 !important;
    background-color: #7EDB37 !important;
    background-image: none !important;
    color: #fff !important;
    text-decoration: none !important;
}

.dz-shop .dz-shop-button:not(:disabled):hover,
.dz-shop .dz-shop-button:not(:disabled):focus,
.dz-shop .dz-shop-button:not(:disabled):active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(126, 219, 55, .22) !important;
}

.dz-shop .dz-shop-button:not(:disabled) *,
.dz-shop .dz-shop__filter-apply *,
.dz-shop .dz-shop__empty-reset *,
.dz-shop .dz-shop__category-chip.is-active *,
.dz-shop .dz-shop__subcategory-chip.is-active *,
.dz-shop .dz-shop-variation-pill.is-active *,
.dz-shop .dz-shop__filter-toggle:hover *,
.dz-shop .dz-shop__filter-toggle:focus *,
.dz-shop .dz-shop__filter-toggle[aria-expanded="true"] *,
.dz-shop .dz-shop__wishlist-filter.is-active *,
.dz-shop .dz-shop__view-button.is-active *,
.dz-shop .dz-shop__view-button:hover *,
.dz-wishlist-link:hover *,
.dz-wishlist-link:focus *,
.dz-wishlist-link:active *,
.dz-wishlist-link.has-items * {
    color: #fff !important;
    stroke: currentColor !important;
}

/* Keep disabled controls neutral, even when a theme styles active buttons. */
.dz-shop .dz-shop-button:disabled,
.dz-shop .dz-shop-variation-pill:disabled,
.dz-shop .dz-shop__pagination button:disabled {
    border-color: #e1e2e5 !important;
    background: #e9eaec !important;
    background-image: none !important;
    color: #8b8e95 !important;
    box-shadow: none !important;
}

/* Native sort and variation dropdowns: clean white surface and green states. */
.dz-shop .dz-shop__sort-wrap,
.dz-shop .dz-shop-variation-select {
    color-scheme: light;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.dz-shop .dz-shop__sort-wrap:hover,
.dz-shop .dz-shop__sort-wrap:focus-within,
.dz-shop .dz-shop-variation-select:hover,
.dz-shop .dz-shop-variation-select:focus {
    border-color: #7EDB37 !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px var(--dz-green-ring) !important;
}

.dz-shop select,
.dz-shop select:hover,
.dz-shop select:focus,
.dz-shop select:active {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--dz-text) !important;
    accent-color: #7EDB37 !important;
}

.dz-shop select option {
    padding: 9px 12px !important;
    background: #fff !important;
    color: var(--dz-text) !important;
}

.dz-shop select option:checked {
    background: #7EDB37 linear-gradient(0deg, #7EDB37 0%, #7EDB37 100%) !important;
    color: #fff !important;
}

/* Filter drawer controls cannot inherit the theme accent color. */
.dz-shop--portal .dz-shop__filter-heading,
.dz-shop--portal .dz-shop__filter-close,
.dz-shop--portal .dz-shop__filter-reset,
.dz-shop--portal .dz-shop__filter-apply {
    background-image: none !important;
    text-decoration: none !important;
}

.dz-shop--portal .dz-shop__filter-heading {
    padding: 0 10px !important;
    border-radius: 10px !important;
    transition: background-color .18s ease, color .18s ease !important;
}

.dz-shop--portal .dz-shop__filter-heading:hover,
.dz-shop--portal .dz-shop__filter-heading:focus,
.dz-shop--portal .dz-shop__filter-heading:active {
    background: var(--dz-green-soft) !important;
    color: #4e9f13 !important;
}

.dz-shop--portal .dz-shop__filter-close:hover,
.dz-shop--portal .dz-shop__filter-close:focus,
.dz-shop--portal .dz-shop__filter-close:active,
.dz-shop--portal .dz-shop__filter-reset:hover,
.dz-shop--portal .dz-shop__filter-reset:focus,
.dz-shop--portal .dz-shop__filter-reset:active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

.dz-shop--portal .dz-shop__filter-apply,
.dz-shop--portal .dz-shop__filter-apply:hover,
.dz-shop--portal .dz-shop__filter-apply:focus,
.dz-shop--portal .dz-shop__filter-apply:active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    color: #fff !important;
}

.dz-shop--portal .dz-shop__category-radio,
.dz-shop--portal .dz-shop__check-list label,
.dz-shop--portal .dz-shop__rating-filter label {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    border-radius: 9px;
    transition: background-color .16s ease, color .16s ease !important;
}

.dz-shop--portal .dz-shop__category-radio:hover,
.dz-shop--portal .dz-shop__check-list label:hover,
.dz-shop--portal .dz-shop__rating-filter label:hover {
    background: var(--dz-green-soft) !important;
    color: #3f7f10 !important;
}

.dz-shop--portal input[type="checkbox"],
.dz-shop--portal input[type="radio"] {
    accent-color: #7EDB37 !important;
}

/* Mobile toolbar: search gets a full row; filter and sort share a compact row. */
@media (max-width: 767px) {
    .dz-shop .dz-shop__controls {
        display: grid !important;
        grid-template-columns: 46px minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .dz-shop .dz-shop__search {
        grid-column: 1 / -1 !important;
        min-height: 42px !important;
        border-radius: 12px !important;
    }

    .dz-shop .dz-shop__search-input {
        height: 42px !important;
    }

    .dz-shop .dz-shop__filter-toggle {
        grid-column: 1 !important;
        width: 46px !important;
        min-width: 46px !important;
        min-height: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 12px !important;
    }

    .dz-shop .dz-shop__sort-wrap {
        grid-column: 2 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 40px !important;
        height: 40px !important;
        border-radius: 12px !important;
    }

    .dz-shop .dz-shop__sort {
        width: 100% !important;
        height: 40px !important;
        padding: 0 34px 0 12px !important;
        overflow: hidden !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        text-align: left !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .dz-shop .dz-shop__sort-wrap > svg {
        right: 11px !important;
        width: 14px !important;
        height: 14px !important;
    }

    .dz-shop .dz-shop__category-nav,
    .dz-shop .dz-shop__subcategory-nav {
        gap: 7px !important;
        padding-top: 14px !important;
        padding-bottom: 4px !important;
    }

    .dz-shop .dz-shop__category-chip,
    .dz-shop .dz-shop__subcategory-chip {
        min-height: 34px !important;
        padding: 5px 13px !important;
        border-radius: 999px !important;
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

@media (max-width: 420px) {
    .dz-shop .dz-shop__sort {
        font-size: 12.5px !important;
        padding-left: 10px !important;
    }

    .dz-shop .dz-shop__meta-actions {
        gap: 6px !important;
    }

    .dz-shop .dz-shop__view-switcher {
        transform: scale(.94);
        transform-origin: right center;
    }
}


/* =========================================================
   DZ AJAX SHOP v1.2.3 — modal close + primary price overrides
   ========================================================= */

/* Quick-view close control always uses the brand green. */
.dz-shop .dz-shop__modal-close,
.dz-shop--portal .dz-shop__modal-close,
button.dz-shop__modal-close {
    display: inline-grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    border: 1px solid #7EDB37 !important;
    border-radius: 999px !important;
    background: #7EDB37 !important;
    background-color: #7EDB37 !important;
    background-image: none !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(126, 219, 55, .20) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.dz-shop .dz-shop__modal-close:hover,
.dz-shop .dz-shop__modal-close:focus,
.dz-shop .dz-shop__modal-close:active,
.dz-shop--portal .dz-shop__modal-close:hover,
.dz-shop--portal .dz-shop__modal-close:focus,
.dz-shop--portal .dz-shop__modal-close:active,
button.dz-shop__modal-close:hover,
button.dz-shop__modal-close:focus,
button.dz-shop__modal-close:active {
    border-color: #7EDB37 !important;
    background: #7EDB37 !important;
    background-color: #7EDB37 !important;
    background-image: none !important;
    color: #fff !important;
    transform: scale(1.04) !important;
    box-shadow: 0 8px 20px rgba(126, 219, 55, .28) !important;
    outline: none !important;
}

/* The current/primary WooCommerce price is always black. */
.dz-shop .dz-product-card__price,
.dz-shop .dz-quick-view__price,
.dz-shop .dz-product-card__price .amount,
.dz-shop .dz-product-card__price bdi,
.dz-shop .dz-product-card__price ins,
.dz-shop .dz-product-card__price ins .amount,
.dz-shop .dz-product-card__price ins bdi,
.dz-shop .dz-quick-view__price .amount,
.dz-shop .dz-quick-view__price bdi,
.dz-shop .dz-quick-view__price ins,
.dz-shop .dz-quick-view__price ins .amount,
.dz-shop .dz-quick-view__price ins bdi,
.dz-shop--portal .dz-quick-view__price,
.dz-shop--portal .dz-quick-view__price .amount,
.dz-shop--portal .dz-quick-view__price bdi,
.dz-shop--portal .dz-quick-view__price ins,
.dz-shop--portal .dz-quick-view__price ins .amount,
.dz-shop--portal .dz-quick-view__price ins bdi {
    color: #000 !important;
}

/* Keep only the old crossed-out regular price muted. */
.dz-shop .dz-product-card__price del,
.dz-shop .dz-product-card__price del .amount,
.dz-shop .dz-product-card__price del bdi,
.dz-shop .dz-quick-view__price del,
.dz-shop .dz-quick-view__price del .amount,
.dz-shop .dz-quick-view__price del bdi,
.dz-shop--portal .dz-quick-view__price del,
.dz-shop--portal .dz-quick-view__price del .amount,
.dz-shop--portal .dz-quick-view__price del bdi {
    color: #8d9198 !important;
}/* End custom CSS */