/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/


/* === TACTCAT PRODUCT MODAL START === */

/* short desc in cards */
.tactcat-card .tactcat-desc{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  cursor:pointer;
}

/* modal shell */
.tactcat-product-modal{
  position:fixed;
  inset:0;
  z-index:999999;
}

.tactcat-product-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}

.tactcat-product-modal-card{
  position:relative;
  width:min(92vw,760px);
  max-height:88vh;
  overflow:auto;
  margin:4vh auto 0;
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}

.tactcat-product-modal-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:5;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 2px 10px rgba(0,0,0,.10);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

/* gallery */
.tactcat-product-modal-gallery{
  position:relative;
  background:#f6f6f6;
}

.tactcat-product-modal-imagewrap{
  width:100%;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.tactcat-product-modal-image{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.tactcat-pm-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:38px;
  height:38px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  box-shadow:0 2px 10px rgba(0,0,0,.10);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.tactcat-pm-prev{ left:10px; }
.tactcat-pm-next{ right:10px; }

.tactcat-product-modal-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  align-items:center;
  padding:12px 14px 0;
}

.tactcat-pm-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  background:#d4d4d4;
  cursor:pointer;
  padding:0;
}

.tactcat-pm-dot.is-active{
  background:#111;
}

/* body */
.tactcat-product-modal-body{
  padding:16px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.tactcat-product-modal-title{
  font-size:20px;
  font-weight:600;
  line-height:1.3;
  color:#111;
}

.tactcat-product-modal-desc{
  font-size:14px;
  line-height:1.6;
  color:#555;
  white-space:pre-wrap;
}

.tactcat-product-modal-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  font-size:20px;
  font-weight:700;
  color:#111;
}

.tactcat-product-modal-oldprice{
  text-decoration:line-through;
  opacity:.55;
  font-size:15px;
  font-weight:500;
}

.tactcat-product-modal-currency{
  font-size:14px;
  color:#666;
  font-weight:500;
}

.tactcat-product-modal-qty{
  margin-top:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid #e4e4e4;
  border-radius:12px;
  padding:8px 12px;
}

.tactcat-product-modal-minus,
.tactcat-product-modal-plus{
  width:38px;
  height:38px;
  border:0;
  background:none;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.tactcat-product-modal-qtynum{
  min-width:32px;
  text-align:center;
  font-size:16px;
  font-weight:700;
}

body.tactcat-product-modal-open{
  overflow:hidden;
}

/* mobile */
@media (max-width: 767px){
  .tactcat-product-modal-card{
    width:min(96vw,760px);
    margin:2vh auto 0;
    max-height:92vh;
    border-radius:16px;
  }

  .tactcat-product-modal-imagewrap{
    padding:14px;
  }

  .tactcat-product-modal-body{
    padding:14px 14px 18px;
    gap:10px;
  }

  .tactcat-product-modal-title{
    font-size:18px;
  }

  .tactcat-product-modal-desc{
    font-size:13px;
  }

  .tactcat-product-modal-price{
    font-size:18px;
  }
}
/* === TACTCAT PRODUCT MODAL END === */

/* cache bump */
