.section__product .product__grid .product__name,
.product__grid .product__name {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #784822;
  padding: 0 0 4px;
}
.product__grid .product__price {
  text-align: center;
}
.product__grid .product__price .price {
  color: #df0000;
}
h2._title {
  font-size: 24px;
  font-weight: 600;
  color: #784822;
  margin-bottom: 8px;
  font-family: "Merriweather", sans-serif;
}
.position {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.5em * 3);
  line-height: 1.5em;
}
@font-face {
  font-family: "Mabela";
  src: url("../fonts/UTM-Mabella.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}
.section__why-choose-us .heading__title,
.section__information .heading__title,
.heading__title,
.section__services .heading__title {
  font-family: "Merriweather", sans-serif;
}

.section__services .services__price .services__price-old {
  font-size: 15px;
}
.section__services .services__detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #936f55 0%, #784822 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(120, 72, 34, 0.2);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.section__services .services__detail::after {
  content: "\2192";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.section__services .services__detail:hover,
.section__services .services__detail:focus {
  background: linear-gradient(135deg, #d09d01 0%, #936f55 100%);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(120, 72, 34, 0.28);
}
.section__services .services__detail:hover::after,
.section__services .services__detail:focus::after {
  transform: translateX(3px);
}
.landing-page-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 32px;
  border-radius: 999px;
  background: #d09d01;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(120, 72, 34, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.landing-page-cta__button:hover,
.landing-page-cta__button:focus {
  background: linear-gradient(135deg, #936f55 0%, #784822 100%);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(120, 72, 34, 0.3);
}
#breadcrumb-wrapper {
  background-color: #efe0c3;
  border-bottom: 1px solid #ebc3a9;
  margin-bottom: 20px;
}
.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 0;
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/chevron-right.svg) center no-repeat;
  margin: 0 12px;
  position: relative;
  top: -1px;
}
.breadcrumb a {
  color: #936f55;
}
.bg-title {
  position: relative;
  background-color: #936f55;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bg-title .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.bg-title h1 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Mabela", sans-serif;
}

.news__events .news__inner .thumb {
  position: relative;
}

.news__events .news__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    transparent 31.13%,
    rgba(0, 0, 0, 0.8) 81.13%
  );
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}

.blog-grid {
  position: relative;
  border-radius: 8px;
  background: #f1ece8;
}

.blog-grid a {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 8px;
}

.blog-grid img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}

.news-title {
  padding: 16px 0 8px;
}

.news-title h2 {
  margin: 0;
  color: #784822;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.4em * 2);
}

@media (min-width: 768px) {
  .news-title h2 {
    font-size: 17px;
  }
}
.news-title {
  margin: 0 15px;
}
.news-description {
  padding-bottom: 16px;
  margin: 0 15px;
}

.news-description span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .news-description span {
    font-size: 15px;
  }
}

/* Blog Info Page Styles */
.details-box {
  max-width: 100%;
  margin: 0 auto;
}

.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.article-category {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.article-date {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.article-content {
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}

.article-content h1,
.article-content h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Merriweather", serif;
}

.article-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.article-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
}

.article-content p {
  margin-bottom: 1em;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.article-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 24px 0;
}

.article-content ul,
.article-content ol {
  margin-bottom: 1em;
  padding-left: 24px;
}

.article-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .article-content {
    font-size: 18px;
  }

  .article-content p {
    font-size: 18px;
  }

  .article-content h1 {
    font-size: 36px;
  }

  .article-content h2 {
    font-size: 30px;
  }
}

/* Article Gallery Styles */
.article-gallery {
  margin-bottom: 32px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
  height: 380px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
}

.gallery-item-large {
  grid-row: 1 / 3;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  z-index: 2;
  pointer-events: none;
}

.gallery-show-all {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  pointer-events: all;
}

.gallery-show-all:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.gallery-show-all i {
  font-size: 16px;
}

@media (max-width: 767px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 12px;
  }

  .gallery-item-large {
    grid-row: auto;
  }

  .gallery-item {
    height: 250px;
  }
}
.footer__inner {
  padding-top: 0;
  padding-bottom: 20px;
}

/* Product Detail Page Styles */
#product {
  padding: 20px 0;
}

/* Product Gallery */
.product-gallery {
  position: sticky;
  top: 20px;
  background: #fff;
  padding: 10px;
}

.product-thumbnails {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.product-thumbnails::-webkit-scrollbar {
  height: 6px;
}

.product-thumbnails::-webkit-scrollbar-track {
  background: transparent;
}

.product-thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.product-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-thumbnail:hover {
  border-color: #4caf50;
}

.product-thumbnail.active {
  border-color: #e60000;
  border-width: 2px;
}

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

.product-main-image {
  position: relative;
}

.product-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-main-popup {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.product-main-popup:hover {
  opacity: 0.9;
}
.product-info {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
}
/* Product Info */
.product-title {
  font-size: 24px;
  font-weight: 700;
  color: #b35306;
  line-height: 1.4;
  font-family: "Merriweather", serif;
}
.product-status {
  font-size: 15px;
}
.product-price {
  font-size: 15px;
}

.product-price-current {
  font-size: 25px;
  font-weight: 700;
  color: #e60000;
  line-height: 1;
}

.product-price-old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

.product-price-discount {
  background: #e60000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

/* Product Actions */
.btn-add-cart {
  background: #fff;
  border: 2px solid #e60000;
  color: #e60000;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.btn-add-cart:hover {
  background: #e60000;
  color: #fff;
  border-color: #e60000;
}

.btn-buy-now {
  background: #d09d01;
  border: 2px solid #d09d01;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 24px;
  transition: all 0.3s ease;
}

.btn-buy-now:hover {
  background: #cc0000;
  border-color: #cc0000;
  color: #fff;
}

/* Product Guarantees */
.product-guarantees {
  border-color: #f1ece8 !important;
  background-color: #f1ece8;
  padding: 15px;
  border-radius: 6px;
}
.product-guarantees p {
  margin: 0;
}
.product-guarantees ul {
  list-style: initial !important;
}
.guarantee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.guarantee-item i {
  font-size: 18px;
  width: 20px;
  flex-shrink: 0;
}

.guarantee-item span {
  line-height: 1.4;
}

/* Product Description */
.product-description-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  border-bottom: 2px solid #ededed;
}
.product-description {
  background-color: #fff;
  padding: 15px;
  border-radius: 6px;
}
.product-description-content {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.product-description-content.expanded {
  max-height: none;
}

.product-description-content p {
  margin-bottom: 12px;
}

.product-description-content p:last-child {
  margin-bottom: 0;
}

.product-description-content strong {
  color: #333;
  font-weight: 700;
}

.product-description-content ul {
  margin: 12px 0;
  padding-left: 24px;
}

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

.product-description-more {
  position: relative;
}

.product-description-more::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4) 15%,
    #fff
  );
}

.product-description-content.expanded + .product-description-more::before {
  display: none;
}

/* Responsive */
@media (min-width: 768px) {
  .product-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .product-gallery {
    position: static;
    margin-bottom: 24px;
  }

  .product-thumbnail {
    width: 70px;
    height: 70px;
  }

  .product-title {
    font-size: 22px;
  }

  .product-price-current {
    font-size: 28px;
  }

  .guarantee-item {
    font-size: 13px;
  }
}

/* Service Info Styles - Spa/Massage */
.service-info {
  background: linear-gradient(135deg, #f8f5f0 0%, #f1ece8 100%);
  border-radius: 12px;
  padding: 32px;
  margin-top: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service-info__content {
  max-width: 100%;
}

.service-info__header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(147, 111, 85, 0.2);
}

.service-info__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.service-info__title {
  font-size: 26px;
  font-weight: 700;
  color: #784822;
  margin: 0;
  line-height: 1.3;
  font-family: "Merriweather", serif;
  flex: 1;
  min-width: 200px;
}

.service-info__booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: #d09d01;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(147, 111, 85, 0.3);
  white-space: nowrap;
}

.service-info__booking-btn:hover {
  background: linear-gradient(135deg, #784822 0%, #936f55 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(147, 111, 85, 0.4);
  color: #fff;
  text-decoration: none;
}

.service-info__booking-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(147, 111, 85, 0.3);
}

.service-info__booking-btn i {
  font-size: 18px;
}

.service-info__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.service-price--current {
  font-size: 28px;
  font-weight: 700;
  color: #d27c04;
  line-height: 1;
  font-family: "Merriweather", serif;
}

.service-price--old {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.service-info__highlights {
  display: flex;
  gap: 16px;
  background: linear-gradient(
    135deg,
    rgba(147, 111, 85, 0.1) 0%,
    rgba(120, 72, 34, 0.08) 100%
  );
  border-left: 4px solid #936f55;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
  align-items: flex-start;
}

.service-highlights__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #936f55 0%, #784822 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(147, 111, 85, 0.3);
}

.service-highlights__icon i {
  color: #fff;
  font-size: 18px;
}

.service-highlights__content {
  flex: 1;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}

.service-highlights__content p {
  margin: 0;
  color: #444;
}

.service-highlights__content p:not(:last-child) {
  margin-bottom: 12px;
}

.service-info__description {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.service-info__description p {
  margin-bottom: 16px;
}

.service-info__description p:last-child {
  margin-bottom: 0;
}

.service-info__features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(147, 111, 85, 0.15);
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.service-feature:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-feature i {
  font-size: 20px;
  color: #936f55;
  width: 24px;
  text-align: center;
}

.service-feature span {
  color: #555;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .service-info {
    padding: 40px;
  }

  .service-info__title {
    font-size: 24px;
  }

  .service-price--current {
    font-size: 25px;
  }

  .service-info__description {
    font-size: 17px;
  }

  .service-info__highlights {
    padding: 24px 28px;
  }

  .service-highlights__content {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .service-info {
    padding: 24px;
    margin-top: 24px;
  }

  .service-info__title-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .service-info__title {
    font-size: 24px;
    text-align: center;
  }

  .service-info__booking-btn {
    width: 100%;
    padding: 16px 24px;
  }

  .service-price--current {
    font-size: 26px;
  }

  .service-info__features {
    grid-template-columns: 1fr;
  }

  .service-info__highlights {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  .service-highlights__icon {
    align-self: flex-start;
  }
}
