/** Shopify CDN: Minification failed

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

**/
/* --------------------------------------------------------------------------
   Kalles custom settings CSS
   -------------------------------------------------------------------------- */
/*---------------- Global Custom CSS -------------------*/
.table-responsive table, td, th {
  border:none !important;
  }
 .table-responsive  td{
    width:39%;
   min-width: 2em;
   padding: 0.2em;
  }

.shopify-payment-button  button{
font-size: 14px;
font-weight: 500;
}
.sp-tab-content.rtet4 .table-responsive table tbody tr td:first-child {
    width:40% !important;
    padding: 8px 16px;
}

.product-collapse-content {
    margin-bottom: 0 !important;
}

.nt_add_w.ts__03.pa.order-3 {margin-right:0}

p.money-back__text {
    margin: 0 0 0 35px;
}
.drawer.open h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.drawer.open h2 {
    font-size: 18px;
    
}

.drawer.open h3 {
    font-size: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nt_se_template--17383539278003__rich_text_riFVgd.container .wrap_title.mb__20.des_title_1 {
    margin-top: 20px;
}
a.money-back {
    justify-content: space-between;
    align-items: center;
}
.table-responsive table {
    padding: 0;
    margin: 0;
}
button#prorw_review_summary_action_write_question {
    margin-left: 16px;
}
.sp-tab-content.rtet4 .table-responsive table tbody tr td:nth-child(2) {
    width: 60% !important;
    padding: 8px 16px;
}

.delivery-wr {
      display: flex;
    align-items: center;
    gap: 5px;
}
.tooltip-wrap {
  position: relative;
}
.tooltip-icon {
  display: inline-block;
  margin-left: 6px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  line-height: 16px;
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  bottom: 125%; /* Position above */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 13px;
  pointer-events: none;
}

.tooltip-icon:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}


/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
h2.product_title.entry-title{
  font-size: 18px !important;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .table-responsive {
border:none !important;
}
.des_style_1.des_mb_2.sp-tab>.sp-tab-content{
padding:5px;
border:none !important;
}
 
  .chat-ui--is-mobile {
    border-radius: 0;
    height: 90vh;
    margin: 0;
    width: 100vw;
  margin-top: 90px;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .nt_se_template--15721869607091__16527697803a6bc742
 .cat_grid_item__wrapper{
font-size:0.6rem
}
.product-introduction-list__item img {
    width: 30px;
}

.product-introduction-list__item p {
    font-size: 8px;
}
.row.mb__50.pr_sticky_content {
    margin-bottom: 0;
}

}
/* ==================================================
   MINI CART / CART DRAWER - FINAL STYLE
================================================== */

/* 购物车抽屉宽度 */
#shopify-section-cart-widget .nt_fk_canvas {
    width: 400px !important;
    max-width: 92vw !important;
}

/* ---------- Header ---------- */

#shopify-section-cart-widget .mini_cart_header {
    min-height: 64px !important;
    padding: 0 20px !important;
    border-bottom: 1px solid #eeeeee !important;
}

#shopify-section-cart-widget .mini_cart_header h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    color: #222222 !important;
}

/* ---------- Product Item ---------- */

#shopify-section-cart-widget .mini_cart_item {
    padding: 20px !important;
    border-bottom: 1px solid #eeeeee !important;
    align-items: flex-start !important;
}

/* 产品图片 */
#shopify-section-cart-widget .mini_cart_img {
    width: 96px !important;
    min-width: 96px !important;
    margin-right: 15px !important;
}

#shopify-section-cart-widget .mini_cart_img img {
    width: 100% !important;
    height: 96px !important;
    object-fit: contain !important;
}

/* 商品信息 */
#shopify-section-cart-widget .mini_cart_info {
    flex: 1 !important;
    min-width: 0 !important;
}

/* 商品名称 */
#shopify-section-cart-widget .mini_cart_title {
    display: block !important;
    margin-bottom: 3px !important;

    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #222222 !important;

    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
}

/* 规格，例如 11 Lights */
#shopify-section-cart-widget .cart_meta_variant {
    margin: 0 0 4px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
    color: #666666 !important;
}

/* 价格 */
#shopify-section-cart-widget .cart_price {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    color: #222222 !important;
}

/* ---------- Quantity ---------- */

#shopify-section-cart-widget .quantity {
    height: 40px !important;
    min-height: 40px !important;
    border: 1px solid #cccccc !important;
}

#shopify-section-cart-widget .quantity input {
    font-size: 14px !important;
    font-weight: 500 !important;
}

#shopify-section-cart-widget .quantity button,
#shopify-section-cart-widget .quantity a {
    font-size: 18px !important;
}

/* 编辑 / 删除 */
#shopify-section-cart-widget .mini_cart_actions {
    margin-top: 8px !important;
}

#shopify-section-cart-widget .mini_cart_actions a {
    margin-right: 10px !important;
    color: #555555 !important;
    font-size: 16px !important;
}

/* ---------- Order Note ---------- */

#shopify-section-cart-widget .mini_cart_tool_note {
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 20px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid #e5e5e5 !important;
    background: #fafafa !important;
}

/* 去掉原主题的虚线，改成浅灰实线 */
#shopify-section-cart-widget .mini_cart_tool_note::before {
    border-top: 1px solid #eeeeee !important;
}

#shopify-section-cart-widget .txt_add_note,
#shopify-section-cart-widget .txt_edit_note {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #555555 !important;
}

/* ---------- Footer ---------- */

#shopify-section-cart-widget .mini_cart_footer {
    padding: 16px 18px 18px !important;
    background: #ffffff !important;
    border-top: 1px solid #eeeeee !important;
}

/* Subtotal */
#shopify-section-cart-widget .mini_cart_footer .total {
    margin-bottom: 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #222222 !important;
}

/* Subtotal 金额 */
#shopify-section-cart-widget .mini_cart_footer .total strong,
#shopify-section-cart-widget .mini_cart_footer .total .cart_tot_price {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #222222 !important;
}

/* VIEW CART */
#shopify-section-cart-widget .btn-cart {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #222222 !important;
    border: 1px solid #222222 !important;
    color: #ffffff !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
}

/* Hover */
#shopify-section-cart-widget .btn-cart:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* ---------- Mobile ---------- */

@media (max-width: 768px) {

    #shopify-section-cart-widget .nt_fk_canvas {
        width: 92vw !important;
        max-width: 380px !important;
    }

    #shopify-section-cart-widget .mini_cart_item {
        padding: 16px !important;
    }

    #shopify-section-cart-widget .mini_cart_img {
        width: 82px !important;
        min-width: 82px !important;
        margin-right: 12px !important;
    }

    #shopify-section-cart-widget .mini_cart_img img {
        height: 82px !important;
    }

   /* ==============================
   CART PAGE HEADER
============================== */

.page-head.page_head_template--20576964182195__cart_heading {
    background: #f6f6f4 !important;
    padding: 32px 0 !important;
    min-height: auto !important;
}

.page-head.page_head_template--20576964182195__cart_heading h1 {
    margin: 0 !important;
    color: #222222 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: none !important;
}

@media (max-width: 768px) {
    .page-head.page_head_template--20576964182195__cart_heading {
        padding: 24px 0 !important;
    }

    .page-head.page_head_template--20576964182195__cart_heading h1 {
        font-size: 20px !important;
        letter-spacing: 0.4px !important;
    }
}
/* Kimi Shopping Cart heading */
.page-head[class*="__cart_heading"] {
  padding: 35px 0 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eeeeee !important;
}

.page-head[class*="__cart_heading"]::before,
.page-head[class*="__cart_heading"] .parallax-inner {
  display: none !important;
}

.page-head[class*="__cart_heading"] h1 {
  margin: 0 !important;
  color: #000000 !important;
  font-family: "Assistant", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
}

.page-head[class*="__cart_heading"] h1::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 17px auto 0;
  background: #222222;
}

@media (max-width: 767px) {
  .page-head[class*="__cart_heading"] {
    padding: 24px 0 !important;
  }

  .page-head[class*="__cart_heading"] h1 {
    font-size: 20px !important;
  }

  .page-head[class*="__cart_heading"] h1::after {
    width: 32px;
    margin-top: 14px;
  }
}
