<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 493:3 Unexpected "/"
Line 497: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; 
}
.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;
}
.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;
  height: 100%;
  width: 100%;
}
.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;
  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);
}
.atc-recommend-popup a.view_cart {
  width: 100%;
  background: #121212;
  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; /* ç¡®ä¿æ&nbsp;‡é¢˜å&nbsp;æ®ä¸€è¡Œ */
  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: 12px;
}
.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;
}

@media (max-width: 768px) {
  .current_variant_options {
  display: flex;
  flex-direction: column; /* ç«–æŽ’æŽ’åˆ— */
  gap: 5px; /* é€‰é¡¹ä¹‹é—´çš„é—´è· */
  margin-top: 10px; /* ä¸Žä¸Šæ–¹å†…å®¹çš„é—´è· */
}
}

@media (min-width: 768px) {
  /* .atc-recommend-popup{
    
   } */
  .recommend-popup-body{
    width: 30%;
    height:100%;
    left:unset;
    right: 0;
    top: 0;
    bottom:0;
    border-radius:0; 
    position: fixed;
    bottom: 0;
    overflow: hidden;
  }
  .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: 13px;
    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;
  }
  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 .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 &gt; :first-child {
  margin-left: 70px; /* ç¬¬ä¸€ä¸ªå…ƒç´&nbsp;å‘å³ç§»åŠ¨ 5px */
} */
.add-to-cart-icon:hover {
  color: #ff6600; /* é¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶æ”¹å˜é¢œè‰² */
}
}
}</pre></body></html>