.product-page {
  color: #8d8d8d;
  font-family: "Gotham-book", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
  color: #15245a;
  /* font-weight: 700; */
  font-family: "Gotham-book", sans-serif;
  text-transform: uppercase;
}

p,
li {
  font-weight: 400;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.divider {
  width: 60px;
  height: 3px;
  background: #8d8d8d;
  margin: 10px 0 30px;
}

.product-page .owl-nav .owl-next i,
.product-page .owl-nav .owl-prev i {
  font-size: 1.2rem;
  color: #15245a;
}

.product-page .owl-nav .owl-next,
.product-page .owl-nav .owl-prev {
  width: 30px;
  cursor: pointer;
  height: 30px;
  border-radius: 50% !important;
  border: 2px solid #15245a !important;
}

.product-page .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 15px;
}

.product-page .owl-nav button {
  pointer-events: all;
  background: #fff;
  border: 2px solid #15245a !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .owl-nav button:hover {
  background: #15245a;
}

.product-page .owl-nav button:hover i {
  color: #fff;
}

/* ===========================
   SECTION SPACING
=========================== */
.hero,
.other-leading-brand-hero {
  padding: 80px 0 40px 0;
}

.subsection,
.starch-table-section,
.packaging-section,
.diet-consistency-section,
.certification {
  padding: 60px 0 30px 0;
  margin-bottom: 30px;
}
.packaging-wrapper {
  width: 100%;
}
.packaging-section {
  display: flex;
  align-items: center;
  min-height: 300px;
}

/* ===========================
   HERO SECTION
=========================== */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 22px;
  max-width: 700px;
}

.hero p {
  max-width: 700px;
}

.circle-image {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.blue-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #15245a;
}

.product-img {
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  right: 1px;
}

/* ===========================
   PRODUCT LISTING
=========================== */
.product-listing {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.product-description {
  flex: 1;
  min-width: 280px;
}

.product-description p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.product-description h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-description ul {
  list-style: disc;
  padding-left: 20px;
}

.product-description li {
  margin-bottom: 8px;
}

.product-image {
  width: 20%;
  height: 400px;
  text-align: center;
}

.product-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===========================
   TABLES (PACK SIZES & PRODUCT RANGE)
=========================== */
.starch-table-section {
  padding: 40px 0 20px 0;
}

.table-wrapper,
.table-responsive {
  overflow-x: auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid #15245a;
  padding: 10px 15px;
  text-align: center;
}

.table td,
.table th {
  border-top: 1px solid #15245a;
}
table thead th {
  background: #15245a;
  color: #fff;
  font-weight: normal;
}

table td {
  color: #8d8d8d;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.row-label {
  text-align: left;
  background: #f9fafb;
  color: #15245a;
}

tbody tr:hover td {
  background: rgba(21, 36, 90, 0.04);
}

.product-range-heading {
  background-color: #15245a;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0;
  font-weight: bold;
}

/* ===========================
   DIET / APPLICATION SECTION
=========================== */
.diet-consistency-section .content-wrapper {
  display: flex;
}

.info-card {
  background: #15245a;
  padding: 25px 45px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 45px 0 0 45px;
  min-height: 390px;
  gap: 20px;
}

.title {
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.info-card .divider {
  width: 60px;
  height: 3px;
  background: #ec8129;
  margin: 10px 0 25px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 3px;
  color: #fff;
}

.list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #e79858e2;
}

.list.secondary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

.image-card {
  width: 45%;
  position: relative;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.attributes {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Certification strip */
.cert-strip {
  display: flex;
  gap: 18px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  border-radius: 30px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
}

.cert-item svg {
  width: 18px;
  height: 18px;
  fill: #ec8129;
}

.cert-item span {
  font-size: 12px;
  font-weight: 600;
}

/* ===========================
   PACKAGING SECTION
=========================== */
.packaging-wrapper {
  display: flex;
  /* gap: 40px; */
  align-items: center;
}

.packaging-info {
  width: 50%;
}

.packaging-title {
  font-size: 28px;
  font-weight: 700;
  color: #15245a;
  margin-bottom: 20px;
  font-family: Gotham-book;
}

.packaging-list {
  list-style: none;
  padding: 0;
}

.packaging-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
}

.packaging-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #15245a;
  font-weight: 700;
}

.packaging-image {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
}

.packaging-image img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  transition: 0.6s;
}

.packaging-item {
  cursor: pointer;
}

.packaging-item.active {
  font-weight: bold !important;
  color: #15245a;
}

/* Carousel nav */
.packaging-carousel .owl-nav button {
  background: #fff;
  border: 2px solid #15245a;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.packaging-carousel .owl-nav button:hover {
  background: #15245a;
}

.packaging-carousel .owl-nav button:hover i {
  color: #fff;
}

/* ===========================
   CERTIFICATIONS
=========================== */

.certification-wrapper {
  position: relative;
}

.certification-wrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.certification .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 100px;

  gap: 20px;
}

/* .certification .owl-item {
  padding: 15px;
} */

.cert-card {
  background: #f2f0f0;
  border-radius: 16px;
  padding: 25px 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  /* box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15); */
}

.cert-card img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}

.cert-card:hover {
  transform: translateY(-6px);
}

/* ===========================
   SALES SECTION
=========================== */
.contact-link {
  color: #8d8d8d;
  text-decoration: none;
  position: relative;
}
.contact-link:hover {
  color: #15245a;
}

.contact-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  left: 0;
  bottom: -3px;
  background-color: #15245a;
  transition: width 0.6s ease;
}

.contact-link:hover::after {
  width: 100%;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 992px) {
  .certification-wrapper {
    padding: 0;
  }
  .packaging-info,
  .packaging-image {
    width: 100%;
    height: auto;
  }
  .hero-grid {
    gap: 30px;
  }
  .info-card {
    width: 100%;
    border-radius: 0;
    padding: 25px 15px;
  }
  .image-card {
    width: 100%;
    border-radius: 0;
  }
  .hero-grid,
  .content-wrapper,
  .packaging-wrapper {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero h1,
  .hero p,
  .product-description {
    max-width: 100%;
  }

  .product-image,
  .image-card img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  table th,
  .product-range table td {
    width: 50%;
    text-align: center;
    word-wrap: break-word;
  }

  .hero,
  .other-leading-brand-hero {
    padding: 40px 0;
  }
  .hero h1,
  h1 {
    font-size: 38px;
  }
  .subsection,
  .starch-table-section,
  .packaging-section,
  .diet-consistency-section,
  .certification {
    padding: 30px 0;
    margin-bottom: 10px;
  }
  .circle-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .packaging-info {
    width: 100%;
  }
  .certification .owl-stage {
    gap: 0;
  }
}

@media (max-width: 420px) {

  .hero,
  .other-leading-brand-hero {
    padding: 40px 0 20px 0;
  }
  .subsection,
  .starch-table-section,
  .packaging-section,
  .diet-consistency-section,
  .certification {
    padding: 20px 0;
  }
  .hero h1,
  h1 {
    font-size: 36px;
  }
  h2,
  h3 {
    font-size: 28px !important;
  }

  p,
  li,
  td,
  th {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .circle-image {
    height: 200px;
    width: 200px;
    margin: 15px auto;
  }
  .hero h1,
  h1 {
    font-size: 32px;
  }
  h2,
  h3 {
    font-size: 24px !important;
  }
}
