/* ==================================================
   INSIGHTS NUMEROLOGY — SHARED PRODUCT PAGE CSS
   Public filename: /css/crystal-shop.css
   Used by Citrine and all existing individual products.
   Collection pages must use crystal-collection.css.
================================================== */


.bracelet-detail-page {
  background: #fffaf6;
}

.bracelet-details-section {
  padding: 23px 0 5px;
}

.bracelet-gallery-card,
.bracelet-summary-card,
.bracelet-info-card,
.bracelet-benefit-card {
  background: #fff;
  border: 1px solid #ffbb56b3;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.bracelet-gallery-card {
  padding: 14px;
}

.bracelet-main-image {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
  cursor: zoom-in;
}

.bracelet-main-image a {
  display: block;
  overflow: hidden;
}

.bracelet-main-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition:
    transform 0.28s ease,
    transform-origin 0.08s linear;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}

.bracelet-main-image.is-zooming {
  cursor: zoom-out;
}

.bracelet-main-image.is-zooming img {
  transform: scale(1.75);
  transition:
    transform 0.22s ease,
    transform-origin 0.04s linear;
}

@media (hover: none), (pointer: coarse) {
  .bracelet-main-image,
  .bracelet-main-image.is-zooming {
    cursor: default;
  }

  .bracelet-main-image.is-zooming img {
    transform: none;
  }
}

.bracelet-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.bracelet-thumbs button {
  border: 1px solid #e5d8e7;
  padding: 3px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  width: 90px;
  height: 90px;
}

.bracelet-thumbs button.active {
  border-color: #89116b;
}

.bracelet-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bracelet-summary-card {
  padding: 30px;
}

.product-breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.product-breadcrumb a {
  color: #89116b;
}

.bracelet-summary-card h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.chakra-line {
  color: #111;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.product-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.product-price {
  font-size: 23px;
  color: #89116b;
  font-weight: 800;
}

.product-mrp {
  color: #999;
  font-size: 18px;
  text-decoration: line-through;
}

.product-discount {
  color: #1b8b51;
  font-size: 14px;
  font-weight: 700;
  background: #eaf8f0;
  padding: 5px 10px;
  border-radius: 20px;
}

.product-options {
  margin-bottom: 20px;
}

.product-options h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.size-options label {
  cursor: pointer;
}

.size-options input {
  display: none;
}

.size-options span {
  display: inline-block;
  border: 1px solid #e2d7e4;
  padding: 9px 14px;
  border-radius: 8px;
  background: #fff;
  color: #333;
}

.size-options input:checked + span {
  background: #89116b;
  color: #fff;
  border-color: #89116b;
}

.quantity-title {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #cce2f3;
  border-radius: 22px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 16px;
  height: 38px;
  margin-bottom: 18px;
}

.quantity-title span {
  width: 33px;
  height: 33px;
  background: #fff;
  color: #7fb4d8;
  border: 2px solid #b4d3ea;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.product-quantity button {
  border: 0;
  background: transparent;
  color: #6b91ab;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.quantity-bag {
  width: 42px;
  height: 44px;
  border: 3px solid #b4d3ea;
  border-radius: 6px 6px 3px 3px;
  position: relative;
  text-align: center;
}

.quantity-bag:before {
  content: "";
  position: absolute;
  left: 9px;
  top: -14px;
  width: 20px;
  height: 16px;
  border: 3px solid #b4d3ea;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.quantity-bag input {
  width: 100%;
  height: 100%;
  border: 0;
  text-align: center;
  outline: none;
  font-weight: 700;
  background: transparent;
}

.addon-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.addon-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 16px;
}

.addon-item:last-child {
  margin-bottom: 0;
}

.addon-item input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.addon-item strong {
  color: #111;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}

.addon-item small {
  color: #111;
  font-size: 16px;
  display: block;
}

.product-action-row {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}

.product-action-row a {
  flex: 1;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}

/* Gold Button */

.btn-cart-premium {
  background: linear-gradient(135deg, #ffd84d, #f4b400);
  color: #222;
  box-shadow: 0 12px 25px rgba(244, 180, 0, 0.35);
}

.btn-cart-premium:hover {
  transform: translateY(-4px);
  color: #222;
  box-shadow: 0 18px 35px rgba(244, 180, 0, 0.45);
}

/* WhatsApp */

.btn-whatsapp-premium {
  background: linear-gradient(135deg, #287c47, #0fb94f);
  color: #fff;
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.35);
}

.btn-whatsapp-premium:hover {
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 18px 35px rgba(37, 211, 102, 0.45);
}

/* Shine Effect */

.btn-cart-premium:before,
.btn-whatsapp-premium:before {
  content: "";

  position: absolute;

  left: -80px;

  top: 0;

  width: 45px;

  height: 100%;

  background: rgba(255, 255, 255, 0.35);

  transform: skewX(-25deg);

  transition: 0.7s;
}

.btn-cart-premium:hover:before,
.btn-whatsapp-premium:hover:before {
  left: 120%;
}

.product-action-row i {
  font-size: 22px;
}

.product-action-row .theme-btn {
  min-width: 185px;
  text-align: center;
}

.yellow-btn {
  background: #f6c22d !important;
  color: #111 !important;
  border-radius: 24px !important;
}

.outline-btn {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
  border-radius: 24px !important;
}

.gift-box {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #e9f8ea;
  color: #007018;
  padding: 16px 18px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.gift-box i {
  font-size: 24px;
}

.gift-box p {
  margin: 0;
  line-height: 1.65;
}

.service-strip {
  background: #1d3e5c;
  padding: 20px;
  border-radius: 7px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.service-box {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 9px;
  text-align: center;
  padding: 15px 8px;
}

.service-box i {
  color: #f6b900;
  font-size: 28px;
  margin-bottom: 9px;
}

.service-box h5 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.service-box p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.discount-box {
  background: #f2eee9;
  border-radius: 7px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.discount-box h4 {
  font-size: 16px;
  color: #111;
  margin-bottom: 12px;
}

.coupon-row {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px;
}

.coupon-row span {
  border: 2px dashed #d49a5b;
  padding: 9px 21px;
  color: #9b5c25;
  font-weight: 700;
}

.coupon-row p {
  margin: 0;
  color: #111;
}

.payment-box {
  background: #d5eefc;
  border-radius: 7px;
  padding: 16px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.secure-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
}

.secure-title i {
  color: #0ab83e;
}

.payment-icons {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.payment-icons span {
  background: #fff;
  border-radius: 6px;
  min-width: 62px;
  height: 32px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #174b91;
  font-weight: 800;
  font-size: 13px;
}

.product-meta p {
  color: #111;
  margin-bottom: 13px;
}

.product-meta span {
  border: 1px solid #dcdcdc;
  padding: 4px 7px;
  display: inline-block;
  margin: 3px;
  font-size: 13px;
  background: #fff;
}

.sku-code {
  background: #e8f5ff;
  padding: 7px 12px;
  color: #111;
  font-size: 16px;
}

.bracelet-info-section {
  padding: 25px 0 30px;
}

.bracelet-info-card {
  padding: 30px;
}

.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bracelet-info-card h3 {
  color: #111;
  font-size: 26px;
  margin: 20px 0 16px;
  font-family: Georgia, serif;
}

.bracelet-info-card h3:first-child {
  margin-top: 0;
}

.bracelet-info-card p,
.bracelet-info-card li {
  color: #111;
  line-height: 1.55;
  font-size: 16px;
  letter-spacing: 0.1px;
}

.feature-list {
  padding-left: 18px;
  margin-bottom: 20px;
}

/*.feature-list li {
  margin-bottom: 10px;
}
*/
.bracelet-benefits-grid {
  margin-top: 24px;
}

.bracelet-benefit-card {
  padding: 22px;
  height: 100%;
  transition: 0.3s;
}

.bracelet-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(137, 17, 107, 0.1);
}

.bracelet-benefit-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fbf2fb;
  color: #89116b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  font-size: 22px;
}

.bracelet-benefit-card h4 {
  font-size: 18px;
  color: #111;
  margin-bottom: 8px;
}

.bracelet-accordion .accordion.block {
  background: #fff;
  border: 1px solid #eee2ef;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.bracelet-accordion .acc-btn {
  padding: 16px 18px;
  font-weight: 700;
  cursor: pointer;
  color: #111;
}

.bracelet-accordion .acc-content {
  display: none;
  padding: 0 18px 18px;
}

.bracelet-accordion .acc-content.current {
  display: block;
}

.related-product-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.related-product-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.related-product-card .content {
  padding: 15px;
}

.related-product-card h4 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.related-product-card h4 a {
  color: #111;
}

.related-product-card .price {
  color: #c2a74e;
  font-size: 18px;
  font-weight: 700;

}

@media (max-width: 1199px) {
  .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .bracelet-main-image img {
    height: 430px;
  }

  .bracelet-summary-card {
    margin-top: 30px;
  }

  .bracelet-summary-card h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .bracelet-details-section {
    padding-top: 55px;
  }

  .bracelet-main-image img {
    height: 330px;
  }

  .bracelet-summary-card {
    padding: 20px;
  }

  .service-strip,
  .product-action-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .coupon-row,
  .payment-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .bracelet-thumbs button {
    width: 72px;
    height: 72px;
  }
}
/*==========================
 Payment Box
==========================*/

.payment-box {
  background: #d8edf9;
  border-radius: 14px;
  padding: 18px 22px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.payment-left {
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.payment-left i {
  color: #18b44d;
  font-size: 28px;
}

.payment-left span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.payment-icons img {
  height: 42px;
  width: auto;

  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .payment-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-left {
    min-width: auto;
  }

  .payment-left span {
    white-space: normal;
    font-size: 22px;
  }

  .payment-icons {
    flex-wrap: wrap;
  }
}

.product-meta {
  margin-top: 25px;
}

.meta-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.meta-row strong {
  width: 90px;
  min-width: 90px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  padding-top: 7px;
}

.meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px; /* only 3px gap */
  flex: 1;
}

.meta-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 13px;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

.meta-tags a:hover {
  background: #89116b;
  color: #fff;
  border-color: #89116b;
}
/**************************/

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 25px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  transition: 0.3s;
}

.feature-item:hover {
  border-color: #89116b;
  background: #fcf6fb;
}

.feature-item i {
  color: #89116b;
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.feature-item span {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}

.desc-content h3 {
  font-size: 30px;
  margin: 22px 0 15px;
  color: #111;
  font-family: Georgia, serif;
}

@media (max-width: 767px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.product-note-box {
  margin-top: 35px;
  padding: 25px;
  background: #faf8ff;
  border: 1px solid #e6dff0;
  border-left: 5px solid #89116b;
  border-radius: 10px;
}

.product-note-box h3 {
  font-size: 28px;
  color: #111;
  margin-bottom: 15px;
}

.product-note-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.product-note-box ul {
  margin: 0;
  padding-left: 20px;
}

/* ===========================
   Crystal Cart Success Message
=========================== */

.cart-success-message {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  background: #89116b;
  color: #fff;
  padding: 13px 20px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  font-size: 15px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.3s ease;
}

.cart-success-message.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.amethyst-guidance-section {
  padding: 35px 0 25px;
  background: #fff;
}
.guidance-card {
  height: 100%;
  background: #fffaf6;
  border: 1px solid #eee4ef;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}
.guidance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(137, 17, 107, 0.1);
}
.guidance-card .icon {
  width: 52px;
  height: 52px;
  background: #89116b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 21px;
}
.guidance-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.guidance-card h3 a {
  color: #111;
}
.guidance-card p {
  color: #555;
  line-height: 1.55;
  margin-bottom: 12px;
}
.read-more-link {
  color: #89116b;
  font-weight: 700;
}
.amethyst-cta-section {
  padding: 25px 0 35px;
  background: #fffaf6;
}

/*.cta-box {
  position: relative;
  overflow: hidden;
  padding: 34px 32px;
  border-radius: 18px;
  background: #5f1111;
  box-shadow: 0 22px 50px rgba(77, 23, 37, 0.25);
}
.cta-box h2,
.cta-box p {
  color: #fff;
}
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  min-width: 330px;
}
*/
.cta-box {
    --cta-start: #5f1111;
    --cta-end: #7a263d;
    --cta-text: #ffffff;
    --cta-shadow: rgba(77, 23, 37, 0.25);

    position: relative;
    overflow: hidden;
    padding: 34px 32px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--cta-start), var(--cta-end));
    box-shadow: 0 22px 50px var(--cta-shadow);
}

.cta-box h2,
.cta-box p {
    color: var(--cta-text);
}

.cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    min-width: 330px;
}
.cta-theme-gold .sub-title{
    color:#4d1725 !important;
    font-weight:700;
    text-shadow:0 1px 0 rgba(255,255,255,.25);
}
.cta-theme-gold {
    --cta-start: #e2be4e;
    --cta-end: #dcb439;
    --cta-text: #000000;
    --cta-shadow: rgba(212, 173, 67, 0.25);
}
.cta-theme-gold2 {
    --cta-start: #f9edc2;
    --cta-end: #eec85a;
    --cta-text: #4b2d00;
    --cta-shadow: rgba(212, 173, 67, 0.22);
}

.cta-theme-wine {
    --cta-start: #4d1725;
    --cta-end: #7a263d;
    --cta-text: #ffffff;
    --cta-shadow: rgba(77, 23, 37, 0.25);
}

/* WhatsApp */
.cta-theme-gold .btn-style-one,
.cta-theme-gold .btn-style-two{
    background:#7a263d;
    border:2px solid #7a263d;
    color:#fff;
	font-size: 14px;
	margin-left: 15px;
}

.cta-theme-gold .btn-style-one:hover,
.cta-theme-gold .btn-style-two:hover{
    background:#a97f10;
    border-color:#a97f10;
}
/*****************************/

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.service-card {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fffaf7;
  border: 1px solid #eadde5;
  border-radius: 16px;
  box-sizing: border-box;
}

.service-card-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
  }
}

.service-card-content {
  padding: 20px 22px 24px;
  box-sizing: border-box;
}

.service-card-content h3 {
  margin: 0 0 10px;
}

.service-card-content p {
  margin: 0 0 14px;
  line-height: 1.6;
}

.service-card-content a {
  display: inline-block;
}

.service-image-link {
  display: block;
  overflow: hidden;
}

.service-card-image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-image-link:hover .service-card-image {
  transform: scale(1.04);
}

.service-title-link {
  color: #111;
  text-decoration: none;
  transition: color 0.25s ease;
}

.service-title-link:hover {
  color: #a00072;
}

.service-card-content {
  padding: 20px 22px 24px;
}

/* =========================================
   Bracelet Product Information Tabs
   Reusable for all bracelet product pages
========================================= */

/* ==================================================
   Bracelet Product Information Tabs
   Reusable for Citrine, Amethyst, Pyrite, Sodalite,
   Black Tourmaline and all bracelet pages
================================================== */

.bracelet-product-tabs {
  padding: 35px 0 45px;
}

.bracelet-tabs-wrapper {
  background: #ffffff;
  border: 1px solid #eadfea;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.035);
}

/* Remove template default spacing */

.bracelet-tabs-wrapper .tabs-box {
  margin: 0;
  padding: 0;
}

.bracelet-tabs-wrapper .tab-btn-box {
  margin: 0 !important;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #e9e1e8;
}

/* ==================================================
   TAB NAVIGATION
================================================== */

.bracelet-tabs-wrapper .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}

.bracelet-tabs-wrapper .tab-buttons .tab-btn {
  position: relative;
  margin: 0;
  padding: 17px 38px;
  background: #ffffff;
  border: 0;
  border-right: 1px solid #e9e1e8;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bracelet-tabs-wrapper .tab-buttons .tab-btn:first-child {
  border-left: 1px solid #e9e1e8;
}

.bracelet-tabs-wrapper .tab-buttons .tab-btn:hover {
  background: #faf8f2;
  color: #c49c22;
}

/* Active Tab */

.bracelet-tabs-wrapper .tab-buttons .tab-btn.active-btn {
  background: #dcb439;
  color: #ffffff;
}

/* ==================================================
   TAB CONTENT
================================================== */

.bracelet-tabs-wrapper .tabs-content {
  position: relative;
  margin: 0 !important;
  padding: 0;
}

/* Keep existing bracelet-info-card content design
   but connect it visually with tabs */

.bracelet-tabs-wrapper .bracelet-info-card {
  margin: 0;
  padding: 28px 30px 32px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Heading spacing */

.bracelet-tabs-wrapper .section-head-row {
  margin-bottom: 15px;
}

.bracelet-tabs-wrapper .section-head-row h3 {
  margin-bottom: 0;
}

/* ==================================================
   FEATURES & BENEFITS
   Existing design retained
================================================== */

.bracelet-tabs-wrapper .feature-grid {
  margin-top: 12px;
}

/* ==================================================
   PRODUCT NOTE
================================================== */

.bracelet-tabs-wrapper .product-note-box {
  margin-top: 25px;
}

/* ==================================================
   BRACELET CUSTOMER REVIEWS
================================================== */

.bracelet-tabs-wrapper .customer-comment {
  margin-top: 20px;
}

.bracelet-tabs-wrapper .comment-column {
  margin-bottom: 20px;
}

/* Individual Review Card */
.bracelet-tabs-wrapper .single-comment-box {
  height: 100%;
  padding: 22px 24px;
  background: #fafafa;
  border: 1px solid #ece7e1;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.bracelet-tabs-wrapper .single-comment-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Remove template spacing */
.bracelet-tabs-wrapper .single-comment-box .inner-box {
  padding: 0;
  margin: 0;
}

.bracelet-tabs-wrapper .single-comment-box .inner {
  padding: 0;
  margin: 0;
}

/* ==================================================
   STAR RATING - FIX VERTICAL STARS
================================================== */

.bracelet-tabs-wrapper .single-comment-box .rating {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.bracelet-tabs-wrapper .single-comment-box .rating li {
  display: inline-flex !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.bracelet-tabs-wrapper .single-comment-box .rating li i {
  color: #dcb439;
  font-size: 15px;
}

/* ==================================================
   CUSTOMER NAME
================================================== */

.bracelet-tabs-wrapper .single-comment-box h5 {
  margin: 0 0 9px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.bracelet-tabs-wrapper .single-comment-box h5 span {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}

/* ==================================================
   REVIEW TEXT
================================================== */

.bracelet-tabs-wrapper .single-comment-box p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

/* ==================================================
   CUSTOMER EXPERIENCES HEADING
================================================== */

.bracelet-tabs-wrapper #bracelet-reviews .section-head-row {
  margin-bottom: 5px;
}

.bracelet-tabs-wrapper #bracelet-reviews .section-head-row h3 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
}

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

@media only screen and (max-width: 767px) {
  .bracelet-tabs-wrapper .single-comment-box {
    padding: 18px;
  }

  .bracelet-tabs-wrapper .comment-column {
    margin-bottom: 15px;
  }

  .bracelet-tabs-wrapper .single-comment-box p {
    font-size: 13px;
  }
}

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

@media only screen and (max-width: 767px) {
  .bracelet-product-tabs {
    padding: 25px 0 35px;
  }

  .bracelet-tabs-wrapper {
    border-radius: 12px;
  }

  .bracelet-tabs-wrapper .tab-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bracelet-tabs-wrapper .tab-buttons .tab-btn {
    padding: 14px 8px;
    font-size: 12px;
    border-right: 1px solid #e9e1e8;
    border-bottom: 1px solid #e9e1e8;
  }

  .bracelet-tabs-wrapper .tab-buttons .tab-btn:first-child {
    border-left: 0;
  }

  .bracelet-tabs-wrapper .bracelet-info-card {
    padding: 20px 15px 24px;
  }
}

/* ==================================================
   SMALL MOBILE
================================================== */
@media only screen and (max-width: 480px) {
  .bracelet-tabs-wrapper .tab-buttons .tab-btn {
    padding: 12px 5px;
    font-size: 11px;
  }
}

/* Compact Quantity Selector */
.product-details__quantity {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 8px 0;
}

.product-details__quantity-title {
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0 !important;
  white-space: nowrap;
}

.product-details__quantity .quantity-box {
  display: flex;
  align-items: center;
  height: 44px;
}

.product-details__quantity .quantity-box input {
  width: 55px;
  height: 44px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
}

.product-details__quantity .quantity-box button {
  width: 30px;
  height: 22px;
  padding: 0;
  font-size: 11px;
  line-height: 22px;
  border: 0;
  border-radius: 0;
  background: #dcb439;
}

/* Round top-right and bottom-right corners */
.product-details__quantity .quantity-box .add {
  border-radius: 0 8px 0 0;
}

.product-details__quantity .quantity-box .sub {
  border-radius: 0 0 8px 0;
}

/* Share With Friends - Single Line */
.product-details__social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}

.product-details__social .title {
  margin: 0 !important;
}

.product-details__social .title h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
}

/* Social Icons */
.product-details__social .product-share {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.product-details__social .product-share li {
  margin: 0 !important;
}

.product-details__social .product-share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

/* Mobile */
@media (max-width: 575px) {
  .product-details__social {
    gap: 12px;
  }

  .product-details__social .title h3 {
    font-size: 15px;
  }

  .product-details__social .product-share {
    gap: 8px;
  }

  .product-details__social .product-share li a {
    width: 30px;
    height: 30px;
    font-size: 18px !important;
  }
}

/* ==================================================
   Attractive Product Social Share
================================================== */

.product-details__social {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px 10px 18px;

  background: linear-gradient(135deg, #fffdf8 0%, #fff8e8 100%);

  border: 1px solid #eee3c9;
  border-radius: 50px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

/* Share Title */

.product-details__social .title {
  position: relative;
  margin: 0 !important;
  padding-right: 18px;
}

.product-details__social .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background: #e6d7b3;
  transform: translateY(-50%);
}

.product-details__social .title h3 {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* Social Icons Container */

.product-details__social .product-share {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
}

/* Remove default list styling */

.product-details__social .product-share li {
  display: inline-flex;
  margin: 0 !important;
  padding: 0;
}

/* Circular Social Button */

.product-details__social .product-share li a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  padding: 0;
  border: 1px solid #eadfbf;
  border-radius: 50%;

  background: #ffffff;
  color: #b18a21;

  font-size: 16px !important;
  line-height: 1;

  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

/* Hover Effect */

.product-details__social .product-share li a:hover {
  background: #dcb439;
  color: #ffffff;

  border-color: #dcb439;

  transform: translateY(-3px);

  box-shadow: 0 6px 14px rgba(220, 180, 57, 0.28);
}

/* ==================================================
   Mobile
================================================== */

@media only screen and (max-width: 575px) {
  .product-details__social {
    width: 100%;
    gap: 10px;
    padding: 9px 10px 9px 14px;
  }

  .product-details__social .title {
    padding-right: 10px;
  }

  .product-details__social .title h3 {
    font-size: 13px;
  }

  .product-details__social .product-share {
    gap: 6px;
  }

  .product-details__social .product-share li a {
    width: 32px;
    height: 32px;
    font-size: 14px !important;
  }
}
/* Make left and right product boxes equal height */
/* Equal height product gallery and product summary */
.bracelet-details-section .row.align-items-start {
  align-items: stretch !important;
}

.bracelet-details-section .col-lg-6,
.bracelet-details-section .col-xl-6 {
  display: flex;
  flex-direction: column;
}

.bracelet-details-section .bracelet-gallery-card,
.bracelet-details-section .bracelet-summary-card {
  width: 100%;
  height: 100%;
  flex: 1;
}

/**** Service-image-marquee *********/
.growth-service-marquee {
  position: relative;
  overflow: hidden;
  padding: 12px 0 5px;
}

.growth-service-marquee > .bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.growth-service-heading,
.growth-compact-window,
.growth-service-more {
  position: relative;
  z-index: 1;
}

/* Section heading */
.growth-service-heading .sec-title {
  margin-bottom: 10px;
}

.growth-service-heading .sec-title h2 {
  margin-bottom: 6px;
  font-size: clamp(34px, 2.7vw, 50px);
  line-height: 1.08;
}

.growth-service-heading .sub-title {
  font-size: 30px;
  line-height: 1.2;
}

/* Marquee window */
.growth-compact-window {
  width: 100%;
  overflow: hidden;
  padding: 6px 0 18px;
}

.growth-compact-window::before,
.growth-compact-window::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 5vw;
  pointer-events: none;
}

.growth-compact-window::before {
  left: 0;
  background: linear-gradient(90deg, #f7f1eb, transparent);
}

.growth-compact-window::after {
  right: 0;
  background: linear-gradient(270deg, #f7f1eb, transparent);
}

/* Moving track */
.growth-compact-track {
  display: flex;
  width: max-content;
  animation: growthCompactMove 55s linear infinite;
  will-change: transform;
}

.growth-compact-window:hover .growth-compact-track {
  animation-play-state: paused;
}

.growth-compact-group {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

/* Service card */
.growth-compact-card {
  display: grid;
  grid-template-columns: 185px 250px;
  flex: 0 0 435px;
  height: 190px;
  overflow: hidden;
  border: 2px solid rgba(192, 155, 63, 0.55);
  border-radius: 12px;
  background: #ffffff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.growth-compact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(55, 35, 14, 0.15);
}

/* Card image */
.growth-compact-image {
  display: block;
  overflow: hidden;
  background: #f7f2e9;
}

.growth-compact-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.growth-compact-card:hover .growth-compact-image img {
  transform: scale(1.06);
}

/* Card content */
.growth-compact-content {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.growth-compact-content h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.15;
}

.growth-compact-content h3 a {
  color: #090807;
  font-weight: 800;
}

.growth-compact-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #62584f;
  font-size: 13.5px;
  line-height: 1.45;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* View service link */
.growth-compact-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #a4770e;
  font-size: 13px;
  font-weight: 800;
}

.growth-compact-link:hover {
  color: #011425;
}

/* Explore all button */
.growth-service-more {
  margin-top: 0;
  text-align: center;
}

.growth-service-more a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 21px;
  border: 1px solid #dcb439;
  border-radius: 50px;
  color: #33250b;
  background: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 7px 17px rgba(99, 70, 12, 0.07);
}

.growth-service-more a:hover {
  color: #ffffff;
  background: #dcb439;
}

/* Marquee animation */
@keyframes growthCompactMove {
  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .growth-service-marquee {
    padding: 32px 0 28px;
  }

  .growth-service-heading {
    padding: 0 16px;
  }

  .growth-service-heading .sec-title {
    margin-bottom: 16px;
  }

  .growth-service-heading .sec-title h2 {
    font-size: 30px;
  }

  .growth-service-heading .sub-title {
    font-size: 18px;
  }

  .growth-compact-group {
    gap: 13px;
    padding-right: 13px;
  }

  .growth-compact-card {
    grid-template-columns: 135px 205px;
    flex-basis: 340px;
    height: 165px;
  }

  .growth-compact-content {
    padding: 14px;
  }

  .growth-compact-content h3 {
    font-size: 18px;
  }

  .growth-compact-content p {
    font-size: 12.5px;
    -webkit-line-clamp: 3;
  }

  .growth-compact-track {
    animation-duration: 45s;
  }
}
/* ==================================================
   PYRITE FRAME PRODUCT DETAILS
   Namespaced so bracelet and Rudraksha pages are unaffected.
================================================== */

.pyrite-detail-page {
  --pyrite-wine: #6d2537;
  --pyrite-gold: #d39a3c;
  --pyrite-dark: #172b22;
  --pyrite-cream: #fffaf3;
}

.pyrite-detail-main {
  position: relative;
  padding: 52px 0 58px;
  background: linear-gradient(125deg, #fffaf3, #f3e4cd);
	margin-bottom: 20px;
}

/* Remove inherited decorative strips from the product background. */
.pyrite-detail-main::before,
.pyrite-detail-main::after,
.pyrite-detail-grid::before,
.pyrite-detail-grid::after {
  display: none !important;
  content: none !important;
}

.pyrite-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: stretch;
  gap: 46px;
}

.pyrite-multi-gallery {
  display: flex;
  width: 100%;
  height: auto;
  align-self: start;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(211, 154, 60, 0.42);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(62, 42, 12, 0.1);
}

.pyrite-multi-gallery .bracelet-main-image {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 0 0 auto;
  aspect-ratio: 5 / 4;
  border-radius: 14px 14px 0 0;
  background: #ffffff;
}

.pyrite-multi-gallery .bracelet-main-image a {
  display: flex;
  width: 100%;
  height: 100%;
}

/* Remove inherited image shine overlays without changing the gallery layout. */
.pyrite-multi-gallery::before,
.pyrite-multi-gallery::after,
.pyrite-multi-gallery .bracelet-main-image::before,
.pyrite-multi-gallery .bracelet-main-image::after,
.pyrite-multi-gallery .bracelet-main-image a::before,
.pyrite-multi-gallery .bracelet-main-image a::after {
  display: none !important;
  content: none !important;
}

.pyrite-multi-gallery .bracelet-main-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.pyrite-gallery-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 13px;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(77, 23, 37, 0.9);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pyrite-multi-gallery .bracelet-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding: 12px 14px 14px;
}

.pyrite-multi-gallery .thumb-btn {
  flex: 0 0 82px;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  padding: 3px;
  background: #ffffff;
}

.pyrite-multi-gallery .thumb-btn.active {
  border-color: var(--pyrite-gold);
}

.pyrite-multi-gallery .thumb-btn img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: contain;
  object-position: center;
}

.pyrite-detail-summary {
  position: sticky;
  top: 110px;
  width: 100%;
  height: 100%;
  padding: 32px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pyrite-detail-summary .product-breadcrumb {
  margin-bottom: 18px;
}

.pyrite-kicker {
  display: block;
  margin-bottom: 10px;
  color: #a56f12;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pyrite-detail-summary h1 {
  margin: 0 0 16px;
  color: #18130f;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
}

.pyrite-detail-tagline {
  margin-bottom: 14px;
  color: #6f675f;
  font-size: 15px;
  line-height: 1.7;
}

.pyrite-rating-line {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  color: #5d554c;
  font-size: 12px;
}

.pyrite-rating-line span {
  color: #e1aa1f;
  letter-spacing: 1px;
}

.pyrite-detail-price {
  margin-bottom: 6px;
  color: var(--pyrite-wine);
  font-size: 30px;
  font-weight: 900;
}

.pyrite-stock {
  margin-bottom: 17px;
  color: #287c47;
  font-size: 13px;
  font-weight: 700;
}

.pyrite-stock i {
  margin-right: 5px;
}

.pyrite-detail-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}

.pyrite-detail-highlights span {
  padding: 10px 8px;
  border: 1px solid #eee4d7;
  border-radius: 8px;
  color: #5f574f;
  background: #fffaf3;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.pyrite-action-row {
  margin-bottom: 18px;
}

.pyrite-action-row .btn-cart-premium,
.pyrite-action-row .btn-whatsapp-premium {
  position: relative;
  display: inline-flex;
  flex: 1;
  width: 100%;
  min-width: 0;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.pyrite-action-row .btn-cart-premium {
  color: #201706;
  background: linear-gradient(135deg, #ffd84d, #f4b400);
  box-shadow: 0 12px 25px rgba(244, 180, 0, 0.3);
}

.pyrite-action-row .btn-whatsapp-premium {
  color: #ffffff;
  background: linear-gradient(135deg, #287c47, #0fb94f);
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.3);
}

/* Disable the shared shine overlay that appears as a white strip. */
.pyrite-action-row .btn-cart-premium::before,
.pyrite-action-row .btn-cart-premium::after,
.pyrite-action-row .btn-whatsapp-premium::before,
.pyrite-action-row .btn-whatsapp-premium::after {
  display: none !important;
  content: none !important;
}

.pyrite-action-row .btn-cart-premium:hover,
.pyrite-action-row .btn-cart-premium:focus {
  color: #201706;
  background: linear-gradient(135deg, #ffe16a, #efad00);
  box-shadow: 0 16px 30px rgba(244, 180, 0, 0.38);
  transform: translateY(-2px);
}

.pyrite-action-row .btn-whatsapp-premium:hover,
.pyrite-action-row .btn-whatsapp-premium:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #246f40, #09a946);
  box-shadow: 0 16px 30px rgba(37, 211, 102, 0.38);
  transform: translateY(-2px);
}

.pyrite-product-social {
  margin-top: 8px;
}

.pyrite-order-note {
  margin: 14px 0 0;
  color: #81776c;
  font-size: 12px;
  line-height: 1.5;
}

.pyrite-frame-tabs {
  padding: 0 0 65px;
  background: #ffffff;
}

.pyrite-frame-tabs .bracelet-tabs-wrapper {
  border: 1px solid #ece4dc;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(52, 34, 10, 0.06);
}

.pyrite-frame-tabs .pyrite-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pyrite-explore-section {
  padding: 23px 0 23px;
  background: linear-gradient(135deg, #fff8eb, #ffffff);
}

.pyrite-explore-heading {
 /* max-width: 820px;*/
  margin: 0 auto 32px;
  text-align: center;
}

.pyrite-explore-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #b47d17;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.pyrite-explore-heading h2 {
  margin-bottom: 12px;
  color: #17130f;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
}

.pyrite-explore-heading p {
  margin: 0;
  color: #756c62;
}

.pyrite-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pyrite-explore-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(211, 154, 60, 0.25);
  border-radius: 14px;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(61, 40, 8, 0.07);
  transition: 0.25s ease;
}

.pyrite-explore-card:hover {
  transform: translateY(-5px);
  color: inherit;
  box-shadow: 0 18px 36px rgba(61, 40, 8, 0.12);
}

.pyrite-explore-card > i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #e5b740, #a86f12);
}

.pyrite-explore-card span {
  color: #a26d13;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.pyrite-explore-card h3 {
  margin: 5px 0 9px;
  color: #1d1813;
  font-size: 21px;
  font-weight: 800;
}

.pyrite-explore-card p {
  color: #756d64;
  font-size: 12px;
  line-height: 1.6;
}

.pyrite-explore-card b {
  margin-top: auto;
  color: var(--pyrite-wine);
  font-size: 12px;
}

@media (max-width: 991px) {
  .pyrite-detail-grid {
    grid-template-columns: 1fr;
  }

  .pyrite-detail-summary {
    position: relative;
    top: auto;
  }

  .pyrite-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .pyrite-detail-main {
    padding: 30px 0 42px;
  }

  .pyrite-detail-summary {
    padding: 22px 0;
  }

  .pyrite-detail-summary h1 {
    font-size: 34px;
  }

  .pyrite-detail-highlights,
  .pyrite-frame-tabs .pyrite-feature-grid,
  .pyrite-explore-grid {
    grid-template-columns: 1fr;
  }

  .pyrite-multi-gallery .thumb-btn {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }
}
/* advertise */
