.elementor-76 .elementor-element.elementor-element-dadc9e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-989ac52 *//* =========================================
   PRODUCT HERO — official layout
   Paste into Elementor Site Settings → Custom CSS
   Shortcode: [ap_pdp_hero]
========================================= */

.ap-pdp-hero {
  --ap-navy: #00205b;
  --ap-navy-deep: #001845;
  --ap-teal: #03838c;
  --ap-blue: #1155cb;
  --ap-white: #ffffff;
  --ap-bg: #eef7fb;
  --ap-text: #40506d;

  box-sizing: border-box;
  width: 100%;
  padding: 48px 24px 56px;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  color: var(--ap-navy);
  background:
    radial-gradient(circle at 12% 18%, rgba(3, 131, 140, 0.12), transparent 28%),
    linear-gradient(180deg, #f4fafc 0%, var(--ap-bg) 100%);
  -webkit-font-smoothing: antialiased;
}

.ap-pdp-hero *,
.ap-pdp-hero *::before,
.ap-pdp-hero *::after {
  box-sizing: border-box;
}

.ap-pdp-hero__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: 40px 48px;
  align-items: start;
}

.ap-pdp-hero__gallery {
  display: grid;
  gap: 14px;
}

.ap-pdp-hero__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 28px;
  border: 1px solid rgba(0, 32, 91, 0.08);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.75)),
    radial-gradient(circle at 50% 100%, rgba(3, 131, 140, 0.08), transparent 55%);
}

.ap-pdp-hero__main-img {
  display: block;
  width: min(100%, 380px);
  height: auto;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 32, 91, 0.14));
}

.ap-pdp-hero__thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.ap-pdp-hero__thumb {
  appearance: none;
  margin: 0;
  padding: 6px;
  border: 2px solid rgba(0, 32, 91, 0.1);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.ap-pdp-hero__thumb img {
  display: block;
  width: 100%;
  height: 52px;
  object-fit: contain;
}

.ap-pdp-hero__thumb.is-active,
.ap-pdp-hero__thumb:hover {
  border-color: var(--ap-teal);
}

.ap-pdp-hero__eyebrow {
  margin: 0 0 10px;
  color: var(--ap-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ap-pdp-hero__title {
  margin: 0;
  color: var(--ap-navy);
  font-family: "Barlow", "IBM Plex Sans", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
}

.ap-pdp-hero__pack {
  margin: 10px 0 0;
  color: var(--ap-navy);
  font-size: 15px;
  font-weight: 700;
}

.ap-pdp-hero__desc {
  margin: 14px 0 0;
  max-width: 34em;
  color: var(--ap-text);
  font-size: 16px;
  line-height: 1.65;
}

.ap-pdp-hero__price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin-top: 20px;
}

.ap-pdp-hero__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.ap-pdp-hero__price-old {
  color: #7a879f;
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
}

.ap-pdp-hero__price-now {
  color: var(--ap-navy);
  font-size: 30px;
  font-weight: 800;
}

.ap-pdp-hero__ship {
  margin: 0;
  color: var(--ap-teal);
  font-size: 14px;
  font-weight: 700;
}

.ap-pdp-hero__supply {
  margin: 10px 0 0;
  color: #152f72;
  font-size: 14px;
  font-weight: 600;
}

.ap-pdp-hero__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ap-pdp-hero__list li {
  position: relative;
  padding-left: 28px;
  color: var(--ap-navy);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

.ap-pdp-hero__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ap-teal);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.55);
}

.ap-pdp-hero__cart {
  margin-top: 26px;
  max-width: 460px;
}

.ap-pdp-hero__qty-label {
  display: block;
  margin-bottom: 8px;
  color: #61708c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ap-pdp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.ap-pdp-hero__qty {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(0, 32, 91, 0.14);
  background: #fff;
}

.ap-pdp-hero__qty-btn {
  width: 44px;
  height: 52px;
  border: 0;
  background: transparent;
  color: var(--ap-navy);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.ap-pdp-hero__qty-input {
  width: 56px;
  height: 52px;
  border: 0;
  border-left: 1px solid rgba(0, 32, 91, 0.1);
  border-right: 1px solid rgba(0, 32, 91, 0.1);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--ap-navy);
}

.ap-pdp-hero__add {
  flex: 1 1 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 4px;
  background: var(--ap-blue) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ap-pdp-hero__add:hover {
  background: #0e4ab3 !important;
}

/* Hide default WC leftover if still in template */
.elementor-widget-woocommerce-product-title,
.elementor-widget-woocommerce-product-price,
.elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-woocommerce-product-images {
  display: none !important;
}

@media (max-width: 900px) {
  .ap-pdp-hero {
    padding: 32px 16px 40px;
  }

  .ap-pdp-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ap-pdp-hero__stage {
    min-height: 280px;
  }

  .ap-pdp-hero__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}/* End custom CSS */