/** Shopify CDN: Minification failed

Line 1394:2 Expected "}" to go with "{"

**/
/* 
General
====================================================
*/

body::-webkit-scrollbar,
.predictive-search.predictive-search--header::-webkit-scrollbar{
    width: 7px;
}

body::-webkit-scrollbar-thumb,
.predictive-search.predictive-search--header::-webkit-scrollbar-thumb{
    background: #9a9a9a;
}


.is-justify-center {
    justify-content: center;
}

.is-justify-left {
    justify-content: flex-start;
}

.is-justify-right {
    justify-content: right;
}

.is-align-center {
    align-items: center;
}

.is-align-start {
    align-items: flex-start;
}

.is-align-end,
.is-align-bottom {
    align-items: flex-end;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.is-desktop-hidden {
    display: none;
}

/* Header
=======================================*/

/* .cart__count {
    display: none;
} */

.header__inline-menu :where(a, span):hover,
.custom_submenu-link:hover{
    text-decoration: underline !important;
}

.header.page-width{
  max-width: 100%;
  width: 100%;
  padding-top: 10px !important;
  padding-bottom:10px !important;
}

.header .nav-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__icons .header__icon{
  height: 3.8rem !important;
  width: 3.8rem !important;
  color: #9a9a9a !important;
}

.header__icons .header__search .search-modal{
  min-height: 65px !important;
  height: max-content !important;
}

.header__search .search-modal__content .field__label{
  font-size: 12px; 
}

.header__search .search.search-modal__form .field:before,
.header__search .search.search-modal__form .field:after{
  box-shadow: none !important;
}

.header__icons .header__search .search-modal .search-modal__content {
  padding: 0 1rem !important;
}

.search-modal .search-modal__form{
  max-width: 100% !important;
}

@media screen and (max-width:767px){
.search-modal .search-modal__form{
  max-width: 95% !important;
}
}

.search-modal .search-modal__form .field__input:focus{
  box-shadow: none !important;
  border: none !important;
}

.header__icon .icon.icon-account,
.header__icon .icon.icon-cart-empty,
.header__icon .icon.icon-cart{
  height: 24px;
  width: 24px;
}

.header__icon .icon.icon-close{
  z-index: 10;
  width: 18px;
}

.header__menu-item.list-menu__item{
 color: #000 !important;
 font-size: 13px;
 letter-spacing: 1px;
 text-transform: uppercase;
 font-weight: 600;
 padding: 1.2rem !important;
}

.header__inline-menu .header__menu-item.list-menu__item:hover{
  text-decoration: underline !important;
}

.header__menu-item.list-menu__item .header__active-menu-item{
  color: #000 !important;
  text-decoration: underline !important;
}

.header__submenu .custom_submenu-link{
  font-weight: 400 !important;
  font-size: 12px;
  opacity: 1;
  border: none !important;
  background-color: rgb(255, 255, 255) !important;
}

/* .header .header__inline-menu{
  display: flex;
  justify-content: space-between;
} */

.custom_header_link{
  text-decoration: none;
  color: #000;
}

.menu-drawer__menu .menu-drawer__menu-item .icon.icon-caret{
  transform: rotate(270deg);
}

.menu-drawer__close-button .icon.icon-caret{
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
}

.menu-drawer__close-button{
  border-bottom: 1px solid #9a9a9a;
}

.menu-drawer{
  top: 0 !important;
  height: 100vh !important;
}

.menu-drawer .menu-drawer__menu-item{
  font-size: 14px;
  padding: 1.1rem 2rem !important;
}

.menu-drawer .menu-drawer__utility-links{
  font-family: 'gelo';
}

.cart__count {
    font-family: 'gelo';
    color: #fff;
    position: absolute;
    top: 16px;
    left: 21px;
    background: #acb19d;
    width: 20px;
    height: 20px !important;
    border: 1px solid #fff;
    font-size: 15px !important;
}

.header__icon .icon.icon-cart {
    fill: #9a9a9a !important
}

@media screen and (max-width: 767px) {
   .header.page-width{
     /* display: flex;
     justify-content: space-between; */
     padding-top: 0;
     padding-bottom: 0;
   }
   .header__icon .icon.icon-hamburger{
     height: 2.5rem;
     width: 2.5rem;
     color: #9a9a9a;
   }
   .header .header__heading-link{
     /* margin-left: 3rem; */
   }
  
   .menu-drawer__menu-item--active{
     background-color: none !important;
   }

   .menu-drawer .menu-drawer__navigation{
     padding-top: 7rem;
   }

   .menu-drawer .menu-drawer__utility-links{
     border-top: 1px solid;
     padding: 1rem 2rem !important;
   }

   .menu-drawer__close-button {
     margin-top: 6.5rem !important;
     padding: 1.2rem 2rem !important;
   }
  
   .header {
     padding: 1rem 2rem !important;
   }
   .cart__count {
     font-size: 12px !important;
     width: 15px;
     height: 15px !important;
   }

  .header.page-width{
  max-width: 100%;
}
}

/* =============== SECTION MAIN BANNER SLIDER =============== */

.swiper.mySwiper.main-banner-slider-container{
    position: relative;  
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff6;
}

.main-banner-slider-container div:empty{
    display: flex !important;
}

.main-banner-slider-container img {
    width: 100%;
    height: auto;
}

.desktop-image{
    display: block;
}


.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.mobile-image{
    display: none;
}


.swiper-slider-navigation .slider-button.slider-button--next,
.swiper-slider-navigation .slider-button.slider-button--prev {
    background: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 9;
}

.mySwiper .swiper-button-next {
    position: absolute !important;
    bottom: 11% !important;
    z-index: 999 !important;
    right: 2% !important;
    top: auto !important;
}

.mySwiper .swiper-button-prev{
    left: auto !important;
    bottom: 11% !important;
    right: 7% !important;
    top: auto !important;
}

.mySwiper .icon.icon-caret {
    width: 18px;
    height: 18px;
}

.swiper-pagination{
  display: block;
}

.swiper-pagination-bullet{
  opacity: 0.6;
  height: 12px !important;
  width: 12px !important;
  background-color: #fff6;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 2px solid #fff !important;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {

  
  .swiper-slider-navigation .slider-button.slider-button--next,
  .swiper-slider-navigation .slider-button.slider-button--prev {
      width: 40px;
      height: 40px;
  }

  .mySwiper .swiper-button-prev{
    right: 18% !important;
  }

  .mySwiper .swiper-button-next {
    right: 4% !important;
  }

  .swiper-slider-navigation{
    display: block;
  }
  
  .mobile-image{
    display: block;
  }
  
  .desktop-image{
    display: none;
  }
  
}

/* Collection List
====================================================
*/

.collection-list-wrapper.page-width{
  max-width: 100%;
  padding-inline: 2rem !important;
}

.collection-list-wrapper .slider-buttons .slider-button {
    border-radius: 50%;
    background: #e0e0e0de;
    width: 4rem;
    height: 4rem;
}

.collection-list-wrapper .slider-buttons .slider-button svg {
    height: 0.9rem;
}

.card__content.card__content-overlay .card__information {
    display: block !important;
    padding: 0;
    width: 100%;
}

.card--media .card__inner .card__content.card__content-overlay {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.card__content.card__content-overlay .card__information .card__heading {
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.collection-list-wrapper .collection-list{
  justify-content: center;
  align-items: center;
  gap: 4px; 
}

.collection-list-wrapper .collection-list .full__image-unstyled-link {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.collection-list-wrapper .collection-list .grid__item:first-child {
  padding: 0 1rem 0 0 !important;
}

.collection-list-wrapper .collection-list .grid__item:nth-child(2) {
  padding: 0 0 0 1rem !important;
}

.card__content.card__content--under-image-with-bg .card__information {
    padding: 0;
}

.card__content.card__content--under-image-with-bg .card__information .card__heading {
    padding: 15px;
    text-align: center;
}

.collection-list-wrapper .collection-card-wrapper .card__heading { 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.collection-list-wrapper .collection-card-wrapper .card__heading .full-unstyled-link{
    width: 100%;
}

.collection-list-wrapper .slider-buttons {
    position: absolute;
    top: 45%;
    width: 100%;
    justify-content: space-between;
    transform: translateY(-50%);
}

.collection-list-wrapper .slider-button.slider-button--prev {
    position: absolute;
    left: 18px;
}

.collection-list-wrapper .slider-button.slider-button--next {
    position: absolute;
    right: 18px;
}

.card-wrapper .card__badge.top{
  position: absolute !important;
  top: -13px !important;
  left: 8px;
}

.collection-list-wrapper .slider-button {
    padding: 0;
}

.collection-list-wrapper .slider-button[disabled='disabled'],
.featured-collection button.slider-button[disabled='disabled'] {
    opacity: .7;
}

.simple__text-heading-font .rich-text__text p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.simple__colored-bg--text .rich-text__text p {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.collection-mobile-image{
  display: none;
}

.full__image-unstyled-link {
    width: 100%;
    height: 100%;
    min-width: 100%;
}

.banner__text.rte {
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 4px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* .full__image-unstyled-link:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
} */

.facets-container .thumbnail-changer{
  margin-left: 5px;
}

.facets-container .thumbnail-changer,
.facets-container .thumbnail-changer .main-grid-view-row{
    display: flex;
    align-items: center;
}

/* .grid-view-changer.grid-view-list{
    opacity: 0.5;
} */

.grid-view-changer.grid-view-first-column,
.grid-view-changer.grid-view-second-column,
.grid-view-changer.grid-view-third-column,
.grid-view-changer.grid-view-fourth-column{
    display: flex;
    opacity: 0.4;
}

.grid-view-changer.active,
.grid-view-changer:hover{
    opacity: 1 !important;
}

.grid-view-changer.grid-view-first-column-mobile,
.grid-view-changer.grid-view-second-column-mobile{
    display: none;
}

#MainContent:has(.grid--2-col-desktop.active) .grid-view-first-column,
#MainContent:has(.grid--3-col-desktop.active) .grid-view-second-column,
#MainContent:has(.grid--4-col-desktop.active) .grid-view-third-column{
    opacity: 1;
}

.grid-view-changer.grid-view-first-column {
    margin-top: -2px;
}

@media only screen and (max-width: 767px) {  

  .colored__banner-text h1 {
      font-size: 16px;
  }
  
  .colored__banner-text p {
      font-size: 12px;
  }

  .colored__banner-content{
    display: flex;
    flex-wrap: nowrap !important;
  }
  
  .grid--3-col-tablet-down .grid__item {
      width: calc(33.3333% - var(--grid-desktop-horizontal-spacing) / 1);
  }
  
  .collection-list-wrapper.page-width{
    padding-inline: 0 !important;
  }

  .collection-list-wrapper .collection-list .grid__item:first-child {
    padding: 0 !important;
    margin-bottom: 14px;
  }

  .collection-list-wrapper .collection-list .grid__item:nth-child(2) {
    padding: 0 !important;
  }

  .collection-desktop-image{
    display: none;
  }
  .collection-mobile-image{
    display: block;
  }

  .grid-view-changer.grid-view-first-column-mobile,
  .grid-view-changer.grid-view-second-column-mobile{
    display: flex;
    opacity: 0.4;
  }

 .grid-view-changer.grid-view-first-column-mobile:hover,
 .grid-view-changer.grid-view-second-column-mobile:hover{
    opacity: 1;
  }

  .grid-view-changer.grid-view-first-column,
  .grid-view-changer.grid-view-second-column,
  .grid-view-changer.grid-view-third-column{
      display: none;
  }
}

/* Collection page 
================================================================*/

/* facet-filters-form.facets.facets-pill.small-hide {
    display: none;
} */

.colleciton-all.page-width{
  max-width: 100%;
  padding-bottom: 5rem;
}

.facet-filters__sort option:checked{
    color: #fff !important;
    background: #007aff;
}

.facet-filters__sort{
    color: #fff;
    background: #9A9A9A !important;
}

.collection-hero .collection-hero__text-wrapper{
  display: none;
}

.collection-hero.collection-hero--with-image{
  padding: 0 !important;
}

.collection-hero .collection-hero__inner .collection-hero__image-container img {
    width: 100%;
    height: calc(100vh - 82px);
    position: unset !important;
}

.collection-hero .collection-hero__inner.page-width {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}

.collection-hero .collection-hero__inner .collection-hero__image-container{
  margin: 0 !important;
}

.collection-hero .explore___div{
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none !important;
}

.collection-hero .explore___div span{
  color: #fff;
  height: 25px;
}

.collection-hero .explore___div span .icon-caret{
    fill: #fff;
    width: 15px;
}

#product-grid .card-wrapper .card__content .card-information .price__container,
#product-grid .card-wrapper .card__content .card__heading{
  font-size: 14px;
  text-decoration: none !important;
}

#main-collection-filters.facets-wrapper.page-width,
.product-grid-container .collection.page-width{
  width: 100%;
  max-width: 100%;
}

.facets-container .facets_background{
  border: 1px solid;
  background-color: #9a9a9a;
  color: #fff;
  padding: 8px 10px !important;
  margin-bottom: 0 !important;
}

.facets-container .facets_background .facet-filters__sort.selected{
  color: #fff;
}

.facets-container .facets__form{
  margin-bottom: 0 !important;
}

.active-facets__button--light .active-facets__button-inner,
span.active-facets__button-inner {
  box-shadow: none !important;
}

.active-facets .active-facets__button{
  padding: 0 !important;
  margin: 0 !important;
}

.active-facets .active-facets__button-remove.underlined-link{
  text-decoration: none !important;
}

.facets .facets__form .active-facets.active-facets-desktop{
  /* border: 1px solid #9a9a9a; */
  padding: 0 5px;
  margin-left: 3px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.mobile-facets__main .mobile-facets__footer,
.mobile-facets__submenu .mobile-facets__footer{
  padding: 1rem !important;
}

.mobile-facets__submenu .mobile-facets__footer .button,
.mobile-facets__main .mobile-facets__footer .button,
.mobile-facets__main .mobile-facets__footer .mobile-facets__clear.underlined-link,
.mobile-facets__submenu .mobile-facets__footer .mobile-facets__clear.underlined-link{
  text-decoration: none !important; 
}

.facets-container .facets__form .facet-filters__label{
  display: none;
}

.facets-container-drawer .facets-pill {
    width: max-content !important;
}

.facets-container .facets__form .facet-filters{
  padding-left: 0 !important;
}

.facets-container .mobile-facets__wrapper{
  justify-content: flex-end;
}

.mobile-facets__wrapper .mobile-facets__disclosure{
  border: 1px solid #9a9a9a;
  padding: 3px 8px;
}

.facets-container .mobile-facets__open-label,
.facets-container .mobile-facets__open-label:hover{
  text-decoration: none !important;
  margin-top: 2px;
  font-size: 15px;
}

.mobile-facets .mobile-facets__inner .mobile-facets__count{
  display: none;
}
.mobile-facets .mobile-facets__inner .mobile-facets__heading.small-hide{
  display: flex !important;
  font-size: 14px !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
  opacity: 0.7;
}

.mobile-facets .mobile-facets__inner .mobile-facets__heading.medium-hide.large-up-hide{
  display: none !important;
}

details.menu-opening .mobile-facets__close{
  height: 15px;
  width: 15px;
  top: 1.7rem !important;
}

.mobile-facets .mobile-facets__inner .mobile-facets__main{
  padding-top: 0 !important;
}

.mobile-facets .mobile-facets__inner .mobile-facets__main .mobile-facets__details{
  border-bottom: 1px solid rgba(154, 154, 154, 0.5);
}

.mobile-facets__inner .mobile-facets__main .mobile-facets__summary span{
  font-size: 12px !important;
  text-transform: uppercase;
}

.mobile-facets__main .facets__price.facets__price-mobile .priceRangeDigitsMobile span{
  border: 1px solid #9a9a9a;
  padding: 0px 40px;
  font-size: 14px;
}

.mobile-facets__info{
  font-size: 14px;
  margin: 0 !important;
}

.noUi-target.noUi-horizontal{
  height: 8px !important;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower,
.noUi-horizontal .noUi-handle.noUi-handle-upper{
  border-radius: 40px !important;
  height: 17px !important;
  width: 17px !important;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower{
  right: -15px !important;
  top: -6px !important;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper{
  right: -3px !important;
}

.mobile-facets__main .mobile-facets__list .facet-checkbox__text{
  font-size: 14px;
}

@media screen and (max-width:767px){
  .mobile-facets__main .facets__price.facets__price-mobile .priceRangeDigitsMobile span{
    padding: 0px 30px;
    font-size: 14px;
  }
}

/* .mobile-facets__main .mobile-facets__arrow{
  margin-left: 0 !important;
  margin-right: 3px;
} */

/* Main product
================================================================*/
.variant-Size-wrap input.disabled + label {
    color: #000 !important;
}

.product__note{
  color: red;
  font-size: 14px;
}

.addon__product-heading-wrap .product__text {
    font-weight: bold;
    color: #000 !important;
}

.main-product-custom-images {
  display: none;
  flex-wrap: wrap;
}

.main-product-custom-images img {
  width: 100%;
  padding: 10px 4rem !important;
}

.main-product-custom-images img:nth-child(2n+2),
.main-product-custom-images img:nth-child(2n+3) {
  width: 50%;
  padding: 0 4rem;
}

.main-product-custom-images img:nth-child(4) {
  width: 100%;
  padding: 0 4rem;
}

.main-product-custom-images img:nth-child(2n+4),
.main-product-custom-images img:nth-child(2n+5) {
  width: 50%;
  padding: 0 4rem;
  
}


product-gallery.product-gallery .splide__track.splide__track--slide {
    height: max-content !important;
}

.fancybox__container {
    background: #fff;
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 9%;
    justify-content: center;
}

.fancybox__toolbar__column svg {
    color: #000 !important;
}

.f-carousel__nav .f-button.is-prev {
    position: absolute;
    left: 0;
}

.f-carousel__nav .f-button.is-next {
    position: absolute;
    bottom: -12px !important;
    top: auto !important;
    left: calc(50% + 45px);
    width: 45px !important;
    height: 45px !important;
}

.f-carousel__nav .f-button.is-prev {
    position: absolute;
    top: auto !important;
    bottom: -12px !important;
    right: calc(50% + 45px) !important;
    width: 45px !important;
    height: 45px !important;
}

.fancybox__toolbar__column .f-button {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
  width: 45px !important;
  height: 45px !important;
}

.fancybox__toolbar__column button[title="Next"],
.fancybox__toolbar__column button[title="Previous"]{
    display: none;
}


product-gallery.product-gallery {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.product-gallery__nav.splide__list {
    flex-direction: column;
}

.product-gallery__images {    
    width: 83%;
}

.product-gallery__thumbnails {
    width: 17%;
    margin-right: 12px;
    overflow: auto;
    height: 750px;
}

.product-gallery__thumbnails::-webkit-scrollbar {
    display: none;
}

.product-gallery__thumbnails {
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.splide__track--nav>.splide__list>.splide__slide,
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0 !important;
}

.splide__track--nav>.splide__list>.splide__slide img{
    border: 1px solid transparent !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active img{
    border: 1px solid #000 !important;
}

.product-gallery__image.splide__slide {
    height: fit-content;
}

.product-gallery__image.splide__slide video,
.product-gallery__image.splide__slide deferred-media img{
    max-height: 800px;
    object-fit: cover;
}

.product-gallery__thumbnails .swiper-wrapper{
  display: flex;
  flex-direction: column;
  height: auto;
}

.product-gallery__thumbnails .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img{
  border: 1px solid;
}

.product-gallery .product-gallery__images{
  overflow: hidden;
  position: relative;
}

.product-gallery__images .swiper-button-next,
.product-gallery__images .swiper-button-prev{
  z-index: 2 !important;
  height: auto !important;
}

.product-gallery .product-gallery__images .swiper-button-next .icon-caret,
.product-gallery__images .swiper-button-prev .icon-caret{
  display: block;
    top: 50%;
    background: black;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    opacity: 0.4;
}

.product-gallery__images .swiper-button-next svg,
.product-gallery__images .swiper-button-prev svg{
  padding: 5px;
}

.product-gallery__images .swiper-button-next svg path,
.product-gallery__images .swiper-button-prev svg path{
  fill: #fff !important;
}

.product-gallery .product-gallery__images .swiper-button-next .icon-caret{
   transform: rotate(-90deg);
}

.product-gallery .product-gallery__images .swiper-button-prev .icon-caret{
   transform: rotate(90deg);
}

.product-gallery__image .product-media-container.media-fit-contain{
  width: 100% !important;
}

.product-gallery__nav-item img,
.product-gallery__nav-item button {
    max-height: 108px;
}

.product-gallery__nav-item {
    margin-bottom: 10px;
}

.product__media-wrapper {
    max-width: none !important;
    width: 50% ;
}

.product__info-wrapper {
    max-width: none !important;
    width: 50% ;
}

.fieldset-options-size {
    display: none;
}



.recommendation_section{
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 50px;  
}

.recommendation_section .related-products{
  display: flex !important;
}

.recommendation_section .related-products__heading{
  margin: 3rem 0 !important;
  color: #000;
  width: 20%;
}

product-recommendations ul{
    width: 80%;
}

.related-products.page-width{
    max-width: 100%;
    width: 100%;
}

.product__info-wrapper .product__info-container .price__container{
  font-size: 12px;
}

.product__info-wrapper .price .price__regular{
    font-size: 14px !important;
}
.product__info-wrapper .price .price__sale{
  font-size: 14px !important;
  color: red !important;
}

.product .product__info-wrapper .product__description{
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 10px 0;
}

.product .product__info-container .product__title{
  max-width: max-content;
  margin-top: 15px;
}

.product .product__info-container .product__title h1{
  font-size: 18px;
}

.product .product__info-container .share-button{
  max-width: max-content;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  margin: 0 !important;
}

.product .product__info-container .share-button .share-button__button{
  min-height: 2.5rem !important;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 2px;
}

.product .product__info-container .share-button .icon-share{
  transform: rotate(90deg);
}

.product .select select:before,
.product .select select:after{
  border-radius: 4px !important;
}

.product .product-form .product-form__submit{
  height: 35px !important;
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
}

.product .product-form .product-form__submit.button:after{
  box-shadow: none !important;
}

.product .product-form .product-form__buttons .product-form__submit.button span{
  color: #fff !important;
}

.related-products .product-grid .card__content .card__heading{
  font-size: 14px;
}

@media only screen and (max-width: 767px){

/* .f-carousel__nav .f-button.is-next {
    position: absolute;
    bottom: -12px !important;
    top: auto !important; */
    /* left: 58%; */
    /* width: 45px !important;
    height: 45px !important;
} */

/* .f-carousel__nav .f-button.is-prev {
    position: absolute;
    top: auto !important;
    bottom: -12px !important; */
    /* left: 30% !important; */
    /* width: 45px !important;
    height: 45px !important;
} */
  
.recommendation_section .related-products__heading {
    width: 100%;
    text-align: center;
    margin-block: 10px !important;
}

product-recommendations ul {
    width: 100%;
}
  
.recommendation_section .related-products {
    display: flex !important;
    flex-direction: column;
}

.recommendation_section {
    max-width: 100%;
}
  
.main-product-custom-images img:nth-child(2n+2),
.main-product-custom-images img:nth-child(2n+3) {
  width: 100%;
  padding: 0 4rem;
}

.main-product-custom-images img:nth-child(2n+4),
.main-product-custom-images img:nth-child(2n+5) {
  width: 100%;
  padding: 0 4rem;
  
}

.main-product-custom-images img {
    padding: 10px 1rem !important;
}

  .product-gallery__images {
      max-width: 100%;
      margin-left: 0px;
      width: 100%;
  }
  .product .product__media-wrapper .splide__pagination__page.is-active{
      background: #000 !important;
  }
    
  .product .product-gallery__thumbnails {
      display: none !important;
  }
  
   .menu-drawer__account.link.focus-inset.h5.medium-hide.small-hide.large-up-hide {
    display: block !important;
    font-size: 12px;
    font-weight: 400; 
  }
  
   .product ul.product-gallery__nav {
    display: flex;
    width: 100%;
    max-height: 85px;
    justify-content: center;
    margin-right: 0;
    list-style: none;
    margin: 0 0.5rem 0 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    flex-direction: row;
  }

  .product .product-gallery__nav-item {
    margin-bottom: 10px;
    border: 2px solid transparent;
    display: block;
    cursor: pointer;
    width: 10px;
    max-height: 85px;
    margin-right: 6px;
    height: 10px !important;
    border-radius: 50% !important;
    background: gray !important;
  }

  .product .product-gallery__nav  deferred-media.deferred-media.media,
  .product .product-gallery__nav deferred-media.deferred-media.media.media--transparent.no-js-hidden,
  .product .product-media-container.media-type-image.media-fit-.global-media-settings.gradient,
  .product .product-media-container.media-type-video.media-fit-.global-media-settings.gradient{
    display: none;
}

  .product-gallery__nav-item.product-gallery__nav-item--active {
    border: 2px solid #000;
    background: #000 !important;
  }
  
  .product .product-gallery .slider-button{
    z-index: 2 !important;
  }

.product.product--medium {
    display: flex;
    flex-direction: column;
}
  
}

/* Rich text 
================================================================*/
.rich-text__wrapper .rich-text__text p{
  font-family: 'gelo',serif;



@media only screen and (max-width: 767px){
.rich-text__wrapper.rich-text__wrapper--center.page-width {
    max-width: 100% !important;
    width: 100%  !important;
}
}
  
/* Footer 
=================================================================*/
.footer .footer__content-top .footer-block__details-content .list-menu__item{
  text-decoration: none;
  font-size: 16px;
  /* font-family: 'gelo',serif; */
}

.footer :where(a, span, li):hover{
    text-decoration: underline !important;
}
  
.footer .footer__content-bottom{
  padding-top: 1rem !important;
}
.footer__content-top.page-width {
    padding-bottom: 1rem !important;
    max-width: 100% !important;
}

.footer .footer__content-top .footer-block{
  max-width: 100% !important;
}

.addon__product--atc-button-wrap .alert__message {
    display: none !important;
}

  
@media only screen and (min-width: 767px){
    .product-gallery__thumbnails .swiper-wrapper{
        height: 750px !important;
        overflow: auto !important;
    }
}

  