/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* JUNSHEEN PREMIUM PRODUCT UI START */
:root {
  --junsheen-navy: #041e3a;
  --junsheen-navy-deep: #021326;
  --junsheen-navy-active: #000814;
  --junsheen-ink: #1f2d3d;
  --junsheen-muted: #637386;
  --junsheen-line: #dbe3ea;
  --junsheen-surface: #f6f8fa;
}

.single-product .junsheen-product-summary {
  color: var(--junsheen-ink);
}
.single-product .junsheen-product-summary__copy {
  max-width: 760px;
  color: #33465a !important;
}
.single-product .junsheen-product-summary__facts {
  gap: 9px !important;
}
.single-product .junsheen-product-summary__facts li {
  border-color: var(--junsheen-line) !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(4,30,58,.055);
}
.single-product .junsheen-product-actions {
  gap: 12px !important;
}
.single-product .junsheen-product-actions > a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 2px !important;
  box-shadow: 0 12px 28px rgba(4,30,58,.14);
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}
.single-product .junsheen-product-actions > a.open-inquiry,
.single-product .junsheen-product-actions > a.open-inquiry:visited {
  background: var(--junsheen-navy) !important;
  border-color: var(--junsheen-navy) !important;
  color: #fff !important;
}
.single-product .junsheen-product-actions > a.junsheen-direct-contact,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:visited {
  background: #fff !important;
  border-color: var(--junsheen-navy) !important;
  color: var(--junsheen-navy) !important;
}
.single-product .junsheen-product-actions > a.open-inquiry:hover,
.single-product .junsheen-product-actions > a.open-inquiry:focus,
.single-product .junsheen-product-actions > a.open-inquiry:focus-visible,
.single-product .junsheen-product-actions > a.open-inquiry.is-active,
.single-product .junsheen-product-actions > a.open-inquiry.active,
.single-product .junsheen-product-actions > a.open-inquiry[aria-expanded="true"] {
  background: var(--junsheen-navy-deep) !important;
  border-color: var(--junsheen-navy-deep) !important;
  color: #fff !important;
  box-shadow: 0 15px 34px rgba(2,19,38,.25);
  transform: translateY(-2px);
}
.single-product .junsheen-product-actions > a.open-inquiry:active {
  background: var(--junsheen-navy-active) !important;
  border-color: var(--junsheen-navy-active) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(0,8,20,.32);
  transform: translateY(1px);
}
.single-product .junsheen-product-actions > a.junsheen-direct-contact:hover,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:focus,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:focus-visible {
  background: var(--junsheen-navy-deep) !important;
  border-color: var(--junsheen-navy-deep) !important;
  color: #fff !important;
  box-shadow: 0 15px 34px rgba(2,19,38,.25);
  transform: translateY(-2px);
}
.single-product .junsheen-product-actions > a.junsheen-direct-contact:active {
  background: var(--junsheen-navy-active) !important;
  border-color: var(--junsheen-navy-active) !important;
  color: #fff !important;
  transform: translateY(1px);
}

.single-product .junsheen-pdp {
  max-width: 1040px !important;
  margin: 0 auto !important;
  color: var(--junsheen-ink) !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  letter-spacing: .002em;
}
.single-product .junsheen-pdp__lead {
  position: relative;
  margin: 6px 0 64px !important;
  padding: 46px 0 36px !important;
  border-top: 1px solid var(--junsheen-navy) !important;
  border-bottom: 1px solid var(--junsheen-line) !important;
}
.single-product .junsheen-pdp__eyebrow {
  color: var(--junsheen-muted) !important;
  font-size: 11px !important;
  letter-spacing: .19em !important;
}
.single-product .junsheen-pdp__lead p {
  max-width: 880px;
  margin: 0 !important;
  color: var(--junsheen-navy) !important;
  font-family: "Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif !important;
  font-size: clamp(25px,3.2vw,40px) !important;
  font-weight: 400;
  line-height: 1.42 !important;
  letter-spacing: -.022em;
}
.single-product .junsheen-pdp h2 {
  position: relative;
  margin: 76px 0 24px !important;
  padding-top: 20px;
  color: var(--junsheen-navy) !important;
  font-family: "Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif !important;
  font-size: clamp(28px,3.4vw,42px) !important;
  font-weight: 400 !important;
  line-height: 1.18 !important;
  letter-spacing: -.028em !important;
}
.single-product .junsheen-pdp > h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 2px;
  background: var(--junsheen-navy);
}
.single-product .junsheen-pdp h3 {
  margin: 34px 0 9px !important;
  color: var(--junsheen-navy) !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
  letter-spacing: -.01em;
}
.single-product .junsheen-pdp p {
  max-width: 900px;
  margin: 0 0 21px !important;
  color: #34475a !important;
}
.single-product .junsheen-pdp__specs {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 12px !important;
  margin: 40px 0 54px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.single-product .junsheen-pdp__spec {
  min-height: 116px;
  padding: 24px !important;
  border: 1px solid var(--junsheen-line);
  background: linear-gradient(145deg,#fff 0%,#f7f9fb 100%) !important;
  box-shadow: 0 16px 34px rgba(4,30,58,.065);
}
.single-product .junsheen-pdp__spec strong {
  display: block;
  margin-bottom: 10px;
  color: var(--junsheen-muted) !important;
  font-size: 10px !important;
  font-weight: 750;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}
.single-product .junsheen-pdp__note {
  margin: 42px 0 !important;
  padding: 28px 30px !important;
  border: 1px solid #d8e1e9 !important;
  border-left: 4px solid var(--junsheen-navy) !important;
  background: linear-gradient(135deg,#f8fafb,#eef3f6) !important;
  color: #26394b;
}
.single-product .junsheen-pdp__cta {
  margin: 76px 0 10px !important;
  padding: clamp(34px,6vw,60px) !important;
  background: linear-gradient(135deg,var(--junsheen-navy),var(--junsheen-navy-deep)) !important;
  box-shadow: 0 26px 60px rgba(4,30,58,.22);
}
.single-product .junsheen-pdp__cta h2 {
  margin: 0 0 13px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(27px,3.2vw,38px) !important;
}
.single-product .junsheen-pdp__cta h2:before {
  display: none;
}
.single-product .junsheen-pdp__cta p {
  max-width: 720px;
  margin-bottom: 26px !important;
  color: #dce6ef !important;
}
.single-product .junsheen-pdp__cta a,
.single-product .junsheen-pdp__cta a:visited {
  min-width: 178px;
  border: 1px solid rgba(255,255,255,.72) !important;
  transition: background-color .2s ease,color .2s ease,transform .2s ease !important;
}
.single-product .junsheen-pdp__cta a:hover,
.single-product .junsheen-pdp__cta a:focus {
  background: #dce6ef !important;
  color: var(--junsheen-navy-deep) !important;
  transform: translateY(-2px);
}
.single-product .junsheen-pdp__cta a:active {
  background: #bfcddb !important;
  color: var(--junsheen-navy-active) !important;
  transform: translateY(1px);
}

@media (max-width: 900px) {
  .single-product .junsheen-pdp__specs {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .single-product .junsheen-pdp {
    font-size: 16px !important;
  }
}
@media (max-width: 620px) {
  .single-product .junsheen-product-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .single-product .junsheen-product-actions > a {
    width: 100% !important;
    min-width: 0 !important;
  }
  .single-product .junsheen-pdp__lead {
    margin-bottom: 42px !important;
    padding: 32px 0 28px !important;
  }
  .single-product .junsheen-pdp__specs {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .single-product .junsheen-pdp h2 {
    margin-top: 54px !important;
  }
  .single-product .junsheen-pdp__note {
    padding: 22px !important;
  }
  .single-product .junsheen-pdp__cta a {
    display: flex !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    box-sizing: border-box;
  }
}


.single-product .junsheen-product-detail-shell {
  width: min(100% - 32px, 1240px);
  margin: clamp(56px,8vw,104px) auto 0;
  padding: clamp(38px,6vw,76px) clamp(20px,5vw,64px);
  box-sizing: border-box;
  border-top: 1px solid #cdd8e2;
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow: 0 28px 70px rgba(4,30,58,.07);
  clear: both;
}
@media (max-width: 620px) {
  .single-product .junsheen-product-detail-shell {
    width: calc(100% - 20px);
    margin-top: 42px;
    padding: 30px 16px;
  }
}

/* JUNSHEEN WHATSAPP GREEN START */
/* Scope strictly to product-summary and product-detail CTAs. Header WhatsApp is untouched. */
.single-product .junsheen-product-actions > a.junsheen-direct-contact,
.single-product .junsheen-product-actions > a[data-mwr-gateway="1"],
.single-product .junsheen-product-actions > a[href*="wa.me/"],
.single-product .junsheen-product-actions > a[href*="mwr_go="],
.single-product .junsheen-product-actions > a:last-child,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact,
.single-product .junsheen-pdp__cta a[data-mwr-gateway="1"] {
  appearance: none !important;
  background: #25D366 !important;
  background-color: #25D366 !important;
  background-image: none !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}
.single-product .junsheen-product-actions > a:last-child::before,
.single-product .junsheen-product-actions > a:last-child::after,
.single-product .junsheen-product-actions > a.junsheen-direct-contact::before,
.single-product .junsheen-product-actions > a.junsheen-direct-contact::after,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact::before,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact::after {
  content: none !important;
  display: none !important;
}
.single-product .junsheen-product-actions > a:last-child:hover,
.single-product .junsheen-product-actions > a:last-child:focus,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:hover,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:focus,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact:hover,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact:focus {
  background: #1ebe5d !important;
  background-color: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.single-product .junsheen-product-actions > a:last-child:active,
.single-product .junsheen-product-actions > a.junsheen-direct-contact:active,
.single-product .junsheen-product-actions > a.junsheen-direct-contact.is-active,
.single-product .junsheen-pdp__cta a.junsheen-direct-contact:active {
  background: #128c7e !important;
  background-color: #128c7e !important;
  border-color: #128c7e !important;
  color: #ffffff !important;
}
.single-product .product .button,
.single-product .product button,
.single-product .product input[type="button"],
.single-product .product input[type="submit"],
.single-product .junsheen-product-actions > a,
.single-product .junsheen-pdp__cta a {
  border-radius: 5px !important;
}
/* JUNSHEEN WHATSAPP GREEN END */

/* JUNSHEEN DIRECT CONTACT FIX START */
.single-product a.junsheen-direct-contact,
.single-product a.junsheen-direct-contact:link,
.single-product a.junsheen-direct-contact:visited {
  background: #25D366 !important;
  background-color: #25D366 !important;
  background-image: none !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
.single-product a.junsheen-direct-contact::before,
.single-product a.junsheen-direct-contact::after {
  content: none !important;
  display: none !important;
}
.single-product a.junsheen-direct-contact:hover,
.single-product a.junsheen-direct-contact:focus,
.single-product a.junsheen-direct-contact:focus-visible {
  background: #1ebe5d !important;
  background-color: #1ebe5d !important;
  border-color: #1ebe5d !important;
  color: #ffffff !important;
}
.single-product a.junsheen-direct-contact:active {
  background: #128c7e !important;
  background-color: #128c7e !important;
  border-color: #128c7e !important;
  color: #ffffff !important;
}
/* JUNSHEEN DIRECT CONTACT FIX END */

/* JUNSHEEN PREMIUM PRODUCT UI END *//**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
