/** Shopify CDN: Minification failed

Line 898:6 Unexpected "/"

**/
product-info.tdg-pdp {
  display: block;
}

.tdg-pdp {
  --tdg-border: #e7e3db;
  --tdg-muted: #6b6b6b;
  --tdg-heading: #2d4354;
  --tdg-dark: #2d4354;
}

.tdg-pdp .page-width {
  max-width: 1320px;
}

.tdg-pdp__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
  font-size: 14px;
  color: #7a7a7a;
}

.tdg-pdp__breadcrumb a {
  color: #7a7a7a;
  text-decoration: none;
}

.tdg-pdp__top {
  display: grid;
  grid-template-columns: 510px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.tdg-media-gallery {
  width: 510px;
}

.tdg-media-gallery__main-wrap {
  position: relative;
  width: 510px;
  height: 550px;
  border-radius: 28px;
  overflow: hidden;
  background: #f5f5f5;
}

.tdg-media-gallery__main {
  width: 100%;
  height: 100%;
  position: relative;
}

.tdg-media-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.tdg-media-gallery__slide.is-active {
  opacity: 1;
  visibility: visible;
}

.tdg-media-gallery__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tdg-media-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tdg-media-gallery__nav svg {
  width: 22px;
  height: 22px;
}

.tdg-media-gallery__nav--prev {
  left: 14px;
}

.tdg-media-gallery__nav--next {
  right: 14px;
}

.tdg-media-gallery__offer-tag {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 4;
  min-width: 96px;
  height: 34px;
  padding: 0 14px 0 18px;
  background: #0e1116;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
}

.tdg-media-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: nowrap;
}

.tdg-media-gallery__thumb {
  width: 110px;
  height: 110px;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  background: #f3f3f3;
  cursor: pointer;
  flex: 0 0 110px;
  opacity: 0.55;
  transition: all 0.2s ease;
}

.tdg-media-gallery__thumb.is-active {
  opacity: 1;
  border-color: #9aa3a8;
}

.tdg-media-gallery__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tdg-pdp__info {
  min-width: 0;
}

.tdg-pdp__info--sticky {
  position: sticky;
  top: 24px;
}

.tdg-pdp__title {
  margin: 0 0 8px;
  font-size: clamp(40px, 4.3vw, 68px);
  line-height: 1.04;
  font-weight: 700;
  color: var(--tdg-heading);
}

.tdg-pdp__vendor {
  font-size: 18px;
  font-style: italic;
  color: #4f4f4f;
  margin-bottom: 12px;
}

.tdg-pdp__rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.tdg-pdp__rating-text {
  font-size: 14px;
  color: #333;
}

.tdg-pdp__fake-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f4c21c;
  font-size: 24px;
  line-height: 1;
}

.tdg-pdp__price {
  margin-bottom: 16px;
}

.tdg-pdp__price .price {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.tdg-pdp__price .price-item {
  margin-right: 10px;
}

.tdg-pdp__price .price--on-sale .price-item--regular {
  font-size: 16px;
  color: #8d8d8d;
}

.tdg-pdp__short-desc {
  margin-bottom: 26px;
  padding-top: 24px;
  border-top: 1px solid #dedede;
  font-size: 15px;
  line-height: 1.7;
  color: #5a5a5a;
}

.tdg-pdp__variants {
  margin-bottom: 22px;
}

.tdg-pdp__variants .product-form__input {
  max-width: 100%;
  margin-bottom: 18px;
}

.tdg-pdp__variants .form__label,
.tdg-pdp__variants legend.form__label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #121212;
}

.tdg-pdp__variants .product-form__input--pill input[type='radio'] + label {
  min-width: 72px;
  min-height: 58px;
  padding: 12px 20px;
  border-radius: 14px;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
  box-shadow: none;
}

.tdg-pdp__variants .product-form__input--pill input[type='radio']:checked + label {
  border-color: #111;
  background: #fff;
}

.tdg-pdp__variants .product-form__input--swatch input[type='radio'] + label {
  border-radius: 999px !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 2px solid transparent;
  box-shadow: none;
}

.tdg-pdp__variants .product-form__input--swatch input[type='radio']:checked + label {
  border-color: #d74d57;
}

.tdg-pdp__purchase {
  margin-bottom: 20px;
}

.tdg-pdp__purchase-form {
  margin: 0;
}

.tdg-native-product-form {
  width: 100%;
  margin: 0;
}

.tdg-native-product-form .shopify-payment-button {
  width: 100%;
}

.tdg-native-product-form .shopify-payment-button__button {
  width: 100%;
  min-height: 50px;
  height: 50px;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  background: var(--tdg-dark) !important;
  color: #fff !important;
}

.tdg-native-product-form .shopify-payment-button__more-options {
  display: none !important;
}

.tdg-pdp__purchase-top {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 56px;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.tdg-pdp__quantity {
  height: 50px;
  min-height: 50px;
  border: 1px solid #d5d5d5;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.tdg-pdp__quantity .quantity__button {
  width: 42px;
}

.tdg-pdp__quantity .quantity__input {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.tdg-pdp__cart-btn {
  width: 100%;
  min-height: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
}

.tdg-pdp__cart-btn[disabled] {
  opacity: 1;
  color: #9aa39c;
  background: #f8f8f8;
  cursor: not-allowed;
}

.tdg-pdp__wishlist {
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  line-height: 1;
}

.tdg-pdp__wishlist-icon {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: #111;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  vector-effect: non-scaling-stroke;
}

.tdg-pdp__shop-now-row {
  width: 100%;
  margin-bottom: 16px;
}

.tdg-pdp__checkout-strip {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.tdg-pdp__checkout-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tdg-pdp__checkout-logo {
  width: 48px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ececec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  box-sizing: border-box;
}

.tdg-pdp__checkout-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.tdg-pdp__checkout-text {
  font-size: 14px;
  color: #111;
  text-align: center;
}

.tdg-pdp__post-checkout {
  margin-top: 22px;
}

.tdg-pdp__craft-card {
  background: #f5f4f2;
  border-radius: 16px;
  padding: 18px 16px;
  margin-bottom: 18px;
}

.tdg-pdp__craft-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__craft-list {
  display: grid;
  gap: 8px;
}

.tdg-pdp__craft-row,
.tdg-pdp__benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}

.tdg-pdp__craft-icon,
.tdg-pdp__benefit-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #111;
}

.tdg-pdp__craft-icon svg,
.tdg-pdp__benefit-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__benefits-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.tdg-pdp__benefit-link {
  color: #8a8a8a;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 4px;
}

.tdg-pdp__post-divider {
  height: 1px;
  background: #d8d8d8;
  margin: 0 0 18px;
}

.tdg-pdp__share-bottom-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__share-bottom-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tdg-pdp__share-circle {
  width: 48px;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tdg-pdp__share-circle svg {
  width: 22px;
  height: 22px;
  display: block;
}

.tdg-pdp__bottom {
  margin-top: 46px;
}

.tdg-pdp__section + .tdg-pdp__section {
  margin-top: 18px;
}

.tdg-pdp__card {
  background: #faf8f3;
  border: 1px solid var(--tdg-border);
  border-radius: 18px;
  padding: 22px;
}

.tdg-pdp__section-title {
  margin: 0 0 14px;
  font-size: 20px;
  color: #243746;
}

.tdg-pdp__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.tdg-pdp__feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #334553;
  line-height: 1.6;
}

.tdg-pdp__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8f3ea;
  color: #2b7a45;
  font-size: 12px;
  margin-top: 2px;
}

/* .tdg-pdp__accordion {
  border-top: 1px solid #e2ddd3;
  border-bottom: 1px solid #e2ddd3;
} */

/* .tdg-pdp__accordion {
 border-bottom: 1px solid #e2ddd3;
} */

.tdg-pdp__accordion {
  border: 0;
}

.tdg-pdp__accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 22px;
  font-weight: 600;
  color: #243746;
}

.tdg-pdp__accordion summary::-webkit-details-marker {
  display: none;
}

.tdg-pdp__accordion[open] .tdg-pdp__accordion-icon {
  transform: rotate(45deg);
}

.tdg-pdp__accordion-icon {
  font-size: 28px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.tdg-pdp__accordion-content {
  padding: 0 4px 20px;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
}

.tdg-pdp__custom-liquid > *:first-child {
  margin-top: 0;
}

.tdg-pdp__custom-liquid > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .tdg-pdp__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tdg-media-gallery {
    width: 100%;
    max-width: 510px;
  }

  .tdg-media-gallery__main-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 510 / 550;
  }

  .tdg-pdp__info--sticky {
    position: static;
  }
}

@media screen and (max-width: 749px) {
  .tdg-pdp__title {
    font-size: 34px;
  }

  .tdg-pdp__purchase-top {
    grid-template-columns: 1fr;
  }

  .tdg-pdp__wishlist {
    justify-self: start;
  }

  .tdg-media-gallery__thumbs {
    gap: 8px;
  }

  .tdg-media-gallery__thumb {
    width: calc(25% - 6px);
    height: auto;
    aspect-ratio: 1 / 1;
    flex: 0 0 calc(25% - 6px);
  }

  .tdg-media-gallery__nav {
    width: 42px;
    height: 42px;
  }

  .tdg-media-gallery__offer-tag {
    font-size: 13px;
    min-width: 88px;
    height: 32px;
  }

  .tdg-pdp__cart-btn,
  .tdg-native-product-form .shopify-payment-button__button,
  .tdg-pdp__quantity {
    min-height: 48px;
    height: 48px;
  }

  .tdg-pdp__accordion summary {
    font-size: 18px;
    padding: 16px 0;
  }

  .tdg-pdp__card,
  .tdg-pdp__craft-card {
    padding: 16px;
  }
}


/* =========================
   Judge.me - top rating row
========================= */
.tdg-pdp__rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  min-height: 24px;
}

.tdg-pdp .jdgm-widget.jdgm-preview-badge {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
}

.tdg-pdp .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}

.tdg-pdp .jdgm-prev-badge__stars {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
}

.tdg-pdp .jdgm-star,
.tdg-pdp .jdgm-prev-badge__stars .jdgm-star {
  color: #f4c21c !important;
  font-size: 18px !important;
}

.tdg-pdp .jdgm-prev-badge__text,
.tdg-pdp .jdgm-prev-badge__text * {
  font-size: 14px !important;
  color: #333 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.tdg-pdp .jdgm-prev-badge__text {
  margin-left: 2px;
}

/* =========================
   Judge.me - full review widget
========================= */
/* .tdg-pdp__judge-reviews {
  margin-top: 18px;
}

.tdg-pdp__judge-reviews .tdg-pdp__accordion-content {
  padding-top: 10px;
}

.tdg-pdp .jdgm-widget.jdgm-review-widget {
  margin: 0 !important;
}

.tdg-pdp .jdgm-rev-widg {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.tdg-pdp .jdgm-rev-widg__header {
  margin-bottom: 20px !important;
}

.tdg-pdp .jdgm-rev-widg__title {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #243746 !important;
}

.tdg-pdp .jdgm-rev-widg__summary,
.tdg-pdp .jdgm-row-stars {
  margin-top: 6px !important;
}

.tdg-pdp .jdgm-write-rev-link,
.tdg-pdp .jdgm-btn,
.tdg-pdp .jdgm-rev-widg__header .jdgm-btn {
  border-radius: 999px !important;
  min-height: 40px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #2d4354 !important;
  color: #fff !important;
  border: 1px solid #2d4354 !important;
  box-shadow: none !important;
}

.tdg-pdp .jdgm-rev {
  border-top: 1px solid #e7e3db !important;
  padding: 18px 0 !important;
}

.tdg-pdp .jdgm-rev__icon,
.tdg-pdp .jdgm-rev__avatar {
  border-radius: 999px !important;
}

.tdg-pdp .jdgm-rev__author {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1b1b1b !important;
}

.tdg-pdp .jdgm-rev__timestamp {
  font-size: 12px !important;
  color: #777 !important;
}

.tdg-pdp .jdgm-rev__title {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  color: #222 !important;
}

.tdg-pdp .jdgm-rev__body,
.tdg-pdp .jdgm-rev__body p {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #4e4e4e !important;
}

.tdg-pdp .jdgm-paginate {
  margin-top: 20px !important;
}

/* mobile */
/* @media screen and (max-width: 749px) {
  .tdg-pdp .jdgm-prev-badge__text,
  .tdg-pdp .jdgm-prev-badge__text * {
    font-size: 13px !important;
  }

  .tdg-pdp .jdgm-star,
  .tdg-pdp .jdgm-prev-badge__stars .jdgm-star {
    font-size: 16px !important;
  }

  .tdg-pdp .jdgm-rev-widg__title {
    font-size: 20px !important;
  }
} */ */


.tdg-pdp__judge-reviews {
  margin-top: 18px;
}

.tdg-pdp__judge-reviews .tdg-pdp__accordion-content {
  padding-top: 10px;
}

.tdg-pdp .jdgm-widget.jdgm-review-widget,
.tdg-pdp .jdgm-rev-widg {
  margin: 0 !important;
  background: transparent !important;
}



/* new updated code  */

/* =========================
   Description Section
========================= */
.tdg-pdp__accordion--description {
  border-top: 0;
  border-bottom: 0;
}

.tdg-pdp__accordion--description summary {
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #d9d9d9;
}

.tdg-pdp__accordion--description .tdg-pdp__accordion-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.tdg-pdp__accordion--description[open] .tdg-pdp__accordion-icon {
  transform: rotate(180deg);
}

.tdg-pdp__accordion--description .tdg-pdp__accordion-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__description-content {
  padding: 24px 0 0;
}

.tdg-pdp__description-text {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}

.tdg-pdp__description-text p {
  margin: 0 0 12px;
}

.tdg-pdp__description-heritage {
  margin-top: 24px;
  background: #f7f7f5;
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__description-heritage-icon {
  width: 30px;
  height: 30px;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
}

.tdg-pdp__description-heritage-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.tdg-pdp__description-features {
  margin-top: 28px;
}

.tdg-pdp__description-features h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__description-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.tdg-pdp__description-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #5a5a5a;
}

.tdg-pdp__description-check {
  color: #4b8b53;
  font-size: 18px;
  line-height: 1;
  margin-top: 1px;
  flex: 0 0 18px;
}

.tdg-pdp__description-care-card {
  margin-top: 28px;
  background: #f7f7f5;
  border-radius: 18px;
  padding: 22px 22px 20px;
}

.tdg-pdp__description-care-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__description-care-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #5b5b5b;
}

.tdg-pdp__description-care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 40px;
}

.tdg-pdp__description-care-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.tdg-pdp__description-care-item--good {
  color: #4b8b53;
}

.tdg-pdp__description-care-item--bad {
  color: #c98058;
}

.tdg-pdp__description-badges {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tdg-pdp__description-badge {
  min-height: 72px;
  border-radius: 16px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
}

.tdg-pdp__description-badge--green {
  background: #f2f4ef;
  color: #5f685f;
}

.tdg-pdp__description-badge--gold {
  background: #f7f3e8;
  color: #7b725a;
}

.tdg-pdp__description-badge-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.tdg-pdp__description-badge-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

@media screen and (max-width: 749px) {
  .tdg-pdp__accordion--description summary {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .tdg-pdp__description-content {
    padding-top: 20px;
  }

  .tdg-pdp__description-heritage {
    padding: 16px 16px;
    font-size: 16px;
    gap: 12px;
  }

  .tdg-pdp__description-features h3,
  .tdg-pdp__description-care-card h3 {
    font-size: 16px;
  }

  .tdg-pdp__description-care-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tdg-pdp__description-badges {
    gap: 12px;
  }

  .tdg-pdp__description-badge {
    width: 100%;
    min-height: 62px;
    font-size: 14px;
  }
}


/* =========================
   Artisan Story Section
========================= */
.tdg-pdp__accordion--artisan {
  border-top: 0;
  border-bottom: 0;
}

.tdg-pdp__accordion--artisan summary {
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #d9d9d9;
}

.tdg-pdp__accordion--artisan .tdg-pdp__accordion-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.tdg-pdp__accordion--artisan[open] .tdg-pdp__accordion-icon {
  transform: rotate(180deg);
}

.tdg-pdp__accordion--artisan .tdg-pdp__accordion-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__artisan-content {
  padding: 20px 0 0;
}

.tdg-pdp__artisan-card {
  display: grid;
  gap: 26px;
}

.tdg-pdp__artisan-top {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.tdg-pdp__artisan-image-wrap {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f3f3;
}

.tdg-pdp__artisan-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tdg-pdp__artisan-title {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__artisan-role {
  font-size: 15px;
  color: #666;
  margin-bottom: 14px;
}

.tdg-pdp__artisan-meta {
  display: grid;
  gap: 14px;
}

.tdg-pdp__artisan-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #222;
}

.tdg-pdp__artisan-stars {
  color: #f4c21c;
  font-size: 18px;
  line-height: 1;
}

.tdg-pdp__artisan-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 30px;
}

.tdg-pdp__artisan-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #222;
}

.tdg-pdp__artisan-info-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  flex: 0 0 18px;
}

.tdg-pdp__artisan-info-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__artisan-desc {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
  color: #666;
  max-width: 650px;
}

.tdg-pdp__artisan-quote {
  margin-top: 18px;
  background: #f7f7f5;
  border-radius: 18px;
  padding: 22px 22px 18px;
}

.tdg-pdp__artisan-quote-mark {
  font-size: 34px;
  line-height: 1;
  color: #111;
  margin-bottom: 10px;
}

.tdg-pdp__artisan-quote-text {
  font-size: 17px;
  line-height: 1.45;
  color: #111;
  font-style: italic;
  font-weight: 600;
  max-width: 760px;
}

.tdg-pdp__artisan-quote-author {
  margin-top: 14px;
  font-size: 16px;
  color: #777;
}

.tdg-pdp__artisan-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 46px;
  border-radius: 999px;
  background: #2d4354;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 24px;
}

.tdg-pdp__artisan-btn:hover {
  color: #fff;
  opacity: 0.95;
}

.tdg-pdp__artisan-impact {
  background: #f7f7f5;
  border-radius: 18px;
  padding: 18px 18px 12px;
}

.tdg-pdp__artisan-impact-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #222;
  margin-bottom: 18px;
}

.tdg-pdp__artisan-impact-heart {
  color: #c98864;
  font-size: 18px;
  line-height: 1;
}

.tdg-pdp__artisan-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tdg-pdp__artisan-impact-item {
  min-width: 0;
}

.tdg-pdp__artisan-impact-value {
  font-size: 26px;
  line-height: 1.1;
  color: #5b8d57;
  margin-bottom: 8px;
}

.tdg-pdp__artisan-impact-label {
  font-size: 15px;
  line-height: 1.45;
  color: #666;
}

.tdg-pdp__artisan-awards h4 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__artisan-awards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tdg-pdp__artisan-award {
  min-height: 52px;
  border-radius: 14px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}

.tdg-pdp__artisan-award-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.tdg-pdp__artisan-award-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.tdg-pdp__artisan-award--green .tdg-pdp__artisan-award-icon {
  color: #4b8b53;
}

.tdg-pdp__artisan-award--gold .tdg-pdp__artisan-award-icon {
  color: #c7a500;
}

.tdg-pdp__artisan-award--green {
  background: #f2f4ef;
  color: #66725f;
}

.tdg-pdp__artisan-award--gold {
  background: #f7f3e8;
  color: #7c745b;
}

@media screen and (max-width: 749px) {
  .tdg-pdp__accordion--artisan summary {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .tdg-pdp__artisan-content {
    padding-top: 18px;
  }

  .tdg-pdp__artisan-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tdg-pdp__artisan-image-wrap {
    width: 150px;
    height: 150px;
  }

  .tdg-pdp__artisan-title {
    font-size: 24px;
  }

  .tdg-pdp__artisan-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tdg-pdp__artisan-quote {
    padding: 18px 16px;
  }

  .tdg-pdp__artisan-quote-text {
    font-size: 16px;
  }

  .tdg-pdp__artisan-btn {
    min-width: 100%;
  }

  .tdg-pdp__artisan-impact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tdg-pdp__artisan-awards-list {
    gap: 10px;
  }

  .tdg-pdp__artisan-award {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
  }
}

/* =========================
   REVIEWS SECTION
========================= */
.tdg-pdp__reviews-section {
  margin-top: 0;
}

.tdg-pdp__reviews-content {
  padding-top: 18px;
  padding-bottom: 28px;
}

.tdg-pdp__judgeme-wrap {
  width: 100%;
}

/* Judge.me main wrapper */
.tdg-pdp__judgeme-wrap .jdgm-widget,
.tdg-pdp__judgeme-wrap .jdgm-rev-widg {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* hide duplicate heading/summary area */
.tdg-pdp__judgeme-wrap .jdgm-rev-widg__title,
.tdg-pdp__judgeme-wrap .jdgm-rev-widg__summary,
.tdg-pdp__judgeme-wrap .jdgm-histogram,
.tdg-pdp__judgeme-wrap .jdgm-widget-actions-wrapper {
  display: none !important;
}

/* review list spacing */
.tdg-pdp__judgeme-wrap .jdgm-rev-widg__body {
  margin-top: 0 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev {
  padding: 0 0 24px !important;
  margin: 0 0 24px !important;
  border-bottom: 0 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* reviewer top row */
.tdg-pdp__judgeme-wrap .jdgm-rev__header {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 8px !important;
}

/* avatar / icon */
.tdg-pdp__judgeme-wrap .jdgm-rev__icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  font-size: 16px !important;
  line-height: 48px !important;
}

/* reviewer meta */
.tdg-pdp__judgeme-wrap .jdgm-rev__author-wrapper,
.tdg-pdp__judgeme-wrap .jdgm-rev__rating,
.tdg-pdp__judgeme-wrap .jdgm-rev__timestamp {
  margin: 0 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__author {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__timestamp {
  margin-top: 6px !important;
  font-size: 13px !important;
  color: #6d6d6d !important;
}

/* stars */
.tdg-pdp__judgeme-wrap .jdgm-star,
.tdg-pdp__judgeme-wrap .jdgm--on:before {
  color: #f2c94c !important;
}

/* review title */
.tdg-pdp__judgeme-wrap .jdgm-rev__title {
  margin: 8px 0 6px !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #111 !important;
}

/* review body */
.tdg-pdp__judgeme-wrap .jdgm-rev__body {
  margin-top: 0 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__body p,
.tdg-pdp__judgeme-wrap .jdgm-rev__body {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: #5f5f5f !important;
}

/* write review area */
.tdg-pdp__judgeme-wrap .jdgm-form-wrapper {
  margin-top: 26px !important;
}

.tdg-pdp__judgeme-wrap .jdgm-write-rev-link,
.tdg-pdp__judgeme-wrap .jdgm-btn,
.tdg-pdp__judgeme-wrap .jdgm-submit-rev {
  min-width: 170px !important;
  min-height: 44px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 1px solid #2d4354 !important;
  background: #fff !important;
  color: #2d4354 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  text-transform: none !important;
}

/* footer text above button */
.tdg-pdp__judgeme-wrap .jdgm-rev-widg__footer {
  text-align: center !important;
  margin-top: 10px !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev-widg__footer .jdgm-write-rev-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* pagination */
.tdg-pdp__judgeme-wrap .jdgm-paginate {
  margin-top: 24px !important;
  text-align: center !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  .tdg-pdp__reviews-content {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__header {
    gap: 12px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    line-height: 42px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__author {
    font-size: 16px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__title {
    font-size: 16px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__body p,
  .tdg-pdp__judgeme-wrap .jdgm-rev__body {
    font-size: 14px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-write-rev-link,
  .tdg-pdp__judgeme-wrap .jdgm-btn,
  .tdg-pdp__judgeme-wrap .jdgm-submit-rev {
    min-width: 150px !important;
    min-height: 42px !important;
    font-size: 14px !important;
  }
}

/* =========================
   Shipping & Returns Section
========================= */
.tdg-pdp__accordion--shipping {
  border-top: 0;
  border-bottom: 0;
}

.tdg-pdp__accordion--shipping summary {
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #d9d9d9;
}

.tdg-pdp__accordion--shipping .tdg-pdp__accordion-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.tdg-pdp__accordion--shipping[open] .tdg-pdp__accordion-icon {
  transform: rotate(180deg);
}

.tdg-pdp__accordion--shipping .tdg-pdp__accordion-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__shipping-content {
  padding-top: 18px;
}

.tdg-pdp__shipping-card {
  background: #f7f7f5;
  border-radius: 18px;
  padding: 18px 18px 16px;
}

.tdg-pdp__shipping-card-title {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.tdg-pdp__shipping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
}

.tdg-pdp__shipping-col {
  min-width: 0;
}

.tdg-pdp__shipping-col-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

.tdg-pdp__shipping-col-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  color: #111;
}

.tdg-pdp__shipping-col-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__shipping-list {
  margin: 0;
  padding: 0 0 0 18px;
  color: #666;
}

.tdg-pdp__shipping-list li {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
}

.tdg-pdp__shipping-list li:last-child {
  margin-bottom: 0;
}

.tdg-pdp__shipping-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5b8d57;
  font-size: 14px;
  line-height: 1.5;
}

.tdg-pdp__shipping-note-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  color: #d59c3c;
}

.tdg-pdp__shipping-note-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

@media screen and (max-width: 749px) {
  .tdg-pdp__accordion--shipping summary {
    font-size: 16px;
    padding-bottom: 12px;
  }

  .tdg-pdp__shipping-content {
    padding-top: 16px;
  }

  .tdg-pdp__shipping-card {
    padding: 16px;
  }

  .tdg-pdp__shipping-grid {
    grid-template-columns: 1fr;
    gap: 18pxX;
  }

  .tdg-pdp__shipping-card-title {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .tdg-pdp__shipping-col-head {
    font-size: 14px;
  }

  .tdg-pdp__shipping-list li,
  .tdg-pdp__shipping-note {
    font-size: 13px;
  }
}



/* FIX BUG  */

.tdg-pdp__accordion--reviews {
  border: 0;
}

.tdg-pdp__accordion--reviews summary {
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #243746;
  border-bottom: 1px solid #d9d9d9;
}

.tdg-pdp__accordion--shipping {
  border: 0;
}

.tdg-pdp__accordion--shipping summary {
  padding: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  border-bottom: 1px solid #d9d9d9;
}


/* arrow fix after review */

.tdg-pdp__accordion-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #111;
  transition: transform 0.25s ease;
  flex: 0 0 18px;
}

.tdg-pdp__accordion-arrow svg {
  width: 18px;
  height: 18px;
  display: block;
}

.tdg-pdp__accordion[open] .tdg-pdp__accordion-arrow {
  transform: rotate(180deg);
}
/* REVIEW SECTION REDESIGN */

/* =========================
   REVIEWS SECTION - JUDGE.ME
   ========================= */

.tdg-pdp__section--reviews {
  margin-top: 0;
}

.tdg-pdp__judgeme-wrap--custom {
  padding-top: 4px;
}

/* overall widget */
.tdg-pdp__judgeme-wrap--custom .jdgm-widget,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #222 !important;
  font-family: inherit !important;
}

/* remove default extra borders / boxed style */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg {
  border: none !important;
}

/* hide default widget title if needed */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__title,
.tdg-pdp__judgeme-wrap--custom .jdgm-widget-title {
  display: none !important;
}

/* hide histogram / tabs / ugly extras */
.tdg-pdp__judgeme-wrap--custom .jdgm-histogram,
.tdg-pdp__judgeme-wrap--custom .jdgm-row-actions,
.tdg-pdp__judgeme-wrap--custom .jdgm-medals-wrapper,
.tdg-pdp__judgeme-wrap--custom .jdgm-carousel-wrapper,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary-text,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__header,
.tdg-pdp__judgeme-wrap--custom .jdgm-sort-dropdown-wrapper {
  display: none !important;
}

/* summary row spacing */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary,
.tdg-pdp__judgeme-wrap--custom .jdgm-widget-actions-wrapper {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* review list wrapper */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__body,
.tdg-pdp__judgeme-wrap--custom .jdgm-revs-tab {
  margin: 0 !important;
  padding: 0 !important;
}

/* each review card */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev {
  border: 0 !important;
  border-bottom: 0 !important;
  padding: 0 0 26px !important;
  margin: 0 0 28px !important;
  background: transparent !important;
}

/* remove weird separators */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev:last-child {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}

/* top author row */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__header {
  display: block !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
  border: 0 !important;
}

/* author block layout */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__icon,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__pic {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin-right: 12px !important;
  display: inline-flex !important;
  vertical-align: top !important;
}

/* if app shows initials icon */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__icon {
  background: #efe7d2 !important;
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  align-items: center !important;
  justify-content: center !important;
}

/* author/text beside avatar */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__author-wrapper,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__rating,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__timestamp {
  display: block !important;
}

/* make avatar + meta align nicely */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__header-content {
  display: inline-block !important;
  vertical-align: top !important;
  width: calc(100% - 68px) !important;
}

/* author name */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__author {
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #1f1f1f !important;
  display: block !important;
  margin: 0 0 6px !important;
}

/* stars */
.tdg-pdp__judgeme-wrap--custom .jdgm-star,
.tdg-pdp__judgeme-wrap--custom .jdgm-prev-badge__star {
  color: #f1c644 !important;
  font-size: 18px !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev__rating {
  margin: 0 0 8px !important;
  line-height: 1 !important;
}

/* title */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__title {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #1f1f1f !important;
  margin: 0 0 8px !important;
  display: block !important;
}

/* body */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__body,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__body p {
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #666 !important;
  margin: 0 0 10px !important;
}

/* date */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__timestamp,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__timestamp * {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #767676 !important;
  margin-top: 4px !important;
}

/* purchased badge / verified buyer */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__buyer-badge,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__verified-badge {
  display: none !important;
}

/* reply block hide (if you don't want) */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__reply {
  display: none !important;
}

/* "Purchased this product? Share your experience" */
.tdg-pdp__judgeme-wrap--custom .jdgm-widget-actions-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 10px !important;
  padding-top: 4px !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-widget-actions-wrapper::before {
  content: "Purchased this product? Share your experience";
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  color: #6a6a6a;
  margin-bottom: 18px;
}

/* write review button */
.tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link,
.tdg-pdp__judgeme-wrap--custom .jdgm-btn,
.tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link.jdgm-btn {
  min-width: 136px !important;
  height: 44px !important;
  padding: 0 26px !important;
  border: 1.5px solid #33485c !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #33485c !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 44px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link:hover,
.tdg-pdp__judgeme-wrap--custom .jdgm-btn:hover {
  background: #33485c !important;
  color: #fff !important;
}

/* if author + stars not aligning well in some judge.me themes */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__header {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev__header::after {
  content: "";
  display: table;
  clear: both;
}

/* hide default count text if duplicate */
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary-average,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary-stars,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary-average-text,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__summary-average-score {
  display: none !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  .tdg-pdp__judgeme-wrap--custom .jdgm-rev {
    margin-bottom: 22px !important;
    padding-bottom: 0 !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__icon,
  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__pic {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin-right: 10px !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__header-content {
    width: calc(100% - 56px) !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__author {
    font-size: 17px !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__title {
    font-size: 16px !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__body,
  .tdg-pdp__judgeme-wrap--custom .jdgm-rev__body p {
    font-size: 14px !important;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-widget-actions-wrapper::before {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link,
  .tdg-pdp__judgeme-wrap--custom .jdgm-btn,
  .tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link.jdgm-btn {
    min-width: 128px !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 15px !important;
  }
}


/* detele kr den  */
/* 
.tdg-pdp__reviews-content {
  padding-top: 22px;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-widget,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev-widg__header {
  margin-bottom: 24px !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev {
  padding: 0 0 24px !important;
  margin: 0 0 24px !important;
  border-bottom: 1px solid #e5e0d7 !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-write-rev-link,
.tdg-pdp__judgeme-wrap--custom .jdgm-btn {
  min-width: 160px !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid #31485b !important;
  background: #fff !important;
  color: #31485b !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  padding: 0 22px !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-widget-actions-wrapper {
  text-align: center !important;
  margin-top: 24px !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev__author {
  font-weight: 600 !important;
  color: #111 !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev__body,
.tdg-pdp__judgeme-wrap--custom .jdgm-rev__body p {
  color: #666 !important;
  line-height: 1.7 !important;
}

.tdg-pdp__judgeme-wrap--custom .jdgm-rev__timestamp {
  font-size: 13px !important;
  color: #777 !important;
} */

/* =========================
   REVIEWS SECTION
========================= */

.tdg-pdp__reviews-content {
  padding-top: 22px;
}

.tdg-pdp__judgeme-wrap {
  width: 100%;
}

/* reset only outer Judge.me box */
.tdg-pdp__judgeme-wrap .jdgm-rev-widg {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* top summary / write review area */
.tdg-pdp__judgeme-wrap .jdgm-rev-widg__header {
  border: 0 !important;
  padding: 0 0 26px !important;
  margin: 0 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-row-actions {
  justify-content: center !important;
}

.tdg-pdp__judgeme-wrap .jdgm-write-rev-link,
.tdg-pdp__judgeme-wrap .jdgm-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 160px !important;
  height: 46px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 1px solid #2d4354 !important;
  background: #fff !important;
  color: #2d4354 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.tdg-pdp__judgeme-wrap .jdgm-write-rev-link:hover,
.tdg-pdp__judgeme-wrap .jdgm-btn:hover {
  background: #2d4354 !important;
  color: #fff !important;
}

/* individual review card/list item */
.tdg-pdp__judgeme-wrap .jdgm-rev {
  margin: 0 0 26px !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid #e5e0d7 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* reviewer row */
.tdg-pdp__judgeme-wrap .jdgm-rev__header {
  margin-bottom: 10px !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__author-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__author {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111 !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__timestamp {
  font-size: 13px !important;
  color: #7a7a7a !important;
  margin-top: 3px !important;
}

/* stars */
.tdg-pdp__judgeme-wrap .jdgm-rev__rating {
  margin: 8px 0 10px !important;
}

/* review title */
.tdg-pdp__judgeme-wrap .jdgm-rev__title {
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin: 0 0 10px !important;
}

/* review body */
.tdg-pdp__judgeme-wrap .jdgm-rev__body {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: #666 !important;
  margin: 0 0 10px !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__body p {
  margin: 0 !important;
}

/* image thumbnails */
.tdg-pdp__judgeme-wrap .jdgm-rev__pics {
  margin-top: 14px !important;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.tdg-pdp__judgeme-wrap .jdgm-rev__pic-img,
.tdg-pdp__judgeme-wrap .jdgm-rev__pic-link img {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* hide unnecessary clutter if showing */
.tdg-pdp__judgeme-wrap .jdgm-histogram,
.tdg-pdp__judgeme-wrap .jdgm-row-stars,
.tdg-pdp__judgeme-wrap .jdgm-widget-actions-wrapper--review-btn {
  margin-top: 12px !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  .tdg-pdp__judgeme-wrap .jdgm-rev__title {
    font-size: 18px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-rev__author {
    font-size: 16px !important;
  }

  .tdg-pdp__judgeme-wrap .jdgm-write-rev-link,
  .tdg-pdp__judgeme-wrap .jdgm-btn {
    width: auto !important;
    min-width: 150px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
}