/** Shopify CDN: Minification failed

Line 379:3 Unexpected "/"
Line 536:0 Unexpected "}"
Line 540:0 Unexpected "}"

**/
/***** Slide Left *****/
@keyframes slide-left {
  from {
    margin-left: 60%;
  }
  to {
    margin-left: 0%;
  }
}

/* .wrapper-top-cart.is-open{
  display:none !important;
} */
.atc-recommend-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  z-index: 999;
}
.atc-recommend-popup,.atc-recommend-overlay{
  display: none; 
}
.atc-recommend-popup a{
  text-decoration: none;
}
.atc-recommend-popup .current_variant_options span {
  font-size: 12px;
  color: #000;
}
.recommend-popup-body{
  height: 90%;
  width: 100%;
  left: 0px;
  background: rgb(255, 255, 255);
  z-index: 999;
  top: auto;
  border-radius: 4px 4px 0 0;
  position: fixed;
  bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.close-recommend-popup {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: 500;
  padding: 10px 0;
  width: 16px;
  height: 16px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 3;
  cursor:pointer;
}
.atc-recommend-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.atc-recommend-popup .msg_shipping_box {
  padding: 0 15px 15px 15px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.atc-recommend-popup .atc_message {
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
  justify-content: center;
  padding-top: 30px;
}
.atc-recommend-popup .atc_success_msg {
  color: #000;
  font-weight: 600;
  padding: 0 15px;
  width: 265px;
  font-size: 16px;
  margin: 0;
}
.current_added-product a.current_pro_info {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  cursor:pointer;
  text-decoration: none;
}
.current_added-product a.current_pro_info img{
  width: 90px;
}
h3.current_pro_title {
  font-size: 11px;
  font-weight: 500;
  margin: 5px 0;
  color:#000;
}
.current_added-product a.current_pro_info .current_price span{
  color: #000;
}
.atc-recommend-popup .shipping_msg {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #000;
}
.atc-recommend-popup .shipping_msg.success_msg {
    display: none;
}
.atc-recommend-popup .shipping_bar {
  height: 10px;
  width: 100%;
  background: #eee;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.atc-recommend-popup .shipping_bar-inner {
  position: absolute;
  top: 0;
  border-radius: 16px;
  /* background: #121212; */
      background: #7c5b50;

  height: 100%;
  width: 100%;
  display: block;
}
.atc-recommend-popup .shipping_amount {
  color: #121212;
  font-size: 10px;
  line-height: 14px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atc-recommend-popup .shipping_amount span{
  color: #000;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}
.atc-recommend-box {
  -webkit-box-flex: 1;
  flex: 1;
  overflow: auto;
}
.atc-recommend-content {
  display: flex;
  height: 100%;
}
.recommend_box_left {
  background: #f7f7f7;
  width: 104px;
  overflow: auto;
}
.recommend_box_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  padding: 15px;
}

li.recommend_tab.active {
  background: #fff;
}

li.recommend_tab {
  height: 55px;
  padding: 0 11px;
  position: relative;
  font-size: 13px;
  line-height: normal;
  list-style:none;
  cursor:pointer;
}
li.recommend_tab.active:before{
  content: "";
  width: 2px;
  height: 100%;
  background: #121212;
  position: absolute;
  left: 0;
  top: 0;
}
li.recommend_tab span{
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  text-transform: capitalize;
  color:#000;
  line-height: 15px;
  font-size: 13px;
}
li.recommend_tab.active span{
  font-weight:600;
}
.sticky_cart_btn {
  padding: 15px !important;
  background: #fff;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .05);
}

.link.button-label.atc-popup {
	color: #7c5b50;
}


.atc-recommend-popup a.view_cart {
  width: 100%;
  /* background: #121212; */
  background: #7c5b50;
  border: none;
  text-align: center;
  display: block;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 14px;
      border: none;
    border-radius: 25px;
}

.recommend_box_right .product {
  display: flex;
}
.recommend_box_right .product a{
  width: 70px;
  height: 97px;
  margin-right: 5px;
  cursor:pointer;
}
.recommend_box_right .product  .secondary__image{
  display:none;
}
.recommend_box_right .product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
  width:75%;
}
.recommend_box_right .product-info .quickview-button a{
 margin:0;
}
.recommend_box_right .product .product-info-header.desktop{
 display:none;
}
.recommend_box_right .product h3{
  font-size: 12px;
  color: #000;
  font-weight: normal;
  margin:0;
   white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  display: block; /* 确保标题占据一行 */
  width: 100%; /* 设置宽度为父容器的 100% */
}
.recommend_box_right .product .item-price{
  font-size: 12px;
  color: #000;
  font-weight: 600;
  justify-content: space-between;
  /* align-items: center; */
  display:flex;
}
.recommend_box_right .product span.normal_price {
    display: flex;
    gap: 5px;
}
.recommend_box_right .product span.discount_price {
    color: #787878 !important;
    text-decoration: line-through;
}
.recommend_box_right .product span.discount_price span {
    color: #787878 !important;
}
.recommend_box_right .product .item-price span{
  padding:0;
  color: #000;
  font-weight: 600;
  font-size: 11px;
}
.recommend_tab_content{
  display:none;
}
.recomnd_view_more {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.atc-recommend-popup ul.recommend_tab_list {
    padding: 0;
}
 .recommend_box_right .product img{
    max-width: 100%;
    height: auto;
 }
@media (max-width: 768px) {
  .current_variant_options {
  display: flex;
  flex-direction: column; /* 竖排排列 */
  gap: 5px; /* 选项之间的间距 */
  margin-top: 10px; /* 与上方内容的间距 */
}
}

/*  Desktop */
@media (min-width: 768px) {
  .recommend-popup-body{
    width: 30%;
    height:100%;
    left:unset;
    right: 0;
    top: 0;
    bottom:0;
    border-radius:0; 
    position: fixed;
    bottom: 0;
    overflow: hidden;
  }

  /* .recommend-popup-body {
    height: 60%;
   width: 30%;
    /* max-width: 416px; */
    background: rgb(255, 255, 255);
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px 4px 0 0;
    overflow-y: auto;
    max-height: 100%;
} */

  .close-recommend-popup{
    top: 10px;
    font-weight: 400;
  }
  .atc-recommend-wrapper{
    overflow-y:hidden;
  }
  
  .atc-recommend-popup .atc_message {
    padding-top:30px;
    margin-bottom: 10px;
  }
  .atc-recommend-popup .atc_message svg{
    width: 22px;
    height: 22px;
  }
  .atc-recommend-popup .atc_success_msg{
    width: 328px;
    font-size: 11px;
    padding: 0 10px;
  }
  .atc-recommend-popup .shipping_msg {
    font-size: 11px;
  }
  .atc-recommend-content {
    flex-direction: column;
  }
  .recommend_box_left {
    width: 100%;
  }
  ul.recommend_tab_list {
    margin: 0;
    margin-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
    padding: 0;
  }
  li.recommend_tab{
    display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
    color: #666;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    padding: 0;
  }
  /* li.recommend_tab.active:before {
    display:none;
  } */
  li.recommend_tab.active:before {
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    /* content: "";
    background: #121212;
    position: absolute; */
  }
  li.recommend_tab span{
    border-bottom:none;
  }
  .recommend_box_left{
    background: #fff;
  }
  .recommend_box_right{
    padding:0;
  }
  .atc-recommend-box{
    padding:15px;
  }
  .recommend_box_right .product-item {
    display: flex;
    flex-wrap: wrap;
 }
  .recommend_box_right .product {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
  }
 .recommend_box_right .product img{
    max-width: 100%;
    height: auto;
 }
  .recommend_box_right .product .product-info-header.desktop{
    display:block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: hsla(0,0%,100%,.8);
    text-align: center;
    font-size: 12px;
    color: #121212;
    padding: 5px 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100%);
     transform: translateY(100%); 

  }
  .recommend_box_right .product .product-info .product-info-header{
    display:none;
  }
  .recommend_box_right .product a{
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    display: block;
    height: auto;
  }
  .recommend_box_right .product a:hover .first__image{
    display:none;
  }
  .recommend_box_right .product a:hover .secondary__image{
    display:block;
  }
  .recommend_box_right .product a:hover .product-info-header.desktop{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .recomnd_view_more{
    width: calc((100% - 40px) / 3);
    height: 175.67px;
    cursor: pointer;
    margin: 0;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .sticky_cart_btn {
    padding: 20px 30px;
  }
  .add-to-cart-icon {
  margin-left: 10px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}
.current_variant_options {
  display: flex;
  flex-direction: column; /* 竖排排列 */
  gap: 5px; /* 选项之间的间距 */
  margin-top: 10px; /* 与上方内容的间距 */
}
  /* .current_variant_options > :first-child {
  margin-left: 70px; /* 第一个元素向右移动 5px */
} */
.add-to-cart-icon:hover {
  color: #ff6600; /* 鼠标悬停时改变颜色 */
}
}
}


@media (max-width: 1024px) {
  #quickview-template {
    z-index: 1039 !important;
    /* display: block; */ }

  #quickview-template .overlay {
    background: rgba(31, 31, 31, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 9; }

  #quickview-template .content {
    position: relative;
    margin: auto;
    background: #fff;
    padding: 40px 40px 33px 40px;
    width: 100%;
    max-width: 1027px;
    max-height: 90%;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: auto;
    z-index: 99; }

  #quickview-template .content .row {
    flex-direction: column; }

  #quickview-template .content .product-img-box {
    flex: unset;
    text-align: center;
    margin: 0 auto;
    max-width: 80%; }

  #quickview-template .content .product-shop {
    text-align: center;
    margin: 0 auto; }

  #quickview-template .product-img-box .click-to-zoom svg {
    width: 15px;
    height: 14px;
    fill: #999999;
    margin-right: 10px; }

  #quickview-template .slider-nav {
    display: block !important; }

  #quickview-template .product-shop .selector-wrapper {
    display: none; }

  #quickview-template .product-shop .swatch {
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: none; }

  #quickview-template .product-shop .prices, #quickview-template .product-shop #customers_view, #quickview-template .product-shop .qty-group {
    justify-content: center; }

  #quickview-template .product-shop .a.size-chart-open-popup {
    display: none; } }

    
@media (min-width: 1025px) {
    .quick-view {
        z-index: 1039 !important;
    }
}

@media (max-width: 767px) {
  .recommend-popup-body {
      height: 47%;
      width: 90%;
      background: rgb(255, 255, 255);
      z-index: 999;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px 4px 0 0;
      overflow-y: auto;
      max-height: 100%;
  }
}
@media (max-width: 425px) {
    .recommend-popup-body {
      height: 60%;
      width: 85%;
      background: rgb(255, 255, 255);
      z-index: 999;
      position: fixed;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 4px 4px 0 0;
      overflow-y: auto;
      max-height: 100%;
  }
}

@media (min-width: 425px) {
  #quickview-template {
	z-index: 999 !important;
}
}


@media (min-width: 425px) {
  #Capa_1 g path {
	fill: unset;
}
  }
