@font-face {
  font-family: 'Brandon Grotesque';
  src: url('/cdn/shop/files/BrandonGrotesque-Regular.woff2?v=1739344337') format('woff2'),
       url('/cdn/shop/files/BrandonGrotesque-Regular.woff?v=1739344337') format('woff');
  font-weight: normal;
  font-style: normal;
}
body *{
  font-family: 'Brandon Grotesque', sans-serif;
}
body, 
button, 
input, 
textarea, 
select, 
a, 
h1, h2, h3, h4, h5, h6, 
p, 
span, 
li, 
label {
    font-family: 'Brandon Grotesque', sans-serif !important;
}

.hero-banner .swiper-slide.hero__swiper-slide.swiper-slide-next.swiper-slide-visible.swiper-slide-fully-visible {
  pointer-events: auto !important;
}
.hero-banner .hero__inner .hero-inner-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
}
.swym-ready .swym-button.swym-add-to-wishlist-view-product.swym-custom::after {
    content: '';
    display: none;
}
.product .product__grid__item--content .product__breadcrumbs ul li {
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
}
.product .product__grid__item--content .product__breadcrumbs ul li a,
.product .product__grid__item--content .product__breadcrumbs ul li span {
    color: #b0b0b0;
    text-decoration: none;
    position: relative;
}
.product .product__grid__item--content .product__title {
    font-size: 17px;
    margin-bottom: 10px;
}



.subcollection-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row wrap;
}
.subcollection-links .btn {
    display: -ms-flexbox;
    display: flex;
    background: #e6e4ff;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #e6e4ff;
    transition: all .8s ease 0s;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
}
.subcollection-links .btn:hover {
    border-color: #8e86dc;
}

.drawer .drawer__nav .drawer__menu-item .accordion__body .header__card .media {
    display: none;
}
/* wishlist */
i.icon-swym-wishlist {
  font-family: 'swym-font';
  font-style: normal;
  vertical-align: middle;
}
i.icon-swym-wishlist+span {
  vertical-align: middle;
}
i.icon-swym-wishlist:after {
  content: '';
  font-size: 130%;
  line-height: 18px;
  text-align: center;
  display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
  content: '\f004';
}
/* wishlist end */


/* Search header */
.header__inner .header__utils .search.is-open form {
    position: relative;
}
.header__inner .header__utils .search.is-open .search__body.js-results-container {
        position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    z-index: 3;
}
.header__inner .header__utils .header-search {
    position: relative;
    max-width: 100%;
    min-width:95%;
    margin: 0 auto;
    padding: 0 15px;
}
.header__inner .header__utils .field--search {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}
.header__inner .header__utils .field__input ,
#header .header-search.header-search-mobile .field__input{
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 5px 15px;
    line-height: 2;
    padding-right: 40px;
    font-size: 14px;
    text-transform: inherit;
  letter-spacing:normal;
  font-family: 'Brandon Grotesque', sans-serif;
}

#header .header-search.header-search-mobile .field__input{
    height: 40px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.header__inner .header__utils .search__button {
    background: none;
    border: none;
    cursor: pointer;
  right:10px;
}
.header__inner .header__utils .search__button--submit svg {
  width:17px;
}
.header__inner .header__utils .search__button svg path {
    stroke: #000;
}
.header__inner .header__utils .search__button--clear {
    display: none;
}
.header__inner .header__utils .field__input:not(:placeholder-shown) + .search__button--clear {
    display: block;
}
/* .header__inner .header__utils .search.is-open .search__body.js-results-container {
    position: absolute;
     top: 52px;
    left: 50%;
    width: 90vw; 
    width:100%;
    transform: translateX(-50%);
    max-width: 100vw; 
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 500px;
    overflow-y: auto;
    padding: 10px;
} */

.header__inner .header__utils .search.is-open {
    position: relative;
    z-index: 11;
}
.header__inner .header__utils .search.is-open .search__button:disabled, .search__button[tabindex="-1"] {
    visibility: visible;
}

.header__inner .header__utils .search.is-open .search__body.js-results-container .media.card-product__media {
    position: relative;
    display: block;
    overflow: hidden;
   width: fit-content;
}

.header__inner .header__utils .search.is-open .search__body.js-results-container .media.card-product__media img:first-child {
    display: block;
    transition: opacity 0.4s ease;
}

.header__inner .header__utils .search.is-open .search__body.js-results-container .media.card-product__media img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.header__inner .header__utils .search.is-open .search__body.js-results-container .media.card-product__media:hover img.hover-img {
    opacity: 1;
}

@media (max-width:990px){
  .header__inner .header__utils .header-search {
    display: none;
  }
  #header .header-search.header-search-mobile{display:block !important; min-width:100%;}
}





/* CMS page style start */
.template--page .main-page__content p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -.1px;
    margin: 0;
    color: #000;
}

.template--page .main-page__title {
    font-size: 52px !important;
    font-weight: 700;
    margin: 0 !important;
    color: #000;
    line-height: 1.4;
}

.template--page .main-page__content h3 {
    margin: 0;
    font-size: 40px !important;
    color: #000;
    line-height: 1.7;
}

.template--page .main-page__content a {
    text-decoration: none !important;
}
.template--page .main-page > .container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.template--page .main-page > .container .breadcrumbs--center .breadcrumbs__list {
    justify-content: start;
    font-weight: 400;
    color: #b0b0b0;
}






.template--page .main-page .pagebuilder-mobile-hidden ,img.pagebuilder-mobile-only{
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .template--page .main-page .pagebuilder-mobile-hidden {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .template--page .main-page .pagebuilder-mobile-only {
        object-fit: cover;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .template--page .main-page .pagebuilder-mobile-only {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .template--page .main-page .desktop-only {
        display: none !important;
    }
}




.template--page .main-page .pagebuilder-column-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.template--page .main-page .pagebuilder-column {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
.template--page .main-page  [data-pb-style=ITTBPT7], #html-body [data-pb-style=NUSJPOE] {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 8.33333%;
    align-self: stretch;
}
.template--page .main-page  [data-pb-style=NUSJPOE] {
    width: 83.3333%;
}
.template--page .main-page  [data-pb-style=ITTBPT7], #html-body [data-pb-style=NUSJPOE] {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 8.33333%;
    align-self: stretch;
}

.template--page .main-page h4 {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    line-height: normal;
    letter-spacing: 0;
    font-size: 32px !important;!i;!;
    font-weight: 700;
    color: #000;
}
.template--page .main-page  figure.desktop-only{
    margin: 0;
}

.template--page .main-page .track-desc p {
    font-size: 16px;
    margin-top: 20px;
}

.template--page .main-page > .container .breadcrumbs--center .breadcrumbs__list {
    justify-content: start;
    font-weight: 400;
    color: #b0b0b0;
    font-size:14px;
    text-transform: capitalize;
}
.template--page  .main-page__breadcrumbs {
    margin: 40px auto 60px;
}
.template--page .breadcrumbs {
    display: contents;
}
@media (max-width: 991.98px) {
    .pagebuilder-column-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .pagebuilder-column {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 991.98px) {
    .pagebuilder-column, [data-content-type=row][data-appearance=contained] [data-element=inner], [data-content-type=row][data-appearance=full-bleed], [data-content-type=row][data-appearance=full-width] {
        background-attachment: scroll !important;
    }
}

@media (min-width: 576px) {
  .template--page .main-page > .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .template--page .main-page > .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .template--page .main-page > .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .template--page .main-page > .container {
      max-width: 1200px;
  }
}

@media (max-width: 1199.98px) {
    .template--page .main-page__title {
        line-height: normal;
        letter-spacing: 0;
        font-size:32px !important;
    }
  .template--page .main-page__content figure {
      margin:0;
  }

}
@media (max-width:767px){
  .template--page .main-page h4 {
    font-size:20px !important;
  }
  .template--page .main-page .track-desc p {
    font-size: 14px;
  }
  .template--page .main-page .small-hide {
      display: block !important;
      margin-top: 30px;
      margin-bottom: 25px;
  }
  .template--page .main-page .breadcrumbs.breadcrumbs--center {
    position: static;
  }

  .template--page .main-page>.container .breadcrumbs--center .breadcrumbs__list {
      justify-content: center;
  }

}



.template--page .main-page table tr:nth-child(2n) {
    background-color: #eee;
}

.template--page .main-page table:not([class]) td, table:not([class]) th{
    padding: .5rem 1rem;
    border: .1rem solid #E6E2E1;
}

 body:has(.drawer__container.menu-opening) .collection__inner facet-filters-form.collection-facets {
    z-index: 3;
}

body:has(.facets__drawer>[open]>.drawer__button) > .section--header > .header {
    z-index: 3;
}
/* .card-product .relative .card-product__media svg {
    min-height: 495px;
} */
.collection__inner .collection__actions:before {
    display: none;
}
.header__utils .swym-wishlist .icon.icon-swym-wishlist {
    padding: .3rem .2rem;
}
.header__utils .swym-wishlist {
  padding: .3rem .2rem;
}

.header__utils span.swym-wishlist-header-counter.show-badge {
    height: 15px;
    width: 15px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
    font-weight: 600;
    background: #000;
    color: #fff;
    top: -5px;
    left: 15px;
}
/* Search filter style */

@media (min-width:991px){
  .collection-facets__inner .facets__actions-button {
      position: relative;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #8e86dc;
      border-radius: 22px;
      height: 32px;
      padding: 0 38px 0 20px;
      width: 100% !important;
      cursor: pointer;
      font-size: 14px;
      transition: all .6sease 0s;
      text-transform: none;
      width: max-content !important;
      letter-spacing: normal;
      margin-right: 20px;
  }
  .collection-facets__inner .facets__actions-button:after{
     content: "";
    transition: transform .3s ease;
    text-transform: none;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222;
    position: absolute;
    right: 15px;
    letter-spacing: normal;   
    opacity: 1;
    visibility: visible;
    background: transparent;
    left: auto;
  }
}
.collection-facets__inner .facets__actions-button:hover,
.collection-facets__inner .facets__custom-select .custom-select__btn:hover{
    background-color: transparent;
}

@media (max-width:990px){
  .collection-facets__inner .facets__actions-button:before{
    content: "";
    display: inline-block;
    transition: transform .3s ease;
    width: 7px;
    height: 7px;
    font-size: 11px;
    line-height: inherit;
    text-transform: none;
    transform: rotate(45deg);
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -6px;
    bottom: 0;
    margin: auto 0;
  }
  .collection-facets__inner .facets__actions-button {
    padding: 10px 50px 10px 0;
  }
}
.collection-facets__item .facets__actions-item +.facets__actions-item,
.collection-facets__item .facets{
    border:none;
}
.template--product .swym-atw-btn-wrapper.add_to_cart_button_right-position{
    grid-column: span 2;
 }
.template--product .atw-button {
    padding: 10px;
}
@media (max-width:749px){
  #header .header-search.header-search-mobile .field__input{
    margin: 10px 0;
  }
  .header .header__inner{
    padding-bottom:0;
  }
  .section--header .header{
    padding-left:12px;
    padding-right:12px;
  }
  html.js .header__inner:has(.header__drawer>.drawer__container.menu-opening>.drawer__content ) {
    padding-bottom: 16px;
}
}
/* sale price design start */
.collection__grid .price del {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
}
.collection__grid .price ins {
    font-weight: 600;
}
.collection__grid .price__regular {
    color: #000;
}
/* sale price design end */

/* YOU MIGHT LIKE section design start */
.ga-tab-content #wigget_21568 {
    max-width: 100%;
}
.ga-tab-content .ga-template_1 .ga-product_addtocart {
    padding: 0 15px;
    min-height: 46px;
    font-family: 'Bricolage Grotesque' !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: normal;
    border: 1px solid #24252f;
    background: #24252f;
    text-transform: uppercase;
    border-radius: 22px;
    letter-spacing: 2px;
}
.section:has(.ga-tab-container){
    padding: 0;
}
.ga-tab-content .ga-template_1 .ga-product_title {
    font-family: 'Bricolage Grotesque' !important;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 0 6px;
}
.ga-tab-content  span.ga-product_price {
    font-size: 16px;
    font-weight: 600;
    color: #5e5a59 !important;
}
.ga-tab-content .ga-template_1 select.ga-product_variant_select {
    width: 82px;
}
.ga-tab-content  .ga-template_1 .ga-carousel_wrapper .gowl-nav .gowl-next {
    right: -160px;
}
.ga-tab-content .ga-template_1 .ga-carousel_wrapper .gowl-nav .gowl-prev {
    left: -160px;
}
.ga-tab-content .ga-template_1 .ga-carousel_wrapper .gowl-carousel .gowl-nav button {
    width: 40px;
    height: 40px;
    background: #000 !important;
    border-radius: 100%;
}
.ga-tab-content .ga-template_1 .ga-carousel_wrapper .gowl-carousel .gowl-nav button svg {
    fill: #fff;
    width: 24px;
}
.ga-tab-content .ga-template_1 .ga-product_image {
    height: 630px;
    background-position: top center;
    background-size: cover;
}
.ga-tab-content .ga-template_1 .ga-product_variants-container {
    display: none;
}
@media (max-width:992px){
  .ga-tab-content .ga-template_1 .ga-product_title{
    font-size: 12px !important;
  }
  .ga-tab-content .ga-template_1 .ga-product_addtocart{
    min-height: 36px;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .ga-tab-content .ga-template_1 .ga-carousel_wrapper .gowl-nav{
    display:none;
  }
  .ga-tab-content .ga-template_1 .ga-product_image{
    height: auto;
  }
}
/* YOU MIGHT LIKE section design end */