/* === General Styles === */
body {
  margin: 0;
  font-family: "Inria Sans", sans-serif;
}

/* === Product Page Main === */
.product-page {
  margin-top: 80px;
  background: #fff;
}

/* === Product Details Section (Mobile First) === */
.product-details {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* === Container === */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === Mobile Product Slider === */
.product-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden; /* Keep hidden to prevent content from extending outside */
  box-sizing: border-box;
}

.product-slider {
  display: flex;
  width: 100%;
  transition: transform 0.3s ease;
  transform: translateX(0%);
  margin-right: 0;
}

.product-slide {
  flex: 0 0 85%; /* Make slides take up 85% of container width */
  width: 85%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-right: 16px;
  box-sizing: border-box;
}

.slide-image {
  width: 100%;
  aspect-ratio: 1/1; /* Make images square */
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 7px;
}

/* Mobile Navigation Arrows */
.mobile-arrow {
  position: absolute;
  top: 50%;
  background: #fff;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
  transform: translateY(-50%);
}

.mobile-arrow.prev {
  left: 20px; /* Position arrows within container */
}

.mobile-arrow.next {
  right: 20px; /* Position arrows within container */
}

/* Remove slider dots */
.slider-dots {
  display: none;
}

/* === Desktop Product Gallery (Hidden on Mobile) === */
.product-gallery.desktop-only {
  display: none; /* Hidden by default, shown in media queries */
  width: 50%;
}

.mobile-only {
  display: block;
}

/* === Product Info === */
.product-details .product-info {
  padding: 10px 16px 32px;
}

.wishlist-btn {
  position: absolute;
  top: 5px;
  right: 2px;
  background: none;
  border: none;
  z-index: 2;
}
.wishlist-btn img {
  width: 26px;
  height: 27px;
}

.product-header {
  margin-bottom: 16px;
}

.product-subtitle {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.title-rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.title-group {
  flex: 1;
}

.product-title {
  color: #121212;
  font-family: "Inria Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.product-notes {
  display: none;
}

.rating-group {
  display: none;
}

/* === Product Pricing === */
.product-pricing {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-pricing .original-price {
  color: #666;
  text-decoration: line-through;
  font-size: 14px;
}

.current-price {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 14.273px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.75px;
}

.sale-badge {
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-family: "Inria Sans", sans-serif;
  font-size: 9.516px;
  font-style: normal;
  text-transform: uppercase;
}

.payment-note {
  color: #666;
  margin: 0 0 24px 0;
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 13.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 193.613% */
}

.payment-note .price {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 13.016px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
}

/* === Fragrance Selection === */
.fragrance-selection {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-bottom: 24px;
}

.fragrance-selector label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #121212;
  font-family: "Inria Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 25.6px; /* 232.727% */
  text-transform: uppercase;
}

.fragrance-selector select {
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.59L6 5.17L10.59 0.59L12 2L6 8L0 2L1.41 0.59Z' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* === Size Selection (REMOVED) === */
.size-selection {
  display: none;
}

/* === Product Actions === */
.product-actions {
  margin-bottom: 24px;
}

.add-to-cart-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 13.2px 30px 13.8px 30px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background 0.3s ease;
}

.add-to-cart-btn:hover {
  background: #333;
}

.add-to-cart-btn img {
  width: 18px;
  height: 18px;
}

.add-to-wishlist-btn {
  width: 100%;
  background: transparent;
  color: #121212;
  border: 1px solid #000;
  padding: 13.2px 30px 13.8px 30px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.3s ease;
}

.add-to-wishlist-btn:hover {
  background: #000;
  color: #fff;
}

.add-to-wishlist-btn img {
  width: 18px;
  height: 18px;
}

/* Remove old styles */
.quantity-selector,
.product-badge,
.product-subtitle {
  display: none;
}

/* === Product Description === */
.product-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 20px;
}

.gallery-grid img {
  border-radius: 7px;
}

.description-content {
  max-height: 110px; /* Adjust to show a few lines */
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.description-content.expanded {
  max-height: 500px; /* Adjust to fit all content */
}

.description-content p {
  font-size: 13.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  color: #333;
  margin-block: 0;
  margin-bottom: 1em;
}

.read-toggle {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 24px;
  text-decoration: underline;
  margin-top: 16px;
  padding: 0;
}

/* === Layer It With Section === */
.layer-section {
  margin: 24px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.layer-heading {
  color: #121212;
  font-family: "Inria Sans", sans-serif;
  font-size: 12.375px;
  font-weight: 700;
  line-height: 23.4px; /* 189.091% */
  text-transform: uppercase;
  margin-bottom: 13px;
}

.layer-product {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 12.5px;
}

.layer-image {
  min-width: 112px;
  width: 112px;
  flex-shrink: 0;
}

.layer-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

.layer-info {
  flex: 1;
}

.layer-title {
  color: #121212;
  font-family: "Inria Sans", sans-serif;
  font-size: 12.516px;
  font-weight: 700;
  line-height: 23.4px; /* 186.966% */
  margin-top: 0;
  margin-bottom: 5px;
}

.layer-notes {
  color: #666;
  font-family: "Inter";
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px; /* 140% */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
}

.layer-price-group {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.layer-price.original {
  text-decoration: line-through;
  color: #666;
  font-size: 11px;
}
.layer-price.sale {
  color: #121212;
  font-weight: 700;
  font-size: 11.438px;
}

.layer-price {
  margin-top: 0;
  color: #121212;
  font-family: "Inter";
  font-size: 11.438px;
  font-weight: 400;
  line-height: 18px; /* 157.377% */
  margin-bottom: 5px;
}

.current-prices .price {
  color: #ec1c1c;
  font-weight: bold;
  margin-right: 6px;
  font-size: 16px; /* +1px */
}

.layer-description {
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
  color: #121212;
  font-family: "Inter";
  font-size: 12.086px;
  font-weight: 400;
  line-height: 20.8px; /* 172.101% */
}

.layer-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  min-width: 122px;
  padding: 5.5px 3.5px 5.89px 3.5px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  border-radius: 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px; /* 120% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.layer-add-to-cart:hover {
  background: #333;
}

/* === Expandable Sections === */
.expandable-sections {
  border-top: 1px solid #eee;
  margin-top: 24px;
}

.section-subsection h4 {
  color: #121212;
  font-size: 12.375px;
  font-weight: 700;
  line-height: 23.4px; /* 189.091% */
}

.section-subsection p {
  color: #121212;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 23.4px; /* 212.727% */
}

.section-item {
  border-bottom: 1px solid #eee;
}

.section-toggle {
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}

.toggle-icon {
  font-size: 16px;
  font-weight: 400;
}

.section-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.section-item.expanded .section-content {
  max-height: 200px;
  padding-bottom: 16px;
}

.section-content p {
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
  text-transform: uppercase;
  margin: 0;
}

/* === You May Also Like Section === */
.you-may-also-like {
  padding: 40px 16px;
}

.you-may-also-like .section-heading {
  font-family: "Inria Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 31.2px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  text-align: left;
}

.you-may-also-like .products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
}

.you-may-also-like .product-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.you-may-also-like .product-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.you-may-also-like .product-image-wrapper {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.you-may-also-like .product-image {
  width: 100%;
  height: auto;
  display: block;
}

.product-image.hover {
  display: none;
}

.product-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.product-image {
  width: 100%;
  object-fit: contain;
}

.product-info {
  padding: 20px 21px 0 16px;
  text-align: left;
}

.product-name {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.you-may-also-like .product-info {
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 17px;
  width: 100%;
}

.you-may-also-like .product-category {
  margin: 0 0 12px 0;
  color: #121212;
  font-family: "Inter", sans-serif;
  font-size: 13.906px;
  font-weight: 700;
  line-height: 26px; /* 186.966% */
  text-transform: uppercase;
}

.you-may-also-like .product-name {
  text-transform: uppercase;
  margin: 0 0 8px 0;
  line-height: 1.4;

  color: #666;

  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px; /* 140% */
  text-transform: uppercase;
}

.you-may-also-like .price-section {
  font-weight: 400;
  color: #666;
  font-family: "Inter";
  font-size: 12.797px;
  font-style: normal;
  line-height: 22.4px; /* 175.043% */
  margin-bottom: 15px;
}

.you-may-also-like .price.sale {
  color: #ec1c1c;
  font-weight: 700;
  margin-right: 8px;
}

.you-may-also-like .price.original {
  color: #9b9b9b;
  text-decoration: line-through;
}

.add-to-cart.over-image {
  display: none;
}

.add-to-cart {
  background: #000;
  color: #fff;
  margin-top: 8px;
  padding: 14px 0;
  width: 90%;
  border: none;
  border-radius: 36px;
  font-size: 14.267px;
  line-height: 11.208px;
  letter-spacing: 0.431px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 13px;
}

.you-may-also-like .product-add-to-cart-button {
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 14.4px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.you-may-also-like .product-add-to-cart:hover {
  background: #333;
}

/* === Tablet Layout (576px and up) === */
@media (min-width: 576px) {
  /* Reviews Header Becomes Horizontal */
  .reviews-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
  }

  .reviews-header h2 {
    font-size: 18px;
    margin: 0;
    color: #121212;
    font-family: "Inria Sans", sans-serif;
    font-weight: 700;
    line-height: 28px;
  }

  .reviews-header .helpful-actions {
    display: flex;
    gap: 8px;
  }

  .helpful-actions img {
    width: 16px;
    height: 16px;
  }

  /* Show More Button */
  .show-more-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .show-more-btn:hover {
    background: #333;
  }

  /* === Product Details === */
  .product-details {
    flex-direction: row;
    gap: 24px;
    padding: 36px 24px 0;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: flex-start;
  }

  /* === Mobile Elements Hidden === */
  .mobile-only {
    display: none;
  }

  /* === Desktop Gallery (Tablet Style) === */
  .product-gallery.desktop-only {
    display: block;
  }

  .gallery-main img {
    width: 100%;
    border-radius: 8px;
  }

  .gallery-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .thumbnail-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
  }

  .thumbnail-item:hover {
    border-color: #ccc;
  }

  .thumbnail-item.active {
    border-color: #000;
  }

  /* === Product Info === */
  .product-details .product-info {
    padding: 0;
    box-sizing: border-box;
    min-height: 100%;
    width: 50%;
  }

  .title-rating-wrapper {
    flex-direction: column;
  }

  .product-title {
    color: #121212;
    font-family: "Inria Sans", sans-serif;
    font-size: 20.508px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
  }

  .product-notes {
    font-size: 16px;
  }

  .current-price {
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .product-pricing {
    margin-bottom: 18.8px;
  }

  .layer-image {
    min-width: 80px;
    width: 80px;
  }

  /* === Size Selection (Tablet) === */
  .size-selection {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    width: auto;
  }

  .size-btn {
    border-radius: 2.766px;
    border: 0.692px solid rgba(18, 18, 18, 0.35);
    background: #fff;
    color: #121212;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 8.71px;
    font-style: normal;
    font-weight: 400;
    line-height: 8.991px;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 56.537px;
    height: 34.579px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .size-btn.active {
    background: #121212;
    color: #fff;
    border-color: rgba(18, 18, 18, 0.35);
  }

  .size-btn:hover {
    border-color: rgba(18, 18, 18, 0.6);
  }

  .product-actions-secondary {
    margin-bottom: 20px;
  }
  .summary-left {
    width: 310px;
    max-width: 310px;
    align-self: center;
  }
}

/* === Desktop Layout (960px and up) === */
@media (min-width: 960px) {
  .product-gallery.desktop-only {
    display: block;
  }

  .product-page {
    margin-top: 100px;
  }

  /* === Product Details === */
  .product-details {
    flex-direction: row;
    gap: 40px;
    padding: 0 48px;
    margin: 0 auto;
  }

  .you-may-also-like .products-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  /* === Mobile Elements Hidden === */
  .mobile-only {
    display: none;
  }

  /* === Wishlist === */
  .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 2px;
    background: none;
    border: none;
    z-index: 2;
  }

  .wishlist-btn img {
    width: 24px;
    height: 24px;
  }

  /* === Desktop Gallery === */

  .gallery-main img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .gallery-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .thumbnail-item {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
  }

  .thumbnail-item:hover {
    border-color: #ccc;
  }

  .thumbnail-item.active {
    border-color: #000;
  }

  /* === Product Card === */
  .you-may-also-like .product-card {
    scroll-snap-align: center;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: none;
  }

  .product-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .product-image.default {
    display: block;
    width: 100%;
    transition: opacity 0.3s ease;
  }

  .product-image.hover {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  /* Only when hovering on the image wrapper */
  .product-image-wrapper:hover .product-image.hover {
    opacity: 1;
  }

  .product-image-wrapper:hover .product-image.default {
    opacity: 0;
  }

  .product-image-wrapper:hover .add-to-cart.over-image {
    opacity: 1;
    pointer-events: auto;
  }

  .add-to-cart.over-image {
    display: block;
    position: absolute;
    bottom: 12px; /* ⬅️ move it slightly up */
    left: 12px; /* ⬅️ give spacing from left */
    right: 12px; /* ⬅️ give spacing from right */
    width: auto; /* ⬅️ allow full width with spacing */
    background: #666;
    color: #fff;
    border: none;
    padding: 14px 20px; /* ⬅️ more vertical & horizontal padding */
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.3s ease;
    border-radius: 30px; /* optional: rounded corners */
  }

  .product-info .add-to-cart {
    display: none;
  }

  .product-image-wrapper:hover .add-to-cart.over-image {
    opacity: 1;
    pointer-events: auto;
  }

  .add-to-cart.over-image:hover {
    background: #000;
  }

  .price-section {
    margin-bottom: 12px;
  }

  /* === Product Info === */
  .product-details .product-info {
    padding: 0;
    padding-left: 20px;
  }

  .product-title {
    color: #121212;
    font-family: "Inria Sans", sans-serif;
    font-size: 20.508px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
  }

  .product-pricing {
    margin-bottom: 27px;
  }

  .product-notes {
    font-size: 18px;
  }

  .current-price {
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  /* === Size Selection (Desktop) === */
  .size-selection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 27px;
    width: 100%;
  }

  .size-btn {
    width: 100%;
    min-width: auto;
  }

  .product-actions-secondary {
    margin-bottom: 26px;
  }

  /* Customer Reviews Summary Desktop Layout */
  .reviews-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .reviews-summary .rating {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .reviews-summary .rating-number {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }

  .reviews-summary .stars {
    color: #000;
    font-size: 16px;
    margin-right: 4px;
  }

  .reviews-summary .review-count {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    color: #666;
  }
}
@media (min-width: 1440px) {
  .product-details {
    padding: 0 50px;
  }

  /* === Large Desktop Gallery Grid === */
  .large-desktop-only {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 875px 203px 875px;
    gap: 20px;
    width: 875px;
  }

  .gallery-main-large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .gallery-row-small {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    gap: 20px;
  }

  .gallery-medium {
    grid-column: 2;
    grid-row: 2;
  }

  .gallery-main-bottom {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .main-image-large {
    width: 875px;
    height: 875px;
    object-fit: cover;
    display: block;
  }

  .small-image {
    width: 203px;
    height: 203px;
    object-fit: cover;
    flex: 1;
  }

  .medium-image {
    width: 203px;
    object-fit: cover;
  }

  /* === Product Info Large Desktop === */
  .product-details .product-info {
    flex: 1;
    max-width: 500px;
  }

  .product-title {
    color: #121212;
    font-family: "Inria Sans", sans-serif;
    font-size: 20.508px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
  }

  .current-price {
    color: #121212;
    font-family: "Inter", sans-serif;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .layer-section {
    margin: 32px 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .layer-product {
    gap: 20px;
  }

  .layer-image {
    width: 100px;
  }

  /* === Impressions Section Large Desktop === */
  .impressions-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .impressions-container {
    max-width: 500px;
    margin: 0;
    padding: 0;
  }

  .carousel-arrow.prev {
    left: 10px;
  }

  .carousel-arrow.next {
    right: 10px;
  }
  /* === You May Also Like Section ===  */
  .you-may-also-like {
    padding: 80px 48px;
  }

  .you-may-also-like .section-heading {
    font-size: 16.5px;
  }

  .you-may-also-like .product-category {
    font-size: 12px;
  }

  .you-may-also-like .product-name {
    font-size: 14px;
  }

  .you-may-also-like .price-section {
    font-size: 15px;
  }

  .desktop-standard {
    align-items: flex-end;
  }

  .carousel-arrow.next {
    right: 10px;
  }
  /* === You May Also Like Section ===  */
  .you-may-also-like {
    padding: 80px 48px;
  }

  .you-may-also-like .section-heading {
    font-size: 16.5px;
  }

  .you-may-also-like .product-category {
    font-size: 12px;
  }

  .you-may-also-like .product-name {
    font-size: 14px;
  }

  .you-may-also-like .price-section {
    font-size: 15px;
  }

  .desktop-standard {
    align-items: flex-end;
  }
}
