/** Shopify CDN: Minification failed

Line 36:23 Expected identifier but found "!"
Line 220:3 Expected identifier but found "."
Line 238:0 Unexpected "}"
Line 259:3 Unexpected "/"

**/

.group-block__link~:is(.group-block-content,.group-block__media-wrapper) :is(a,button,input,textarea,select){
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2%;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
}
.group-block-content.layout-panel-flex.layout-panel-flex--column.mobile-column{
    gap: 7px !important;
}
.group-block.group-block--height-fill.group-block--width-fill.border-style.spacing-style.size-style.color-scheme-5{
    padding: 22px !important;
}
span.price{
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
}

.facets--filters-title{
    margin-block-end: 0;
    border: 1px solid #b3acacff;
    padding: 14px 40px;!important
    font-size: 15px;
    font-weight: 500;
    font-family: Inter;
}
 .sorting-filter{
    font-size: 15px;
    border: 1px solid #b3acacff;
    padding: 0px 35px;
}


@media (max-width: 768px) {
    .menu-list__scroll-container{
          display: none;
    }

    .spacing-style.layout-panel-flex.layout-panel-flex--row.section-content-wrapper.mobile-column{
        /* gap: 20px; */
        padding-top: 20px;
    }
    a.size-style.button.button--AQjZrRUE1dTg2VDZwb__button_ijU8YV{
        border-radius: unset !important;
        padding: 8px 15px;
    }
    .text-block p{
        font-size: 10px;
        padding-bottom: 20px;
    }
}


.custom-filter-footer{
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 16px;
  border-top: 1px solid #e5e5e5;
  z-index: 10;
}

.custom-view-results-btn{
  width:100%;
  height:48px;
  background:#000;
  color:#fff;
  border:none;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
  cursor:pointer;
}

.facets__filters-wrapper{
  display:flex;
  flex-direction:column;
}

.facets__filters-wrapper .facets__item:last-child{
  margin-bottom:20px;
}
/* Price slider line */
input[type="range"]{
  accent-color:#000 !important;
}

/* Slider handle */
input[type="range"]::-webkit-slider-thumb{
  background:#000 !important;
  border:2px solid #000 !important;
}

input[type="range"]::-moz-range-thumb{
  background:#000 !important;
  border:2px solid #000 !important;
}

.template-collection p{
    color: #666666;
    font-family: Futura Std;
    font-weight: 400;
    font-size: 18px;
}
.template-collection .price-item--sale {
    font-family: Futura Std;
    font-weight: 650;
    font-size: 18px;
    color: #1A1A1A;
}

.template-product .product-form-buttons button{
  border-radius: unset !important;
}

.custom-section-content{
  width: 90%;
  margin: 0 auto;
}
.details__header{
  font-size: 16px !important;
  font-weight: 500 !important;
}

.header__column--right{
  display: none;
}

.template-page .ayca-footer{
  margin-top: 40px;
}

.template-page .header-logo__image-container{
  margin-bottom: 15px !important;
}

.book-appointment-btn{
  position: absolute;
  top: 50%;
  right: var(--page-margin, 24px);
  transform: translateY(-50%);
  z-index: var(--layer-heightened);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: #000;
  color: #fff !important;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #000;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.book-appointment-btn:hover{
  background: #fff;
  color: #000 !important;
}
.header__columns{
  padding-top: 15px !important;
}
.header__appointment-link{
  display: none;
}
@media (max-width: 767px){
  .book-appointment-btn{
    padding: 6px 12px;
    font-size: 10px;
    right: 8px;
  }
  .header-actions__action{
    display: none !important;
  }
  .template-page .ayca-footer{
      margin-Bottom: 20px;
  }
}

.header__columns:has(.header__column--center header-menu){
    padding-top: 20px;
    color: #fff !important;
    font-family: Esperanto;
    font-weight: 400;
    display: none !important;
    font-size: 12px !important;
}

.header__underlay-open {
  background: transparent !important;
  height: 0 !important;
}

.header__row:has(.mega-menu__list:hover),
.header__row:has(.menu-list__link:is(:hover, [aria-expanded='true'])),
.header__row:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
  background-color: transparent !important;
}

 @media (hover: hover) {
  .header__column:has(header-menu:hover),
  ... {
    header-menu:not(:hover),
    .header-actions__action:not(:hover),
    .header__icon--menu:not(:hover) {
      opacity: var(--opacity-subdued-text);
      transition: opacity var(--animation-speed) var(--animation-easing);
    }
  }
} 

/* Keep header transparent on hover, but force text to stay white */
/* .header[transparent]:has(.menu-list__link:not([aria-haspopup]):hover),
.header[transparent]:has(.mega-menu__list:hover),
.header[transparent]:has(.menu-list__link:is(:hover, [aria-expanded='true'])),
.header[transparent]:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
  --color-background: transparent !important;
  --closed-underlay-height: 0px !important;
  /* removed --color-foreground: inherit — that was causing the black text */
} */

/* Force menu links to stay white on hover, with slightly bolder weight */
/* .header__row .menu-list__link:hover,
.header__row .menu-list__link[aria-expanded='true'] {
  color: #FFFFFF !important;
  font-weight: 600 !important;
} */

/* Keep all menu items fully white, don't dim siblings on hover */
/* .header__column:has(header-menu:hover) header-menu:not(:hover),
.header__column:has(.header-actions__action:hover) .header-actions__action:not(:hover),
.header__column:has(.header__icon--menu:hover) .header__icon--menu:not(:hover) {
  opacity: 1 !important;
} */

/* Only the hovered link itself gets bolder */
.header__row .menu-list__link:hover,
.header__row .menu-list__link[aria-expanded='true'] {
  color: #FFFFFF !important;
  font-weight: 600 !important;
} */