/* jost-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/jost-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
  /* jost-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/jost-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }

.custom-products__list .custom-container {
    max-width: 1440px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 75px;
}

.custom-products__list .products {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 14px;
    row-gap: 35px;
    margin-bottom: 0px;
}

.custom-products__list .product {
    display: flex;
    flex-direction: column;
}

.custom-products__list .view-switcher, .custom-products__list .products-per-page {
    display: none;
}

.custom-products__list .button {
    display: none;
}

.custom-products__list .woocommerce-result-count {
    display: none;
}

.custom-products__list .woocommerce-LoopProduct-link:first-child {
    display: block;
    width: 100%;
    max-height: 334.5px;
    margin-bottom: 12px;
}

.custom-products__list .woocommerce-LoopProduct-link img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.custom-products__list .woocommerce-loop-product__title {
    color:#333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-products__list .colors {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    column-gap: 10px;
}

.custom-products__list .colors__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    margin: 0;
}

.custom-products__list .colors__list .colors__item {
    margin: 0;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.custom-products__list .colors__list .colors__item.selected img {
    border: 1px solid #000;
    padding: 5px;
}

.custom-products__list .colors__list .colors__item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.custom-products__list .colors .all-colors {
    white-space: nowrap;
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-products__list .colors__item.hidden {
    display: none;
}

.custom-products__list .product-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.custom-products__list .average-rating {
    font-size: 14px;
    font-weight: bold;
}

.custom-products__list .review-count {
    font-size: 14px;
    color: #555;
}

.custom-products__list .star-rating {
    margin: 0;
}
.custom-products__list .average-rating {
    color:#333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-products__list .review-count {
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-products__list .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    column-gap: 22px;
}

.custom-products__list .price ins {
    padding: 0;
}

.custom-products__list .price ins bdi {
    color: #C72A2A;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-products__list .price del {
    text-decoration: none;
    position: relative;
}

.custom-products__list .price del::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    top: 50%;
    transform: translateY(-50%);
}

.custom-products__list .price del bdi {
    color: #777;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-products__list .price bdi {
    color: #333;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-products__list .custom-products__hero {
    min-height: 686px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.custom-products__list .custom-products__hero h1 {
    color: #FFF;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 43px;
    max-width: 526px;
}

.custom-products__list .custom-products__hero .product-archive-description {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    max-width: 571px;
    margin-bottom: 40px;
}

.custom-products__list .custom-products__hero .product-archive-button {
    display: flex;
    align-items: center;
    column-gap: 14px;
    padding: 17px 60px;
    border-radius: 0px;
    background-color: #FFF;
    color: #333;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.custom-products__list .custom-products__hero .product-archive-button:hover {
    background-color: #000;
    color: #FFF;
}

.custom-products__list .custom-products__hero .product-archive-button svg, .custom-products__list .custom-products__hero .product-archive-button svg path {
    transition: all .3s ease-in-out;
}

.custom-products__list .custom-products__hero .product-archive-button:hover svg {
    transform: translateX(10px); 
}

.custom-products__list .custom-products__hero .product-archive-button:hover svg path {
    fill: #FFF;
}

.custom-products__list .woocommerce-pagination {
    padding: 0;
    margin: 0;
    border: none;
    margin-top: 50px;
}

.custom-products__list .woocommerce-pagination ul.page-numbers {
    display: flex;
    align-items: center;
    column-gap: 21px;
}

.custom-products__list .woocommerce-pagination li .page-numbers {
    padding: 0;
    margin: 0;
    min-width: unset;
    height: unset;
    border: none;
    background-color: transparent;
    color:#333;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}

.custom-products__list .woocommerce-pagination li .current {
    font-weight: 700;
}

.custom-products__list .woocommerce-pagination li:last-child {
    margin: 0;
}

@media(max-width:1024px){
    .custom-products__list .custom-products__hero h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .custom-products__list .products {
        grid-template-columns: repeat(3,1fr);
        column-gap: 14px;
        row-gap: 35px;
    }

    .custom-products__list .colors__list .colors__item {
        width: 30px;
        height: 30px;
    }

}

@media(max-width:768px){
    .custom-products__list .products {
        grid-template-columns: repeat(2,1fr);
        column-gap: 14px;
        row-gap: 35px;
    }

    .custom-products__list .color-swatch {
        width: 20px;
        height: 20px;
    }

    .custom-products__list .woocommerce-loop-product__title {
        font-size: 18px;
    }

    .custom-products__list .price bdi {
        font-size: 18px;
    }

    .custom-products__list .price ins bdi {
        font-size: 18px;
    }

    .custom-products__list .price del bdi {
        font-size: 18px;
    }

    .custom-products__list .product-rating {
        margin-bottom: 15px;
    }

    .custom-products__list .colors__list .colors__item {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:510px){

    .custom-products__list .custom-products__hero {
        margin-bottom: 25px;
    }
    .custom-products__list .products {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .custom-products__list .woocommerce-LoopProduct-link:first-child {
        height: 100%;
    }
}

@media(max-width:510px){
    .custom-products__list .woocommerce-LoopProduct-link:first-child {
        height: unset;
    }
}
/* ------------------------------------------------------------------
   Category pages: compact hero with breadcrumb (the tall marketing
   banner stays on /shop/ only).
------------------------------------------------------------------ */
.custom-products__list .custom-products__hero--category {
    min-height: 300px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    isolation: isolate;
}

.custom-products__list .custom-products__hero--category::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: -1;
}

.custom-products__list .custom-products__hero--category:not([style*="background-image"]) {
    background-color: #111;
}

.custom-products__list .custom-products__hero--category h1 {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 14px;
    max-width: 760px;
}

.custom-products__list .custom-products__hero--category .product-archive-description {
    margin-bottom: 0;
    max-width: 640px;
    font-size: 16px;
}

.custom-products__list .custom-products__breadcrumb {
    margin-bottom: 18px;
}

.custom-products__list .custom-products__breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.custom-products__list .custom-products__breadcrumb .woocommerce-breadcrumb a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.custom-products__list .custom-products__breadcrumb .woocommerce-breadcrumb a:hover {
    color: #fff;
}

.custom-products__list .custom-products__breadcrumb .woocommerce-breadcrumb .sep {
    margin: 0 8px;
    opacity: 0.6;
}

@media (max-width: 767px) {
    .custom-products__list .custom-products__hero--category {
        min-height: 220px;
        margin-bottom: 28px;
    }
    .custom-products__list .custom-products__hero--category h1 {
        font-size: 32px;
    }
}

/* ==================================================================
   Filter sidebar (Annasta, left slide-in panel)
================================================================== */
.awf-preset-wrapper.awf-preset-1-wrapper {
    --f-ink: #111;
    --f-text: #333;
    --f-muted: #7a7a7a;
    --f-line: #e6e6e6;
    --f-blue: #2a74ed;
    font-family: "DM Sans", sans-serif;
    color: var(--f-text);
}

.awf-preset-wrapper.awf-left-popup-sidebar-mode {
    padding: 28px 28px 40px !important;
    width: min(380px, 92vw) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

/* Close + reset row */
.awf-preset-wrapper .awf-togglable-preset-close-btn {
    position: absolute;
    top: 22px;
    right: 24px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--f-muted) !important;
    cursor: pointer;
}
.awf-preset-wrapper .awf-togglable-preset-close-btn:hover { color: var(--f-ink) !important; }

.awf-preset-wrapper .awf-preset-title::before {
    content: "Filter";
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--f-ink);
    line-height: 1.1;
    margin: 4px 0 18px;
}

.awf-preset-wrapper .awf-reset-btn-container { margin: 0 0 6px !important; }
.awf-preset-wrapper .awf-reset-btn {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 500;
    color: var(--f-blue) !important;
    text-transform: none !important;
    cursor: pointer;
}
.awf-preset-wrapper .awf-active-badges-container { margin-bottom: 8px; }
.awf-preset-wrapper .awf-active-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 6px 6px 0;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef3fd;
    color: var(--f-blue);
    font-size: 12px;
    font-weight: 600;
}

/* Filter groups */
.awf-preset-wrapper .awf-filter-wrapper {
    margin: 0 !important;
    padding: 18px 0 !important;
    border-top: 1px solid var(--f-line);
}
.awf-preset-wrapper .awf-filter-wrapper:first-child { border-top: 0; padding-top: 0 !important; }

.awf-preset-wrapper .awf-filter-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 12px !important;
    cursor: pointer;
}
.awf-preset-wrapper .awf-filter-title {
    font-family: "DM Sans", sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--f-ink) !important;
    margin: 0 !important;
}
.awf-preset-wrapper .awf-collapse-btn { color: var(--f-muted); font-size: 12px; }

/* Search */
.awf-preset-wrapper .awf-product-search-container { position: relative; }
.awf-preset-wrapper .awf-product-search-container input.awf-filter {
    width: 100%;
    height: 46px;
    padding: 0 40px 0 42px !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 10px !important;
    background: #fafafa !important;
    font-size: 15px;
    box-shadow: none !important;
}
.awf-preset-wrapper .awf-product-search-container input.awf-filter:focus { border-color: var(--f-blue) !important; background: #fff !important; outline: none; }
.awf-preset-wrapper .awf-product-search-container::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2.2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>") no-repeat center / contain;
    pointer-events: none;
    z-index: 2;
}
.awf-preset-wrapper .awf-product-search-container .awf-search-icon,
.awf-preset-wrapper .awf-product-search-container > svg { display: none !important; }
.awf-preset-wrapper .awf-clear-search-btn { right: 12px; color: var(--f-muted); }

/* Checkbox lists (categories, light control, control type) */
.awf-preset-wrapper .awf-filters-container ul { list-style: none; margin: 0; padding: 0; }
.awf-preset-wrapper .awf-filters-container ul li.awf-filter-container {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 34px;
}
.awf-preset-wrapper .awf-filters-container ul.awf-children-container { padding-left: 26px !important; }

.awf-preset-wrapper .awf-style-checkboxes input.awf-filter[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0 !important;
    border: 1.5px solid #bdbdbd;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}
.awf-preset-wrapper .awf-style-checkboxes input.awf-filter[type="checkbox"]:hover { border-color: var(--f-blue); }
.awf-preset-wrapper .awf-style-checkboxes input.awf-filter[type="checkbox"]:checked {
    border-color: var(--f-blue);
    background: var(--f-blue) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3.5 8.5l3 3 6-6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / 14px;
}
.awf-preset-wrapper .awf-style-checkboxes label {
    flex: 1 1 auto;
    margin: 0 !important;
    padding: 6px 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--f-text) !important;
    line-height: 1.3;
    cursor: pointer;
}
.awf-preset-wrapper .awf-style-checkboxes label:hover { color: var(--f-ink) !important; }
.awf-preset-wrapper .awf-style-checkboxes input:checked + label { color: var(--f-ink) !important; font-weight: 600; }
.awf-preset-wrapper .awf-style-checkboxes label .awf-count,
.awf-preset-wrapper .awf-style-checkboxes label span[class*="count"] {
    margin-left: 6px;
    font-size: 12px;
    color: var(--f-muted);
    font-weight: 400;
}
.awf-preset-wrapper .awf-parent-container .awf-collapse-btn,
.awf-preset-wrapper .awf-children-collapse-btn { color: var(--f-muted); }

/* Price slider (noUiSlider) */
.awf-preset-wrapper .awf-range-slider-container { padding: 26px 8px 8px !important; }
.awf-preset-wrapper .noUi-target {
    height: 4px !important;
    border: 0 !important;
    border-radius: 999px;
    background: #e3e3e3 !important;
    box-shadow: none !important;
}
.awf-preset-wrapper .noUi-connect { background: var(--f-blue) !important; box-shadow: none !important; }
.awf-preset-wrapper .noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    top: -8px !important;
    right: -10px !important;
    border: 2px solid var(--f-blue) !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15) !important;
    cursor: grab;
}
.awf-preset-wrapper .noUi-handle::before,
.awf-preset-wrapper .noUi-handle::after { display: none !important; }
.awf-preset-wrapper .noUi-tooltip {
    padding: 2px 8px !important;
    border: 1px solid var(--f-line) !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 12px !important;
    font-weight: 600;
    color: var(--f-ink) !important;
    bottom: 150% !important;
}
.awf-preset-wrapper .noUi-pips { display: none !important; }
.awf-preset-wrapper .awf-range-slider-labels,
.awf-preset-wrapper .awf-range-slider-min-label,
.awf-preset-wrapper .awf-range-slider-max-label { font-size: 12px; color: var(--f-muted); }

/* Per-filter submit buttons are off (auto-apply); hide any leftovers */
.awf-preset-wrapper .awf-submit-btn-container { display: none !important; }

@media (max-width: 767px) {
    .awf-preset-wrapper.awf-left-popup-sidebar-mode { padding: 22px 20px 32px !important; }
}
