
/* Swiper Gallery Style */
.candleprime-gallery {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}

.swiper {
  width: 100%;
  height: auto;
}

.main-swiper .swiper-slide {
  text-align: center;
  background: #fff;
}

.main-swiper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.thumbs-swiper {
  margin-top: 10px;
}

.thumbs-swiper .swiper-slide {
  width: 80px !important;
  height: 80px;
  opacity: 0.4;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #d1b17d;
}



/* Layout produs 2 coloane */
.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}

.product-gallery-column {
  flex: 1 1 480px;
  max-width: 600px;
}

.product-summary-column {
  flex: 1 1 400px;
  max-width: 500px;
}



/* Aliniere profesională pentru pagină produs */
.product-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin: 0 auto 40px;
  max-width: 1200px;
  padding: 40px 20px;
}

.product-gallery-column {
  flex: 1 1 600px;
  max-width: 600px;
}

.product-summary-column {
  flex: 1 1 500px;
  max-width: 500px;
}



/* Fix layout stânga-dreapta */
.candleprime-product-wrap {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.candleprime-product-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.candleprime-left {
  flex: 0 0 600px;
  max-width: 600px;
}

.candleprime-right {
  flex: 1 1 100%;
  max-width: 520px;
}



@media (max-width: 768px) {
  .candleprime-product-inner {
    flex-direction: column;
    align-items: center;
  }

  .candleprime-left,
  .candleprime-right {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .main-swiper img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
  }
}



/* Spacing pentru produse recomandate */
.candleprime-related-products {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}



/* Uniformizare înălțime carduri produse */
ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px; /* pentru 2 linii */
  display: block;
}

ul.products li.product .price {
  margin-bottom: 10px;
}

ul.products li.product .button {
  margin-top: auto;
  align-self: stretch;
}
