/* Global Color Variables */
@import url("https://fonts.googleapis.com/css2?family=Freeman&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Just+Me+Again+Down+Here&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");

/* :root {
  --primary-dark: #000000;
  --secondary-dark: #2a2a2a;
  --accent-gold: #f5df9f;
  --text-light: #ffffff;
  --text-gray: #cccccc;
  --border-dark: #333333;
  --shadow-dark: rgba(0, 0, 0, 0.5);
  --brown: #6a442f;
  --prod-desc: #6a442f;
} */

body {
  background-color: #000;
  margin: 0;
  padding: 0;

  position: relative;
}

section {
  background-color: var(--primary-dark) !important;
}

.left-sticky-items {
  width: 50%;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: 2rem;
  bottom: 3rem;

  z-index: 100;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.sticky-cart {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 2rem;
  left: 1rem;

  z-index: 100;
}

.sticky-cart form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.add-to-cart {
  width: 170px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 100px !important;

  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;

  cursor: pointer;

  transition: all 0.2s ease;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

.add-to-cart:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.buy-now {
  width: 170px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 100px !important;

  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;

  cursor: pointer;

  transition: all 0.2s ease;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.05);
}

.buy-now:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Add to Cart and Buy Now Buttons for Combos - Bluish Style */
.combo-page .add-to-cart {
  background-color: rgba(59, 130, 246, 0.2) !important;
  border: 1px solid rgba(59, 130, 246, 0.5) !important;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2) !important;
  backdrop-filter: blur(10px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(150%) !important;
  color: #fff !important;
}

.combo-page .add-to-cart:hover {
  background-color: rgba(59, 130, 246, 0.35) !important;
  border: 1px solid rgba(59, 130, 246, 0.7) !important;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.3) !important;
  backdrop-filter: blur(15px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
}

.combo-page .buy-now {
  background-color: rgba(59, 130, 246, 0.15) !important;
  border: 1px solid rgba(59, 130, 246, 0.4) !important;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.15) !important;
  backdrop-filter: blur(10px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(150%) !important;
  color: #fff !important;
}

.combo-page .buy-now:hover {
  background-color: rgba(59, 130, 246, 0.3) !important;
  border: 1px solid rgba(59, 130, 246, 0.6) !important;
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.25) !important;
  backdrop-filter: blur(15px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
}

/* Buttons Container - Make all elements display in a row */
.buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  transition: all 0.3s ease-out;
}

/* Sticky cart scroll effects */
.sticky-cart {
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1000;
}

/* Quantity Controls */
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px !important;
  overflow: hidden;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

/* Quantity Controls for Combos - Bluish Style */
.combo-page .quantity-controls {
  border: 1px solid rgba(59, 130, 246, 0.5) !important;
  background: rgba(59, 130, 246, 0.15) !important;
  backdrop-filter: blur(10px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(150%) !important;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.2) !important;
}

.quantity-btn {
  width: 40px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1);
}

.quantity-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* Quantity Buttons for Combos - Bluish Style */
.combo-page .quantity-btn {
  background-color: rgba(59, 130, 246, 0.2) !important;
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2) !important;
  backdrop-filter: blur(10px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(150%) !important;
  border: none !important;
  color: #fff !important;
}

.combo-page .quantity-btn:hover {
  background-color: rgba(59, 130, 246, 0.35) !important;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3) !important;
  backdrop-filter: blur(15px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
}

.combo-page .quantity-btn:disabled {
  background-color: rgba(59, 130, 246, 0.1) !important;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

.quantity-btn:disabled {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: not-allowed;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}

.quantity-btn.minus {
  border-radius: 20px 0 0 20px;
}

.quantity-btn.plus {
  border-radius: 0 20px 20px 0;
}

.quantity-input {
  width: 60px;
  height: 50px;
  border: none !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  outline: none;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.quantity-input:focus {
  background-color: rgba(248, 249, 250, 0.95);
  backdrop-filter: blur(15px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}

.quantity-input:disabled {
  background-color: rgba(245, 245, 245, 0.8);
  color: #999;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 2px 8px rgba(245, 245, 245, 0.3);
}

/* Form styling for inline display */
.buttons form {
  display: inline-block;
  margin: 0;
}

@media (max-width: 768px) {
  .buttons {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  /* Reduce button sizes for mobile */
  .add-to-cart,
  .buy-now {
    width: 120px;
    height: 45px;
    font-size: 14px;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.1);
  }

  /* Add to Cart and Buy Now Buttons for Combos on Mobile - Bluish Style */
  .combo-page .add-to-cart {
    background-color: rgba(59, 130, 246, 0.2) !important;
    border: 1px solid rgba(59, 130, 246, 0.5) !important;
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.2) !important;
    backdrop-filter: blur(8px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
    color: #fff !important;
  }

  .combo-page .add-to-cart:hover {
    background-color: rgba(59, 130, 246, 0.35) !important;
    box-shadow: 0 8px 28px rgba(59, 130, 246, 0.3) !important;
  }

  .combo-page .buy-now {
    background-color: rgba(59, 130, 246, 0.15) !important;
    border: 1px solid rgba(59, 130, 246, 0.4) !important;
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.15) !important;
    backdrop-filter: blur(8px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(8px) saturate(150%) !important;
    color: #fff !important;
  }

  .combo-page .buy-now:hover {
    background-color: rgba(59, 130, 246, 0.3) !important;
    box-shadow: 0 8px 28px rgba(59, 130, 246, 0.25) !important;
  }

  /* Reduce quantity controls for mobile */
  .quantity-controls {
    border-radius: 3px;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.1);
  }

  .quantity-btn {
    width: 32px;
    height: 40px;
    font-size: 16px;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    box-shadow: 0 3px 12px rgba(255, 255, 255, 0.1);
  }

  /* Quantity Controls for Combos on Mobile - Bluish Style */
  .combo-page .quantity-controls {
    border: 1px solid rgba(59, 130, 246, 0.5) !important;
    background: rgba(59, 130, 246, 0.15) !important;
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.2) !important;
  }

  /* Quantity Buttons for Combos on Mobile - Bluish Style */
  .combo-page .quantity-btn {
    background-color: rgba(59, 130, 246, 0.2) !important;
    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.2) !important;
  }

  .quantity-input {
    width: 40px !important;
    height: 40px;
    font-size: 14px;
    backdrop-filter: blur(8px) saturate(150%);
    -webkit-backdrop-filter: blur(8px) saturate(150%);
    box-shadow: 0 3px 12px rgba(255, 255, 255, 0.25);
  }
}

/* Product Price Display Styles */
.product-price-display {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

/* Product Attributes Display Styles */
.product-attributes-display {
  width: 100%;
  margin: 15px 0;
  text-align: center;
}

.attributes-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.attribute-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.attribute-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.attribute-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.attribute-values {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-light);
}

.price-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.sale-price {
  font-size: 2rem;
  font-weight: 500;
  color: var(--accent-gold);
  font-family: "Freeman", sans-serif;
}

.regular-price {
  font-size: 2rem;
  font-weight: 500;
  color: var(--accent-gold);
  font-family: "Freeman", sans-serif;
}

.regular-price-crossed {
  font-size: 1.5rem;
  font-weight: 500;
  color: #f9f9f9;
  text-decoration: line-through;
  font-family: "Freeman", sans-serif;
}

.discount-badge {
  background-color: #ff4444;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* MRP Form Styles */
.mrp-form {
  width: 100%;
  margin: 20px 0;
}

.mrp-form-container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.mrp-input {
  flex: 1;
  height: 50px !important;
  padding: 0 15px;
  border: 2px solid var(--accent-gold);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #333;
  outline: none;
  transition: border-color 0.3s ease;
}

.mrp-input:focus {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(56, 152, 236, 0.1);
}

.mrp-input::placeholder {
  color: #999;
  font-weight: 400;
}

.mrp-submit {
  height: 50px;
  min-width: 140px;
  background-color: var(--accent-gold);
  border: 2px solid var(--accent-gold);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.mrp-submit:hover {
  background-color: var(--accent-gold);
  border-color: var(--accent-gold);
  transform: translateY(-1px);
}

.mrp-submit:active {
  transform: translateY(0);
}

/* Mobile responsive for MRP form */
@media (max-width: 768px) {
  .mrp-form {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mrp-form-container {
    flex-direction: row;
    gap: 8px;
    width: 90%;
  }

  .mrp-input {
    flex: 1;
    height: 50px !important;
    font-size: 14px;
  }

  .btn-prod.mrp-submit {
    width: 120px;
    height: 50px !important;
    font-size: 13px;
    border-radius: 4px !important;
  }

  /* Mobile responsive for price display */
  .product-price-display {
    margin: 10px 0;
  }

  .price-container {
    gap: 10px;
  }

  .sale-price,
  .regular-price {
    font-size: 1.3rem;
  }

  .regular-price-crossed {
    font-size: 1.3rem;
  }

  .discount-badge {
    font-size: 0.8rem;
    padding: 4px 10px;
  }

  /* Mobile responsive for product attributes */
  .product-attributes-display {
    margin: 10px 0;
  }

  .attributes-container {
    gap: 6px;
  }

  .attribute-item {
    padding: 6px 12px;
    gap: 6px;
  }

  .attribute-label {
    font-size: 0.8rem;
  }

  .attribute-values {
    font-size: 0.8rem;
  }
}

.left-sticky-items .description {
  width: 100%;
  height: auto;
  display: inline-block;
}

.left-sticky-items .description .description-title {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.left-sticky-items .description .read-more {
  color: var(--accent-gold);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: underline;

  padding-left: 0rem;
}

.left-sticky-items .description .read-more:hover {
  color: var(--accent-gold);
  opacity: 0.5;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

#read-more-mobile {
  text-decoration: underline;
  cursor: pointer;
  color: var(--accent-gold);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sticky-desktopreviews {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  z-index: 100;
}

.sticky-desktopreviews p {
  color: var(--accent-gold);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sticky-desktopreviews p span {
  color: var(--accent-gold);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.sticky-desktopreviews p span i {
  color: var(--accent-gold);
  font-size: 1rem;
  letter-spacing: 1px;
}

.sticky-desktopreviews p span.amazon-rating-text {
  color: var(--text-gray);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .sticky-cart {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 2rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sticky-cart form {
    padding: 0;
    margin: 0;
    width: auto !important;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sticky-desktopreviews {
    display: none;
  }
}

.description-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100;

  display: none;
  justify-content: center;
  align-items: center;
}

.description-wrapper .description-wrapper-container {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin-top: 50px;
  max-height: 70svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;

  background-color: var(--accent-gold);
  border-radius: 10px;

  padding: 2rem 2rem 2rem 2rem;
  box-sizing: border-box;

  position: relative;
  overflow: auto;
}

.description-wrapper h2 {
  color: var(--primary-dark);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.description-wrapper p {
  color: var(--primary-dark);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.close-description-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: var(--primary-dark);
  transition: all 0.2s ease;
}

.close-description-wrapper:hover {
  opacity: 0.5;
}

/* ======================================================= */

main {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0;
}

section {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.products-hero {
  width: 100%;
  height: 100svh;
  max-height: 750px;
  min-height: 750px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;

  position: relative;

  overflow: hidden;
}

.products-hero .content {
  width: 100%;
  height: 100%;
  /* background-color: red; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;

  gap: 1rem;

  position: absolute;
  top: 70px;
  left: 0;
  z-index: 10;
}

.products-hero .content h1 {
  color: var(--accent-gold);
  font-size: 10rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Antonio", sans-serif !important;

  animation: hero-title-slide-in 1s ease-in-out forwards;
}

@keyframes hero-title-slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.products-hero .content img {
  width: auto;
  height: 2rem;
  object-fit: contain;
}

.products-hero .products-container {
  width: 100%;
  height: 500px;

  padding: 0 5%;

  padding-bottom: 2rem;

  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;

  position: relative;
  z-index: 15;

  position: relative;
}

.products-hero .products-container .black-shadow {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;

  z-index: 5;
}

.products-hero .products-container .product-card {
  width: 30%;
  max-width: 30vw;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
  z-index: 10;
}

.products-hero .products-container .product-card .product-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--accent-gold) !important;

  background-color: transparent !important;

  padding: 0rem !important;
  box-sizing: border-box;
}

.products-hero .products-container .product-card .product-card-description {
  height: 50px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;

  /* background-color: #f11b1b; */
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "Freeman", sans-serif;
  text-transform: capitalize;

  color: var(--accent-gold) !important;
}

.products-hero .products-container .product-card-title {
  font-size: 5rem;
  font-weight: 700;
  color: var(--primary-dark) !important;
  background-color: var(--accent-gold) !important;
  width: 100%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Antonio", sans-serif !important;
}

.products-hero .products-container .product-card-subtitle {
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent-gold) !important;
  background-color: #00000000 !important;
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Antonio", sans-serif !important;
}

.products-hero .products-container .product-card-main {
  width: 40%;
  height: 100%;
  max-width: 40vw;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
  z-index: 3;
}

.products-hero .products-container .product-card-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  transform: translate(0%, 0%) rotate(0deg);
  animation: moveUp 2s ease;
  animation-fill-mode: forwards;
}

@keyframes moveUp {
  0% {
    transform: translate(-100%, -100%) rotate(180deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(20deg);
  }
}

.products-hero .products-container .product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .products-hero {
    width: 100%;
    height: 60svh;
    max-height: 500px;
    min-height: 500px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;

    position: relative;

    overflow: hidden;
  }

  .products-hero .products-container .product-card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .products-hero .content h1 {
    color: var(--accent-gold);
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
  }

  .products-hero .content img {
    width: auto;
    height: 1.5rem;
    object-fit: contain;
  }

  .products-hero .products-container {
    width: 100%;
    height: 500px;

    padding: 2%;

    padding-bottom: 2rem;

    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;

    position: relative;
    z-index: 15;

    position: relative;
  }

  .products-hero .products-container .product-card.left {
    width: 35%;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    left: 5px;
    bottom: 0;
    z-index: 10;
  }

  .products-hero .products-container .product-card.right {
    width: 35%;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    right: 5px;
    bottom: 0;
    z-index: 10;

    padding-left: 0rem;
  }

  .products-hero .products-container .product-card .product-card-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 0.5rem 0.5rem 0 0.5rem;
    box-sizing: border-box;

    background-color: var(--accent-gold);
  }

  .products-hero .products-container .product-card-title {
    font-size: 3rem !important;
    font-weight: 700;
    color: var(--accent-gold);

    width: 100%;
    height: 55% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Freeman", sans-serif;
  }

  .products-hero .products-container .product-card-subtitle {
    font-size: 1.5rem !important;
    font-weight: 800;
    color: var(--brown);
    background-color: #00000000;
    width: 100%;
    height: 45% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Freeman", sans-serif;
  }

  .products-hero .products-container .product-card-main {
    width: 80% !important;
    max-width: 60vw !important;
    height: 100% !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 3;
  }

  .products-hero .products-container .product-card-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    transform: translate(0%, 0%) rotate(0deg);
    animation: moveUp 2s ease;
    animation-fill-mode: forwards;

    padding-top: 50%;
  }

  .products-hero .products-container .product-card .product-card-description {
    display: none !important;
  }
}

/* ------------------- Chocolate Overlay Section ------------------- */
.overlay-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: space-between;
  align-items: start;

  z-index: 1;
}

.overlay-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;

  position: relative;
  z-index: 1;
}

.overlay-container .left-overlay {
  width: 50vw;
  height: 100%;
  object-fit: contain;

  position: absolute;
  left: -15vw;
  top: 0;
}

.overlay-container .center-overlay {
  width: 100%;
  height: 50%;
  object-fit: contain;

  position: absolute;
  left: 0%;
  top: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-container .right-overlay {
  width: 50vw;
  height: 100%;
  object-fit: contain;

  position: absolute;
  right: -15vw;
  top: 0;
}

.moveLeft {
  animation: moveLeft 1.5s ease-in-out forwards;
}

.moveRight {
  animation: moveRight 1.5s ease-in-out forwards;
}

.moveCenter {
  animation: moveCenter 1.5s ease-in-out forwards;
}

@keyframes moveLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveCenter {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 1300px) {
  .products-hero .products-container {
    width: 100%;
    height: 500px;

    padding-left: 2%;
    padding-right: 2%;

    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;

    position: relative;

    position: relative;
  }

  .products-hero .products-container .product-card {
    width: 30%;
    max-width: 30vw;
    height: 100%;
    max-height: 250px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
  }

  .products-hero .products-container .product-card .product-card-description {
    height: 50px;
    min-height: 50px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    color: var(--accent-gold);
    /* background-color: #f11b1b; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Freeman", sans-serif;
    text-transform: capitalize;
  }

  .products-hero .products-container .product-card-title {
    font-size: 4rem;
    font-weight: 700;
    color: var(--accent-gold);
    background-color: #000000;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Freeman", sans-serif;
  }

  .products-hero .products-container .product-card-subtitle {
    font-size: 2rem !important;
    font-weight: 800;
    color: var(--brown);
    background-color: #00000000;
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Freeman", sans-serif;
  }
}

@media (min-width: 768px) {
  .products-hero.mobile {
    display: none;
  }
  .products-hero.desktop {
    display: flex;
  }
}

@media (max-width: 768px) {
  .products-hero.desktop {
    display: none;
  }
  .products-hero.mobile {
    display: flex;
  }
}

@media (max-width: 768px) {
  /* .products-hero {
    width: 100%;
    height: 1400px;
    max-height: 1400px;
    min-height: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;

    position: relative;

    overflow: hidden;
  } */

  .products-hero.mobile {
    height: 1800px !important;
    max-height: 180vh;
    min-height: auto;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    position: relative !important;

    background-color: #000;
  }

  #overlay-container-mobile {
    width: 100%;
    height: 1000px;

    display: flex;
    justify-content: space-between;
    align-items: start;

    position: fixed;
    top: 330px;
    left: 0;
    z-index: 10;
  }

  .overlay-container-mobile .content h1 {
    width: 100%;
    height: auto;
    margin-top: -300px;
  }

  .overlay-container .center-overlay {
    width: 70%;
    height: 60%;
    object-fit: contain;

    position: absolute;
    left: 0%;
    top: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    rotate: 10deg;

    margin-left: 15%;
  }

  .products-hero .products-container {
    width: 100%;
    height: auto !important;

    margin-top: 100vh !important;

    padding: 0 !important;
    padding-bottom: 5rem !important;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 15;
  }

  .products-hero .products-container .product-card.left,
  .products-hero .products-container .product-card.right {
    width: 43%;
    max-width: 45%;
    height: 160px;
    max-height: 160px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
    right: 5px;
    bottom: 0;
    z-index: 10;

    padding-left: 0rem;
  }

  .products-hero .products-container .black-shadow {
    width: 100%;
    height: 110%;
    min-height: 500px;
    background: linear-gradient(
      to top,
      var(--primary-dark),
      var(--primary-dark),
      #00000000
    );

    position: absolute;
    bottom: -150px;
    left: 0;

    z-index: 5;
    backdrop-filter: blur(2px);
  }

  /* -------------------- Amazon Rating -------------------- */
  .products-hero-mobile-description {
    font-size: 1rem;
    font-weight: 500;
    color: var(--accent-gold);
    text-align: center;
    width: 90%;
  }

  .products-hero-mobile-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .overlay-container-mobile .btn-prod {
    width: auto !important;
    height: auto;
    background-color: #fff !important;
    color: var(--brown) !important;
    font-weight: 600 !important;
    border: 1px solid #000000;
    border-radius: 4px !important;
    font-size: 1rem !important;
    margin: 0 auto !important;
    padding: 1rem 0.25rem !important;
  }

  .overlay-container-mobile .amazon-rating {
    font-size: 1rem;
    font-weight: 500;
    color: var(--accent-gold);
  }

  .overlay-container-mobile .amazon-rating span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--accent-gold);
  }

  .overlay-container-mobile .amazon-rating span i {
    font-size: 1rem;

    color: gold;
  }

  span.amazon-rating-text {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-gray) !important;
  }
}

@media (max-width: 500px) and (min-width: 400px) {
  .products-hero .products-container {
    width: 100%;
    height: auto !important;

    margin-top: 100vh;

    padding-bottom: 5rem !important;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: center;

    position: relative;
    z-index: 15;
  }
}

/* ------------------- Ingredients ------------------- */
.products-page .ingredients {
  width: 100%;
  height: 100%;

  padding: 5rem 0 2rem 0;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  background-color: var(--nutrition-bg) !important;
}

.products-page
  .ingredients
  .container
  .column
  .section-header
  .main-title
  .main-title-highlight
  .main-title-highlight-text {
  color: var(--nutrition-bg) !important;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  margin-left: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-dark);
  font-family: "Antonio", sans-serif !important;
  margin: 0.5rem;
  /* animation: main-title-highlight-text 1s 
ease-in-out forwards; */
}

.products-page .ingredients .container {
  width: 100%;
  height: 100%;
  padding-left: 5%;
  padding-right: 0%;
  box-sizing: border-box;

  display: flex;
  justify-content: center;
  align-items: stretch;

  position: relative;
}


.products-page .ingredients .container .column .ingredients-grid .ingredient-card p {
  font-family: "Freeman", sans-serif !important;
}

.products-page .ingredients .container .column.left {
  width: 50%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.products-page .ingredients .container .column.right {
  width: 50%;
  height: auto;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.products-page .ingredients .container .column .ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  justify-items: start;
  align-items: start;
  height: 100%;
  width: 100%;
}

.products-page
  .ingredients
  .container
  .column
  .ingredients-grid
  .ingredient-card {
  width: 100%;
  height: 100%;
  max-height: 150px !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products-page
  .ingredients
  .container
  .column
  .ingredients-grid
  .ingredient-card.ingredient-card-last {
  background-color: #00000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.products-page
  .ingredients
  .container
  .column
  .ingredients-grid
  .ingredient-card.ingredient-card-last
  p {
  font-size: 1rem;
  font-weight: 00;
  color: var(--accent-gold);
  background-color: #00000000;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 0rem;
  padding-top: 0.5rem;
}

.ingredient-card img {
  width: 100%;
  height: calc(100% - 3rem);
  object-fit: contain;
}

.products-page
  .ingredients
  .container
  .column
  .ingredients-grid
  .ingredient-card
  p {
  font-size: 1rem;
  font-weight: 00;
  color: var(--accent-gold);
  background-color: #00000000;
  width: 100%;
  max-width: 70%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Freeman", sans-serif;
  text-transform: capitalize;
}

.products-page .ingredients .container .column.right {
  justify-content: end;
  align-items: end;
  height: 100%;
}

.products-page .ingredients .container .column.right .image-container {
  width: 100%;
  height: 100%;

  position: relative;

  display: flex;
  justify-content: end;
}

.products-page
  .ingredients
  .container
  .column.right
  .image-container
  .product-image {
  width: 100%;
  max-width: 95vw !important;
  margin: 0 auto;
  height: 100%;
  max-height: 550px;
  min-height: 550px;
  object-fit: cover !important;
  border-radius: 5px !important;
}

@media (min-width: 768px) {
  .products-page
    .ingredients
    .container
    .column.right
    .image-container
    .product-image {
    max-width: 90% !important;
    margin: 0 auto;
    height: 100%;
    max-height: 550px;
    min-height: 550px;
    object-fit: cover !important;
    border-radius: 5px !important;
  }
}

.products-page
  .ingredients
  .container
  .column.right
  .image-container
  .product-image.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-page .ingredients .container .column.right .change-image-button {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 3rem;
  padding-right: 1rem;
}

.products-page
  .ingredients
  .container
  .column.right
  .change-image-button
  button {
  width: 80px;
  height: 80px;
  background-color: #000000;
  border: 1px solid var(--accent-gold);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.change-image-button button img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  transition: all 0.3s ease;
}

.change-image-button button img:hover {
  transform: scale(1.1);
}

.prod-slide-out {
  animation: prod-slide-out 2s ease-in-out;
}

@media (max-width: 768px) {
  .prod-slide-out {
    animation: none !important;
  }

  .products-page .ingredients .container .column .ingredients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: start;
    align-items: start;
    height: 100%;
    max-height: 500px;
    width: 100%;
  }

  .products-page
    .ingredients
    .container
    .column.right
    .image-container
    .product-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    object-fit: contain;

    margin-top: 3rem;
  }
}

@keyframes prod-slide-out {
  0% {
    transform: translateX(100%) scale(0.8);
  }
  100% {
    transform: translateX(0%) scale(1);
  }
}

@media (min-width: 768px) {
  .desktop {
    display: flex !important;
  }

  .mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #full-ingredient-list {
    color: var(--accent-gold);
    font-size: 1.2rem;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000000;

    padding-top: 2rem;
  }

  .full-ingredients {
    width: 100%;
    height: 100%;
    background-color: #000000;

    display: none;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    position: fixed;
    inset: 0;
    z-index: 10000000;
    background-color: #0000004a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .full-ingredients .full-ingredients-container {
    width: 90%;
    max-width: 500px;
    height: 500px;
    max-height: 70svh;
    overflow-y: auto;
    background-color: var(--accent-gold);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    border-radius: 10px;

    padding: 1rem;
    box-sizing: border-box;

    position: relative;
  }

  .full-ingredients .full-ingredients-container i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;

    color: #000000;
  }

  .full-ingredients .full-ingredients-container h3 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: start;

    width: 100%;
  }

  .full-ingredients .full-ingredients-container p {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;

    width: 100%;
    text-align: start;
  }

  .full-ingredients
    .full-ingredients-container
    p.ingredient-list-description-2 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .full-ingredients
    .full-ingredients-container
    p.ingredient-list-description-2
    span {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .products-page .ingredients .container .column .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 2rem !important;
  }

  .products-page .ingredients .container .column .section-header .main-title {
    font-size: 2rem !important;
    line-height: 1;
    font-weight: 700;
    color: var(--accent-gold);
    background-color: #000000;
    width: 100%;
    height: 60%;
  }

  .products-page
    .ingredients
    .container
    .column
    .section-header
    .main-title
    .main-title-text {
    font-size: calc(100vw / 14 * 2);
    line-height: 1;
    font-weight: 700;
    color: var(--accent-gold);
    background-color: #000000;
    letter-spacing: -0.3vw;
  }

  .products-page
    .ingredients
    .container
    .column
    .section-header
    .main-title
    .main-title-highlight
    .main-title-highlight-text {
    font-size: calc(100vw / 15 * 2);
    line-height: 1;
    font-weight: 700;
    color: var(--brown);
    padding: 0rem !important;
    letter-spacing: -0.3vw;
  }

  .products-page .ingredients .container {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

    gap: 0rem;
  }

  .products-page .ingredients .container .column.left {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .products-page .ingredients .container .column.right {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;

    padding-left: 0rem;
    box-sizing: border-box;
  }

  .change-image-button {
    padding-left: 1rem;
    box-sizing: border-box;
    height: auto;
    gap: 0.5rem !important;
  }

  .products-page
    .ingredients
    .container
    .column.right
    .change-image-button
    button {
    width: 15vw !important;
    height: 15vw !important;
    background-color: #000000;
    border: 1px solid var(--accent-gold);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 !important;
  }

  .ingredients-grid {
    max-height: 500px;
  }

  .ingredient-card img {
    width: 100px !important;
    height: 100px !important;
    aspect-ratio: 1/1;
    object-fit: contain;
  }

  /* ----------------INgredient-list mobile--------------- */
  .ingredient-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background: url(/images/hero-n.png) no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    background-position: center;
  }

  .ingredient-list .ingredient-list-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
  }

  .ingredient-list .ingredient-list-container img {
    width: 90%;
    height: 400px;
    object-fit: contain;
  }

  #full-ingredient-list-mobile {
    color: var(--accent-gold);
    font-size: 1.2rem;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000000;
    padding-top: 1rem;
    font-family: "Antonio", sans-serif !important;
    letter-spacing: -0.2vw;
    font-weight: 600 !important;
  }

  .full-ingredients {
    width: 100%;
    height: 100%;
    background-color: #000000;

    display: none;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    position: fixed;
    inset: 0;
    z-index: 10000000;
    background-color: #0000004a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .full-ingredients .full-ingredients-container {
    width: 90%;
    height: 500px;
    max-height: 70svh;
    overflow-y: auto;
    background-color: var(--accent-gold);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    border-radius: 10px;

    padding: 1rem;
    box-sizing: border-box;

    position: relative;
  }

  .full-ingredients .full-ingredients-container i {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;

    color: #000000;
  }

  .full-ingredients .full-ingredients-container h3 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: start;

    width: 100%;
  }

  .full-ingredients .full-ingredients-container p {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 500;

    width: 100%;
    text-align: start;
  }

  .full-ingredients
    .full-ingredients-container
    p.ingredient-list-description-2 {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .full-ingredients
    .full-ingredients-container
    p.ingredient-list-description-2
    span {
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

/* ------------------- Play Vid ------------------- */
.products-page .play-vid {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}

.products-page .play-vid .container {
  width: 90%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.products-page .play-vid .container .play-vid-video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;

  border-radius: 10px;
  border: 0px solid var(--accent-gold) !important;
}

.products-page .play-vid .container .play-vid-video.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-page .play-vid .container .icon {
  width: 80px;
  height: 80px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  cursor: pointer;
}

.products-page .play-vid .container .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .products-page .play-vid {
    padding: 0 0 2rem 0;
  }

  .products-page .play-vid .container {
    width: 100%;
    height: 100%;
  }

  .products-page .play-vid .container .play-vid-video {
    width: 100%;
    height: 100%;
    border-radius: 0px !important;
  }

  .products-page .play-vid .container .icon {
    width: 50px !important;
    height: 50px !important;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    cursor: pointer;
  }
}

/* ------------------- Without ------------------- */
.without {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: var(--primary-dark);
}

.without .section-header .main-title .main-title-text.full {
  font-family: "Antonio", sans-serif !important;
  letter-spacing: -0.2vw;
  font-weight: 700 !important;
  font-size: calc(100vw / 12 * 2);
  line-height: 1;
}

.without .section-header .main-title .main-title-highlight {
  margin-top: -5rem;
  rotate: -10deg;
}

.without
  .section-header
  .main-title
  .main-title-highlight
  .main-title-highlight-text {
  color: var(--brown) !important;
  font-size: 4rem;
  font-family: "Antonio", sans-serif !important;
  letter-spacing: -0.2vw;
  font-weight: 700 !important;
  /* padding: 1rem 2rem; */
  padding: 0 !important;
}

.without .inside {
  width: 100%;
  height: 100%;

  margin-top: -5rem;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.without .inside .inside-container {
  width: 100%;
  max-width: 800px;
  height: 100%;
}

.without .inside .inside-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;

  position: relative;
  z-index: 10;
}

.without .inside .left-1 {
  width: auto;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.without .inside .right-1 {
  width: auto;
  height: 100%;

  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .without {
    background-color: var(--accent-gold) !important;
  }

  .without .section-header .main-title .main-title-highlight {
    margin-top: -2rem;
    rotate: -7deg;
  }
  .without
    .section-header
    .main-title
    .main-title-highlight
    .main-title-highlight-text {
    color: var(--brown);
    font-size: 2rem;
    font-family: "Freeman", sans-serif;
  }
}

/* ------------------- Ingredients Highlights ------------------- */
.ingredients-highlighs {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #00000000;

  padding: 2rem 0 0rem 0;

  margin-top: -18rem;

  position: relative;
  z-index: 10;
}

.ingredients-highlighs .container {
  width: 90%;
  max-width: 1100px;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredients-highlighs .container .card {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border: 0px solid #3b373700 !important;
  box-sizing: border-box;
  border-radius: 1rem;
  padding: 3rem 3rem;
  position: relative;
  overflow: hidden;
}

.ingredients-highlighs .container .card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--primary-dark);
  opacity: 0.85; /* Adjust opacity as needed */
  border-radius: 1rem;
  pointer-events: none;
}

.ingredients-highlighs .container .card > * {
  position: relative;
  z-index: 1;
}

.ingredients-highlighs .container .card .row-t {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: end;
}

/* Swiper container for category links */
.ingredients-highlighs .container .card .row-t .category-links-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ingredients-highlighs
  .container
  .card
  .row-t
  .category-links-swiper
  .swiper-wrapper {
  align-items: center;
  gap: 1rem;
}

.ingredients-highlighs
  .container
  .card
  .row-t
  .category-links-swiper
  .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredients-highlighs .container .card .row-t .right-links .right-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-light);
  background-color: #00000000;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  border: 1px solid var(--accent-gold);
  white-space: nowrap;
  user-select: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.ingredients-highlighs .container .card .row-t .right-links .right-link.active {
  background-color: var(--accent-gold);
  color: var(--brown);
  box-shadow: 0 0 10px 0 var(--accent-gold) !important;
}

.ingredients-highlighs .container .card .row-b {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.ingredients-highlighs .container .card .row-b .left-column {
  width: 50%;
  height: 100%;

  padding-right: 2rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;

  margin-top: 50px;
}

.ingredients-highlighs .container .card .row-b .left-column .n {
  width: auto;
  height: 100px;
  object-fit: contain;
}

.ingredients-highlighs .container .card .row-b .left-column .title {
  width: auto;
  max-width: auto;
  height: auto;

  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;

  border: 1px solid var(--accent-gold);
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.ingredients-highlighs .container .card .row-b .left-column .title img {
  width: auto;
  height: 2rem;
  object-fit: contain;
}

.ingredients-highlighs .container .card .row-b .left-column .title p {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--accent-gold);
  background-color: #00000000;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.ingredients-highlighs .container .card .row-b .left-column .description {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.ingredients-highlighs .container .card .row-b .left-column .description h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-light);
  background-color: #00000000;
}

.ingredients-highlighs .container .card .row-b .left-column .description p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  background-color: #00000000;

  height: 4rem;
  display: block;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .left-column
  .ingredients-carousel {
  width: 100%;
  height: auto;

  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

/* Swiper Styles for Ingredients Carousel */
.ingredients-swiper {
  width: 100%;
  height: auto;
}

.ingredients-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.ingredients-swiper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Swiper Navigation Styles */
.swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: none;
  border: none;
  padding: 0;
}

.swiper-button-prev-custom {
  left: -20px !important;
}

.swiper-button-next-custom {
  right: -20px !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .left-column
  .ingredients-carousel
  .ingredient-card {
  width: 100px;
  height: 100px;
  object-fit: contain;

  cursor: pointer;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .left-column
  .ingredients-carousel
  .ingredient-card.active {
  width: 100px;
  height: 100px;
  object-fit: contain;

  border-bottom: 2px solid var(--accent-gold);
}

.ingredients-highlighs .container .card .row-b .right-column {
  width: 50%;
  height: auto;
  min-height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.ingredients-highlighs .container .card .row-b .right-column .circle {
  width: 700px;
  height: 700px;

  background-color: var(--accent-gold);
  border-radius: 50%;

  position: absolute;
  right: -300px;
  bottom: -400px;

  z-index: 50 !important;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .right-column
  .circle
  .circle-content {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;

  z-index: 100 !important;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .right-column
  .circle
  .circle-content
  img {
  width: 300px;
  height: 300px;
  object-fit: contain;

  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 100 !important;

  transition: all 0.5s ease;
}

/* Animation keyframes for circle image transitions */
@keyframes exitToBottom {
  0% {
    top: -50px;
    left: -50px;
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    top: 350px;
    left: -150px;
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes enterFromTopRight {
  0% {
    top: -150px;
    left: 250px;
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  100% {
    top: -50px;
    left: -50px;
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .right-column
  .circle
  .circle-content
  img.exit-animation {
  animation: exitToBottom 1s ease-in-out forwards;
}

.ingredients-highlighs
  .container
  .card
  .row-b
  .right-column
  .circle
  .circle-content
  img.enter-animation {
  animation: enterFromTopRight 1s ease-in-out forwards;
}

.zoomtext {
  animation: zoomtext 1s ease-in-out forwards;
}

@keyframes zoomtext {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.move-text-up {
  transform: translateY(0);
  animation: moveTextUp 2s ease-in-out forwards;
}

@keyframes moveTextUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .ingredients-highlighs {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000000;

    padding: 2rem 0 2rem 0;

    margin-top: -3rem;

    position: relative;
    z-index: 10;
  }

  .ingredients-highlighs .container {
    width: 100%;
    max-width: 1100px;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ingredients-highlighs .container .card {
    padding: 1.5rem 1rem;
    border-radius: 0px !important;
  }

  .ingredients-highlighs .container .card .row-t .category-links-swiper {
    width: 100%;
    height: auto;
  }

  .ingredients-highlighs
    .container
    .card
    .row-t
    .category-links-swiper
    .swiper-wrapper {
    gap: 0.5rem;
    padding: 0.25rem 0;
  }

  .ingredients-highlighs .container .card .row-t .right-links .right-link {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    font-weight: 600;
  }

  .ingredients-highlighs .container .card .row-b {
    width: 100% !important;
    height: 100% !important;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .ingredients-highlighs .container .card .row-b .left-column {
    width: 100% !important;
    height: 100%;

    padding-right: 0rem;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .ingredients-highlighs .container .card .row-b .left-column .title p {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }

  .ingredients-highlighs .container .card .row-b .left-column .description h3 {
    font-size: 1.125rem;
  }

  .ingredients-highlighs .container .card .row-b .left-column .description p {
    font-size: 0.8rem;
  }

  .ingredients-highlighs
    .container
    .card
    .row-b
    .left-column
    .ingredients-carousel
    .ingredient-card {
    width: 22vw;
    height: 22vw;
  }

  .ingredients-highlighs
    .container
    .card
    .row-b
    .left-column
    .ingredients-carousel
    .ingredient-card.active {
    width: 22vw;
    height: 22vw;
  }

  .ingredients-highlighs .container .card .row-b .right-column {
    height: 250px;
    width: 100%;
  }

  .ingredients-highlighs .container .card .row-b .right-column .circle {
    width: 400px;
    height: 400px;
    right: -180px;
    bottom: -220px;
    border-bottom-right-radius: 0 !important;
  }

  .ingredients-highlighs
    .container
    .card
    .row-b
    .right-column
    .circle
    .circle-content
    img {
    width: 150px;
    height: 150px;
    top: -20px;
    left: -20px;
  }

  @keyframes enterFromTopRight {
    0% {
      top: -130px;
      left: 220px;
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    100% {
      top: -20px;
      left: -20px;
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
  }

  @keyframes exitToBottom {
    0% {
      top: -20px;
      left: -20px;
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    100% {
      top: 350px;
      left: -150px;
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
  }

  /* Mobile Swiper Styles */
  .ingredients-swiper {
    width: 100%;
    height: auto;
  }

  .ingredients-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    gap: 0rem !important;
  }

  .ingredients-swiper .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Mobile Navigation Styles */
  .swiper-navigation {
    gap: 15px;
    margin-top: 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

/* ------------------- Say ------------------- */
.say {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.desktop-say {
  display: flex;
}

.mobile-say {
  display: flex;
}

@media (max-width: 768px) {
  .desktop-say {
    display: none;
  }

  .mobile-say {
    display: flex;
  }
}

.say .top-image {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.say .top-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.say-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #f78a23;
  padding: 0 0 3rem 0;

  position: relative;
  overflow: hidden;
}

.say-wrapper .add-review {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.say-wrapper .add-review .add-review-button {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #3898ec;
  border: 1px solid #3898ec;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;

  margin-top: 3rem;

  cursor: pointer;
  transition: all 0.3s ease;
}

.say-wrapper .add-review .add-review-button:hover {
  background-color: #ffffff21;
  color: #3898ec;
  border: 1px solid #3898ec;
}

.review-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  backdrop-filter: blur(10px);
  z-index: 100;
}

.review-wrapper .review-wrapper-container {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-sizing: border-box;

  position: relative;
}

.review-wrapper .review-wrapper-container i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s ease;
}

.review-wrapper .review-wrapper-container i:hover {
  opacity: 0.5;
}

.review-wrapper .review-wrapper-container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
}

.review-wrapper .review-wrapper-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.review-wrapper .review-wrapper-container form input {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.review-wrapper .review-wrapper-container form input[type="text"] {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.review-wrapper .review-wrapper-container form textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  resize: vertical;
}

.review-wrapper .review-wrapper-container form .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.review-wrapper .review-wrapper-container form .form-group label {
  font-size: 1rem;
  font-weight: 500;
  color: #000000 !important;
}

.review-wrapper .review-wrapper-container form .form-group .star-rating-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

.review-wrapper
  .review-wrapper-container
  form
  .form-group
  .star-rating-input
  i {
  font-size: 1.8rem;
  transition: color 0.2s ease;
  color: #ddd;

  position: relative !important;
}

.rating-text {
  font-size: 0.9rem;
  color: #666;
  text-align: start;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.review-wrapper
  .review-wrapper-container
  form
  .form-group
  .star-rating-input
  i:hover {
  color: var(--accent-gold);
}

.review-wrapper
  .review-wrapper-container
  form
  .form-group
  .star-rating-input
  i.active {
  color: var(--accent-gold);
}

.review-wrapper .review-wrapper-container form button {
  width: 100%;
  padding: 1rem;
  background-color: #3898ec;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.review-wrapper .review-wrapper-container form button:hover {
  background-color: #3898ecea;
}

.say .container {
  width: 90%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.say .section-header .main-title .main-title-text {
  font-family: "Freeman", sans-serif;
}

.say .section-header .main-title .main-title-highlight {
  background-color: #8e0d33;
}

.say .section-header .main-title .main-title-highlight-text {
  color: var(--brown);
  font-size: 3rem;
  padding: 0rem 1rem;
  font-family: "Freeman", sans-serif;
}

.says {
  width: 100%;
  max-width: 1200px;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  border: 2px solid #f9f9f9;
  border-style: dashed;
  border-radius: 1rem;
  padding: 2rem 2rem 4rem 2rem !important;
  box-sizing: border-box;

  gap: 1rem;

  position: relative;
}

.says .card-container {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 0rem;
}

.says .card {
  height: 100%;
  width: 100%;

  display: flex;
  gap: 0.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.says .card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-light);
  background-color: #00000000;
}

.says .card .date {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
  background-color: #00000000;
}

.says .card .text {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: var(--text-light);
  background-color: #00000000;
  padding-bottom: 0.5rem;
}

.says .card .rating {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.says .card .rating i {
  font-size: 1rem;
  color: #f5de6e;
}

.say .section-header .main-title .main-title-text {
  color: var(--text-say-heading) !important;
}

@media (max-width: 768px) {
  .say .section-header .main-title .main-title-text {
    font-family: "Freeman", sans-serif;
    font-size: 16vw;

    margin-top: 2rem;
  }
}

/* Testimonials Swiper Styles */
.testimonials-swiper {
  position: relative;
  overflow: hidden !important;
}

.testimonials-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0 !important;
}

.testimonials-swiper .swiper-slide {
  flex-shrink: 0;
  height: auto;
}

/* Pagination */
.testimonials-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.25rem;

  height: 30px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
  background: #3fc3d7 !important;
}

@media (max-width: 768px) {
  .says {
    padding: 2rem 0rem 4rem 0rem !important;
  }

  .testimonials-pagination {
    bottom: -20px;
  }

  .testimonials-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding: 0rem 1rem;
  }
}

/* Mobile Pagination Styles */
.experts-portraits-section-mobile
  .experts-portraits
  .mobile-experts-carousel
  .swiper-pagination.swiper-pagination-custom-experts {
  bottom: 20px !important;
  position: absolute !important;

  right: 0% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200 !important;
}

.experts-portraits-section-mobile .experts-portraits {
  position: relative !important;
}

.experts-portraits-section-mobile .experts-portraits .mobile-experts-carousel {
  width: 100%;
  height: 100%;
  padding: 0;

  position: relative !important;
}
@media (min-width: 768px) {
  .desktop {
    display: flex !important;
  }
  .mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}

/* Certifications Styles */
.certifications {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding-top: 7rem;
  padding-bottom: 2rem;
}

.certifications .container {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certifications .certifications-swiper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certifications .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-timing-function: linear !important;
}

.certifications .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certifications .swiper-slide img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .certifications {
    padding-top: 3rem;
  }

  .certifications .swiper-slide img {
    width: 100%;
    height: 150px;
    object-fit: contain;
  }
}


/* ------------------- Ingredients Mobile ------------------- */
.ingredients-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 2rem 0;
}

.ingredients-mobile .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ingredients-mobile .container img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .main-title {
  }

  .main-title-text {
    scale: 1;
  }

  .main-title-highlight {
    scale: 1;
  }

  .without .main-title-highlight {
    scale: 1 !important;
  }

  .faq-section .main-title-highlight {
    width: auto !important;
  }
  .products-page .faq-section .main-title-highlight-text {
    width: auto !important;
    font-size: calc(100vw / 18 * 2) !important;
    padding: 0rem 0.5rem !important;
  }

  .faq-section .main-title-text {
    font-size: calc(100vw / 18 * 2);
  }
}

.main-title {
  background-color: transparent !important;
  font-family: "Antonio", sans-serif !important;
  letter-spacing: -0.2vw;
  font-weight: 700 !important;
}

.main-title-text {
  background-color: transparent !important;
}

.products-page
  .ingredients
  .container
  .column
  .section-header
  .main-title-text {
  color: var(--nutrition-title) !important;
}

.products-page
  .ingredients
  .container
  .column
  .section-header
  .main-title-highlight {
  background-color: var(--primary-dark) !important;
  border: 1px solid var(--primary-dark) !important;
  color: var(--accent-gold) !important;
  font-family: "Antonio", sans-serif !important;
}

.products-page
  .ingredients
  .container
  .column
  .section-header
  .main-title-highlight
  .main-title-highlight-text {
  background-color: var(--primary-dark) !important;
  border: 1px solid var(--primary-dark) !important;
  color: var(--accent-gold) !important;
}

.products-page .main-title-text {
  font-family: "Antonio", sans-serif !important;
}

.products-page .ingredients .container .column .ingredients-grid-description {
  color: var(--nutrition-text) !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin: -1rem !important;
  padding-bottom: 2rem !important;
  padding-left: 3rem !important;
  line-height: 1.2;
  font-family: "Freeman", sans-serif !important;
  letter-spacing: auto;
}

@media (max-width: 768px) {
  .products-page .ingredients .container .column .ingredients-grid-description {
    color: var(--nutrition-text) !important;
    text-align: center !important;
    padding-bottom: 2rem !important;
    padding-left: 0rem !important;
    margin-top: -2rem;
    width: 95%;
    letter-spacing: -0.2vw;
  }
}

.products-page
  .ingredients
  .container
  .column
  .ingredients-grid
  .ingredient-card
  p {
  color: var(--nutrition-text) !important;
}

.faq-item {
  background-color: var(--faq-background) !important;
  color: var(--faq-text) !important;
}

.faq-question {
  background-color: var(--faq-background) !important;
  color: var(--faq-text) !important;
}

.faq-answer {
  background-color: var(--faq-background) !important;
  color: var(--faq-text) !important;
}

.faq-question h3 {
  color: var(--faq-text) !important;
}

.faq-answer p {
  color: var(--faq-text) !important;
}

@media (max-width: 768px) {
  .navbar {
    background-color: transparent !important;
    border: 0px !important;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
    border-radius: 0px !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0px !important;
  }
}

/* Experts Header Two */
.experts-header-two {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.experts-header-two .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 2rem 0;
}

.experts-header-two-title {
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.experts-header-two-title-span {
  font-size: 12rem;
  font-weight: bold;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  font-family: "Antonio", sans-serif !important;
  letter-spacing: -0.2vw;
  font-weight: 700 !important;
  transition: transform 0.3s ease-out;
}

/* Scroll-based movement animations */
.experts-header-two-title-span.move-right {
  transform: translateX(0);
}

.experts-header-two-title-span.move-left {
  transform: translateX(0);
}

/* Progressive scroll movement - handled by JavaScript */
.experts-header-two-title-span.move-right {
  transition: transform 0.5s ease-out;
}

.experts-header-two-title-span.move-left {
  transition: transform 0.5s ease-out;
}

.experts-header-two-title-span.middle-span {
  color: var(--experts-middle-span) !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .experts-header-two-title-span {
    font-size: 5rem;
  }
}

/* Three Info Buttons */
.info-buttons-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 !important;
  padding: 3rem 0;
  flex-wrap: wrap;
  background-color: var(--primary-dark);
  position: relative;
  z-index: 100;
  width: 100% !important;
}

.info-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--accent-gold) !important;
  border: 1px solid var(--accent-gold) !important;
  border-radius: 8px;
  color: var(--primary-dark) !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Freeman", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.info-btn i {
  font-size: 16px;
}

/* Features, Additional, and Description Two Wrappers */
.features-wrapper,
.additional-wrapper,
.description-two-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.features-wrapper-container,
.additional-wrapper-container,
.description-two-wrapper-container {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.features-wrapper-container h2,
.additional-wrapper-container h2,
.description-two-wrapper-container h2 {
  color: #333;
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: "Freeman", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.features-wrapper-container p,
.additional-wrapper-container p,
.description-two-wrapper-container p {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}

.close-features-wrapper,
.close-additional-wrapper,
.close-description-two-wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-features-wrapper:hover,
.close-additional-wrapper:hover,
.close-description-two-wrapper:hover {
  color: #333;
}

/* Mobile Styles for Info Buttons */
@media (max-width: 768px) {
  .info-buttons-container {
    gap: 12px;
    margin: 30px 0;
    flex-wrap: nowrap;
  }

  .info-btn {
    padding: 10px 16px;
    font-size: 12px;
    gap: 6px;
  }

  .info-btn i {
    font-size: 14px;
    display: none;
  }

  .features-wrapper-container,
  .additional-wrapper-container,
  .description-two-wrapper-container {
    padding: 30px 20px;
    margin: 20px;
  }

  .features-wrapper-container h2,
  .additional-wrapper-container h2,
  .description-two-wrapper-container h2 {
    font-size: 1.5rem;
  }
}

/* ------------------- Offers Section ------------------- */
.offers {
  width: 100%;
  height: auto;
  padding: 5rem 0;
  background: var(--primary-dark) !important;
  position: relative;
  overflow: hidden;
}

.offers .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-box {
  background: var(--accent-gold);
  border-radius: 15px;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.offer-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.offer-heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

.offer-list {
  list-style: disc;
  padding-left: 1.5rem;
}

.offer-list li {
  font-size: 1.1rem;
  color: var(--primary-dark);
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  position: relative;
  line-height: 1.5;
}

.highlight-green {
  background-color: #f7dde4;
  color: #000;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.highlight-blue {
  background-color: #f7dde4;
  color: #000;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.offer-urgency {
  font-size: 1rem;
  color: var(--primary-dark);
  text-align: center;
  margin: 0;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

/* Mobile Responsive Styles for Offers */
@media (max-width: 768px) {
  .offers {
    padding: 3rem 0;
  }

  .offers .container {
    padding: 0 1rem;
  }

  .offer-box {
    padding: 2rem;
    border-radius: 12px;
  }

  .offer-heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .offer-list li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 0.5rem;
  }

  .highlight-green,
  .highlight-blue {
    padding: 0.15rem 0.4rem;
    font-size: 0.9rem;
  }

  .offer-urgency {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .offer-box {
    padding: 1.5rem;
  }

  .offer-heading {
    font-size: 1.3rem;
  }

  .offer-list li {
    font-size: 0.9rem;
    margin-bottom: 0.7rem;
    padding-left: 0rem;
  }

  .highlight-green,
  .highlight-blue {
    padding: 0.1rem 0.3rem;
    font-size: 0.85rem;
  }

  .offer-urgency {
    font-size: 0.85rem;
  }
}

/* Budget Combo Products Styling */
.budget-combo-products {
  padding: 60px 0;
  background: var(--primary-dark, #000000);
  color: var(--text-light, #ffffff);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.budget-combo-products .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0rem;
  position: relative;
  z-index: 2;
}

.budget-combo-header {
  text-align: center;
  margin-bottom: 40px;
}

.budget-combo-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--accent-gold, #f5df9f);
}

.budget-combo-subtitle {
  font-size: 1.1rem;
  color: var(--text-gray, #cccccc);
}

.budget-combo-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.budget-combo-product-item {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid var(--accent-gold, #f5df9f);
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;

  box-sizing: border-box;
}

.budget-combo-product-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(245, 223, 159, 0.2);
}

.budget-combo-product-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(245, 223, 159, 0.3);
}

.budget-combo-product-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: var(--accent-gold, #f5df9f);
}

.budget-combo-product-category {
  font-size: 0.9rem;
  color: var(--text-gray, #cccccc);
  margin: 0;
}

.budget-combo-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-light, #ffffff);
}

.budget-combo-flavor-buttons,
.budget-combo-pack-size-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.budget-combo-flavor-btn,
.budget-combo-pack-size-btn {
  background: rgba(245, 223, 159, 0.1);
  border: 2px solid var(--accent-gold, #f5df9f);
  border-radius: 10px !important;
  padding: 10px 15px !important;
  color: var(--text-light, #ffffff);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}

.budget-combo-flavor-btn:hover,
.budget-combo-pack-size-btn:hover {
  background: rgba(245, 223, 159, 0.2);
  transform: translateY(-2px);
}

.budget-combo-flavor-btn.active,
.budget-combo-pack-size-btn.active {
  background: var(--accent-gold, #f5df9f);
  color: var(--primary-dark, #000000);
  border-color: var(--accent-gold, #f5df9f);
}

.flavor-preview-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.budget-combo-pack-size-display {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.budget-combo-pack-size-value {
  font-weight: 600;
  color: var(--accent-gold, #f5df9f);
}

.budget-combo-product-price {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(245, 223, 159, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-label {
  font-size: 0.9rem;
  color: var(--text-gray, #cccccc);
}

.price-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold, #f5df9f);
}

.budget-combo-total {
  background: rgba(245, 223, 159, 0.1);
  border: 2px solid var(--accent-gold, #f5df9f);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.budget-combo-total-price {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}

.total-label {
  font-weight: 600;
  color: var(--text-light, #ffffff);
}

.total-value {
  font-weight: 700;
  font-size: 2rem;
  color: var(--accent-gold, #f5df9f);
}

.budget-combo-add-to-cart-btn {
  background: var(--accent-gold, #f5df9f) !important;
  color: var(--primary-dark, #000000) !important;
  border: 2px solid var(--accent-gold, #f5df9f) !important;
  border-radius: 8px !important;
  padding: 15px 40px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.budget-combo-add-to-cart-btn:hover {
  background: transparent;
  color: var(--accent-gold, #f5df9f);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(245, 223, 159, 0.3);
}

@media (max-width: 768px) {
  .budget-combo-products {
    padding: 2rem 0 0 0;
  }

  .budget-combo-products .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0rem;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }

  .budget-combo-products-grid {
    grid-template-columns: 1fr;
    width: 95%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    gap: 1rem;
  }

  .budget-combo-title {
    font-size: 2rem;
  }

  .budget-combo-total {
    width: 95%;
    margin: 0 auto;
    padding: 1rem 1rem;
    box-sizing: border-box;
    gap: 1rem;
    margin-top: 1rem;
  }

  .budget-combo-total-price {
    flex-direction: column;
    gap: 10px;
  }

  .total-value {
    font-size: 1.5rem;
  }

  .budget-combo-add-to-cart-btn {
    background: var(--accent-gold, #f5df9f) !important;
    color: var(--primary-dark, #000000) !important;
    border: 2px solid var(--accent-gold, #f5df9f) !important;
    border-radius: 8px !important;
    padding: 15px 40px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antonio", sans-serif !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Antonio", sans-serif !important;
}

@media (min-width: 768px) {
  .description-title{
    color: var(--text-light) !important;
  }
}
 