/* TSI Product Module */
.tsi-pm-wrap{
  margin:24px 0 10px;
}

.tsi-pm-table-wrap{
  width:100%;
  overflow-x:auto;
}

.tsi-pm-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:1px solid #eadfdb;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.tsi-pm-table th{
  background:#f8f4f2;
  color:#593f3c;
  font-size:15px;
  font-weight:600;
  padding:16px 14px;
  border-bottom:1px solid #eadfdb;
  text-align:center;
}

.tsi-pm-table td{
  padding:18px 14px;
  border-bottom:1px solid #f0e7e4;
  vertical-align:middle;
  text-align:center;
}

.tsi-pm-table tbody tr:last-child td{
  border-bottom:none;
}

.tsi-pm-variant{
  text-align:left !important;
  min-width:150px;
}

.tsi-pm-variant-name{
  font-size:16px;
  font-weight:600;
  color:#3f2d2c;
  margin-bottom:4px;
}

.tsi-pm-stock{
  font-size:13px;
  color:#8a7773;
}

.tsi-pm-price,
.tsi-pm-total{
  white-space:nowrap;
  font-weight:600;
  color:#3f2d2c;
}

.tsi-pm-qty{
  width:110px;
  min-height:46px;
  border:1px solid #d8c7c2;
  border-radius:10px;
  background:#fff;
  text-align:center;
  font-size:16px;
  padding:8px 10px;
  outline:none;
  box-shadow:none;
}

.tsi-pm-qty:focus{
  border-color:#cb8ca0;
}

.tsi-pm-action{
  min-width:140px;
}

.tsi-pm-cart-form,
.tsi-pm-simple-form{
  margin:0;
}

.tsi-pm-add-to-cart,
a.tsi-pm-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 18px;
  border-radius:12px;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:all .2s ease;
  border:none;
  cursor:pointer;
  box-shadow:none;
}

.tsi-pm-add-to-cart{
  background:#cb8ca0;
  color:#fff;
  width:100%;
}

.tsi-pm-add-to-cart:hover{
  background:#b8758c;
  color:#fff;
  transform:translateY(-1px);
}

a.tsi-pm-whatsapp{
  background:#25D366;
  color:#fff;
}

a.tsi-pm-whatsapp:hover{
  background:#1db856;
  color:#fff;
  transform:translateY(-1px);
}

.tsi-pm-btn-icon{
  display:inline-block;
  width:18px;
  height:18px;
  position:relative;
  flex:0 0 18px;
}

.tsi-pm-icon-cart::before{
  content:"🛒";
  font-size:18px;
  line-height:18px;
  display:block;
}

.tsi-pm-icon-whatsapp::before{
  content:"💬";
  font-size:18px;
  line-height:18px;
  display:block;
}

.tsi-pm-whatsapp-wrap{
  margin-top:18px;
}

.tsi-pm-simple{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.tsi-pm-simple-price{
  font-size:24px;
  font-weight:700;
  color:#3f2d2c;
}

.tsi-pm-simple-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.tsi-pm-simple-form .quantity input.qty{
  min-height:48px;
  border-radius:10px;
  border:1px solid #d8c7c2;
}

@media (max-width: 767px){
  .tsi-pm-table th,
  .tsi-pm-table td{
    padding:14px 10px;
  }

  .tsi-pm-qty{
    width:84px;
  }

  .tsi-pm-action{
    min-width:120px;
  }

  .tsi-pm-add-to-cart,
  a.tsi-pm-whatsapp{
    width:100%;
  }
}
