.product-details {
  margin-bottom: 30px;
}
.product-gallery-thumbs {
  position: relative;
}
.product-gallery__thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
}
.product-gallery__thumb a {
  display: inline-block;
  width: 100%;
  height: auto;
}

.product-gallery__thumb img {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-gallery__thumb a.active > img {
  border-color: #16423C;
}

.product-gallery__thumb--video {
  position: relative;
}
.product-gallery__play {
  position: absolute;
  top: .5rem;   /* 8px */
  left: .5rem;  /* 8px */
  width: 2.5rem; /* 40px */
  height: 2.5rem;/* 40px */
  padding: .25rem;
  background: rgba(255,255,255,.8);
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border-radius: 50%;
}
.product-gallery__play .bi-play-fill {
  font-size: 1rem; /* 16px */
  color: #010403;
}

.product-gallery__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  width: 620px;
}
.product-gallery__image {
  width: 100%;
}

.product-gallery__tryon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 8px 16px;
  z-index: 1999;
}
.product-gallery__tryon span {
  background: url("../../img/icons/svg/bi-hand-icon.svg") no-repeat scroll 0 center transparent;
  font-size: 14px;
  color: #010403;
  font-family: 'Metropolis', sans-serif;
  padding: 3px 0 3px 26px;
}

/* ---- product info ---- */
.product-info-container {
  margin-left: 10px;
}
.product-info__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #010403;
}

.product-info__price {
  margin: 7px 0;
}

.product-info__price .product-info__price-current {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #16423C;
}
.product-info__price .product-info__price-old {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #010403;
  margin: 0 10px 0 5px;
}

.affirm-as-low-as {
  display: inline-block;
  line-height: 20px;
}
.affirm-as-low-as .product-view-affrim-icon {
  width: 50px;
  margin-top: -10px;
}


.product-info__gift {
  background: linear-gradient(180deg,#FBFBFB 0%,#FAFAFA 100%);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  border-radius: 10px;
  margin: 0 0 25px 0;
}
.product-info__gift-img {
  width: 6.5rem;  /* ~103px */
  height: 6.5rem;
  object-fit: contain;
}
.product-info__gift-title {
  font-family: Gotham, sans-serif;
  font-weight: 350;
  font-size: 1.125rem; /* 18px */
  margin: 0;
}
.product-info__gift-text {
  font-family: Gotham, sans-serif;
  font-weight: 325;
  font-size: 1rem; /* 16px */
  margin: 0;
}


.product-info__option {
  margin: 0 0 25px 0;
  width: 100%;
  display: inline-block;
}

.product-info__option .product-info__label {
  font-family: 'Metropolis', sans-serif;
  font-size: 16px;
}

.product-info__option .selected-item {
  font-family: 'Metropolis', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* variant buttons */
.product-info__variants .product-info__variant-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 10px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #010403;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.product-info__variants .product-info__variant-btn.btn--active {
  background: #e4f6f4;
  border-color: #16423C;
  color: #16423C;
}

/* ring-size select */
.product-info__select {
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  width: 480px;
  height: 40px;
  justify-content: space-between;
  opacity: 1;
}

.product-info__select-guide {
  color: #010403;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  vertical-align: middle;
  text-decoration: underline;
}
.product-info__select-guide.ring-size-guide {
  font-family: 'Metropolis', sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

/* CTA buttons */
.product-info__addcart {
  background-color: #16423C;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0.75rem;
  margin-bottom: 15px;
}
.product-info__actions .btn {
  color: #16423C;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0 none;
}
.product-info__actions .btn:hover {
  color: #16423C;
}

.product-info__shipping,
.product-info__shipping-note {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #010403;
}
.product-info__shipping span,
.product-info__shipping-note span {
  font-weight: 500;
}

.wishlist-drop-hint-btns {
  margin-bottom: 25px;
}


/* ---- Product Gallery ---- */
.product-gallery-arrow {
  position: absolute;
  width: 80px;
  height: 20px;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1999;
}
.product-gallery-arrow:hover {
  background-color: #e1e1e1;
}
.product-gallery-arrow.go-up {
  top: -2px;
  left: 0;
}
.product-gallery-arrow.go-down {
  bottom: -2px;
  left: 0;
}
.product-gallery-arrow i {
  font-size: 18px;
}

@media(min-width: 992px){
  .thumbs-viewport {
    width: 100px;
    margin-right: 16px;
    position: relative;
    max-height: 540px;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .product-gallery__main {
    flex: 1;
  }
}

.color-swatches {
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.color-swatches li {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
}

/* enlarge & center letter */
.color-swatches .swatch {
  width: 46px;
  height: 46px;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Gotham', sans-serif;
  font-size: 12px;       /* matches Figma’s 12px/14px text */
  line-height: 14px;
  font-weight: 325;
  color: #010403;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
}

/* highlight the selected swatch */
.color-swatches .swatch.active {
  border-color: #16423C;
  box-shadow: 0 0 0 2px rgba(22, 66, 60, 0.3);
}

/* each metal’s exact gradient from Figma */
.color-swatches .swatch-14kw,
.color-swatches .swatch-18kw { background: linear-gradient(136.1deg, #F4F4F4 17.64%, #D8D8D8 82.66%); }
.color-swatches .swatch-plt { background: linear-gradient(136.1deg, #EEEEEE 17.64%, #BCBCBC 82.66%); }
.color-swatches .swatch-14ky,
.color-swatches .swatch-18ky { background: linear-gradient(136.1deg, #F9E79F 17.64%, #F1C40F 82.66%); }
.color-swatches .swatch-14krg,
.color-swatches .swatch-18krg { background: linear-gradient(136.1deg, #F8D7D7 17.64%, #C97E7E 82.66%); }
/* TODO NIKOLA update class names for alternate1 and alternate2 */
.color-swatches .swatch-alternate1 { background: linear-gradient(135deg, #E5E4E2 44.39%, #E6A1A1 69.89%); }
.color-swatches .swatch-alternate2 { background: linear-gradient(135deg, #E5E4E2 43.89%, #F5C518 82.64% ); }


/* hide the built-in arrow, lay out header */
.product-view-accordion {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 20px;
}
.product-view-accordion .accordion {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 24px;
}
.product-view-accordion .accordion__header {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-family: 'Metropolis', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #010403;
}
.product-view-accordion .accordion__header::-webkit-details-marker {
  display: none;
}

/* the little “+” icon */
.product-view-accordion .accordion__icon {
  transition: transform 0.3s ease;
  font-size: 20px;
  line-height: 1;
}

/* rotate “+” into “×” when open */
.product-view-accordion .accordion[open] .accordion__icon {
  transform: rotate(45deg);
}

/* the content area */
.product-view-accordion .accordion__body {
  padding: 0 16px 16px;
}
.product-view-accordion .accordion__body ul li {
  padding: 10px 0;
}

/* optional: eliminate extra margin around your table */
.product-view-accordion .accordion__body .table {
  margin-bottom: 0;
}

/* styles.css */

/* container */
.need-help {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 24px;
  width: 640px;
  background: #F5F5F5;
  border-radius: 10px;
}

/* text block */
.need-help__title {
  margin: 0 0 5px 0;
  font-family: 'Metropolis', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #010403;
}

.need-help__text {
  margin: 0 0 5px 0;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #010403;
}

/* actions row */
.need-help__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

/* individual action links */
.need-help__action {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #010403;
}

/* icon styling */
.icon {
  flex: none;
  width: 20px;
  height: 20px;
  color: #010403;
}


.measure-ring-size {
  background-color: #16423C;
  padding: 80px 40px;            /* roughly center vertically in a 400px–tall section */
}
.measure-inner {
  width: 100%;
}

.measure-subtitle {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.measure-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}

.download-pdf {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  color: #FFFFFF;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}
.download-pdf:hover {
  background-color: rgba(255,255,255,0.1);
  text-decoration: none;
}


.trustpilot-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  gap: 40px;
  background: #F5F5F5;
}

/* Header row */
.trustpilot-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  gap: 24px;
}

.trustpilot-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #010403;
  margin: 0;
}

.trustpilot-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1320px;
  justify-content: space-between;
}

.trustpilot-stars img {
  /* If you use an IMG sprite */
  width: 171px;
  height: 32px;
}

.trustpilot-stats {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trustpilot-rating,
.trustpilot-based {
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #010403;
}

.trustpilot-based a.trustpilot-link {
  text-decoration: underline;
  color: inherit;
}

.trustpilot-cta {
  display: inline-flex;
  align-items: center;
  padding: 0 25px;
  height: 48px;
  border: 1px solid #16423C;
  border-radius: 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #16423C;
  text-decoration: none;
}

/* Carousel container */
.trustpilot-carousel {
  display: flex;
  gap: 65px;
  width: 100%;
  max-width: 1322px;
  overflow-x: auto;
  scroll-padding: 20px;
  padding-bottom: 20px
}

/* Individual review cards */
.trustpilot-card {
  flex: 0 0 auto;
  width: 280px;
  background: #fff;
  border: 1px solid #F4F4F4;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trustpilot-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trustpilot-card .card-header img {
  width: 107px;
  height: 20px;
}

.trustpilot-card .card-date {
  font-family: 'Gotham', sans-serif;
  font-size: 12px;
  line-height: 26px;
  color: #626262;
}

.trustpilot-card .card-title {
  font-family: 'Gotham', sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 26px;
  color: #010403;
  margin: 0;
}

.trustpilot-card .card-body {
  font-family: 'Gotham', sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 22px;
  color: #010403;
  margin: 0;
  max-height: 44px;
  overflow: hidden;
}

.trustpilot-card .card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trustpilot-card .card-hr {
  flex: 0 0 60px;
  height: 1px;
  background: #E8E8E8;
}

.trustpilot-card .card-author {
  font-family: 'Gotham', sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 22px;
  color: #010403;
}


#tp-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}
.tp-card {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.tp-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: .5rem;
}
.tp-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: .5rem;
  flex-grow: 1;
}
.tp-card hr {
  border-color: #e8e8e8;
  margin: .5rem 0;
}
.tp-card strong {
  font-size: 14px;
}


/* styles.css */

.google-review-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 20px;
  gap: 16px;

  width: 312px;
  /* fixed height to match Figma */
  height: 260px;

  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  font-family: 'Metropolis', sans-serif;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reviewer__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviewer__name {
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
}

.reviewer__date {
  font-weight: 325;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #626262;
}

.review-logo {
  display: block;
}

/* star row */
.stars {
  display: flex;
  gap: 4px;
}

.star {
  width: 24px;
  height: 24px;
}

/* review body */
.review-text {
  font-weight: 325;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;        /* reset default <p> margin */
  max-height: 88px; /* Figma’s 4 lines max */
  overflow: hidden;
}

.google-summary__logo {
  width: 95px;
  height: 32px;
}

.google-summary__rating, .google-summary__link {
  font-family: Gotham;
  font-weight: 350;
  font-style: Medium;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -3%;
  text-align: center;
}

.google-carousel {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1322px;
    overflow-x: auto;
    scroll-padding: 20px;
}