/** Shopify CDN: Minification failed

Line 316:23 The "-" operator only works if there is whitespace on both sides

**/

/* ---------- LAYOUT WIDTHS ---------- */

.listing-page-head,
.topbar-one,
.layout,
.footer-container,
.footer-bottom {
    width: min(var(--page-max), calc(100% - (var(--page-gutter) * 2)));
    margin-inline: auto;
}

:root {
  --black: #1e1f20;
  --main-white: #ffffff;
  --primary: #f5f4eb;
  --primary-bg: #fcfcfc;
  --secondary-p: #959595;
  --secondary-colour: #434547;
  --text-colour: #525252;
  --heading-gray: #434547;
  --secondary-white: #f7f7f7;
  --terrtiory-gray: #ebebeb;
  --asscent-1: #9b9b9b;
  --sub-tebt-gray: #8b8b8b;
  --disabled-colour: #939393;
  --border: #e4e4e4;
  --secondary-grey: #ededed;
  --dark-grey: #d2d2d2;
  --header-h: clamp(58px, 3.75vw, 76px);
  --page-gutter: clamp(12px, 2vw, 40px);
  --page-max: 1600px;
}


/* ---------- HERO ---------- */



.mainCat-hero {
    /* margin-top: var(--header-h); */
    min-height: 80vh;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.36) 100%),
        url("./Assets/mainCat-banner.png") no-repeat center center / cover;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section.mainCat-hero:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: #0000003b;
top: 0;
left: 0;
}

.mainCat-hero-content {
    z-index: 2;
    text-align: center;
    width: min(100%, 1100px);
    padding: 0 16px;
    background-color: var(--main-cat-hero-content-bg, transparent);
    border-radius: 4px;
}

.mainCat-hero-content h2 {
    color: #f7f5ef;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.25rem, 3vw, 4rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.mainCat-hero-content p {
    color: #f8f5ef;
    text-align: center;
    font-size: clamp(1rem, 1.1vw, 1.35rem);
    font-weight: 400;
    line-height: 1.45;
    max-width: 920px;
    margin-inline: auto;
}

/* ---------- LISTING ---------- */


.listing-page-head {
    padding: clamp(16px, 2vw, 22px) 120px;
    padding-left: 0px;
    padding-right: 0px;
}

.breadcrumb {
    color: var(--text-colour);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb>div:first-child {
    margin-bottom: clamp(16px, 1.8vw, 24px);
}

.breadcrumb a {
    color: #525252;
}

.breadcrumb .sep {
    margin: 0 4px;
}

.mc-chips {
    display: flex;
    align-items: stretch;
    gap: clamp(14px, 1.8vw, 28px);
    flex-wrap: wrap;
    padding-bottom: 20px;
   
}

.mc-chip {
    width: clamp(86px, 6.8vw, 116px);
    aspect-ratio: 1 / 1;
    border: 1px solid var(--black);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: none;
    padding: 12px 10px;
    flex-shrink: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.mc-chip:hover {
    background: var(--secondary-white);
    border-color: var(--heading-gray);
}

.mc-chip div {
    width: clamp(28px, 2.2vw, 34px);
    height: clamp(28px, 2.2vw, 34px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-chip div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mc-chip p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

/* ---------- TOP BAR ---------- */
.topbar {
    margin: 0 auto;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.topbar-one {

    /* margin-top: 10px; */
    padding: 10px 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: #fff;
    width: 100%;
    max-width: 1600px;

}

.topbar-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(16px, 2vw, 32px);
    width: clamp(260px, 19vw, 320px);


}

.filter-toggle {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: var(--heading-gray);
}

.filter-toggle span:last-child {
    color: var(--heading-gray);
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 600;
    letter-spacing: 0.00144rem;
    text-transform: capitalize;
}

.filter-toggle .icon {
    width: 18px;
    height: 18px;
    flex: none;
}

.filter-toggle .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.clear-all {
    border: none;
    background: none;
    cursor: pointer;
    color: var(--black);
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 500;
    text-transform: capitalize;
}

.topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar-right .sort select{
    padding: 10px
}

.sort {
    border: 1px solid var(--border);
    padding: 0 12px;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: clamp(220px, 18vw, 280px);
    background: #fff;
}

.sort span {
    color: var(--sub-tebt-gray);
    font-size: clamp(13px, 0.95vw, 16px);
    white-space: nowrap;
}

.sort select {
    border: none;
    outline: none;
    background: transparent;
    color: var(--heading-gray);
    font-size: clamp(13px, 0.95vw, 16px);
    font-weight: 500;
    width: 100%;
    min-width: 0;
    cursor: pointer;
    /* appearance: none; */
    padding-right: 18px;
    /* background-image:
        linear-gradient(45deg, transparent 50%, #777 50%),
        linear-gradient(135deg, #777 50%, transparent 50%);
    background-position:
        calc(100% - 12px) calc(50% - 2px),
        calc(100% - 7px) calc(50% - 2px); */
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

/* ---------- LAYOUT ---------- */
.layout {
    display: grid;
    grid-template-columns: clamp(260px, 19vw, 320px) minmax(0, 1fr);
    align-items: start;
    /* padding: 0 120px; */
    max-width: 1600px;
}

.sidebar {
    position: sticky;
    top: 72px;
    bottom: 0;
    min-width: 0;
}

.sidebar-inner {
    height: calc(100vh -76px);
    border: 1px solid var(--border);
    border-top: none;
    background: #fff;
    overflow-y: auto;
}

.filter-block {
    border-bottom: 1px solid var(--border);
}

.filter-block:last-child {
    border-bottom: none;
}

.filter-block_head,
.filter-block__head {
    width: 100%;
    border: none;
    background: transparent;
    padding: 14px 16px 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
}

.filter-block_head h4,
.filter-block__head h4 {
    color: var(--heading-gray);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom:0;
}

.accordion-toggle {
    cursor: pointer;
}

.acc-icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
    transition: transform 0.24s ease;
}

.acc-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.filter-block.closed .acc-icon {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 6px 16px;
}

.filter-block.closed .accordion-body {
    display: none;
}

.accordion-body--price-range {
    padding-block-start: 0;
}

.accordion-body--price-range .cc-price-range {
    width: 100%;
    max-width: 100%;
}

.pill-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    background-color: var(--secondary-white);
    border-radius: 4px;
}

.pill {
    border: none;
    border-radius: 4px;
    background-color: transparent;
    color: var(--heading-gray);
    font-size: 12px;
    padding: 5px 9px;
    cursor: pointer;
}

.pill.is-active {
    background: var(--black);
    color: #fff;
}

.price-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}

.price-input {
    width: 100%;
    height: 30px;
    border: 1px solid #d6d6d6;
    outline: none;
    padding: 0 8px;
    color: #7a7a7a;
    font-size: 12px;
    background: #fff;
}

.slider {
    position: relative;
    height: 28px;
}

.track-one,
.range {
    position: absolute;
    top: 50%;
    height: 2px;
    transform: translateY(-50%);
    border-radius: 999px;
}

.track-one {
    inset-inline: 0;
    background: #d7d7d7;
}

.range {
    background: var(--black);
    left: 0;
    width: 100%;
}

.slider input[type="range"] {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    appearance: none;
    background: none;
    pointer-events: none;
    margin: 0;
}

.slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid var(--black);
    background: #fff;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
}

.slider input[type="range"]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 2px solid var(--black);
    background: #fff;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
}

.checklist {
    display: grid;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.checklist-two {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px 16px;
}

.check,
.color-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--heading-gray);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.check input,
.color-item input {
    accent-color: var(--black);
    width: 14px;
    height: 14px;
    flex: none;
}

.search {
    position: relative;
    margin-bottom: 12px;
}

.search input {
    width: 100%;
    height: 34px;
    padding: 0 40px 0 12px;
    color: var(--heading-gray);
    font-size: 13px;
    background-color: var(--secondary-grey);
    border: none;
    outline: none;
    border-radius: 2px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}

.search-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.color-list {
    display: grid;
    gap: 10px;
}

.color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Theme swatches.css sets --swatch-background-* on [data-swatch]; consume like default collection filters */
.color-item .color-dot[data-swatch] {
    background-color: var(--swatch-background-color, #595959);
    background-image: var(--swatch-background-image, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.search-icon .icon,
.search-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.more {
    border: none;
    background: none;
    text-align: left;
    color: var(--secondary-colour);
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}

/* ---------- PRODUCTS ---------- */
.productsListing-cards-wrapper {
    min-width: 0;
}

.active-filters {
    position: sticky;
    display: flex;
    top: 72px;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.00), 0 51px 21px 0 rgba(0, 0, 0, 0.00), 0 29px 17px 0 rgba(0, 0, 0, 0.02), 0 13px 13px 0 rgba(0, 0, 0, 0.03), 0 3px 7px 0 rgba(0, 0, 0, 0.03);
    z-index: 10;
}

.filter-chip {
    height: 30px;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #fff;
    color: var(--heading-gray);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 1;
}

.filter-chip button {
    border: none;
    background: transparent;
    color: #888;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.filter-count {
    margin-left: 6px;
    font-size: 0.9em;
    font-weight: 500;
    color: #6b6b6b;
}

.filter-count:empty {
    display: none;
}

.productListing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.4vw, 24px);
    padding-top: 18px;
    padding-left: clamp(18px, 2vw, 30px);
    grid-auto-flow: dense;
}

/* ---------- FILTER DRAWER ---------- */
#filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
    z-index: 1100;
}

#filter-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#filterDrawer {
    position: fixed;
    top: var(--header-h);
    left: 0;
    width: min(100vw, 460px);
    height: calc(100dvh - var(--header-h));
    background: #fff;
    transform: translateX(-105%);
    transition: transform 0.35s ease;
    z-index: 1110;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}

#filterDrawer.active {
    transform: translateX(0);
}

.drawer-filter-header,
.drawer-filter-footer {
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.drawer-filter-footer {
    border-top: 1px solid var(--border);
    border-bottom: none;
}

.drawer-filter-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

#filter-clearAll,
.drawer-filter-clear {
    border: none;
    background: transparent;
    color: var(--text-colour);
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    display: inline;
}

.drawer-filter-clear:hover {
    text-decoration: underline;
}

.drawer-filter-body .sidebar-inner {
    height: auto;
    max-height: none;
    border: none;
    background: transparent;
    overflow: visible;
}

.drawer-filter-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: block;
    padding: 0;
}

.drawer-filter-body .main-category-sidebar-filters__form {
    display: block;
}

.drawer-filter-group {
    display: grid;
    gap: 12px;
}

.drawer-filter-group h4 {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 2px;
}

.product-btn1,
.product-btn2 {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.product-btn1 {
    background: var(--black);
    color: #fff;
    border: 1px solid var(--black);
}

.product-btn2 {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}

.coll_description{
    display: block;
    margin: 30px 0px;
}


/* ---------- ULTRA-WIDE ----------
@media (max-width: 1920px) {
    .mainCat-hero {
        min-height: 80vh;
        margin-top: 0;
    }

    .layout {
        max-width: 1620px;
        padding: 0;

    }

    .sidebar {
        top: 58px;
    }

    .filter-block_head,
    .filter-block__head {
        padding: 8px;
    }

    .topbar-left {
        width: clamp(260px, 19vw, 320px);
    }

    .productListing-grid {
        gap: 28px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
       
    }



    .image-wrapper {
        max-height: 75%;
    }
} */

@media (min-width: 2560px) {
    :root {
        --header-h: 84px;
    }


    .mainCat-hero-content h2 {
        font-size: 4.2rem;
    }

    .mainCat-hero-content p {
        font-size: 1.4rem;
    }
}

/* ---------- 1440 / 1366 ---------- */
@media (max-width: 1600px) {
    .ul-one {
        gap: 22px;
    }

    .nav-anchor {
        font-size: 0.875rem;
    }

    .listing-page-head {
        padding: 22px 80px 0 80px;
    }


    .topbar {
        margin: 0 auto;
    }

    .topbar-one {
        width: 100%;
        padding: 10px clamp(120px, 9.375vw, 150px);
        ;
        max-width: 1440px;
    }

    .topbar-left {
        max-width: clamp(230px, 18vw, 300px);
    }



    .layout {
        max-width: 1440px;
        padding: 0 120px;
        grid-template-columns: clamp(230px, 18vw, 300px) minmax(0, 1fr);
    }

    .sidebar {
        position: sticky;
        top: 58px;
        bottom: 0;
        min-width: 0;
        overflow: hidden;
    }

    .sidebar-inner {
        height: calc(100vh - 58px);
    }


    /* .filter-block_head,
    .filter-block__head {
        padding: 8px;
    } */

    .active-filters {
        top: 58px;
    }

    .productListing-grid {
        gap: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* .product-card {
        height: 352px;
    } */


    .title {
        font-size: 0.875rem;
    }

    .rating span:first-child {
        font-size: 0.775rem;
    }

    .star {
        width: 12px;
        height: 12px;
        flex: none;
    }



    .mainCat-hero {
        min-height: 80vh;
    }
}

@media (max-width: 1366px) {


    .mc-chip {
        width: clamp(86px, 8.8vw, 104px);
    }

    .mc-chip p {
        font-size: 12px;
    }

    .topbar-one {
        padding: 10px 106px;
    }

    .topbar-left {
        max-width: 230px;
    }

    .layout {
        grid-template-columns: 230px minmax(0, 1fr);
        padding: 0 80px;
    }


    .productListing-grid {
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        /* padding: 12px 80px 12px 12px; */
    }

    /* .product-card {
        height: 100%;
    } */

    
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px) {
    .productListing-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-left: 0px;
    }
    .coll_description{
      padding: 30px 15px !important;  
      margin: 0px;
      font-size: 14px;
    }
    :root {
        --page-gutter: 12px;
        --header-h: 62px;
    }


    .listing-page-head,
    .topbar-one,
    .layout,
    .footer-container,
    .footer-bottom {
        width: calc(100% - 24px);
    }

    .desktop-logo,
    .ul-one {
        display: none;
    }

    .mobile-head {
        display: flex;
    }

    .nav {
        justify-content: space-between;
    }

    .ul-two {
        gap: 12px;
    }

    .ul-two li a img {
        width: 20px;
        height: 20px;
    }

    .mainCat-hero {
        min-height: 420px;
    }

    .listing-page-head {
        padding-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .layout {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .sidebar {
        display: none;
    }

    .topbar-one {
        padding: 10px 0;
    }

    .sort {
        min-width: 0;
        width: auto;
    }

    #filterDrawer {
        width: min(100vw, 460px);
    }
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
    .productListing-grid {
        gap: 14px;
    }
    .mainCat-hero {
        min-height: clamp(360px, 72vw, 460px);
        background-position: center center;
    }

    .mainCat-hero-content {
        max-width: 620px;
    }

    .mainCat-hero-content h2 {
        font-size: clamp(2rem, 7vw, 2.6rem);
        margin-bottom: 10px;
    }

    .mainCat-hero-content p {
        font-size: 0.95rem;
        line-height: 1.45;
    }

    .mc-chips {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        width: 100%
    }

    .mc-chip {
        width: 100%;
        aspect-ratio: 1 / 1;
        gap: 8px;
        padding: 8px 6px;
    }

    .mc-chip div {
        width: 26px;
        height: 26px;
    }

    .mc-chip p {
        font-size: 10px;
        line-height: 1.15;
    }

    .clear-all {
        display: none;
    }

    .topbar-one {
        align-items: center;
    }

    .filter-toggle span:last-child {
        font-size: 14px;
    }

    .sort {
        /* width: clamp(140px, 46vw, 220px); */
        height: 40px;
    }

    .sort span,
    .sort select {
        font-size: 13px;
    }


    /* .image-wrapper {
        min-height: 156px;
    } */

    .badge-two {
        top: 8px;
        left: 8px;
        font-size: 10px;
        padding: 3px 7px;
    }

    .wishlist-one {
        top: 8px;
        right: 8px;
        width: 24px;
        height: 24px;
    }

    .wishlist-one img {
        width: 12px;
        height: 12px;
    }
    .topbar-left {
        max-width: 150px;
    }
 
    .kairaus-product-grid {
        margin-top: 0rem !important;
    }

}

@media (max-width: 480px) {
    .topbar-right .sort select{
     padding: 5px;
    }
    .productListing-grid {
      gap: 12px;
    }
    :root {
        --page-gutter: 10px;
        --header-h: 60px;
    }

    .container,
    .listing-page-head,
    .topbar-one,
    .layout,
    .footer-container,
    .footer-bottom {
        width: calc(100% - 20px);
    }

    .mobile-logo-link img {
        width: 92px;
    }

    .ul-two {
        gap: 10px;
    }

    .ul-two li a img {
        width: 18px;
        height: 18px;
    }

    .mainCat-hero {
        min-height: 390px;
    }

    .listing-page-head {
        padding-top: 14px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .topbar-one {
        gap: 10px;
    }

    .sort {
        /* width: 180px; */
        padding-inline: 10px;
    }

    .sort span,
    .sort select {
        font-size: 12px;
    }
    .topbar-right .sort select {
     padding-right: 20px;
    }

    .page-one,
    .pg-btn,
    .page,
    a.page-one,
    a.pg-btn,
    a.page {
        height: 34px;
        font-size: 12px;
    }

    .pages {
        gap: 4px;
    }

    .newsletter-box {
        max-width: 100%;
    }

    .newsletter-box button {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .mainCat-hero-content h2 {
        font-size: 1.9rem;
    }

    .mainCat-hero-content p {
        font-size: 0.84rem;
    }

    .mc-chip p {
        font-size: 9px;
    }

}
