/** Shopify CDN: Minification failed

Line 672:234 Expected identifier but found whitespace
Line 672:251 Unexpected "<"
Line 715:156 Unterminated string token
Line 1185:42 Unexpected "/"
Line 1431:41 Unexpected "/"

**/
/* =========================================================
   DoppelHangers — Product Page
   Mobile-first, BEM methodology
   Fonts: Fraunces (display), Lato (UI/labels), Inter (body)
   ========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f5efe6;
  color: #1c1a17;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

/* =========================================================
   PAGE / GRID
   ========================================================= */

.product-page {
  /* width: 100%; */
  /* background-color: #f5efe6; */
  /* padding: 16px 16px 40px; */
}

.product-page__grid {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 16px 40px;
  background-color: #f5efe6;
  width: 100%;
}

/* =========================================================
   GALLERY
   ========================================================= */

.product-gallery {
  width: 100%;
}

.product-gallery__body {
  display: flex;
  flex-direction: row;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
}

/* thumbnail strip: hidden on mobile, shown on desktop */
.product-gallery__thumbs {
  display: none;
}

.product-gallery__main {
  position: relative;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e7ddc8;
}

.product-gallery__slides {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.product-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.product-gallery__slide--active {
  opacity: 1;
  visibility: visible;
}

.product-gallery__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-gallery__heading {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  padding: 22px 16px 0;
  letter-spacing: 0.2px;
}

.product-gallery__frame {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery__hanger {
  position: absolute;
  width: 78%;
  max-width: 280px;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.3));
}

.product-gallery__photo-frame {
  position: relative;
  width: 38%;
  max-width: 130px;
  aspect-ratio: 5 / 6.5;
  border: 7px solid #1c1a17;
  background: #1c1a17;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.product-gallery__photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-gallery__audience {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  width: 100%;
  background: #fff;
  padding: 14px 10px 16px;
}

.product-gallery__audience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  max-width: 110px;
}

.product-gallery__audience-icon {
  width: 56px;
  height: 56px;
  border: 2px solid #b8922a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-gallery__audience-icon svg {
  width: 36px;
  height: 36px;
}

.product-gallery__audience-label {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #1c1a17;
  line-height: 1.25;
}

.product-gallery__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 14px 0 6px;
}

.product-gallery__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: none;
  background: #d8cdb3;
  padding: 0;
}

.product-gallery__dot--active {
  background: #1c1a17;
  width: 9px;
  height: 9px;
}

/* =========================================================
   RISK BANNER
   ========================================================= */

.risk-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background-color: #131110;
  border-radius: 14px;
  padding: 28px 22px;
  margin-top: 22px;
  text-align: center;
  max-width: 380px;
  max-height: 250px;
}

.risk-banner__seal svg {
  width: 84px;
  height: 84px;
}

.risk-banner__seal-num {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 22px;
  fill: #fff;
}

.risk-banner__seal-label {
  font-family: "Lato", sans-serif;
  font-size: 8px;
  letter-spacing: 0.5px;
  fill: #fff;
}

.risk-banner__seal-curve {
  font-family: "Lato", sans-serif;
  font-size: 5.4px;
  letter-spacing: 1px;
  fill: #fff;
}

.risk-banner__heading {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.risk-banner__text {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: #cfcac2;
  max-width: 279px;
  line-height: 1.55;
}

/* =========================================================
   PRODUCT INFO
   ========================================================= */

.product-info {
  margin-top: 24px;
}

.product-info__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.product-info__stars {
  display: flex;
  gap: 2px;
}

.product-info__stars svg {
  width: 16px;
  height: 16px;
  fill: #b8922a;
}

.product-info__rating-text {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #5a5650;
  font-weight: 500;
}

.product-info__title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 32px;
  color: #1c1a17;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.product-info__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #5a5650;
  line-height: 1.6;
  margin-bottom: 16px;
}

.product-info__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-info__check-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.product-info__checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  color: #1c1a17;
}

/* .product-info__check-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1c1a17;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.product-info__check-icon svg {
  width: 12px;
  height: 12px;
}

.product-info__pricing {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.product-info__price {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 32px;
  color: #586e61;
}

.product-info__price-compare {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #d6202f;
  text-decoration: line-through;
}

.product-info__meta {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  color: #1c1a17;
  margin-bottom: 18px;
}

.product-info__label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1c1a17;
  margin-bottom: 20px;
}

/* ---------- Quantity ---------- */

.product-info__quantity {
  margin-bottom: 18px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 64px 38px 1fr 38px;
  align-items: center;
  gap: 8px;
}

.quantity-control__input {
  grid-column: 1;
  height: 40px;
  border: 1px solid #d8cfbc;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c1a17;
}

.quantity-control__btn {
  grid-row: 1;
  width: 38px;
  height: 38px;
  border: 1px solid #d8cfbc;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  color: #1c1a17;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.quantity-control__btn--minus {
  grid-column: 2;
}

.quantity-control__btn--plus {
  grid-column: 4;
}

.quantity-control__slider {
  grid-column: 3;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: #e3dcca;
  outline: none;
}

.quantity-control__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #b8922a;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.quantity-control__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #b8922a;
  cursor: pointer;
}

.quantity-control__slider::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #e3dcca;
}

/* ---------- Quick select ---------- */

.product-info__quickselect {
  margin-bottom: 20px;
}

.quickselect {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.quickselect__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: 1px solid #d8cfbc;
  border-radius: 8px;
  background: #fff;
  padding: 10px 4px;
}

.quickselect__option--active {
  border-color: #b8922a;
  background: #fff3e1;
}

.quickselect__name {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1c1a17;
  text-align: center;
}

.quickselect__save {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #3e8e54;
}

.quickselect__save--link {
  color: #b8922a;
  text-decoration: underline;
}

/* ---------- Add to cart ---------- */

.add-to-cart {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 8px;
  background: #b8922a;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  transition: background-color 0.15s ease;
}

.add-to-cart:hover {
  background: #a47f22;
}

.add-to-cart__icon {
  width: 18px;
  height: 18px;
}

/* ---------- Trust row ---------- */

.product-info__trust {
  margin-bottom: 6px;
}

.trust-line {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.trust-line__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #1c1a17;
}

.trust-line__icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.payment-icons {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  width:302px;
}

.payment-icons__item {
  min-width: 44px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #e0d8c4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-weight: 900;
  color: #1c1a17;
  padding: 0 6px;
}

.payment-icons__item--amex {
  background: #1f72cd;
  color: #fff;
}

.payment-icons__item--visa {
  color: #1a1f71;
}

.payment-icons__item--google {
  color: #5a5650;
}

.payment-icons__item--maestro,
.payment-icons__item--mastercard {
  background: linear-gradient(
    90deg,
    #eb001b 0%,
    #eb001b 45%,
    #f79e1b 55%,
    #f79e1b 100%
  );
  color: transparent;
}

/* ---------- Accordion ---------- */

ঠিক আছে ভাই, কোনো সমস্যা নাই — Close.svg ই রাখছি, কিছু change করি নাই icon file। যেটা problem ছিল সেটা ধরে ফেলেছি: আপনার <img> ট্যাগের কোনো width/height set ছিল না CSS-এ, তাই trigger icon (badge) টা blank/invisible হয়ে যাচ্ছিল, আর chevron টা শুধু chance এ ছোট দেখাচ্ছিল। CSS-এ explicit sizing দিলেই ঠিক হয়ে যাবে।
HTML (আপনার Close.svg ঠিক রেখে, শুধু broken leftover ট্যাগ মুছে clean করা)
html<div class="accordion">
  <div class="accordion__item">
    <button class="accordion__trigger" type="button" aria-expanded="false">
      <span class="accordion__trigger-icon" aria-hidden="true">
        <img src="assets/img/Close.svg" alt="">
      </span>
      <span class="accordion__trigger-label">Description</span>
      <img class="accordion__chevron" src="assets/img/Close.svg" alt="">
    </button>
    <div class="accordion__panel">
      <p class="accordion__panel-text">
        DoppelHangers turn any photo into a keepsake you can hang in your closet. Slide a printed photo into the frame, clip it onto the hanger, and give a familiar piece of furniture a personal story.
      </p>
    </div>
  </div>

  <div class="accordion__item">
    <button class="accordion__trigger" type="button" aria-expanded="false">
      <span class="accordion__trigger-icon" aria-hidden="true">
        <img src="assets/img/Close.svg" alt="">
      </span>
      <span class="accordion__trigger-label">Feature &amp; Benefits</span>
      <img class="accordion__chevron" src="assets/img/Close.svg" alt="">
    </button>
    <div class="accordion__panel">
      <p class="accordion__panel-text">
        Durable matte-black frame, fits standard 5×7 prints, fits closet rods up to 1.5 in, and ships flat-packed for easy gifting.
      </p>
    </div>
  </div>

  <div class="accordion__item">
    <button class="accordion__trigger" type="button" aria-expanded="false">
      <span class="accordion__trigger-icon" aria-hidden="true">
        <img src="assets/img/Close.svg" alt="">
      </span>
      <span class="accordion__trigger-label">Return &amp; Refund Policy</span>
      <img class="accordion__chevron" src="assets/img/Close.svg" alt="">
    </button>
    <div class="accordion__panel">
      <p class="accordion__panel-text">
        Fully refundable up to 14 days before fulfillment. Reach out any time before your final charge and we'll cancel and refund your reservation in full.
      </p>
    </div>
  </div>
</div>
CSS (img sizing fix সহ — এটাই আসলে আগে missing ছিল)
css.accordion {
  border-top: 1px solid #C6C6C6;
}

.accordion__item {
  border-bottom: 1px solid #C6C6C6;
}

.accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 16px 0;
  text-align: left;
  cursor: pointer;
}

/* ---- this is the part that was missing before ---- */
.accordion__trigger-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__trigger-icon img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}

.accordion__trigger-label {
  flex: 1;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1c1a17;
}

.accordion__chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  transition: transform .2s ease;
}

.accordion__item--open .accordion__chevron {
  transform: rotate(90deg);
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.accordion__panel-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a5650;
  line-height: 1.6;
  padding: 0 0 18px 30px;
}

/* =========================================================
   SECTION / GRID
   ========================================================= */

.reserve-section {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 20px 40px;
}

.reserve-section__grid {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin: 0 auto;
}

/* mobile order: content first, then media */
.reserve-section__content {
  order: 1;
}

.reserve-section__media {
  order: 2;
  margin-top: 28px;
}

/* =========================================================
   CONTENT
   ========================================================= */

.reserve-section__heading {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 14px;
  letter-spacing: -0.2px;
}

.reserve-section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707071;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 520px;
}

.reserve-section__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* =========================================================
   FEATURE ITEM
   ========================================================= */

.reserve-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.reserve-feature__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f7f4e9;
  border: 1px solid #e7d9af;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserve-feature__icon svg {
  width: 24px;
  height: 24px;
}

.reserve-feature__copy {
  flex: 1;
  padding-top: 2px;
}

.reserve-feature__title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-bottom: 6px;
  line-height: 1.3;
}

.reserve-feature__text {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  color: #707071;
  line-height: 1.6;
  max-width: 480px;
}

/* =========================================================
   MEDIA
   ========================================================= */

.reserve-section__media {
  width: 100%;
}

.reserve-section__photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.why-section {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 20px 40px;
}

.why-section__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ---------- header ---------- */

.why-section__header {
  margin-bottom: 24px;
}

.why-section__heading {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}

.why-section__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707071;
  line-height: 1.6;
  max-width: 520px;
}

/* ---------- body ---------- */

.why-section__body {
  display: flex;
  flex-direction: column;
}

.why-section__media {
  margin-bottom: 24px;
}

.why-section__photo {
  width: 100%;
  aspect-ratio: 4 / 3.1;
  object-fit: cover;
  border-radius: 14px;
}

/* ---------- cards ---------- */

.why-cards {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-card {
  background-color: #f5efe6;
  border-radius: 12px;
  padding: 20px 22px;
  margin-left: 0;
}

.why-card__title {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.3;
}

.why-card__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5a5650;
  line-height: 1.6;
}

.built-section {
  width: 100%;
  background-color: #000000;
  padding: 36px 20px 44px;
}

.built-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------- content ---------- */

.built-section__content {
  margin-bottom: 28px;
}

.built-section__heading {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.2px;
}

.built-section__intro {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #c7c2ba;
  line-height: 1.65;
  margin-bottom: 26px;
  max-width: 540px;
}

.built-section__columns {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 26px;
}

.built-point__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 8px;
}

.built-point__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.built-point__icon svg {
  width: 20px;
  height: 20px;
}

.built-point__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c7c2ba;
  line-height: 1.65;
  max-width: 460px;
}

.built-section__cta {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 8px;
  background-color: #b8922a;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: background-color 0.15s ease;
}

.built-section__cta:hover {
  background-color: #a47f22;
}

/* ---------- media ---------- */

.built-section__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.built-media__item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2a2a28;
}

.built-media__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4.4;
}

/* Block */
.marquee-banner {
  background-color: #b8902a;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

/* Element: track */
.marquee-banner__track {
  overflow: hidden;
  width: 100%;
}

/* Element: list */
.marquee-banner__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  width: max-content;
}

/* Element: item */
.marquee-banner__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 18px;
  white-space: nowrap;
}

/* Element: star */
.marquee-banner__star {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
  flex-shrink: 0;
}

/* Element: text */
.marquee-banner__text {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}

/* Pause on hover */
.marquee-banner:hover .marquee-banner__list {
  animation-play-state: paused;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .marquee-banner__list {
    animation: none !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}

---------------------------------------- */ .comparison {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px;
}

/* ----------------------------------------
   Element: comparison__header
---------------------------------------- */
.comparison {
  padding: 60px 20px;
  background-color: #ffffff;
}
.comparison__header {
  margin-bottom: 24px;
}

/* ----------------------------------------
   Element: comparison__title
---------------------------------------- */
.comparison__title {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 22px;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
}

/* ----------------------------------------
   Element: comparison__subtitle
---------------------------------------- */
.comparison__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  line-height: 1.6;
  text-align: center;
}

/* ----------------------------------------
   Element: comparison__table
   outer wrapper with border + border-radius
---------------------------------------- */
.comparison__table {
  border: 1.5px solid #d0d0d0;
  border-radius: 14px;
  overflow: hidden;
}

/* ----------------------------------------
   Element: comparison__row
---------------------------------------- */
.comparison__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #e0e0e0;
}

.comparison__row--last {
  border-bottom: none;
}

/* ----------------------------------------
   Element: comparison__col
   base col styles
---------------------------------------- */
.comparison__col {
  display: flex;
  align-items: center;
  padding: 12px 8px;
}

/* Left col */
.comparison__col--left {
  flex: 1;
  gap: 8px;
  background: #ffffff;
}

/* VS middle col */
.comparison__col--vs {
  width: 52px;
  min-width: 52px;
  justify-content: center;
  background: #111111;
  flex-shrink: 0;
}

/* Right col */
.comparison__col--right {
  flex: 1;
  justify-content: flex-end;
  gap: 6px;
  background: #ffffff;
}

/* ----------------------------------------
   Header row specific
---------------------------------------- */
.comparison__row--head .comparison__col--left {
  padding: 16px 12px;
}

.comparison__row--head .comparison__col--right {
  padding: 16px 12px;
  justify-content: center;
}

.comparison__row--head .comparison__col--vs {
  background: #111111;
}

/* ----------------------------------------
   Element: comparison__brand
---------------------------------------- */
.comparison__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width:100%;
}

/* ----------------------------------------
   Element: comparison__brand-icon
---------------------------------------- */
.comparison__brand-icon {
  width: 22px;
  height: 22px;
}

/* ----------------------------------------
   Element: comparison__brand-name
---------------------------------------- */
.comparison__brand-name {
  font-family: "Fraunces", serif;
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

/* ----------------------------------------
   Element: comparison__vs-text
---------------------------------------- */
.comparison__vs-text {
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}

/* ----------------------------------------
   Element: comparison__others-text
---------------------------------------- */
.comparison__others-text {
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-weight: 900;
  color: #111111;
  width: 100%;
  text-align: center;
}

/* ----------------------------------------
   Element: comparison__check
---------------------------------------- */
.comparison__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #b8902a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

/* ----------------------------------------
   Element: comparison__feature
---------------------------------------- */
.comparison__feature {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #111111;
  line-height: 1.4;
}

/* ----------------------------------------
   Element: comparison__num
---------------------------------------- */
.comparison__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #b8902a;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #b8902a;
}

/* ----------------------------------------
   Element: comparison__drawback
---------------------------------------- */
.comparison__drawback {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
  line-height: 1.4;
}

/* ----------------------------------------
   Element: comparison__cross
---------------------------------------- */
.comparison__cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #e53935;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}

--------------------------------------- */ .reviews {
  width: 100%;
  background: #f5f0e8;
  padding: 36px 16px 40px;
}

/* ----------------------------------------
   Element: reviews__header
---------------------------------------- */

.reviews {
  padding: 40px 20px;
}
.reviews__header {
  padding: 16px;
  margin-bottom: 28px;
}

/* ----------------------------------------
   Element: reviews__title
---------------------------------------- */
.reviews__title {
  font-family: "Fraunces", serif;
  font-weight: 900;
  font-size: 26px;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__subtitle
---------------------------------------- */
.reviews__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__slider
   Mobile: overflow hidden, one card visible
---------------------------------------- */
.reviews__slider {
  position: relative;
  overflow: hidden;
}

/* ----------------------------------------
   Element: reviews__track
   Mobile: flex row, slides left/right
---------------------------------------- */
.reviews__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* ----------------------------------------
   Element: reviews__card
   Mobile: full width card
---------------------------------------- */
.reviews__card {
  min-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ----------------------------------------
   Element: reviews__quote
---------------------------------------- */
.reviews__quote {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #111111;
  line-height: 1.7;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__stars
---------------------------------------- */
.reviews__stars {
  display: flex;
  gap: 3px;
  width: 128px;
   display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 80px;
 
}


/* ----------------------------------------
   Element: reviews__star
---------------------------------------- */
.reviews__star {
  font-size: 20px;
  color: #b8902a;
  line-height: 1;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__author
---------------------------------------- */
.reviews__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* ----------------------------------------
   Element: reviews__name
---------------------------------------- */
.reviews__name {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__verified
---------------------------------------- */
.reviews__verified {
  align-items: center;
  gap: 5px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  text-align: center;
}

/* ----------------------------------------
   Element: reviews__verified-icon
---------------------------------------- */
.reviews__verified-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b8902a;
  color: #ffffff;
  font-size: 9px;
  flex-shrink: 0;
}

/* ----------------------------------------
   Element: reviews__dots
   Mobile only — hidden on desktop
---------------------------------------- */
.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

/* ----------------------------------------
   Element: reviews__dot
---------------------------------------- */
.reviews__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  cursor: pointer;
  transition: background 0.25s ease;
}

.reviews__dot--active {
  background: #b8902a;
}


.product-info__quantity {
  margin-bottom: 18px;
}

.quantity-control {
  display: grid;
  grid-template-columns: 64px 38px 1fr 38px;
  align-items: center;
  gap: 8px;
}

.quantity-control__input {
  grid-column: 1;
  height: 44px;
  border: 1px solid #d8cfbc;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1c1a17;
}

.quantity-control__input::-webkit-outer-spin-button,
.quantity-control__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-control__input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-control__btn {
  grid-row: 1;
  width: 38px;
  height: 38px;
  border: 1px solid #d8cfbc;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  color: #1c1a17;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.quantity-control__btn--minus {
  grid-column: 2;
}

.quantity-control__btn--plus {
  grid-column: 4;
}

.quantity-control__slider {
  grid-column: 3;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, #B8922A 0%, #B8922A 50%, #f9f5ef 50%, #f9f5ef 100%);

  outline: none;
}

.quantity-control__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #b8922a;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.quantity-control__slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #b8922a;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.quantity-control__slider::-moz-range-track {
  height: 6px;
  border-radius: 3px;
  background: #f9f5ef;
}

.quantity-control__slider::-moz-range-progress {
  height: 6px;
  border-radius: 3px;
  background: #ddcb9f;
}




 .faq {
    padding: 48px 0;
  }

  .faq__container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .faq__title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    color: #1a1a1a;
    margin: 0 0 32px;
  }

  .faq__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq__item {
    background-color: #111111;
    border-radius: 24px;
    overflow: hidden;
    transition: background-color 0.25s ease;
  }

  .faq__item--active {
    background-color: #f5ecdf;
  }

  .faq__question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 18px;
    text-align: left;
  }

  .faq__question-text {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
  }

  .faq__item--active .faq__question-text {
    color: #1a1a1a;
  }

  .faq__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .faq__icon-svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .faq__answer-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    padding: 0 18px 18px;
  }

 
/* =========================================================
   DESKTOP — 1024px and up
   ========================================================= */

@media (min-width: 1024px) {
  .product-page {
    /* padding: 40px 32px 64px; */
  }

  .product-page__grid {
    display: grid;
    grid-template-columns: 560px 1fr;
    column-gap: 56px;
    row-gap: 0;
    grid-template-areas:
      "gallery info"
      "risk    info";
    padding: 60px 32px 64px;
  }

  .product-gallery {
    grid-area: gallery;
  }

  .risk-banner {
    grid-area: risk;
    max-width: 840px;
    margin-left: 30px;
    margin-bottom: 300px;
  }

  .product-info {
    grid-area: info;
    margin-top: 0;
  }

  /* gallery: thumbs + main side by side */
  .product-gallery__body {
    flex-direction: row;
    gap: 14px;
    border-radius: 0;
    overflow: visible;
  }

  .product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 76px;
    flex-shrink: 0;
  }

  .product-gallery__thumb {
    width: 76px;
    height: 76px;
    border: 2px solid #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    opacity: 0.65;
    background: #fff;
  }

  .product-gallery__thumb--active {
    border-color: #b8922a;
    opacity: 1;
  }

  .product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-gallery__main {
    flex: 1;
  }

  .product-gallery__heading {
    font-size: 26px;
    padding-top: 28px;
  }

  .product-gallery__dots {
    padding: 16px 0 0;
  }

  .risk-banner {
    flex-direction: row;
    align-items: center;
    text-align: left;
    margin-top: 18px;
    gap: 22px;
    padding: 26px 28px;
  }

  .risk-banner__content {
    text-align: left;
  }

  .risk-banner__text {
    max-width: none;
  }

  .product-info__title {
    font-size: 38px;
  }

  .product-info__price {
    font-size: 36px;
  }

  .trust-line {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }

  .payment-icons {
    justify-content: flex-start;
    margin:0 auto;
  }

  .reserve-section {
    padding: 72px 40px;
  }

  .reserve-section__grid {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  .reserve-section__content {
    order: 1;
    flex: 1;
    max-width: 480px;
  }

  .reserve-section__media {
    order: 2;
    margin-top: 0;
    flex: 1;
    max-width: 460px;
  }

  .reserve-section__heading {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .reserve-section__subtitle {
    font-size: 15.5px;
    margin-bottom: 32px;
  }

  .reserve-section__features {
    gap: 30px;
  }

  .reserve-feature__title {
    font-size: 19px;
  }

  .reserve-section__photo {
    border-radius: 20px;
  }

  .why-section {
    padding: 64px 40px 72px;
  }

  .why-section__header {
    margin-bottom: 40px;
  }

  .why-section__heading {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .why-section__subtitle {
    font-size: 15.5px;
  }

  .why-section__body {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }

  .why-section__media {
    margin-bottom: 0;
    flex: 0 0 46%;
    max-width: 46%;
  }

  .why-section__photo {
    aspect-ratio: 4 / 3.4;
    border-radius: 14px;
  }

  .why-cards {
    flex: 1;
    justify-content: center;
    gap: 18px;
    padding-top: 4px;
  }

  .why-card {
    max-width: 360px;
    padding: 22px 26px;
    margin-left: 64px;
  }

  /* staggered offset: middle card sticks out to the left */
  .why-card:nth-child(2) {
    margin-left: 0;
  }

  .why-card__title {
    font-size: 18px;
  }

  .why-card__text {
    font-size: 14px;
  }

  .built-section {
    padding: 64px 40px;
  }

  .built-section__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }

  .built-section__content {
    margin-bottom: 0;
  }

  .built-section__heading {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .built-section__intro {
    font-size: 15.5px;
    margin-bottom: 30px;
  }

  .built-section__columns {
    flex-direction: row;
    gap: 36px;
    margin-bottom: 30px;
  }

  .built-point {
    flex: 1;
  }

  .built-section__cta {
    width: auto;
    min-width: 200px;
    padding: 0 36px;
  }

  .built-section__media {
    gap: 18px;
  }

  .built-media__item--two {
    margin-top: 36px;
  }

  .marquee-banner {
    padding: 12px 0;
  }

  .marquee-banner__item {
    gap: 8px;
    padding: 0 24px;
  }

  .marquee-banner__star {
    font-size: 15px;
  }

  .marquee-banner__text {
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .comparison {
    padding: 56px 32px;
  }

  .comparison__header {
    text-align: center;
    margin-bottom: 36px;
  }
  .comparison__table {
    max-width: 1020px;
    margin: 0 auto;
  }
  .comparison__title {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .comparison__subtitle {
    font-size: 15px;
    max-width: 640px;
    margin: 0 auto;
  }

  .comparison__col {
    padding: 16px 24px;
  }

  .comparison__col--vs {
    width: 80px;
    min-width: 80px;
  }

  .comparison__row--head .comparison__col--left,
  .comparison__row--head .comparison__col--right {
    padding: 20px 24px;
    
  }

  .comparison__brand-icon {
    width: 30px;
    height: 30px;
  }

  .comparison__brand-name {
    font-size: 15px;
  }

  .comparison__vs-text {
    font-size: 22px;
  }

  .comparison__others-text {
    font-size: 22px;
    text-align: center;
  }

  .comparison__check {
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 13px;
  }

  .comparison__feature {
    font-size: 15px;
  }

  .comparison__num {
    width: 34px;
    height: 34px;
    font-size: 13px;
    border-width: 2px;
  }

  .comparison__drawback {
    font-size: 15px;
  }

  .comparison__cross {
    width: 26px;
    height: 26px;
    min-width: 26px;
    font-size: 12px;
  }
  .reviews {
    padding: 64px 40px 72px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Header: no dashed border on desktop, centered text */
  .reviews__header {
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .reviews__title {
    font-size: 38px;
    margin-bottom: 14px;
  }

  .reviews__subtitle {
    font-size: 15px;
    font-weight: 700;
    max-width: 680px;
    margin: 0 auto;
  }

  /* Slider: no overflow hidden, show all cards */
  .reviews__slider {
    overflow: visible;
  }

  /* Track: static row, no JS transform */
  .reviews__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    transform: none !important;
    transition: none;
  }

  /* Card: auto height, not full-width */
  .reviews__card {
    min-width: 0;
    width: 100%;
    padding: 28px 20px 22px;
    gap: 14px;
  }

  .reviews__quote {
    font-size: 13px;
  }

  .reviews__star {
    font-size: 22px;
  }

  .reviews__name {
    font-size: 15px;
  }

  .reviews__verified {
    font-size: 12px;
  }
.reviews__stars{
  margin-left: 35px;
}
  /* Hide dots on desktop */
  .reviews__dots {
    display: none;
  }

  .quantity-control {
    grid-template-columns: 72px 42px 1fr 42px;
    gap: 10px;
  }

  .quantity-control__input {
    height: 48px;
    font-size: 18px;
  }

  .quantity-control__btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }


  
 .faq {
      padding: 72px 0;
    }

    .faq__container {
      max-width: 760px;
    }

    .faq__title {
      font-size: 38px;
      margin-bottom: 40px;
    }

    .faq__question {
      padding: 22px 24px;
      align-items: center;
    }

    .faq__question-text {
      font-size: 17px;
    }

    .faq__answer-text {
      font-size: 15px;
      padding: 0 24px 22px;
    }
}
