
/* Parya Shop v10 — checkout phone/email + refined product presentation */

/* Checkout contact fields */
body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_email_field{
  grid-column:1/-1!important;
  width:100%!important;
}
body.woocommerce-checkout #billing_phone_field label,
body.woocommerce-checkout #billing_email_field label{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  font-weight:900!important;
  font-size:11px!important;
  color:var(--ink)!important;
}
body.woocommerce-checkout #billing_phone_field .required{
  color:var(--pink)!important;
}
body.woocommerce-checkout #billing_phone_field input,
body.woocommerce-checkout #billing_email_field input{
  min-height:50px!important;
  border-radius:14px!important;
  padding:11px 14px!important;
  background:#fff!important;
}
body.woocommerce-checkout #billing_phone_field{
  padding:12px!important;
  border:1px solid #f4d8e2!important;
  border-radius:18px!important;
  background:#fff8fb!important;
}
body.woocommerce-checkout #billing_email_field{
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:18px!important;
  background:#fff!important;
}

/* ===== Product page v10: compact, balanced, conversion-focused ===== */
body.single-product .parya-product-page-v9{
  padding:28px 0 70px!important;
}
body.single-product .parya-product-page-v9>.container{
  max-width:1240px!important;
  width:min(1240px,calc(100% - 32px))!important;
}
body.single-product .parya-single-main-v9{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
body.rtl.single-product .parya-single-gallery-v9{
  grid-column:2!important;
}
body.rtl.single-product .parya-single-summary-v9{
  grid-column:1!important;
}

/* Gallery is no longer artificially tall */
body.single-product .parya-single-gallery-v9 .woocommerce-product-gallery{
  min-height:0!important;
  height:auto!important;
  padding:14px!important;
  border-radius:26px!important;
  border:1px solid #f0e4e9!important;
  background:#fff!important;
  box-shadow:0 16px 45px rgba(69,35,51,.055)!important;
}
body.single-product .parya-single-gallery-v9 .woocommerce-product-gallery__wrapper{
  min-height:0!important;
}
body.single-product .parya-single-gallery-v9 .woocommerce-product-gallery__image a{
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1/1!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,#fff,#fffafd)!important;
}
body.single-product .parya-single-gallery-v9 .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  padding:24px!important;
}
body.single-product .parya-single-gallery-v9 .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
  margin-top:10px!important;
}
body.single-product .parya-single-gallery-v9 .flex-control-thumbs li{
  width:100%!important;
  float:none!important;
  margin:0!important;
}
body.single-product .parya-single-gallery-v9 .flex-control-thumbs img{
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  border:1px solid var(--line)!important;
  border-radius:12px!important;
  padding:4px!important;
  background:#fff!important;
}

/* Summary becomes a clean purchase card */
body.single-product .parya-single-summary-v9{
  min-height:0!important;
  height:auto!important;
  padding:26px!important;
  border:1px solid #f0e4e9!important;
  border-radius:26px!important;
  background:#fff!important;
  box-shadow:0 16px 45px rgba(69,35,51,.055)!important;
}
body.single-product .parya-single-summary-v9 .product_title{
  font-size:clamp(27px,2.4vw,36px)!important;
  line-height:1.5!important;
  margin:0 0 10px!important;
}
body.single-product .parya-single-summary-v9 .price{
  font-size:22px!important;
  margin:0 0 14px!important;
}
body.single-product .parya-single-summary-v9 .woocommerce-product-details__short-description{
  margin:0 0 16px!important;
  color:var(--muted)!important;
  font-size:12px!important;
  line-height:2!important;
}
body.single-product .parya-single-summary-v9 form.cart{
  display:grid!important;
  grid-template-columns:90px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin:16px 0!important;
  padding:12px!important;
  border-radius:18px!important;
  border:1px solid #f5d9e3!important;
  background:#fff7fa!important;
}
body.single-product .parya-single-summary-v9 form.cart .quantity{
  width:100%!important;
  margin:0!important;
}
body.single-product .parya-single-summary-v9 form.cart .quantity input{
  width:100%!important;
  min-height:48px!important;
  border-radius:13px!important;
}
body.single-product .parya-single-summary-v9 form.cart .single_add_to_cart_button{
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  border-radius:13px!important;
  font-size:13px!important;
}
body.single-product .parya-single-summary-v9 .parya-product-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:14px 0!important;
}
body.single-product .parya-single-summary-v9 .parya-product-trust>div{
  min-width:0!important;
  padding:12px 8px!important;
  border-radius:15px!important;
}
body.single-product .parya-single-summary-v9 .product_meta{
  margin-top:14px!important;
  padding-top:14px!important;
  font-size:10px!important;
}

/* Replace oversized black block with elegant full-width reassurance strip */
body.single-product .parya-single-trust-full{
  width:100%!important;
  margin:22px 0 0!important;
}
body.single-product .parya-product-confidence-v9{
  display:grid!important;
  grid-template-columns:1.2fr 1.8fr!important;
  align-items:center!important;
  gap:22px!important;
  width:100%!important;
  padding:20px 22px!important;
  margin:0!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#2f2630,#201a20)!important;
  box-shadow:0 16px 40px rgba(45,31,40,.13)!important;
}
body.single-product .parya-product-confidence-v9 .parya-confidence-copy h3{
  font-size:20px!important;
  margin:3px 0 6px!important;
}
body.single-product .parya-product-confidence-v9 .parya-confidence-copy p{
  margin:0!important;
  font-size:10px!important;
  line-height:1.9!important;
}
body.single-product .parya-product-confidence-v9 .parya-confidence-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
}
body.single-product .parya-product-confidence-v9 .parya-confidence-grid>div{
  min-height:88px!important;
  padding:12px!important;
  border-radius:15px!important;
}
body.single-product .parya-single-below-v9{
  margin-top:30px!important;
}
body.single-product .parya-single-below-v9 .woocommerce-tabs{
  margin-bottom:36px!important;
}

/* Related products */
body.single-product .parya-single-below-v9 .related.products ul.products,
body.single-product .parya-single-below-v9 .upsells.products ul.products{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}

@media(max-width:900px){
  body.single-product .parya-single-main-v9{
    grid-template-columns:1fr!important;
  }
  body.rtl.single-product .parya-single-gallery-v9,
  body.rtl.single-product .parya-single-summary-v9{
    grid-column:1!important;
  }
  body.single-product .parya-product-confidence-v9{
    grid-template-columns:1fr!important;
  }
  body.single-product .parya-single-below-v9 .related.products ul.products,
  body.single-product .parya-single-below-v9 .upsells.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  body.single-product .parya-product-page-v9>.container{
    width:calc(100% - 20px)!important;
  }
  body.single-product .parya-single-summary-v9,
  body.single-product .parya-single-gallery-v9 .woocommerce-product-gallery{
    border-radius:20px!important;
    padding:14px!important;
  }
  body.single-product .parya-single-summary-v9 .product_title{
    font-size:24px!important;
  }
  body.single-product .parya-single-summary-v9 form.cart{
    grid-template-columns:76px minmax(0,1fr)!important;
  }
  body.single-product .parya-single-summary-v9 .parya-product-trust{
    grid-template-columns:1fr 1fr!important;
  }
  body.single-product .parya-single-summary-v9 .parya-product-trust>div:last-child{
    grid-column:1/-1!important;
  }
  body.single-product .parya-product-confidence-v9 .parya-confidence-grid{
    grid-template-columns:1fr!important;
  }
}
