.pd-page {
  background: #f8f5ef;
}

.pd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #7b7b7b;
  font-size: 14px;
  margin-bottom: 18px;
}

.pd-breadcrumb a {
  color: #8f1200;
}

.pd-gallery,
.pd-summary,
.pd-content {
  background: #fff;
  border: 1px solid #efd8ba;
  border-radius: 16px;
}

.pd-gallery {
  padding: 12px;
}

.pd-swiper {
  overflow: hidden;
  border-radius: 12px;
}

.pd-swiper .swiper-wrapper {
  display: flex;
}

.pd-swiper .swiper-slide {
  flex-shrink: 0;
}

.pd-main-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f2e4d1;
}

.pd-main-image {
  width: 100%;
  object-fit: cover;
}

.pd-thumb {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f2e4d1;
  padding: 0;
}

.PdThumbsSwiper .swiper-slide {
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.PdThumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.PdThumbsSwiper .swiper-slide-thumb-active .pd-thumb {
  border-color: #8f1200;
}

.pd-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: 100px;
}

.pd-main-swiper .swiper-button-prev,
.pd-main-swiper .swiper-button-next {
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(143, 18, 0, 0.8);
}

.pd-main-swiper .swiper-button-prev::after,
.pd-main-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: 800;
}

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

.pd-thumbs-swiper .swiper-wrapper {
  align-items: stretch;
}

.pd-summary {
  padding: 22px;
  position: sticky;
  top: 90px;
}

.pd-title {
  color: #8f1200;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-subtitle {
  color: #555;
  margin-bottom: 12px;
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 16px;
}

.pd-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  display: none;
}

.pd-badge {
  background: #8f1200;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

.pd-badge--alt {
  background: #b36f00;
}

.pd-price-box {
  margin-bottom: 16px;
}

.pd-price-current {
  font-size: 32px;
  color: #8f1200;
  font-weight: 800;
  line-height: 1.2;
}

.pd-price-old {
  color: #8a8a8a;
  text-decoration: line-through;
}

.pd-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.pd-meta-item {
  border: 1px dashed #e7ceb0;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
}

.pd-meta-item span {
  font-size: 12px;
  color: #7a7a7a;
}

.pd-meta-item strong {
  color: #2f2f2f;
  margin-top: 2px;
}

.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-qty {
  display: inline-flex;
  border: 1px solid #e1c8aa;
  border-radius: 10px;
  overflow: hidden;
  height: 44px;
}

.pd-qty-btn {
  width: 44px;
  border: none;
  background: #fff7ed;
  color: #8f1200;
  font-size: 20px;
  font-weight: 700;
}

.pd-qty-input {
  width: 50px;
  border: none;
  border-left: 1px solid #e1c8aa;
  border-right: 1px solid #e1c8aa;
  text-align: center;
}

.pd-content {
  padding: 22px;
}

.pd-content h2 {
  font-family: var(--font-malik-bold);
  color: var(--bs-primary);
  margin-bottom: 14px;
  margin-bottom: 20px;
}

.pd-content-body {
  color: #333;
  line-height: 1.8;
}
.pd-content-body h3{font-family: var(--font-malik-bold);color: #5a5a5a;font-size: 17px;margin-top: 25px;margin-bottom: 10px;}
.pd-content-body img {
  max-width: 100%;
  height: auto;
}

.pd-related h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
  .pd-summary {
    position: static;
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .pd-meta-grid {
    grid-template-columns: 1fr;
  }

  .pd-actions {
    position: sticky;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.98);
    /* padding: 10px; */
    /* border-radius: 12px; */
    /* border: 1px solid #ecd8bf; */
    /* z-index: 9; */
  }
}
.pd-page {
  background: #f8f5ef;
}

.pd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #7b7b7b;
  font-size: 14px;
  margin-bottom: 18px;
}

.pd-breadcrumb a {
  color: #8f1200;
}

.pd-gallery,
.pd-summary,
.pd-content {
  background: #fff;
  border: 1px solid #efd8ba;
  border-radius: 16px;
}

.pd-gallery {
  padding: 12px;
}

.pd-swiper {
  overflow: hidden;
  border-radius: 12px;
}

.pd-swiper .swiper-wrapper {
  display: flex;
}

.pd-swiper .swiper-slide {
  flex-shrink: 0;
}

.pd-main-image-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f2e4d1;
}

.pd-main-image {
  width: 100%;
  object-fit: cover;
}

.pd-thumb {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f2e4d1;
  padding: 0;
}

.PdThumbsSwiper .swiper-slide {
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.PdThumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.PdThumbsSwiper .swiper-slide-thumb-active .pd-thumb {
  border-color: #8f1200;
}

.pd-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: 100px;
}

.pd-main-swiper .swiper-button-prev,
.pd-main-swiper .swiper-button-next {
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(143, 18, 0, 0.8);
}

.pd-main-swiper .swiper-button-prev::after,
.pd-main-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: 800;
}

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

.pd-thumbs-swiper .swiper-wrapper {
  align-items: stretch;
}

.pd-summary {
  padding: 22px;
  position: sticky;
  top: 90px;
}

.pd-title {
  color: #8f1200;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.pd-subtitle {
  color: #555;
  margin-bottom: 12px;
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 16px;
}

.pd-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  display: none;
}

.pd-badge {
  background: #8f1200;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

.pd-badge--alt {
  background: #b36f00;
}

.pd-price-box {
  margin-bottom: 16px;
}

.pd-price-current {
  font-size: 32px;
  color: #8f1200;
  font-weight: 800;
  line-height: 1.2;
}

.pd-price-old {
  color: #8a8a8a;
  text-decoration: line-through;
}

.pd-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.pd-meta-item {
  border: 1px dashed #e7ceb0;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
}

.pd-meta-item span {
  font-size: 12px;
  color: #7a7a7a;
}

.pd-meta-item strong {
  color: #2f2f2f;
  margin-top: 2px;
}

.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-qty {
  display: inline-flex;
  border: 1px solid #e1c8aa;
  border-radius: 10px;
  overflow: hidden;
  height: 44px;
}

.pd-qty-btn {
  width: 44px;
  border: none;
  background: #fff7ed;
  color: #8f1200;
  font-size: 20px;
  font-weight: 700;
}

.pd-qty-input {
  width: 50px;
  border: none;
  border-left: 1px solid #e1c8aa;
  border-right: 1px solid #e1c8aa;
  text-align: center;
}

.pd-content {
  padding: 22px;
}

.pd-content h2 {
  font-family: var(--font-malik-bold);
  color: var(--bs-primary);
  margin-bottom: 14px;
  margin-bottom: 20px;
}

.pd-content-body {
  color: #333;
  line-height: 1.8;
}
.pd-content-body h3{font-family: var(--font-malik-bold);color: #5a5a5a;font-size: 17px;margin-top: 25px;margin-bottom: 10px;}
.pd-content-body img {
  max-width: 100%;
  height: auto;
}

.pd-related>h3 {
  color: var(--bs-primary);
  text-align: center;
  text-transform: uppercase;
  font-family: var(--font-malik-bold);
  margin-bottom: 30px;
}
.pd-summary{
	/*background: transparent;
    border: none;
    border-radius: 16px;
    padding: 0 !important;*/
}
@media (max-width: 991.98px) {
  .pd-summary {
    position: static;
    padding: 15px;
  }
}

@media (max-width: 767.98px) {
  .pd-meta-grid {
    grid-template-columns: 1fr;
  }

  .pd-actions {
    position: sticky;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.98);
    /* padding: 10px; */
    /* border-radius: 12px; */
    /* border: 1px solid #ecd8bf; */
    /* z-index: 9; */
  }
}
