/** Shopify CDN: Minification failed

Line 284:0 Expected "}" to go with "{"

**/
.mega-menu-shop-all {
  color: #000;
  /* font-family: "GT America 500"; */
  font-size: 20.92px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.29px;
  text-decoration-line: underline;
}
.mega-menu-shop-all *{
color:#fff;
}
.mega-menu-content-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 68%;
}

.mega-menu-shop-all {
  + .list-mega-menu {
    border-right: 1px solid #fff;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: repeat(10, minmax(auto, 1fr));
    row-gap: 0;
    column-gap: unset;
    margin-top: 2rem;
  }
}
.ctm-mega-menu-item {
  padding-block: 0.5rem;
  cursor: pointer;
  color: #000;
  /* font-family: "GT-America-Regular"; */
  padding: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.ctm-mega-menu-item:hover {
  color: #646161;
}
.ctm-mega-menu-item[data-active="true"] {
  color: #fff;
}
.mega-menu-links-wrapper {
  padding-left: 5.3rem;
  padding-top: 5.3rem;
}

.child-tabs-list {
  list-style: unset;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.grandchild-link-tab {
  text-decoration: none;
  color: #000;
  font-size: 20.92px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  /* opacity: 0.5; */
}

.grandchild-link-tab:hover {
  opacity: 1;
}
.custom_product_block_main .title_product{
  color: #fff;
}

.child-link-tab {
  color: #000;
  /* font-family: "GT America 500"; */
  font-size: 20.92px;
  font-style: normal;
  font-weight: 700;
  text-decoration: unset;
  line-height: 40px;
}
.child-link-tab:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.promo-images-container {
  display: flex;
  gap: 2rem;
}

.mega-menu-links-wrapper {
  display: flex;
  /* grid-template-columns: 200px 1fr; */
}
.mega-menu-links-wrapper .tabs-child-container{
  display: flex;
}
.style_mega-menu__item.mega-menu__item {
  /* width: 100%; */
  max-width:100%;
  padding-right: 0px;
}
.is-active > .list-menu-dropdown .mega-menu__item,
.is-active > .list-menu-dropdown .mega-menu__promo {
  opacity: 1;
}

.megamenu-promo-swiper {
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.custom-mega-menu {
  .page-width {
    padding-right: 0;
    padding-left: 8.6rem;
    padding-top: 0rem;
    padding-bottom: 7.3rem;
  }
}
.header-background.is-active {
  height: unset;
}
.ctm-mega-menu-item .mega-menu-tab{
  line-height: normal;
}
.custom-mega-menu {
  > .list-menu-dropdown {
    /* max-width: 1400px; */
        /* max-width: 1700px; */
    margin-inline: 5rem;
    /* background: linear-gradient(0deg, #1a1a1a 0%, #1a1a1a 100%), */
      /* url(<path-to-image>), lightgray 0px -73.674px / 100% 111.134% no-repeat; */
    /* background-color: #000; */
         border-radius: 16px;
    backdrop-filter: blur(10px);
    background-color:  #25252580;
    opacity: 1;
    width: auto;
}
.list-menu-dropdown span.label {
    color: #fff;
}
.custom-mega-menu {
  .mega-menu__promo {
    .media {
      border-radius: 35px;
      margin-top: 5rem;
    }
  }
}
.custom-mega-menu .mega-menu__promo-content .mega-menu__promo-heading{
  font-size: 20px;
  color: #000;
}
.custom-mega-menu .swiper-slide:not(.swiper-slide-active) {
    opacity: 1 !important;
}
.custom-mega-menu .mega-menu__promo-heading .label::after{
  content: unset;
}
.custom_best_selling_product_image img{
  /* width: 100%;
  max-width: 230px;
  border-radius: 20px;
  height: 200px;
  object-fit: cover; */
  /* new  */
  width: 100%;
  border-radius: 20px;
  height: 300px;
  max-width: 300px;
  object-fit: cover;
  }
.custom_best_selling_product_image .title_product{
  color: #000;
  }
.style_mega-menu__item{
  display: flex;
  align-items: flex-start;
  gap: 50px;
  }
.custom_product_block_main{
  display: flex;
  gap: 20px;
}
.custom_best_selling_product{
  text-decoration: none;
  color: #000;
  font-size: 20px;
  text-align: center;
}
.ctm-mega-menu-item_with_checked{
  display: flex;
  align-items: center;
}
.ctm-mega-menu-item_with_checked[data-active="true"] .check_icon_checked{
  display: block;
  display: none;
}
.ctm-mega-menu-item_with_checked:not([data-active="true"]) .check_icon_checked{ 
  display: none;
}
.ctm-mega-menu-item_with_checked[data-active="true"]{
  gap: 3px;
        padding: 3px 15px 3px 15px;
  background-color: #fff;
  color: #252525 !important;
  width: fit-content;
  border-radius: 50px;
}
.ctm-mega-menu-item_with_checked[data-active="true"] span{
  color: #252525 !important;

}
.mega-menu-tab.ctm-mega-menu-item.ctm-mega-menu-item_with_checked svg{

  fill: #252525;
}
@media screen and (min-width: 1244px){
.child-link-tab {
  font-size: 42px;
}
}
@media screen and (min-width: 990px) {
  .custom-mega-menu {
    .mega-menu__promo {
      /* flex: 0 0 24rem; */
    }
  }
}
@media screen and (min-width: 1200px) {
  .custom-mega-menu {
    .mega-menu__promo {
      flex: 0 0 20rem;
    }
  }
  .custom-mega-menu {
    .mega-menu__promo {
      .media {
        border-radius: 35px;
        margin-bottom: 0px;
        height: 200px;
        width: 200px;
        padding: unset;
      }
    }
  }

}
@media screen and (max-width: 1900px){
.custom-mega-menu>.list-menu-dropdown {
    max-width: 1675px;
}
}
@media screen and (max-width: 1800px){
.custom-mega-menu>.list-menu-dropdown {
    max-width: 1550px;
}
}
@media screen and (max-width: 1650px){
.custom-mega-menu>.list-menu-dropdown {
    max-width: 1450px;
}
}
@media screen and (max-width: 1200.99){
    .custom_best_selling_product{
    font-size: 16px;
  }
  .custom_product_block_main{
    gap: 10px;
  }
}
