.elementor .aruz-product-hero{/* =========================================
 ARUZ — SINGLE PRODUCT HERO
 ========================================= */

.aruz-product-hero {
  width: min(100% - 48px, 1380px);
  margin-inline: auto;
  padding-block: 56px 72px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(48px, 5vw, 90px);
  direction: ltr;
}

.aruz-product-gallery,
.aruz-product-info {
  min-width: 0;
}

.aruz-product-gallery {
  flex: 0 1 54%;
  width: 54%;
  direction: rtl;
}

.aruz-product-info {
  flex: 1 1 46%;
  width: 46%;
  max-width: 560px;
  direction: rtl;
  text-align: right;
  padding-top: 4px;
}

/* =========================================
 PRODUCT GALLERY
 ========================================= */

.aruz-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
}

.aruz-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.aruz-product-gallery .woocommerce-product-gallery__image {
  background: #F5F2EC;
  overflow: hidden;
}

.aruz-product-gallery .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: auto;
  object-fit: cover;
}

.aruz-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px !important;
  padding: 0 !important;
}

.aruz-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
  background: #F5F2EC;
}

.aruz-product-gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.25s ease;
}

.aruz-product-gallery .flex-control-thumbs img:hover,
.aruz-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
}

.aruz-product-gallery .woocommerce-product-gallery__trigger {
  width: 42px !important;
  height: 42px !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  background: #FFFFFF !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

/* =========================================
 BREADCRUMBS
 ========================================= */

.aruz-product-info .woocommerce-breadcrumb,
.aruz-product-info .elementor-widget-woocommerce-product-breadcrumb {
  margin: 0 0 12px;
  color: #9B7A59;
  font-size: 13px;
  line-height: 1.6;
}

.aruz-product-info .woocommerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

/* =========================================
 PRODUCT TITLE
 ========================================= */

.aruz-product-info .product_title,
.aruz-product-info h1 {
  margin: 0 0 14px !important;
  color: #60482F;
  font-size: clamp(38px, 3.2vw, 54px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
}

/* =========================================
 SHORT DESCRIPTION
 ========================================= */

.aruz-product-info .woocommerce-product-details__short-description {
  max-width: 540px;
  margin: 0 0 24px;
  color: #443D36;
  font-size: 17px;
  line-height: 1.8;
}

.aruz-product-info .woocommerce-product-details__short-description p {
  margin: 0;
}

/* =========================================
 PRICE
 ========================================= */

.aruz-product-info .price {
  display: block;
  margin: 0 0 28px !important;
  color: #7A836A !important;
  font-size: 29px !important;
  font-weight: 600 !important;
  line-height: 1.2;
}

.aruz-product-info .price del {
  margin-inline-end: 8px;
  color: #A39A90;
  font-size: 18px;
  opacity: 0.75;
}

.aruz-product-info .price ins {
  color: #7A836A;
  text-decoration: none;
}

/* =========================================
 ADD TO CART
 ========================================= */

.aruz-product-info form.cart {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
}

.aruz-product-info form.cart .quantity {
  float: none !important;
  margin: 0 !important;
}

.aruz-product-info form.cart input.qty {
  width: 72px !important;
  min-width: 72px;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 8px;
  border: 1px solid #D8D0C5 !important;
  border-radius: 3px !important;
  background: #FFFFFF !important;
  color: #2F2B27 !important;
  font-size: 17px;
  text-align: center;
  box-shadow: none !important;
}

.aruz-product-info .single_add_to_cart_button {
  min-width: 150px;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 14px 28px !important;
  border: 1px solid #7A836A !important;
  border-radius: 3px !important;
  background: #7A836A !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transition:
      background-color 0.25s ease,
      border-color 0.25s ease,
      transform 0.25s ease;
}

.aruz-product-info .single_add_to_cart_button:hover {
  border-color: #9B7A59 !important;
  background: #9B7A59 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px);
}

/* =========================================
 TRUST INFORMATION
 Add an HTML widget with class: aruz-product-trust
 ========================================= */

.aruz-product-trust {
  margin-top: 30px;
  padding-block: 20px;
  border-top: 1px solid #E8E2D8;
  border-bottom: 1px solid #E8E2D8;
  display: grid;
  gap: 12px;
  color: #60482F;
  font-size: 15px;
  line-height: 1.5;
}

.aruz-product-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aruz-product-trust__item::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1px solid #9B7A59;
  border-radius: 50%;
  color: #7A836A;
  font-size: 12px;
}

/* =========================================
 BUSINESS ORDERS BOX
 ========================================= */

.aruz-business-box {
  margin-top: 24px;
  padding: 24px;
  background: #F5F2EC;
  color: #60482F;
}

.aruz-business-box h3 {
  margin: 0 0 8px;
  color: #60482F;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.35;
}

.aruz-business-box p {
  margin: 0 0 17px;
  color: #514940;
  font-size: 15px;
  line-height: 1.7;
}

.aruz-business-box a {
  display: inline-flex;
  min-height: 43px;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9B7A59;
  border-radius: 2px;
  color: #9B7A59;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.aruz-business-box a:hover {
  background: #9B7A59;
  color: #FFFFFF;
}

/* =========================================
 TABLET
 ========================================= */

@media (max-width: 1024px) {
  .aruz-product-hero {
      width: min(100% - 36px, 940px);
      gap: 36px;
      padding-block: 40px 58px;
  }

  .aruz-product-gallery {
      width: 50%;
      flex-basis: 50%;
  }

  .aruz-product-info {
      width: 50%;
      flex-basis: 50%;
  }

  .aruz-product-info .product_title,
  .aruz-product-info h1 {
      font-size: 38px !important;
  }
}

/* =========================================
 MOBILE
 ========================================= */

@media (max-width: 767px) {
  .aruz-product-hero {
      width: 100%;
      padding: 22px 16px 44px;
      flex-direction: column !important;
      gap: 28px;
  }

  .aruz-product-gallery {
      order: 1;
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 auto !important;
  }

  .aruz-product-info {
      order: 2;
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 auto !important;
      padding-top: 0;
  }

  .aruz-product-gallery .flex-control-thumbs {
      gap: 6px;
      margin-top: 6px !important;
  }

  .aruz-product-info .woocommerce-breadcrumb {
      margin-bottom: 8px;
      font-size: 12px;
  }

  .aruz-product-info .product_title,
  .aruz-product-info h1 {
      margin-bottom: 12px !important;
      font-size: 31px !important;
      line-height: 1.12 !important;
  }

  .aruz-product-info .woocommerce-product-details__short-description {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.7;
  }

  .aruz-product-info .price {
      margin-bottom: 22px !important;
      font-size: 25px !important;
  }

  .aruz-product-info form.cart {
      width: 100%;
  }

  .aruz-product-info form.cart .quantity {
      flex: 0 0 66px;
  }

  .aruz-product-info form.cart input.qty {
      width: 66px !important;
      min-width: 66px;
      height: 52px !important;
  }

  .aruz-product-info .single_add_to_cart_button {
      flex: 1 1 auto;
      min-width: 0;
      min-height: 52px !important;
      padding-inline: 16px !important;
  }

  .aruz-product-trust {
      margin-top: 24px;
  }

  .aruz-business-box {
      margin-top: 20px;
      padding: 21px 18px;
  }
}\n}.elementor .aruz-product-info{flex-direction:column;}.elementor .aruz-product-page{flex-direction:column;}.elementor .aruz-related-section{padding-block-start:50px;padding-block-end:50px;padding-inline-start:10px;padding-inline-end:10px;flex-direction:column;}