/** Shopify CDN: Minification failed

Line 294:0 Unexpected "}"

**/
.d-none{
display:none;
}
.container_full{
  max-width:100%;
}
@media screen and (min-width: 1000px) {
  .d-lg-none{
    display:none !important;
  }
  .custom_font_size{
    font-size:var(--fs_pc);
  }
}
@media screen and (max-width: 1200px) {
  .mobile-menu-drawer-icon[aria-expanded="false"] .header_menu_icon_close{
    display:none;
  }
      .mobile-menu-drawer-icon[aria-expanded="true"] .header_menu_icon{
    display:none;
  }
  }
@media screen and (max-width: 910px) {

  mobile-navigation#mobile-menu-drawer, predictive-search-drawer#search-drawer{
    height: calc(100vh - var(--announcement-bar-height) - var(--header-height));
    top: calc(calc(var(--announcement-bar-height) + var(--header-height)));
  }
  mobile-navigation .drawer__header{
    display:none;
  }
  mobile-navigation.drawer{
    width:100%;
  }
}
@media screen and (max-width: 999px) {
  .d-m-none{
    display:none !important;
  }
}
@media screen and (max-width: 768px) {
  .d-m-none{
    display:none !important;
  }
  .custom_font_size{
    font-size:var(--fs_m);
  }
  .footer__item-list .footer__item{
    max-width:100%;
  }
  .footer__item--image.footer__item--image-hasScoail{
    justify-content:space-between;
    gap:15px;
  }
  .footer-image-socail-block{
    display:flex;
    gap:10px;
    align-items:center;
  }
  .footer-image-socail-label{
    flex-shrink:0;
  }
}
#mini-cart.drawer{
  width:100%;
}
.custom-cart-banner-wrapper{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #eee;
}
.custom-cart-banner-container{
   display:flex;
  flex-direction:column;
  gap:10px;
  padding:20px;
  background-color:var(--product-item-background-color);
  align-items:center;
}
.custom-cart-banner-title{
  font-weight:bold;
}
.product_icon_with_text_block{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
}
.product_icon_with_text{
  display:flex;
  gap:8px;
  align-items:center;
}
.product_icon_with_text img{
  width:20px;
  height:auto;
}
cart-drawer .product_icon_with_text_block {
  margin-top:24px;
  font-size:12px;
  color:rgba(var(--text-color),.7);
  padding:10px;
}
cart-drawer .product_icon_with_text_block .product_icon_with_text{
  flex-direction:column;
}
[dir=ltr] #mini-cart .mini-cart__order-note{
  left:0;
}
.mini-cart__total,.custom-mini-cart__actions{
  display:flex;
  justify-content:space-between;
  flex-direction:row;
  align-items:center;
}
.mini-cart__total{
  margin-bottom:14px;
}
.mini-cart__actions.custom-mini-cart__actions>:first-child:not(:only-child){
  margin-bottom:0;
}
.custom-cart-total-discount{
  display:flex;
  gap:7px;
}
.custom-mini-cart__actions{
  margin-bottom: 26px;
}
product-item.product-item .product-item__image-wrapper, .product__gallery-image-wrapper{
  background-color:var(--product-item-background-color);
}
.color-swatch-list-new{
  /* grid-template-columns: repeat(auto-fit, 100px); */
  grid-template-columns: repeat(4,1fr);
}

.color-swatch-list-new .t4s-swatch__item_new{
  padding-bottom:50%;
  position:relative;
  display:block;
}
.color-swatch-list-new .t4s-swatch__item_new img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.color-swatch-list-new .t4s-swatch__item_new.is--selected::after{
    content: "";
    width: 40%;
    height: 1px;
    background-color: rgb(var(--text-color));
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}
product-item.product-item .product-item__image-wrapper form .button {
  border:0;
}
.product__gallery-list-wrapper {
    grid: auto-flow dense / repeat(2, minmax(0, 1fr));
    gap: var(--grid-gap);
    align-items: start;
    transition: height .1s;
    display: grid;
}
.custom-filter-wrapper{
  display: grid;
    grid-template-columns: 1fr 1fr;
  gap:10px;
}
.custom-filter-wrapper input{
  display:none;
}
.custom-filter-wrapper .custom-filter-container label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  border:1px solid #eee;
  padding:10px;
  text-align:center;
  height:100%;
}
.custom-filter-wrapper .custom-filter-container input:checked+label{
  border:1px solid #000;
}
.text-with-icons__list--stacked {
    display: grid;
    row-gap: 24px;
}
.text-with-icons__list--stacked~.text-with-icons__dots {
    display: none;
}
@media screen and (max-width: 768px) {
  .custom-filter-wrapper .custom-filter-container label img{
    width:auto;
    height:45px;
  }
    .text-with-icons__list--stacked{
    grid-template-columns:1fr 1fr;
    row-gap:44px;
  }
  .text-with-icons__list--stacked .text-with-icons__item{
    padding:0 10px;
    position:relative;
  }
  .text-with-icons__list--stacked .text-with-icons__item:nth-of-type(odd)::after{
    content:"";
    width:1px;
    height:80%;
    position:absolute;
    right:-0.5px;
    top:50%;
    transform:translateY(-50%);
    background-color:#eee;
  }
  .product__media-nav.product__media-nav-dots-new{
     margin-top:0;
            margin-right: calc(-1* var(--container-gutter));
        margin-left: calc(-1* var(--container-gutter));
   }
    .product__media-nav.product__media-nav-dots-new .dots-nav{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
      margin:0;
  }
  .product__media-nav.product__media-nav-dots-new .dots-nav .dots-nav__item{
    width:auto;
    flex:1;
    margin:0;
    opacity:.1;
    height:2px;
  }
  .product__media-nav.product__media-nav-dots-new .dots-nav .dots-nav__item::before{
    display:none;
  }
    .product__media-nav.product__media-nav-dots-new .dots-nav  .dots-nav__item[aria-current=true]{
    opacity:1;
    
  }
  }
.custom-newsletter-wrapper{
  display:flex;
  gap:16px var(--column-gap);
  flex-wrap:wrap;
}
.custom-newsletter-wrapper .footer__item--newsletter-social-media,.custom-newsletter-wrapper>.footer__item-content{
   flex:1;
}
.custom-newsletter-wrapper .footer__item--newsletter-social-media{
  display:flex;
  align-items:flex-end;
  padding-bottom:5px;
}
.custom-newsletter-wrapper .footer__item--newsletter-social-media .footer__item-content{
  width:100%;
   display:flex;
  gap:40px;
  align-items:center;
}
.custom-newsletter-wrapper .footer__item--newsletter-social-media .footer__item-content>div:first-of-type{
  flex-shrink:0;
}
.custom-newsletter-wrapper .footer__item--newsletter-social-media .footer__item-content .social-media{
  width:100%;
}
.custom-newsletter-wrapper form{
  max-width:400px;
}
.footer__item--newsletter-richtext{
  line-height:1.2;
  font-size:12px;
  flex-shrink:0;
  width:100%;
}
.custom-newsletter-wrapper .input__submit-icon{
     width: auto;
    padding: 0 10px;
    background-color: #000;
    color: #fff;
    height: 100%;
    right: 0;
}
}
.footer .custom-newsletter-wrapper .input__field{
  padding-right:100px;
}
  .footer__item--image{
    display:flex;
    justify-content:center;
    align-items:center;
  }
.payment-methods-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-bar__inner-new{
  justify-content:space-between;
}
.bottom-bar__inner-new .bottom-bar__navigation{
  margin-left:0;
}
.mini-cart__total_info{
  display:flex;
  gap:10px;
      align-items: center;
}
.product-meta-new{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.product-meta-new *{
  margin-bottom:0;
  margin-top:0;
}
.product-meta-new .product-meta__price-list-container{
  justify-content:flex-end;
}
.product-meta-new+.shopify-app-block{
  margin-top:calc(var(--product-form-vertical-spacing) * -1);
}
@media screen and (max-width: 740px) {
  .product-list__inner.product-list__inner-new{
    margin-left:0;
    margin-right:0;
  }
}
mini-cart-recommendations .product-item-new-right{
  display:none !important;
}
  .product-item-new .product-item__quick-buy-button{
    background-color:transparent;
    border:0;
  }
@media screen and (max-width: 768px) {
    .product-item-new .product-item__quick-buy-button svg{
      width:20px;
      height:20px;
  }
  store-header .container{
    padding:0 24px 0 12px;
  }
  .header__wrapper .header__logo .header__logo-image{
    margin-left:12px;
  }
    .footer__item-list .footer__item{
    max-width:100%;
  }
  .custom-newsletter-wrapper .footer__item--newsletter-social-media,.custom-newsletter-wrapper>.footer__item-content{
   flex:auto;
    width:100%;
}
  .custom-newsletter-wrapper .footer__item--newsletter-social-media .footer__item-content{
    width:auto;
    justify-content:center;
    gap:20px;
  }
  .custom-newsletter-wrapper .footer__item--newsletter-social-media .footer__item-content .social-media{
    display:flex;
  }
  .custom-newsletter-wrapper .footer__item--newsletter-social-media{
   justify-content:center; 
    order:1;
    
  } 
  .footer__item--image:nth-of-type(3){
   order:1; 
  }

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

   .footer__item-list{
    grid-template-columns:repeat(5,1fr);
    grid-auto-flow: inherit;
  }
  .footer__item{
    grid-column: span var(--per-row);
    max-width:100%;
  }
      [dir=ltr] .footer__cross-border {
      margin-right: auto;
  }
}
.product-item-new .product-item-meta{
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.product-item-new-right{
  align-items: flex-end;
  text-align:right;
}
.product-item-new-color-title{
  font-size:12px;
  color:#000;
  opacity:.5;
  line-height:1.2;
}
.product-item-new-color-size{
  width: 100%;
  font-size:12px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
  gap:5px 0;
  padding-top:12px;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%);
}
.product-item-new-color-count{
  width: 100%;
  text-align: center;
     opacity: .5;
}
.product-item-meta__color_name{
     opacity: .5;
  font-size: 12px;
}
.product-item-new-color-size-image{
  width:60px;
  height:36px;
  position:relative;
}
.product-item-new-color-size-image img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-item-meta__title.truncate{
  white-space:inherit;
}
.product-item-new .product-item-meta>div:last-of-type{
  flex-shrink:0;
}
.product-item-new .product-item-meta>div{
    display:flex;
  flex-direction:column;
}

.custom-image-card-wrapper{
  display:grid;
  grid-template-columns:repeat(var(--per-row-pc),1fr);
  gap:24px;
}
.custom-image-card{
  position:relative;
}
.custom-image-card-info{
  position:absolute;
  left:20px;
  bottom:20px;
  color:#fff;
}
.custom-section-top{
  margin-bottom:40px;
}
.custom-load-more-image{
  display:block;
  margin:20px auto;
}
.product-item-meta__reviews-badge.text--small{
  line-height:1;
}
.empty_cart_top{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:50px 0;
}
.empty_cart_top .button-wrapper{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.product_wrapper_new{
  margin-left:0;
  margin-right:0;
  gap:50px;
}
.product_wrapper_new .product__gallery{
  padding-left:0;
  --product-media-width:100%;
}
.product_wrapper_new .product__info{
      position: sticky;
    top: calc(var(--header-height, 0px)* var(--enable-sticky-header) + var(--announcement-bar-height, 0px)* var(--enable-sticky-announcement-bar) + var(--container-gutter));
}
.product_wrapper_new:not(.product_wrapper_gift-card) .product__info{
  --product-info-width:30%;
}
.shopify-section--collection-banner .page-header__text-wrapper{
  max-width:100%;
  text-align:left;
}
.product_wrapper_new.product_wrapper_gift-card{
  gap:40px;
}
.product_wrapper_new.product_wrapper_gift-card>*{
  --product-media-width:calc(50% - 20px);
  --product-info-width:calc(50% - 20px);
}
.product-item .product-item__image-wrapper{
  margin-bottom:0;
}
.product-item .product-item__info{
  padding: 12px 24px;
  background-color: var(--product-item-background-color);
}
@media screen and (max-width: 768px) {
  .product-item .product-item__info{
  padding-top:10px;
  
}
  .product-item-new-color-size-image{
    width:50px;
    height:30px;
  }
  .product-item-new-color-size{
  padding-top:10px;
    gap:0;
}
  .product-item-new .product-item__cta{
    padding: 0 20px;
    --button-height:35px;
  }
  .product-item .product-item-new-color-size+.product-item__info{
    padding-top:5px;
  }
  .footer__aside-new #localization_form_footer{
    justify-content:center;
  }
  .footer__aside-new .footer__payment-methods{
   text-align:center;
  }
  .custom-image-card-wrapper{
  grid-template-columns:repeat(var(--per-row-m),1fr);
  gap:12px;
}
}

.product-facet_quickView>svg:first-of-type{
  height:16px;
  width:auto;
}
.product-facet_quickView>svg{
  order:1;
}
.product-facet_quickView{
  margin-right:10px;
  cursor:pointer;
  align-items:center;
}
.product-facet_quickView>svg:nth-of-type(2){
  display:none;
}
.product-facet_quickView>span:last-of-type{
  display:none;
}
.quick_product_items .product-facet_quickView>svg:first-of-type{
  display:none;
}
.quick_product_items .product-facet_quickView>svg:nth-of-type(2){
  display:inline;
}
.quick_product_items .product-facet_quickView>span:nth-child(3){
  display:none;
}
.quick_product_items .product-facet_quickView>span:last-of-type{
  display:inline;
}
.quick_product_items .product-item__info{
  display:none;
}
.product-facet_quickView{
  display:flex;
  gap:5px;
}


.custom-image-nav-item+.custom-image-nav-item{
  margin-top:100px;
}
.custom-image-nav-container{
  display:flex;
  gap:30px;
  justify-content:space-between;
}
.custom-image-nav-container .faq-navigation{
    position: sticky;
    left: 0;
    height: 100%;
    top: 45%;
}
.custom-image-nav-container .faq__wrapper{
  max-width:1200px;
  width:100%;
}
.custom-image-nav-item-content{
  margin-top:20px;
}
.custom-image-nav-item-image video{
  width:100%;
}
@media screen and (min-width: 768px) {
  .custom-image-nav-container .scroll-spy__anchor{
    padding:20px;
  }
  }
.countdown-content{
  text-align:center;
  margin-top:32px;
}
@media screen and (max-width: 768px) {
  .countdown-content{
  margin-top:24px;
}
    .product-facet__meta-bar-new{
    justify-content:space-between;
  }
  .custom-image-nav-item+.custom-image-nav-item{
  margin-top:60px;
}
  .custom-image-nav-container .faq-navigation{
   width:10px;
    overflow:hidden;
  }
  .custom-image-nav-container{
    margin-left: 0;
    margin-right: 0;
  }

}
.product-item__label-list .label--custom-new,.product-item__label-list .label--highlight{
  background-color:transparent;
  padding:0;
}
.product-item__label-list .label--custom{
  color:var(--product-item-label-color);
}
.product-item__label-list .label--custom2{
  color:var(--product-item-label2-color);
}
.product-item__label-list .label--highlight{
  color:var(--product-item-save-color);
}
cart-drawer-recommendations .product-item-new-color-size {
  display:none;
}
.custom-customer-form-container .page-header__text-wrapper{
  text-align:center;
  margin-top:0;
}
.custom-customer-form-container{
  display:flex;
  gap:40px;
  align-items:center;
}
.custom-customer-form-container>div{
  flex:1;
}
.custom-customer-form-container .account__block-list,.custom-customer-form-container .forget_password_form{
  max-width:460px;
  margin:0 auto;
}
.custom-customer-form-image{
  position:relative;
}
.custom-customer-form-image-content{
  display:flex;
  flex-direction:column;
  gap:40px;
  justify-content:center;
  align-items:center;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.custom-customer-form-image-content *{
  color:currentColor;
}
.product_wrapper_new .product__zoom-button{
 border:0;
  background:transparent;
}
@media screen and (max-width: 768px) {
  .custom-customer-form-container{
    flex-direction:column;
    gap:20px;
  }
}


/* custom-shippings-cards */
.custom-shippings-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}
.custom-shippings-card{
  background:#fff;
  border-radius:5px;
  padding:20px;
  display:flex;
  gap:20px;
}
.custom-shippings-card-icon{
  flex-shrink:0;
}
.custom-shippings-card-info{
  margin:10px 0;
}
.custom-shippings-card-content .heading,.custom-shippings-card-content .custom-shippings-card-info{
  color:currentColor;
}

@media screen and (max-width: 768px) {
  .custom-shippings-cards{
     grid-template-columns:1fr;
    gap:20px;
  }
  .custom-shippings-card a{
    line-height:30px;
    padding:0 15px;
  }
  .custom-shippings-card .custom-shippings-card-icon{
    width:60px;
  }
  .custom-shippings-card{
    padding:10px;
    gap:10px;
  }
}

/* product_block_recommendations */
.product_block_recommendations{
  max-width:100%;
  overflow:hidden;
}
.product_block_recommendations .product-list__inner--scroller{
  margin-left:0;
  margin-right:0;
}
.product_block_recommendations product-item .button {
  padding-left:0;
  padding-right:0;
  margin-top:0;
  line-height:25px;
}
.product_block_recommendations product-item.product-item .product-item__image-wrapper{
  background-color:transparent;
}
.product_block_recommendations product-item.product-item .product-item__image-wrapper img{
  object-fit:cover;
}
.product_block_recommendations product-item.product-item .product-item__info{
  padding-top:6px;
  background-color: transparent;
}  
.product_block_recommendations product-list prev-next-buttons{
      top: 50%;
    transform: translateY(-50%);
      --button-border-radius: 100%;
}
.product_block_recommendations product-list prev-next-buttons .prev-next-button{
  background-color:rgba(255,255,255,.4)
}
@media screen and (max-width: 999px) {
   .product_block_recommendations .product-list__inner--scroller{
        grid-auto-columns: 35vw;
  }
}

/* product-block-shipping_times */
.product-block-shipping_times{
  display:flex;
  justify-content:space-between;
  position:relative;
  padding:0 20px;
  gap:10px;
}
.product-block-shipping_times::after{
  content:'';
  width:calc(100% / 3 * 2);
  height:4px;
  background-color:var(--bg-color);
  position:absolute;
  top:28px;
  left:50%;
 z-index:-1;
  transform:translate(-50%);
}
.product-block-shipping_time{
  display:flex;
  flex-direction:column;
  align-items:center;
  flex:1;
  text-align:center;
}
.product-block-shipping_icon{
  width:60px;
  height:60px;
  border-radius:100%;
  background-color:var(--bg-color);
  display:flex;
  justify-content:center;
  align-items:center;
}
.product-block-shipping_icon img{
  width:30px;
  height:auto;
}
.product-block-shipping_info{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
}

@media screen and (max-width: 768px) {
  
   .product-block-shipping_icon{
    width:40px;
    height:40px;
  }
  .product-block-shipping_icon img{
  width:25px;
}
  .product-block-shipping_times{
    padding:0;
  }
  .product-block-shipping_times::after{
    height:2px;
    top:18px;
  }
}
 @media screen and (min-width: 1000px) and (max-width: 1200px) {
  .product_wrapper_new:not(.product_wrapper_gift-card) .product__info{
        --product-info-width: 50%;
  }
   .product_wrapper_new .product__gallery-list-wrapper{
    grid:auto-flow dense / repeat(1, minmax(0, 1fr));
  }
} 


/* custom-megamenu2 */
.custom-mega-menu__image{
  position:relative;
  display:block;
  max-width:250px;
}

.custom-mega-menu__image .custom-mega-menu__image_text{
  color: #FFFFFF;
    height: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  
}
.custom-mega-menu__columns-wrapper{
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  height:320px;
  gap:10px 40px;
}
.custom-mega-menu2__column a{
      display: flex;
    align-items: center;
  border: none;
    background-color: #F9F9F9;
    box-sizing: content-box;
    width: 250px;
    height: 42px;
    justify-content:space-between;
    padding:0 16px;
}

.custom-mega-menu__column_has_icon a img{
  width:50px;
}
.custom-mega-menu__submenu_wrapper{
  background-color: #F9F9F9;
  margin-left: 20px;
  padding-left: 25px;
    padding-right: 25px;
  padding-bottom: 15px;
  font-size: 15px;
}
.custom-mega-menu__submenu_wrapper .mega-menu__title{
    padding:15px 0;
    border-bottom: 0.25px solid #DADADA;
}
.custom-mega-menu__submenu_list{
  display:flex;
  flex-direction:column;
  gap:15px;
  width:250px;
}  

.mobile-nav .mobile-nav .mobile-nav__link.custom-mobile-nav__link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 14px;
  height:60px;
  background-color: #F9F9F9;
}
.custom-mobile-nav__link img{
  width:50px;
}

/* custom-image-with-products-container */
.custom-image-with-products-container{
  display:flex;
  gap:40px;
}
.custom-image-with-products-container>div{
  width:calc(50% - 20px);
}
.custom-image-with-products-container .product-list__inner--scroller{
  margin-left:0;
  margin-right:0;
  margin-top:40px;
}
.custom-image-with-products-image{
  height:100%;
  position:relative;
}
.custom-image-with-products-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}
.custom-image-with-products-container product-list prev-next-buttons{
      --button-border-radius: 100%;
}
.custom-image-with-products-container product-list prev-next-buttons .prev-next-button{
  background-color:rgba(255,255,255,.4)
}
  .custom-image-with-products-right .button{
    margin-top:20px;
  }
@media screen and (max-width: 999px) {
  .custom-image-with-products-left{
    order:0 !important;
  }
  .custom-image-with-products-container{
    gap:20px;
    display:flex;
    flex-direction:column;
  }
  .custom-image-with-products-container .product-list__inner--scroller{
    margin-top:20px;
  }
  .custom-image-with-products-container>div{
    width:100%;
  }
  .custom-image-with-products-image img{
    position:static;
  }
  .custom-image-with-products-right .button{
    width:100%;
    margin-top:10px;
  }
}
.product-item-meta__reviews-badge{
  position:absolute;
  top:10px;
  left:24px;
}
.product-item-new .product-item__label-list {
  top: 75%;
  left: 50%;
  transform: translate(-50%);
}
/* Collection Banner */
.custom-pb-wrapper{
  padding-bottom:var(--custom-pb-pc);
}
.custom-pb-wrapper img{
  width:100%;
}
[dir=ltr] .image-overlay__content-wrapper.image-overlay__content-wrapper-new .breadcrumb--floating{
  position:static;

}
.image-overlay__content-wrapper.image-overlay__content-wrapper-new{
   flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  opacity:1 !important;
}
.product-form-app-review{
 margin-top:calc(-1 * var(--product-form-vertical-spacing)) 
}
  .product-form-app-review{
  display:flex;
  justify-content:space-between;
    align-items:center;
}
.footer__item--links a{
  text-decoration:none;
}
.product_item_promo_info{
  position: absolute;
  top: 18%;
  text-align: center;
  width: 100%;
  z-index: 1;
  font-size: 20px;
}
.quick_product_items .product-item-new-color-size,
.quick_product_items .product_item_promo_info,
.quick_product_items .product-item__label-list,
.quick_product_items .product-item-meta__reviews-badge,
.quick_product_items .product-item__quick-form,
.mini-cart__list-wrapper .product-item-new .product_item_promo_info
{
  display: none;
}

.product-item-new .product-item__info+div{
  right: 18px !important;
}
@media screen and (max-width: 999px) {
  .product-item-new .product-item__info+div{
    width: 32px;
    height: 32px;
    right: 0px !important;
  }
  .product_item_promo_info{
    top: 18%;
    font-size: 12px;
  }
  .footer__item--links.footer__item--collapsed+.footer__item--collapsed{
    margin-top:-35px;
  }

  .header__wrapper{
    padding:10px 0;
  }
  .custom-pb-wrapper{
    padding-bottom:var(--custom-pb-m);
  }
  .image-overlay.custom-collection-banner:before{
    padding-bottom: calc(100% / var(--image-aspect-ratio-m));
  }
  .product-item .product-item__info{
    padding: 12px 6px;
  }
  .product-item-meta__reviews-badge{
    left: 6px;
    top:6px;
  }
  .product-item-new .product-item__label-list{
    top: 68%;
  }
  .product-item-new-color-size{
    top: 74%;
  }
}
.product-item-meta__color_name{
 width: 100%; 
}

.product-list__inner-second .product-item-new .aspect-ratio--high img{
  object-fit: cover;
}
.product-list__inner-second .product-item-new .product-item-new-color-size,
.product-list__inner-second .product-item-new .product-item__label-list,
.product-list__inner-second .product-item-new .product_item_promo_info,
.product-list__inner-second .product-item-new .product-item-meta__reviews-badge{
  display: none;
}

.custom-mega-menu__submenu_wrapper {
  margin-left: 0;
}

@media screen and (min-width: 1199px) and (max-width:1350px) {
  .custom-mega-menu2__column a {
    font-size: 12px;
    width: 200px;
    padding: 0 10px;
  }
  .custom-mega-menu__columns-wrapper{
    gap: 10px 20px;
  }
  .custom-mega-menu__submenu_list {
   width: 200px;
    font-size: 12px;
    gap: 10px;
  }
}
#fbx_product_button_embed{
line-height:1;
}