/** Shopify CDN: Minification failed

Line 797:0 Unexpected "="

**/
/*------------------------------------------------------------------
Compass Mixins
*/
/*------------------------------------------------------------------
Variables
*/
.active-facets__button--color:before, .thb-filter ul.list-color label:after {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

/*------------------------------------------------------------------
Utilities
*/

@media (min-width: 1441px) {
    .header.style3 .full-menu {
        margin-left: 220px;
    }
    .thb-full-menu>li>a {
    padding: 10px 0;
    font-size: 17px;
}
    .thb-filter {
    font-size: 17px;
}

.thb-filter summary,
.thb-filter label,
.thb-filter .facets__selected,
.thb-filter .facets__reset,
.thb-filter li {
    font-size: 17px;
}
}
.facets-mobile-container {
  display: grid;
  grid-template-columns: max-content 1fr;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 20px;
  padding: 13px 15px;
  font-size: 0.8125rem;
  background: var(--bg-body, #fff);
  position: sticky;
  top: var(--header-height-mobile, 60px);
  left: 0;
  z-index: 45; }
  @media only screen and (min-width: 768px) {
    .facets-mobile-container {
      display: none; } }
  .facets-mobile-container .facets-toggle svg {
    margin-right: 10px; }
  .facets-mobile-container .thb-filter-count {
    text-align: right;
    margin-left: auto; }
  .facets-mobile-container .facets__label {
    font-size: inherit;
    margin: 0 0 0 30px; }

.facets-desktop-container {
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
  display: none;
  min-height: 65px; }
  @media only screen and (min-width: 768px) {
    .facets-desktop-container {
      display: block; } }
  .facets-desktop-container .thb-filter-count .facets__label {
    font-size: 0.9375rem; }
  .facets-desktop-container .thb-filter-count .loading-overlay {
    left: auto;
    right: 0; }

.facets__form {
  display: grid;
  grid-template-columns: 1fr max-content max-content; }

.facets__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.facets__label {
  font-size: 0.9375rem;
  opacity: 0.4;
  margin-right: 30px; }
  [dir="rtl"] .facets__label {
    margin: 0 0 0 30px; }

.facets .thb-filter-count {
  margin: 0 0 0 30px; }
  .facets .thb-filter-count .facets__label {
    margin: 0; }
  [dir="rtl"] .facets .thb-filter-count {
    margin: 0 30px 0 0; }

.facets .thb-filter {
  margin-right: 30px;
  position: relative; }
  [dir="rtl"] .facets .thb-filter {
    margin: 0 0 0 30px; }
  .facets .thb-filter .thb-filter-title {
    letter-spacing: 0.02em;
    position: relative;
    font-size: 0.9375rem;
    padding: 15px 15px 15px 15px;
    cursor: pointer; }
    [dir="rtl"] .facets .thb-filter .thb-filter-title {
      padding: 15px 0 15px 15px; }
    .facets .thb-filter .thb-filter-title:after {
      content: "";
      display: inline-flex;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 3px 0 3px;
      border-color: var(--color-accent) transparent transparent transparent;
      position: absolute;
      top: 50%;
      right: 0;
          margin-right: 10px;
      margin-top: -2px; }
      [dir="rtl"] .facets .thb-filter .thb-filter-title:after {
        right: auto;
        left: 0; }
    .facets .thb-filter .thb-filter-title::marker {
      content: none; }
  .facets .thb-filter[open] .thb-filter-dropdown {
    display: block; }
  .facets .thb-filter[open] .thb-filter-title {
    color: var(--color-accent2); }
    .facets .thb-filter[open] .thb-filter-title:after {
      transform: rotateX(180deg);
      border-color: var(--color-accent2) transparent transparent transparent; }
    .facets .thb-filter[open] .thb-filter-title:before {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 20;
      display: block;
      cursor: default;
      content: " ";
      background: transparent; }
  .facets .thb-filter-dropdown {
    position: absolute;
    top: 100%;
    left: -25px;
    width: 350px;
    border: 1px solid var(--color-border);
    background: var(--bg-body, #fff);
    z-index: 45; }
    [dir="rtl"] .facets .thb-filter-dropdown {
      left: auto;
      right: -25px; }
    .facets .thb-filter-dropdown scroll-shadow {
      display: block;
      width: 100%; }
    .facets .thb-filter-dropdown__inner {
      padding: 24px;
      overflow-y: auto;
      max-height: 250px; }
      .facets .thb-filter-dropdown__inner .count {
        font-size: 0.8125rem; }
      .facets .thb-filter-dropdown__inner input[type="checkbox"],
      .facets .thb-filter-dropdown__inner input[type="radio"] {
        margin-right: 10px;
        width: 18px;
        height: 18px; }
    .facets .thb-filter-dropdown__footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 24px;
      font-size: 0.8125rem;
      background: rgba(var(--color-accent-rgb), 0.02);
      border-top: 1px solid var(--color-border);
      line-height: 1; }
    .facets .thb-filter-dropdown ul {
      list-style: none;
      margin: 0;
      padding: 0; }
  .facets .thb-filter-sort-count {
    display: flex;
    align-items: center;
    margin-left: auto; }
  .facets .thb-filter-sort {
    display: flex;
    align-items: center; }
    .facets .thb-filter-sort .select {
      margin-bottom: 0; }
      .facets .thb-filter-sort .select:after {
        right: 0; }
    .facets .thb-filter-sort select {
      margin-bottom: 0;
      border: 0;
      padding-left: 0;
      padding-right: 14px;
      font-size: 0.9375rem; }
  .facets .thb-filter label.facet-checkbox--disabled {
    cursor: not-allowed; }

.facets__reset {
  color: var(--color-accent2);
  text-decoration: underline; }

.facets__mobile_form .thb-filter-sort {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .facets__mobile_form .thb-filter-sort .thb-filter-title {
    margin: 0; }
  .facets__mobile_form .thb-filter-sort .select {
    border: 0;
    padding: 0;
    margin: 0; }
    .facets__mobile_form .thb-filter-sort .select select {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      height: auto; }

.facets__mobile_form .thb-filter-dropdown input[type="checkbox"],
.facets__mobile_form .thb-filter-dropdown input[type="radio"] {
  margin-right: 10px;
  width: 18px;
  height: 18px; }

.price_range .price-highest {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 15px; }

.price_range .price_slider_amount {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }
  .price_range .price_slider_amount > div {
    display: flex;
    align-items: center; }
    .price_range .price_slider_amount > div .field-currency {
      font-size: 0.8125rem;
      margin-right: 10px; }
  .price_range .price_slider_amount input {
    box-sizing: border-box;
    margin-bottom: 0;
    height: 44px;
    padding: 12px 16px;
    font-size: 0.8125rem;
    flex: 1;
    width: 0; }
    .price_range .price_slider_amount input::placeholder {
      color: rgba(0, 0, 0, 0.3); }

.price_slider {
  touch-action: none;
  user-select: none;
  padding: 0 9px; }
  .price_slider_wrapper {
    display: block;
    width: 100%; }
  .price_slider * {
    touch-action: none;
    user-select: none; }
  .price_slider .noUi-base,
  .price_slider .noUi-connects {
    height: 4px;
    background: var(--color-border);
    position: relative;
    margin-bottom: 25px; }
  .price_slider .noUi-connect {
    height: 100%;
    width: 100%;
    background: var(--color-accent); }
  .price_slider .noUi-origin {
    height: 0;
    width: 100%; }
  .price_slider .noUi-connect,
  .price_slider .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    transform-origin: 0 0;
    transform-style: preserve-3d;
    transform-style: flat; }
  .price_slider.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto; }
  .price_slider .noUi-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -7px;
    right: -9px;
    width: 19px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid var(--color-accent);
    background: #fff url("data:image/svg+xml,%3Csvg width='5' height='6' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H1V6H0V0Z' fill='%23103A3A'/%3E%3Cpath d='M2 0H3V6H2V0Z' fill='%23103A3A'/%3E%3Cpath d='M4 0H5V6H4V0Z' fill='%23103A3A'/%3E%3C/svg%3E%0A") center center no-repeat;
    backface-visibility: hidden; }
    .price_slider .noUi-handle .noUi-touch-area {
      height: 100%;
      width: 100%; }
    .price_slider .noUi-handle:focus-visible {
      outline: 2px solid #015ecc;
      outline-offset: 2px; }
  .price_slider.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -7px;
    right: auto; }

.facet-drawer {
  overflow: inherit; }
  .facet-drawer .side-panel-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh; }
  .facet-drawer .side-panel-content {
    overflow-y: auto; }
  .facet-drawer .side-panel-footer {
    border-top: 1px solid var(--color-border);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 7px;
    padding: 20px; }
  .facet-drawer .thb-filter {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .facet-drawer .thb-filter:last-child {
      border: 0;
      padding: 0; }
    .facet-drawer .thb-filter-title {
      font-size: 0.875rem;
      line-height: 1;
      margin-bottom: 20px;
      font-weight: var(--font-body-bold-weight, 600);
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .facet-drawer .thb-filter ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .facet-drawer .thb-filter ul .count {
        font-size: 0.8125rem; }

.thb-filter-count.loading .facets__label {
  opacity: 0; }

.thb-filter-count .facets__label {
  margin: 0; }

.thb-filter-count .facets__label {
  opacity: 0.6;
  font-size: 0.8125rem;
  margin-top: 10px; }

.thb-filter-count .loading-overlay {
  width: 18px;
  height: 18px;
  left: 0;
  transform: translateY(-50%); }

.active-facets {
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 14px; }
  .active-facets__button {
    border: 1px solid var(--color-accent);
    height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 14px;
    padding: 3px 12px 3px 15px;
    margin: 0 8px 8px 0; }
    [dir="rtl"] .active-facets__button {
      margin: 0 0 8px 8px; }
    .active-facets__button svg {
      margin-left: 8px; }
      [dir="rtl"] .active-facets__button svg {
        margin: 0 8px 0 0; }
    .active-facets__button:hover {
      background: var(--color-accent);
      color: #fff; }
      .active-facets__button:hover svg path {
        fill: #fff; }
    .active-facets__button--color {
      position: relative;
      padding-left: 34px; }
      .active-facets__button--color:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 9px;
        right: 0;
        bottom: 0;
        margin-top: -8px;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-size: cover;
        background-color: var(--bg-color, "black");
        background-image: var(--option-color-image); }
  .active-facets__button-remove {
    font-weight: var(--font-body-bold-weight, 600);
    margin-left: 9px;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .active-facets__button-remove:only-child {
      display: none; }

.thb-filter ul.list-color input {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
  .thb-filter ul.list-color input:checked + label:after {
    border-color: var(--color-accent); }
  .thb-filter ul.list-color input:focus-visible + label {
    box-shadow: 0 0 0 2px #015ecc; }

.thb-filter ul.list-color label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  border: 0;
  cursor: pointer; }
  .thb-filter ul.list-color label:before {
    content: "";
    display: block;
    background-color: var(--bg-color, "black");
    background-image: var(--option-color-image);
    background-size: cover;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 3px solid #fff !important;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px; }
  .thb-filter ul.list-color label:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    pointer-events: none; }
  [dir="rtl"] .thb-filter ul.list-color label {
    padding-left: 0;
    padding-right: 27px; }
    [dir="rtl"] .thb-filter ul.list-color label:before, [dir="rtl"] .thb-filter ul.list-color label:after {
      left: auto;
      right: 0; }
  .thb-filter ul.list-color label:hover:after {
    border-color: var(--color-accent); }


    /* ===========================
   COLLECTION SIDEBAR LAYOUT
=========================== */

.collection-layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:40px;
    align-items:start;
}

.collection-sidebar{
    width:280px;
    position:sticky;
    top:20px;
    align-self:start;
}

.collection-products{
    min-width:0;
}

/* ===========================
   DESKTOP FILTER
=========================== */

.collection-sidebar .facets-desktop-container{
    display:block;
    width:100%;
}

.collection-sidebar .facets__form{
    display:block;
}

.collection-sidebar .facets__wrapper{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.collection-sidebar .facets__label{
    display:block;
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;
    margin-left: -175px;
}

/* ===========================
   FILTER BOX
=========================== */

.collection-sidebar .thb-filter{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:6px;
    overflow:hidden;
    background:#fff;
}

.collection-sidebar .thb-filter summary{
    list-style:none;
}

.collection-sidebar .thb-filter summary::-webkit-details-marker{
    display:none;
}

.collection-sidebar .thb-filter-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 18px;
    cursor:pointer;
    font-weight:600;
    font-size:15px;
}

.collection-sidebar .thb-filter-title::after{
    content:"+";
    font-size:20px;
    transition:.3s;
}

.collection-sidebar details[open]>.thb-filter-title::after{
    content:"−";
}

/* ===========================
   DROPDOWN
=========================== */

.collection-sidebar .thb-filter-dropdown{

    position:relative !important;

    inset:auto !important;

    transform:none !important;

    opacity:1 !important;

    visibility:visible !important;

    display:none;

    width:100% !important;

    box-shadow:none !important;

    border-top:1px solid #eee;

    background:#fff;

}

.collection-sidebar .thb-filter-dropdown__inner{

    max-height:320px;

    overflow:auto;

    padding:15px;

}

/* ===========================
   CHECKBOX LIST
=========================== */

.collection-sidebar ul{

    list-style:none;

    margin:0;

    padding:0;

}

.collection-sidebar li{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:10px;

}

.collection-sidebar li:last-child{

    margin-bottom:0;

}

.collection-sidebar input[type="checkbox"]{

    width:16px;

    height:16px;

    cursor:pointer;

}

.collection-sidebar .facet-checkbox{

    cursor:pointer;
    text-transform: capitalize;
    flex:1;

}

.collection-sidebar .count{

    font-size:12px;

    color:#888;

}

/* ===========================
   PRICE
=========================== */

.collection-sidebar .price_slider_wrapper{

    margin-top:10px;

}

.collection-sidebar .price_slider_amount{

    margin-top:20px;

}

.collection-sidebar .price_slider_amount>div{

    margin-bottom:12px;

}

/* ===========================
   SORT
=========================== */

.collection-sidebar .thb-filter-sort-count{

    display:flex;

    flex-direction:column;

    margin-top:25px;

    gap:20px;

}

.collection-sidebar .thb-filter-sort{

    width:100%;

}

.collection-sidebar .select{

    width:100%;

}

.collection-sidebar select{

    width:100%;

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:991px){

.collection-layout{

display:block;

}

.collection-sidebar{

width:100%;

position:static;

margin-bottom:25px;

}

.collection-sidebar .facets-desktop-container{

display:none;

}

}
/* Sidebar me row ko normal block bana do */
.collection-sidebar .row{
    display:block;
    margin:0;
    max-width:100%;
}

.collection-sidebar .columns,
.collection-sidebar .small-12{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
    padding:0;
    margin:0;
}

/* Desktop filter full width */
.collection-sidebar .facets-desktop-container{
    width:100%;
    display:block;
}

/* Mobile drawer sidebar me mat dikhao */
.collection-sidebar .facets-mobile-container,
.collection-sidebar FacetFiltersFormMobile{
    display:none;
}

.collection-sidebar .thb-filter{
    position: relative;
}

.collection-sidebar .thb-filter-dropdown{
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

.collection-sidebar details:not([open]) .thb-filter-dropdown{
    display: none !important;
}
.thb-filter-dropdown{
    display:none;
}

.thb-filter.open .thb-filter-dropdown{
    display:block;
}

=========================

/* SEARCH PAGE - LEFT FILTER SIDEBAR */

@media screen and (min-width: 768px) {

  .collection-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 35px;
    align-items: start;
  }

  .collection-sidebar {
    width: 100%;
    position: relative;
  }

  .collection-products {
    min-width: 0;
  }

  .collection-sidebar .facets-desktop-container {
    width: 100%;
  }

  /* Keep all filters open */
  .collection-sidebar .thb-filter {
    display: block !important;
  }

  .collection-sidebar .thb-filter-dropdown {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

}