/* ===== GLOBAL FIX ===== */

.product-hero,
.product-hero *,
.product-types-section,
.product-types-section * {
  box-sizing: border-box !important;
}

.product-hero,
.product-types-section {
  width: 100% !important;
  overflow-x: hidden !important;
}

/* ===== PRODUCT HERO ===== */

.product-hero {
  padding: 92px 150px 100px !important;
  background: #ffffff !important;
}

.product-hero__grid {
  width: 100% !important;
  max-width: 1576px !important;
  margin: 0 auto !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
  gap: 24px !important;
  align-items: center !important;
}

.product-hero__media {
  width: 100% !important;
  max-width: 100% !important;
}

.image-with-hotspots {
  position: relative !important;
  width: 100% !important;
  max-width: 776px !important;
  aspect-ratio: 776 / 600 !important;
  height: auto !important;
  border-radius: 14px !important;
  overflow: visible !important;
}

.image-with-hotspots img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.hotspot {
  position: absolute !important;
  right: 28px !important;
  width: 50px !important;
  height: 50px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  cursor: pointer !important;
  z-index: 2 !important;
}

.hotspot--1 {
  top: 28px !important;
}

.hotspot--2 {
  top: 94px !important;
}

.hotspot--3 {
  top: 160px !important;
}

.hotspot--4 {
  top: 226px !important;
}

.product-hero__content {
  display: flex !important;
  width: 620px !important;
  max-width: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 30px !important;
  flex-shrink: 0 !important;
}

.product-hero__header {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 30px !important;
  align-self: stretch !important;
}

.product-hero__title-main {
  margin: 0 !important;
  color: #151515 !important;
  font-family: Poppins, sans-serif !important;
  font-size: 50px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.product-hero__intro {
  margin: 0 !important;
  color: #4a4a4a !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.product-hero__share-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
}

.product-hero__share-label {
  margin: 0 !important;
  color: #151515 !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.product-hero__share-links {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  flex-wrap: wrap !important;
}

.socmed {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.socmed img {
  width: 15px !important;
  height: 18px !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}

.product-hero__share-links a {
  color: #4a4a4a !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  text-decoration: none !important;
}

.product-hero__cta {
  display: flex !important;
  padding-top: 30px !important;
  align-items: center !important;
  gap: 30px !important;
  align-self: stretch !important;
  border-top: 1px solid #e5e5e5 !important;
}

.product-hero__cta p {
  margin: 0 !important;
  color: #151515 !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.btn--primary {
  display: inline-flex !important;
  height: 40px !important;
  padding: 0 15px !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  border-radius: 999px !important;
  background: #ed1c24 !important;
  border: 1px solid #ed1c24 !important;
  color: #fff !important;
  font-family: Lato, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 530 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}

.btn--primary:hover {
  background: transparent !important;
  border-color: #ed1c24 !important;
  color: #ed1c24 !important;
}

/* ===== PRODUCT TYPES ===== */

.product-types-section {
  padding: 40px 140px 100px !important;
  background: #ffffff !important;
}

.product-types__inner {
  width: 100% !important;
  max-width: 1576px !important;
  margin: 0 auto !important;
}

.product-types__title-wrap {
  width: 650px !important;
  max-width: 100% !important;
  margin-bottom: 60px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
}

.product-types__eyebrow {
  margin: 0 !important;
  color: #ed1c24 !important;
  font-family: Lato, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.product-types__heading {
  margin: 0 !important;
  color: #151515 !important;
  font-family: Poppins, sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.product-types__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

.product-type-card {
  position: relative !important;
  width: 100% !important;
  height: 500px !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.product-type-card__link {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.product-type-card__image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1) !important;
  transition: transform 0.2s ease-out !important;
}

.product-type-card:hover .product-type-card__image {
  transform: scale(1.35) !important;
}

.product-type-card__overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  border-radius: 10px !important;
  background: linear-gradient(
    180deg,
    rgba(21, 21, 21, 0) 0%,
    rgba(41, 41, 41, 0.7) 100%
  ) !important;
}

.product-type-card__content {
  position: absolute !important;
  left: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  z-index: 2 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 20px !important;
}

.product-type-card__content h3 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Poppins, sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.product-type-card__content p {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-weight: 350 !important;
  line-height: 24px !important;
  min-height: 80px !important;
}

.product-type-card__button {
  display: inline-flex !important;
  min-width: 120px !important;
  height: 40px !important;
  padding: 8px 16px !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 100px !important;
  border: 1px solid #ed1c24 !important;
  background: #ed1c24 !important;
  color: #ffffff !important;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  text-align: center !important;
  transition: all 0.35s ease !important;
}

.product-type-card__button:hover {
  background: transparent !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}

/* ===== RESPONSIVE ===== */

@media (min-width: 1367px) {
  .product-hero,
  .product-types-section {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}

@media (max-width: 1366px) {
  .product-hero,
  .product-types-section {
    padding-left: 68px !important;
    padding-right: 68px !important;
  }

  .product-hero {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
  }

  .product-hero__grid {
    grid-template-columns: minmax(0, 58%) minmax(0, 42%) !important;
    gap: 60px !important;
  }

  .product-hero__content {
    width: 100% !important;
    min-width: 0 !important;
  }

  .product-hero__title-main {
    font-size: 50px !important;
  }

  .product-hero__intro {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .product-hero__media,
  .product-hero__content,
  .image-with-hotspots {
    width: 100% !important;
  }

  .image-with-hotspots {
    height: auto !important;
    aspect-ratio: 776 / 600 !important;
  }

  .product-type-card {
    height: 460px !important;
  }

  .product-hero__content {
    min-width: 0 !important;
    width: 100% !important;
  }

  .product-hero__intro {
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .product-hero,
  .product-types-section {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .product-hero {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .product-hero__grid {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%) !important;
    gap: 30px !important;
  }

  .product-hero__title-main {
    font-size: 50px !important;
  }

  .product-hero__intro {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .product-hero__content {
    min-width: 0 !important;
    width: 100% !important;
  }

  .product-types__title-wrap {
    width: 100% !important;
  }

  .product-types__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .product-type-card {
    height: 460px !important;
  }
}

@media (max-width: 990px) {
  .product-hero {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }

  .product-hero__title-main {
    font-size: 42px !important;
  }

  .product-types__heading {
    font-size: 36px !important;
  }

  .product-type-card {
    height: 360px !important;
  }

  .product-hero__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
  }

  .product-hero__title-main {
    font-size: 34px !important;
  }

  .product-hero__intro {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .product-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .product-hero,
  .product-types-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .product-hero {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }

  .product-hero__grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .product-types__grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .product-type-card {
    height: 420px !important;
  }

  .product-type-card__content {
    padding: 20px !important;
  }

  .product-type-card__content h3 {
    font-size: 20px !important;
  }

  .product-type-card__content p {
    font-size: 12px !important;
    line-height: 18px !important;
    min-height: 80px !important;
  }

  .image-with-hotspots {
    border-radius: 10px !important;
  }

  .hotspot {
    width: 40px !important;
    height: 40px !important;
    right: 14px !important;
  }

  .hotspot--1 {
    top: 16px !important;
  }

  .hotspot--2 {
    top: 66px !important;
  }

  .hotspot--3 {
    top: 116px !important;
  }

  .hotspot--4 {
    top: 166px !important;
  }

  .product-hero__title-main {
    font-size: 38px !important;
  }

  .product-hero__intro {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .product-hero__share-links {
    gap: 18px !important;
  }

  .product-hero__cta {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }

  .product-types-section {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }

  .product-types__title-wrap {
    margin-bottom: 40px !important;
    gap: 18px !important;
  }

  .product-types__eyebrow {
    font-size: 16px !important;
  }

  .product-types__heading {
    font-size: 34px !important;
  }

  .product-types__grid {
    grid-template-columns: 1fr !important;
  }

  .product-type-card {
    height: 420px !important;
  }

  .product-type-card__content {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }

  .product-type-card__content h3 {
    font-size: 22px !important;
  }

  .product-type-card__content p {
    font-size: 14px !important;
    line-height: 22px !important;
    min-height: 80px !important;
  }
}

@media (max-width: 575px) {
  .product-hero,
  .product-types-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .product-hero {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }

  .product-hero__title-main {
    font-size: 34px !important;
  }

  .product-hero__cta p {
    font-size: 15px !important;
  }

  .product-types-section {
    padding-top: 28px !important;
    padding-bottom: 50px !important;
  }

  .product-type-card {
    height: 380px !important;
  }
}

@media (max-width: 360px) {
  .product-hero,
  .product-types-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .product-hero__title-main {
    font-size: 30px !important;
  }

  .product-hero__intro {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .product-hero__share-links {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .product-type-card {
    height: 360px !important;
  }
}

@media (max-width: 990px) {
  .product-hero {
    padding: 30px 20px 50px !important;
  }

  .product-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .product-hero__media,
  .product-hero__content,
  .image-with-hotspots {
    width: 100% !important;
  }

  .image-with-hotspots {
    height: auto !important;
    aspect-ratio: 776 / 600 !important;
    border-radius: 10px !important;
  }

  .product-hero__content {
    gap: 24px !important;
  }

  .product-hero__title-main {
    font-size: 34px !important;
  }

  .product-hero__intro {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .product-hero__share-links {
    gap: 18px !important;
  }

  .product-hero__cta {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }

  .product-types-section {
    padding: 30px 20px 60px !important;
  }

  .product-types__title-wrap {
    width: 100% !important;
    margin-bottom: 30px !important;
    gap: 16px !important;
  }

  .product-types__heading {
    font-size: 34px !important;
  }

  .product-types__grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .product-type-card {
    width: 100% !important;
    height: 420px !important;
  }
}



@media (min-width: 991px) {

  .product-hero__grid {
    display: grid !important;
    grid-template-columns: 58% 42% !important;
    gap: 150px !important;
    align-items: center !important;
  }

  .product-hero__media {
    width: 100% !important;
  }

  .image-with-hotspots {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 776 / 600 !important;
  }

  .product-hero__content {
    width: 100% !important;
    min-width: 0 !important;
  }

  .product-hero__intro {
    width: 100% !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .product-types__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .product-types__grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== HERO RESPONSIVE FIX ONLY ===== */

@media (min-width: 991px) {
  .product-hero {
    padding: 92px 140px 100px !important;
  }

  .product-hero__grid {
    display: grid !important;
 grid-template-columns: minmax(0, 55%) minmax(380px, 45%) !important;
  gap: clamp(40px, 6vw, 150px) !important;
    align-items: center !important;
    max-width: 1576px !important;
    margin: 0 auto !important;
  }

  .product-hero__media {
  width: 100% !important;
  max-width: 776px !important;
  min-width: 0 !important;
  }

  .image-with-hotspots {
  width: 100% !important;
  max-width: 680px !important;
  aspect-ratio: 776 / 600 !important;
  height: auto !important;
  }

  .product-hero__content {
    width: 100% !important;
    max-width: 650px !important;
    min-width: 0 !important;
  }

  .product-hero__title-main {
    font-size: 50px !important;
  }

  .product-hero__intro {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

@media (max-width: 990px) {
  .product-hero {
    padding: 30px 20px 50px !important;
  }

  .product-hero__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .product-hero__media,
  .product-hero__content,
  .image-with-hotspots {
    width: 100% !important;
    max-width: 100% !important;
  }

  .image-with-hotspots {
    height: auto !important;
    aspect-ratio: 776 / 600 !important;
  }

  .product-hero__title-main {
    font-size: 34px !important;
  }

  .product-hero__intro {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .product-hero__cta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (min-width: 991px) and (max-width: 1700px) {
  .product-hero__grid {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%) !important;
    gap: 90px !important;
    align-items: flex-start !important;
  }

  .product-hero__media {
    width: 100% !important;
    max-width: 620px !important;
  }

  .image-with-hotspots {
    width: 100% !important;
    max-width: 620px !important;
    height: auto !important;
    aspect-ratio: 776 / 600 !important;
    overflow: hidden !important;
  }

  .image-with-hotspots img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  .product-hero__content {
    width: 100% !important;
    max-width: 650px !important;
  }
}

