/** Shopify CDN: Minification failed

Line 236:0 Unexpected "}"
Line 245:0 Unexpected "}"
Line 2570:0 Unexpected "<"
Line 2572:5 Expected identifier but found "%"
Line 2573:4 Unexpected "<"
Line 2577:5 Expected identifier but found "%"
Line 2578:4 Unexpected "<"
Line 2582:5 Expected identifier but found "%"
Line 2583:4 Unexpected "<"
Line 2587:5 Expected identifier but found "%"
... and 1 more hidden warnings

**/
.sl-main-product {
  padding: 2rem 0 6rem;
}

.sl-main-product__layout {
  display: grid;
  gap: 3rem;
  margin-top: 1.8rem;
}

.sl-product-gallery {
  min-width: 0;
}

.sl-product-gallery__stage-wrapper {
  position: relative;
  min-width: 0;
}

.sl-product-gallery__stage {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: var(--sl-radius-large);
}

.sl-product-gallery__slide {
  display: none;
  width: 100%;
}

.sl-product-gallery__slide.is-active {
  display: block;
}

.sl-product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.sl-product-media__zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.sl-product-media__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 500ms var(--sl-ease);
}

.sl-product-media__zoom-trigger:hover .sl-product-media__image {
  transform: scale(1.025);
}

.sl-product-media__zoom-icon {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  color: #111111;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.08);
}

.sl-product-media__video,
.sl-product-media__model {
  width: 100%;
  height: 100%;
}

.sl-product-media__video video,
.sl-product-media__video iframe,
.sl-product-media__model model-viewer,
.sl-product-media__model > * {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sl-product-gallery__thumbnails {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.sl-product-gallery__thumbnails::-webkit-scrollbar {
  display: none;
}

.sl-product-thumbnail {
  position: relative;
  width: 7rem;
  height: 7rem;
  padding: 0;
  flex: 0 0 7rem;
  overflow: hidden;
  background: #f4f4f4;
  border: 0.1rem solid transparent;
  border-radius: var(--sl-radius-small);
  cursor: pointer;
  opacity: 0.62;
  transition:
    opacity var(--sl-duration-fast) var(--sl-ease),
    border-color var(--sl-duration-fast) var(--sl-ease);
}

.sl-product-thumbnail:hover,
.sl-product-thumbnail.is-active {
  opacity: 1;
}

.sl-product-thumbnail.is-active {
  border-color: var(--sl-color-text);
}

.sl-product-thumbnail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-product-thumbnail__type {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.4rem;
  color: #111111;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.sl-product-gallery__arrow,
.sl-product-lightbox__arrow,
.sl-product-lightbox__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  color: #111111;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.sl-product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.sl-product-gallery__arrow--previous {
  left: 1.2rem;
}

.sl-product-gallery__arrow--next {
  right: 1.2rem;
}

.sl-product-gallery__counter {
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.7rem 1rem;
  color: #111111;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.sl-product-info__vendor {
  margin-bottom: 0.8rem;
  color: var(--sl-color-text-muted);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-product-info__title {
  margin: 0;
  font-size: clamp(2.8rem, 3.4vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}
}

.sl-product-info__price-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-top: 2.8rem;
}
}

.sl-product-info__rating-link {
  color: inherit;
  text-decoration: none;
}

.sl-product-info__tax {
  margin: 0.7rem 0 0;
  color: var(--sl-color-text-muted);
  font-size: 1.15rem;
}

.sl-product-info__summary {
  margin-top: 2rem;
  color: var(--sl-color-text-muted);
  font-size: 1.35rem;
  line-height: 1.7;
}

.sl-product-info__placeholder {
  margin-top: 2.4rem;
  padding: 1.6rem;
  background: var(--sl-color-accent-light);
  border-radius: var(--sl-radius-medium);
  font-size: 1.2rem;
}

.sl-product-info__placeholder p {
  margin: 0;
}

.sl-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(10, 10, 10, 0.94);
}

.sl-product-lightbox.is-open {
  display: flex;
}

.sl-product-lightbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(92vw, 120rem);
  height: 90vh;
}

.sl-product-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.sl-product-lightbox__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
}

.sl-product-lightbox__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.sl-product-lightbox__arrow--previous {
  left: 1.6rem;
}

.sl-product-lightbox__arrow--next {
  right: 1.6rem;
}

body.sl-lightbox-open {
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .sl-product-gallery {
    display: flex;
    flex-direction: column;
  }

  .sl-product-gallery__thumbnails {
    order: 2;
  }

  .sl-product-gallery__arrow {
    width: 3.8rem;
    height: 3.8rem;
  }

  .sl-product-lightbox__arrow {
    top: auto;
    bottom: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .sl-main-product {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }

  .sl-main-product__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(36rem, 0.85fr);
    align-items: start;
    gap: 5rem;
  }

  .sl-product-gallery {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr);
    gap: 1.2rem;
  }

  .sl-product-gallery__thumbnails {
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    max-height: 68rem;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .sl-product-thumbnail {
    width: 8rem;
    height: 8rem;
    flex-basis: 8rem;
  }

  .sl-main-product__information {
    position: sticky;
    top: 11rem;
  }
}
.sl-main-product .sl-price {
  margin-top: 0.2rem;
}

.sl-main-product .sl-price__current {
  font-size: 2.1rem;
}

.sl-main-product .sl-price__compare {
  font-size: 1.4rem;
}
/* Product form */

.sl-product-form {
  margin-top: 2.8rem;
}

.sl-product-options {
  display: grid;
  gap: 2.4rem;
}

.sl-product-option {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.sl-product-option__header {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  column-gap: 0.6rem;
  margin-bottom: 1.4rem;
}

.sl-product-option__label {
  grid-column: 1;
}

.sl-product-option__selected {
  grid-column: 2;
  justify-self: start;
}

.sl-product-option__guide {
  grid-column: 4;
  justify-self: end;
}

.sl-product-option__label {
  padding: 0;
  color: var(--sl-color-text);
  font-size: 1.3rem;
  font-weight: 700;
}

.sl-product-option__selected {
  margin-left: 0.7rem;
  color: var(--sl-color-text-muted);
  font-size: 1.25rem;
}

.sl-product-option__selected::before {
  content: "— ";
}

/* Premium Size Guide */

.sl-product-option__guide {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

  padding: 0.55rem 1rem;

  border: 1px solid rgba(17,17,17,.08);
  border-radius: 999px;

  background: #fafafa;

  color: #555;

  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;

  transition:
    all .22s ease;
}

.sl-product-option__guide:hover{
  background:#111;
  color:#fff;
  border-color:#111;
  transform:translateY(-1px);
}

.sl-product-option__guide:active{
  transform:translateY(0);
}

.sl-product-option__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.sl-product-option__value {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  min-height: 4.4rem;
  padding: 0.9rem 1.5rem;
  color: var(--sl-color-text);
  background: transparent;
  border: 0.1rem solid rgba(17, 17, 17, 0.2);
  border-radius: 0.8rem;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.sl-product-option__value:hover {
  border-color: var(--sl-color-text);
}

.sl-product-option__input:checked + .sl-product-option__value {
  color: #ffffff;
  background: var(--sl-color-text);
  border-color: var(--sl-color-text);
}

.sl-product-option__value.is-unavailable {
  opacity: 0.42;
  cursor: not-allowed;
}

.sl-product-option__value.is-unavailable::after {
  position: absolute;
  width: 70%;
  height: 0.1rem;
  background: currentColor;
  content: "";
  transform: rotate(-35deg);
}

/* Color options */

.sl-product-option__values--colors {
  gap: 1rem;
}

.sl-product-option__value--color {
  gap: 0.8rem;
  min-width: auto;
  padding: 0.7rem 1.1rem 0.7rem 0.7rem;
}

.sl-product-option__swatch {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: var(--sl-swatch-color);
  border: 0.1rem solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
}

/* Common footwear colours */

.sl-product-option__swatch[style*="black"] {
  background: #111111;
}

.sl-product-option__swatch[style*="white"] {
  background: #ffffff;
}

.sl-product-option__swatch[style*="navy"] {
  background: #17243f;
}

.sl-product-option__swatch[style*="olive"] {
  background: #6b7045;
}

.sl-product-option__swatch[style*="beige"] {
  background: #d7c5a6;
}

.sl-product-option__swatch[style*="brown"] {
  background: #704a34;
}

.sl-product-option__swatch[style*="grey"],
.sl-product-option__swatch[style*="gray"] {
  background: #888888;
}

.sl-product-option__input:checked
  + .sl-product-option__value--color
  .sl-product-option__swatch {
  box-shadow:
    0 0 0 0.2rem #ffffff,
    0 0 0 0.35rem currentColor;
}

/* Availability */

.sl-product-availability {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--sl-color-text-muted);
  font-size: 1.2rem;
}

.sl-product-availability__dot {
  width: 0.8rem;
  height: 0.8rem;
  flex: 0 0 auto;
  background: #22863a;
  border-radius: 50%;
  box-shadow: 0 0 0 0.4rem rgba(34, 134, 58, 0.12);
}

.sl-product-availability__dot.is-unavailable {
  background: #c62828;
  box-shadow: 0 0 0 0.4rem rgba(198, 40, 40, 0.1);
}

/* Purchase controls */

.sl-product-purchase {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.sl-product-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1rem 1.2rem 1rem 1.5rem;
  border: 0.1rem solid rgba(17, 17, 17, 0.12);
  border-radius: 1rem;
}

.sl-product-quantity__label {
  font-size: 1.25rem;
  font-weight: 650;
}

.sl-product-quantity__control {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 0.1rem solid rgba(17, 17, 17, 0.16);
  border-radius: 0.8rem;
}

.sl-product-quantity__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0;
  color: var(--sl-color-text);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.sl-product-quantity__button:hover {
  background: rgba(17, 17, 17, 0.05);
}

.sl-product-quantity__input {
  width: 4rem;
  height: 3.6rem;
  padding: 0;
  text-align: center;
  border: 0;
  border-right: 0.1rem solid rgba(17, 17, 17, 0.12);
  border-left: 0.1rem solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  appearance: textfield;
}

.sl-product-quantity__input::-webkit-inner-spin-button,
.sl-product-quantity__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.sl-product-add-button {
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;

  width: 100%;
  min-height: 58px;

  border: 0;
  border-radius: 14px;

  background: #111;
  color: #fff;

  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: .02em;

  cursor: pointer;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

.sl-product-add-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}

.sl-product-add-button:active {
  transform: translateY(0);
}

.sl-product-add-button svg {
  transition: transform .25s ease;
}

.sl-product-add-button:hover svg {
  transform: translateX(4px);
}

.sl-product-add-button:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.sl-product-buy-now {
    margin-top: 14px;
}

.sl-product-buy-now .shopify-payment-button__button {
    min-height:58px !important;
    border-radius:14px !important;
    font-size:1.55rem !important;
    font-weight:700 !important;
    transition:all .25s ease !important;
}

.sl-product-buy-now .shopify-payment-button__button:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(0,0,0,.15);
}
.sl-product-form__message {
  margin-top: 1rem;
  padding: 1.1rem 1.3rem;
  color: #174c2b;
  background: #eaf7ee;
  border-radius: 0.8rem;
  font-size: 1.2rem;
}

.sl-product-form__message.is-error {
  color: #842029;
  background: #f8d7da;
}

@media screen and (min-width: 750px) {
  .sl-product-purchase {
    grid-template-columns: 13rem minmax(0, 1fr);
  }

 .sl-product-quantity {
    border-radius:14px;
    overflow:hidden;
    border:1px solid rgba(0,0,0,.08);
}

.sl-product-quantity__button{
    transition:.25s;
}

.sl-product-quantity__button:hover{
    background:#f5f5f5;
}

.sl-product-quantity__input{
    font-weight:600;
}

  .sl-product-add-button {
    grid-row: 1;
    grid-column: 2;
  }

  .sl-product-buy-now {
    grid-column: 2;
  }
}
/* Correct selected colour pill */

.sl-product-option__input:checked
  + .sl-product-option__value--color {
  color: var(--sl-color-text);
  background: #ffffff;
  border-color: var(--sl-color-text);
  box-shadow: 0 0 0 0.1rem var(--sl-color-text);
}

.sl-product-option__value--color {
  min-height: 4.6rem;
  padding: 0.7rem 1.2rem 0.7rem 0.8rem;
  background: #ffffff;
  border-radius: 0.9rem;
}

.sl-product-option__input:checked
  + .sl-product-option__value--color
  .sl-product-option__swatch {
  box-shadow:
    0 0 0 0.2rem #ffffff,
    0 0 0 0.35rem var(--sl-color-text);
}

.sl-product-option__input:checked
  + .sl-product-option__value--color
  .sl-product-option__color-name {
  color: var(--sl-color-text);
}
/* Match Buy Now with Add to Cart */

.sl-product-buy-now {
  grid-column: 2;
}

.sl-product-buy-now .shopify-payment-button {
  width: 100%;
}

.sl-product-buy-now .shopify-payment-button__button,
.sl-product-buy-now .shopify-payment-button__button--unbranded {
  width: 100%;
  min-height: 5.4rem;
  height: 5.4rem;
  padding: 1.4rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .sl-product-buy-now {
    grid-column: 1;
  }
}
/* Product offers */

.sl-product-offers {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-offers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.sl-product-offers__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.sl-product-offers__list {
  display: grid;
  gap: 1rem;
}
/* Product key points */

.sl-product-key-points {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-key-points__title {
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.sl-product-key-points__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.sl-product-key-points .sl-trust-item {
  align-items: flex-start;
  padding: 1.4rem;
  border: 0.1rem solid rgba(17, 17, 17, 0.1);
  border-radius: 1.2rem;
  background: #ffffff;
}

.sl-product-key-points .sl-trust-item__icon {
  flex: 0 0 auto;
}

.sl-product-key-points .sl-trust-item__title {
  font-size: 1.4rem;
  font-weight: 700;
}

.sl-product-key-points .sl-trust-item__text {
  margin-top: 0.4rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--sl-color-text-muted);
}

@media screen and (max-width: 749px) {
  .sl-product-key-points__grid {
    grid-template-columns: 1fr;
  }
}
/* Product description and accordions */

.sl-product-details {
  margin-top: 2.8rem;
  padding-top: 2.8rem;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details__description {
  margin-bottom: 2.4rem;
}

.sl-product-details__title {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.sl-product-details__content {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--sl-color-text-muted);
}

.sl-product-details__content p {
  margin: 0 0 1.2rem;
}

.sl-product-details__content p:last-child {
  margin-bottom: 0;
}

.sl-product-details__content ul,
.sl-product-details__content ol {
  padding-left: 2rem;
}

.sl-product-details__accordions {
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details .sl-accordion {
  border-bottom: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details .sl-accordion__summary {
  min-height: 5.6rem;
  padding: 1.6rem 0;
  font-size: 1.45rem;
  font-weight: 700;
}

.sl-product-details .sl-accordion__content {
  padding: 0 0 1.8rem;
  font-size: 1.35rem;
  line-height: 1.65;
  color: var(--sl-color-text-muted);
}
/* Full-width product content */

.sl-product-key-points,
.sl-product-details {
  width: 100%;
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
}

.sl-product-key-points {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-key-points__title {
  margin: 0 0 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sl-product-key-points__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.sl-product-key-points .sl-trust-item {
  height: 100%;
  padding: 1.8rem;
  border: 0.1rem solid rgba(17, 17, 17, 0.1);
  border-radius: 1.4rem;
  background: #ffffff;
}

.sl-product-details {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details__description {
  max-width: 90rem;
  margin-bottom: 3rem;
}

.sl-product-details__title {
  margin: 0 0 1.4rem;
  font-size: 2rem;
  font-weight: 700;
}

.sl-product-details__content {
  font-size: 1.45rem;
  line-height: 1.8;
  color: var(--sl-color-text-muted);
}

.sl-product-details__accordions {
  width: 100%;
  border-top: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details .sl-accordion {
  border-bottom: 0.1rem solid rgba(17, 17, 17, 0.12);
}

.sl-product-details .sl-accordion__summary {
  min-height: 6rem;
  padding: 1.8rem 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.sl-product-details .sl-accordion__content {
  padding: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--sl-color-text-muted);
}

@media screen and (max-width: 989px) {
  .sl-product-key-points__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .sl-product-key-points,
  .sl-product-details {
    margin-top: 3rem;
    padding-top: 2.4rem;
  }

  .sl-product-key-points__grid {
    grid-template-columns: 1fr;
  }

  .sl-product-details__description {
    max-width: none;
  }
}
/* Product reviews */

.sl-product-reviews {
  padding: 6rem 0;
  background: #f7f7f5;
}

.sl-product-reviews__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3.2rem;
}

.sl-product-reviews__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-color-text-muted);
}

.sl-product-reviews__title {
  margin: 0;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}

.sl-product-reviews__summary {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.sl-product-reviews__rating {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.sl-product-reviews__count {
  margin: 0.6rem 0 0;
  font-size: 1.3rem;
  color: var(--sl-color-text-muted);
}

.sl-product-reviews__widget {
  width: 100%;
}

.sl-product-reviews__empty {
  padding: 4rem 2rem;
  text-align: center;
  border: 0.1rem solid rgba(17, 17, 17, 0.1);
  border-radius: 1.6rem;
  background: #ffffff;
}

.sl-product-reviews__empty h3 {
  margin: 0 0 0.8rem;
  font-size: 1.8rem;
}

.sl-product-reviews__empty p {
  margin: 0;
  font-size: 1.4rem;
  color: var(--sl-color-text-muted);
}

@media screen and (max-width: 749px) {
  .sl-product-reviews {
    padding: 4rem 0;
  }

  .sl-product-reviews__header {
    display: grid;
    gap: 2rem;
    margin-bottom: 2.4rem;
  }

  .sl-product-reviews__summary {
    align-items: flex-start;
  }

  .sl-product-reviews__rating {
    font-size: 3.2rem;
  }
}
/* Related products */

.sl-related-products {
  padding: 6rem 0 7rem;
  background: #ffffff;
}

.sl-related-products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.sl-related-products__eyebrow {
  margin: 0 0 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sl-color-text-muted);
}

.sl-related-products__title {
  margin: 0;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}

.sl-related-products__link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--sl-color-text);
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}

.sl-related-products__link:hover {
  opacity: 0.65;
}

.sl-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.sl-related-products__item {
  min-width: 0;
}

.sl-related-products__placeholder {
  padding: 4rem 2rem;
  text-align: center;
  border: 0.1rem dashed rgba(17, 17, 17, 0.2);
  border-radius: 1.4rem;
  color: var(--sl-color-text-muted);
}

@media screen and (max-width: 989px) {
  .sl-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .sl-related-products {
    padding: 4rem 0 5rem;
  }

  .sl-related-products__header {
    align-items: flex-start;
    margin-bottom: 2.2rem;
  }

  .sl-related-products__link {
    display: none;
  }

  .sl-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
/* Linked colour products */

.sl-linked-colours {
  margin: 2.4rem 0;
}

.sl-linked-colours__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.sl-linked-colours__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sl-color-text);
}

.sl-linked-colours__selected {
  font-size: 1.25rem;
  color: var(--sl-color-text-muted);
}

.sl-linked-colours__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sl-linked-colours__item {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0.5rem;
  color: inherit;
  text-decoration: none;
  border: 0.1rem solid rgba(17, 17, 17, 0.12);
  border-radius: 1.2rem;
  background: #fff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.sl-linked-colours__item:hover {
  border-color: rgba(17, 17, 17, 0.45);
  transform: translateY(-0.1rem);
}

.sl-linked-colours__item.is-active {
  border: 0.2rem solid var(--sl-color-text);
  padding: 0.4rem;
  box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.06);
}

.sl-linked-colours__image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 0.8rem;
  background: #f5f5f3;
}

.sl-linked-colours__image,
.sl-linked-colours__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sl-linked-colours__name {
  display: block;
  overflow: hidden;
  margin-top: 0.6rem;
  padding: 0 0.2rem 0.2rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-linked-colours__sold-out {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .sl-linked-colours__list {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.6rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .sl-linked-colours__list::-webkit-scrollbar {
    display: none;
  }

  .sl-linked-colours__item {
    flex: 0 0 8.5rem;
    scroll-snap-align: start;
  }

  .sl-linked-colours__name {
    font-size: 1.1rem;
  }
}
/* Match Shopify dynamic Buy Now button with Smoothlite styling */

.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button--unbranded {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1.5px solid #111111 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button--unbranded:hover {
  background: #f5f5f5 !important;
  color: #111111 !important;
  border-color: #111111 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
}

.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button--unbranded::before,
.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button--unbranded::after {
  display: none !important;
}
/* QUANTITY SELECTOR FIX */

.sl-main-product .sl-product-purchase-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.sl-main-product .sl-product-quantity {
  display: grid !important;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  min-height: 58px;
  width: 110px;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 14px !important;
  overflow: hidden;
  background: #ffffff;
}

.sl-main-product .sl-product-quantity__button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sl-main-product .sl-product-quantity__button:hover {
  background: #f5f5f5;
}

.sl-main-product .sl-product-quantity__input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background: transparent;
  font-weight: 700;
  appearance: textfield;
}

.sl-main-product .sl-product-quantity__input::-webkit-inner-spin-button,
.sl-main-product .sl-product-quantity__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.sl-main-product .sl-product-add-button {
  min-width: 0;
}


/* OFFER CARDS POLISH */

.sl-main-product .sl-product-offers {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.sl-main-product .sl-product-offers__header {
  margin-bottom: 12px;
}

.sl-main-product .sl-product-offers__title {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.3;
}

.sl-main-product .sl-product-offers__list {
  display: grid;
  gap: 10px;
}

.sl-main-product .sl-offer-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 12px;
  background: #ffffff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.sl-main-product .sl-offer-card:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.sl-main-product .sl-offer-card__icon {
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f4f1eb;
  color: #111111;
}

.sl-main-product .sl-offer-card__icon svg {
  width: 19px;
  height: 19px;
}

.sl-main-product .sl-offer-card__content {
  flex: 1;
  min-width: 0;
}

.sl-main-product .sl-offer-card__title {
  margin: 0;
  color: #111111;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.35;
}

.sl-main-product .sl-offer-card__text {
  margin: 4px 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.28rem;
  line-height: 1.5;
}

.sl-main-product .sl-offer-card__code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 9px 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 1.2rem;
}

.sl-main-product .sl-offer-card__code strong {
  padding: 4px 8px;
  border: 1px dashed rgba(17, 17, 17, 0.45);
  border-radius: 6px;
  color: #111111;
  background: #fafafa;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}


/* MOBILE */

@media screen and (max-width: 749px) {
  .sl-main-product .sl-product-purchase-row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .sl-main-product .sl-product-quantity {
    width: 96px;
    grid-template-columns: 32px 1fr 32px;
  }

  .sl-main-product .sl-product-quantity__button {
    width: 32px;
  }

  .sl-main-product .sl-offer-card {
    padding: 12px;
  }
}
/* Purchase row — matches actual HTML */

.sl-main-product .sl-product-purchase {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.sl-main-product .sl-product-quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 112px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.sl-main-product .sl-product-quantity__label {
  display: none !important;
}

.sl-main-product .sl-product-quantity__control {
  display: grid !important;
  grid-template-columns: 36px 40px 36px !important;
  align-items: center !important;
  width: 112px !important;
  height: 58px !important;
}

.sl-main-product .sl-product-quantity__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  cursor: pointer !important;
}

.sl-main-product .sl-product-quantity__button:hover {
  background: #f4f4f4 !important;
}

.sl-main-product .sl-product-quantity__input {
  width: 40px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  appearance: textfield !important;
}

.sl-main-product .sl-product-quantity__input::-webkit-inner-spin-button,
.sl-main-product .sl-product-quantity__input::-webkit-outer-spin-button {
  margin: 0 !important;
  appearance: none !important;
}

@media screen and (max-width: 749px) {
  .sl-main-product .sl-product-purchase {
    grid-template-columns: 102px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .sl-main-product .sl-product-quantity,
  .sl-main-product .sl-product-quantity__control {
    width: 102px !important;
  }

  .sl-main-product .sl-product-quantity__control {
    grid-template-columns: 32px 38px 32px !important;
  }

  .sl-main-product .sl-product-quantity__button {
    width: 32px !important;
  }

  .sl-main-product .sl-product-quantity__input {
    width: 38px !important;
  }
}
/* SAFE PRODUCT GALLERY POLISH */

@media screen and (min-width: 990px) {
  .sl-main-product .sl-product-gallery {
    position: sticky;
    top: 100px;
    align-self: start;
  }
}

.sl-main-product .sl-product-gallery {
  gap: 16px;
  min-width: 0;
}

.sl-main-product .sl-product-gallery__thumbnails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 680px;
  padding: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.sl-main-product .sl-product-gallery__thumbnails::-webkit-scrollbar {
  width: 4px;
}

.sl-main-product .sl-product-gallery__thumbnails::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
}

.sl-main-product .sl-product-thumbnail {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  height: 82px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 11px;
  background: #f7f7f7;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sl-main-product .sl-product-thumbnail:hover {
  border-color: rgba(17, 17, 17, 0.35);
  background: #ffffff;
  transform: translateY(-1px);
}

.sl-main-product .sl-product-thumbnail.is-active {
  border-color: #111111;
  background: #ffffff;
  box-shadow: 0 0 0 1px #111111;
}

.sl-main-product .sl-product-thumbnail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 7px;
  transition: transform 0.2s ease;
}

.sl-main-product
  .sl-product-thumbnail:hover
  .sl-product-thumbnail__image {
  transform: scale(1.04);
}

.sl-main-product .sl-product-thumbnail__type {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 989px) {
  .sl-main-product .sl-product-gallery {
    position: static;
  }

  .sl-main-product .sl-product-gallery__thumbnails {
    flex-direction: row;
    width: 100%;
    max-height: none;
    padding: 2px 1px 6px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .sl-main-product .sl-product-thumbnail {
    flex: 0 0 64px;
    width: 64px;
    height: 72px;
    scroll-snap-align: start;
  }
}
/* =========================================================
   PRODUCT ACCORDIONS
   ========================================================= */

.sl-main-product .sl-product-details__accordions {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.sl-main-product .sl-accordion {
  margin: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  background: transparent;
}

.sl-main-product .sl-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  width: 100%;
  padding: 20px 2px;

  color: #111111;
  cursor: pointer;
  list-style: none;

  transition:
    color 0.2s ease,
    padding 0.2s ease;
}

.sl-main-product .sl-accordion__summary::-webkit-details-marker {
  display: none;
}

.sl-main-product .sl-accordion__summary::marker {
  display: none;
  content: "";
}

.sl-main-product .sl-accordion__summary:hover {
  color: rgba(17, 17, 17, 0.68);
}

.sl-main-product .sl-accordion__title {
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.sl-main-product .sl-accordion__icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border-radius: 50%;
  background: #f4f1eb;
  color: #111111;

  transition:
    transform 0.25s ease,
    background 0.2s ease;
}

.sl-main-product .sl-accordion[open] .sl-accordion__icon {
  transform: rotate(180deg);
  background: #111111;
  color: #ffffff;
}

.sl-main-product .sl-accordion__content {
  padding: 0 48px 20px 2px;

  color: rgba(17, 17, 17, 0.68);
  font-size: 1.4rem;
  line-height: 1.7;
}

.sl-main-product .sl-accordion__content p {
  margin-top: 0;
  margin-bottom: 0;
}

.sl-main-product .sl-accordion[open] .sl-accordion__summary {
  padding-bottom: 12px;
}


/* Keyboard accessibility */

.sl-main-product .sl-accordion__summary:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 4px;
  border-radius: 6px;
}


/* Mobile */

@media screen and (max-width: 749px) {
  .sl-main-product .sl-accordion__summary {
    padding: 17px 0;
  }

  .sl-main-product .sl-accordion__title {
    font-size: 1.4rem;
  }

  .sl-main-product .sl-accordion__icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .sl-main-product .sl-accordion__content {
    padding: 0 42px 18px 0;
    font-size: 1.32rem;
  }
}
/* =========================================================
   MOBILE PRODUCT PAGE WIDTH FIX
   ========================================================= */

@media screen and (max-width: 749px) {
  .sl-main-product {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .sl-main-product .sl-container,
  .sl-main-product__layout,
  .sl-main-product__information,
  .sl-product-info,
  .sl-product-form,
  .sl-product-options,
  .sl-product-option,
  .sl-product-details {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sl-main-product__layout {
    display: block;
  }

  .sl-main-product__information {
    overflow: hidden;
  }


  /* Related colour products */

  .sl-linked-colours {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sl-linked-colours__list {
    display: flex;
    gap: 8px;

    width: 100%;
    max-width: 100%;
    padding: 2px 1px 8px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sl-linked-colours__list::-webkit-scrollbar {
    display: none;
  }

  .sl-linked-colours__item {
    flex: 0 0 72px;
    width: 72px;
    min-width: 72px;
    scroll-snap-align: start;
  }


  /* Product gallery thumbnails */

  .sl-product-gallery,
  .sl-product-gallery__stage-wrapper,
  .sl-product-gallery__stage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sl-product-gallery__thumbnails {
    width: 100%;
    max-width: 100%;
  }


  /* Purchase row */

  .sl-main-product .sl-product-purchase {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 102px minmax(0, 1fr) !important;
  }

  .sl-main-product .sl-product-add-button {
    width: 100% !important;
    min-width: 0 !important;
  }


  /* Sticky cart containment */

  .sl-sticky-cart {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .sl-sticky-cart__inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sl-sticky-cart__product,
  .sl-sticky-cart__details {
    min-width: 0;
  }

  .sl-sticky-cart__button {
    flex-shrink: 0;
    min-width: 112px;
  }
}
/* MOBILE BUY NOW WIDTH FIX */

@media screen and (max-width: 749px) {
  .sl-main-product .sl-product-buy-now {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 12px !important;
  }

  .sl-main-product .sl-product-buy-now .shopify-payment-button {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sl-main-product
    .sl-product-buy-now
    .shopify-payment-button__button,
  .sl-main-product
    .sl-product-buy-now
    .shopify-payment-button__button--unbranded {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
  }
}
/* BUY NOW MUST SPAN BOTH PURCHASE COLUMNS */

.sl-main-product .sl-product-buy-now {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 10px !important;
}

.sl-main-product .sl-product-buy-now .shopify-payment-button {
  width: 100% !important;
  max-width: 100% !important;
}

.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button,
.sl-main-product
  .sl-product-buy-now
  .shopify-payment-button__button--unbranded {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
}
/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

.sl-related-products {
  padding: 72px 0 40px;
  background: #ffffff;
}

.sl-related-products__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.sl-related-products__eyebrow {
  margin: 0 0 6px;
  color: rgba(17, 17, 17, 0.55);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sl-related-products__title {
  margin: 0;
  color: #111111;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.sl-related-products__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;

  color: #111111;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
}

.sl-related-products__link svg {
  transition: transform 0.2s ease;
}

.sl-related-products__link:hover svg {
  transform: translateX(4px);
}

.sl-related-products__recommendations {
  display: block;
  min-height: 1px;
}

.sl-related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.sl-related-products__item {
  min-width: 0;
}

.sl-related-products__placeholder {
  padding: 36px 20px;
  border: 1px dashed rgba(17, 17, 17, 0.18);
  border-radius: 14px;
  color: rgba(17, 17, 17, 0.58);
  text-align: center;
}


/* Tablet */

@media screen and (max-width: 989px) {
  .sl-related-products {
    padding-top: 56px;
  }

  .sl-related-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}


/* Mobile horizontal scroll */

@media screen and (max-width: 749px) {
  .sl-related-products {
    padding: 44px 0 28px;
    overflow: hidden;
  }

  .sl-related-products__header {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .sl-related-products__eyebrow {
    margin-bottom: 5px;
    font-size: 1.05rem;
  }

  .sl-related-products__title {
    font-size: 2.4rem;
  }

  .sl-related-products__link {
    margin-top: 4px;
    font-size: 1.2rem;
    white-space: nowrap;
  }

  .sl-related-products__grid {
    display: flex;
    gap: 14px;

    width: calc(100% + 20px);
    padding: 2px 20px 12px 0;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sl-related-products__grid::-webkit-scrollbar {
    display: none;
  }

  .sl-related-products__item {
    flex: 0 0 78%;
    width: 78%;
    scroll-snap-align: start;
  }
}


@media screen and (max-width: 420px) {
  .sl-related-products__item {
    flex-basis: 82%;
    width: 82%;
  }

  .sl-related-products__header {
    gap: 12px;
  }
}
/* =========================================================
   PRODUCT ACCORDIONS
   ========================================================= */

.sl-accordion {
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.sl-accordion:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.sl-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding: 20px 0;

  color: #111111;
  cursor: pointer;
  list-style: none;
}

.sl-accordion__summary::-webkit-details-marker {
  display: none;
}

.sl-accordion__title {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.35;
}

.sl-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 32px;
  height: 32px;

  border-radius: 50%;
  background: rgba(17, 17, 17, 0.045);
  color: #111111;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.sl-accordion[open] .sl-accordion__icon {
  transform: rotate(180deg);
  background: rgba(17, 17, 17, 0.08);
}

.sl-accordion__content {
  padding: 0 46px 22px 0;

  color: rgba(17, 17, 17, 0.7);
  font-size: 1.4rem;
  line-height: 1.7;
}

.sl-accordion__content > *:first-child {
  margin-top: 0;
}

.sl-accordion__content > *:last-child {
  margin-bottom: 0;
}

.sl-accordion__content p {
  margin: 0 0 12px;
}

.sl-accordion__content ul,
.sl-accordion__content ol {
  margin: 0 0 12px;
  padding-left: 20px;
}

.sl-accordion__summary:hover .sl-accordion__title {
  opacity: 0.72;
}


/* Mobile */

@media screen and (max-width: 749px) {
  .sl-accordion__summary {
    padding: 17px 0;
  }

  .sl-accordion__title {
    font-size: 1.4rem;
  }

  .sl-accordion__icon {
    width: 30px;
    height: 30px;
  }

  .sl-accordion__content {
    padding: 0 38px 18px 0;
    font-size: 1.35rem;
    line-height: 1.65;
  }
}
/* MOBILE STICKY CART — FINAL */

.sl-sticky-cart {
  display: none;
}

@media screen and (max-width: 749px) {
  .sl-sticky-cart {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;

    display: block;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));

    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.09);

    opacity: 0;
    visibility: hidden;
    transform: translateY(110%);

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.25s ease;
  }

  .sl-sticky-cart.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sl-sticky-cart__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .sl-sticky-cart__product {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
  }

  .sl-sticky-cart__image {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 10px;
    background: #f7f7f7;
  }

  .sl-sticky-cart__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .sl-sticky-cart__details {
    min-width: 0;
  }

  .sl-sticky-cart__title {
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    color: #111;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sl-sticky-cart__price .sl-price__current {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .sl-sticky-cart__price .sl-price__compare,
  .sl-sticky-cart__price .sl-price__badge {
    display: none;
  }

  .sl-sticky-cart__button {
    min-width: 122px;
    min-height: 48px;
    padding: 12px 18px;
    border: 0;
    border-radius: 11px;
    background: #111;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
  }
}
/* JUDGE.ME PRODUCT RATING */

.sl-product-rating {
  margin: 8px 0 12px;
}

.sl-product-rating .jdgm-preview-badge {
  display: inline-flex !important;
  align-items: center;
}

.sl-product-rating .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.sl-product-rating .jdgm-star {
  font-size: 1.5rem;
}

.sl-product-rating .jdgm-prev-badge__text {
  font-size: 1.25rem;
  color: rgba(17, 17, 17, 0.62);
}
/* PRODUCT TRUST GRID */

.sl-product-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.sl-product-trust__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  min-height: 46px;
  padding: 11px 12px;

  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 12px;
  background: #fafafa;

  color: #111111;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}

<div class="sl-product-trust">
  <div class="sl-product-trust__item">
    {% render 'smoothlite-icon', name: 'truck', size: 'small' %}
    <span>Free shipping</span>
  </div>

  <div class="sl-product-trust__item">
    {% render 'smoothlite-icon', name: 'return', size: 'small' %}
    <span>Easy returns</span>
  </div>

  <div class="sl-product-trust__item">
    {% render 'smoothlite-icon', name: 'lock', size: 'small' %}
    <span>Secure payment</span>
  </div>

  <div class="sl-product-trust__item">
    {% render 'smoothlite-icon', name: 'check', size: 'small' %}
    <span>Quality checked</span>
  </div>
</div>

.sl-product-trust__item svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

@media screen and (max-width: 749px) {
  .sl-product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .sl-product-trust__item {
    min-height: 44px;
    padding: 10px;
    font-size: 1.08rem;
  }
}
/* TRUST SECTION — FULL WIDTH FIX */

.sl-main-product .sl-product-trust {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;

  margin-top: 16px !important;
}

.sl-main-product .sl-product-trust__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  min-width: 0 !important;
  min-height: 46px !important;
  padding: 10px 8px !important;

  border: 1px solid rgba(17, 17, 17, 0.09) !important;
  border-radius: 10px !important;
  background: #fafafa !important;

  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.sl-main-product .sl-product-trust__item + .sl-product-trust__item {
  border-left: 1px solid rgba(17, 17, 17, 0.09) !important;
}

.sl-main-product .sl-product-trust__item svg {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 17px !important;
}

@media screen and (max-width: 749px) {
  .sl-main-product .sl-product-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .sl-main-product .sl-product-trust__item {
    justify-content: flex-start !important;
    padding: 10px !important;
  }
}
/* PRODUCT DESCRIPTION */

.sl-product-details {
  margin-top: 42px;
}

.sl-product-details__title {
  margin-bottom: 18px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111;
}

.sl-product-details__content {
  max-width: 900px;
  color: rgba(17,17,17,.72);
  font-size: 1.55rem;
  line-height: 1.8;
}

.sl-product-details__content p {
  margin-bottom: 18px;
}

.sl-product-details__content ul,
.sl-product-details__content ol {
  margin: 18px 0;
  padding-left: 22px;
}

.sl-product-details__content strong {
  color: #111;
}

@media (max-width:749px){

  .sl-product-details{
      margin-top:32px;
  }

  .sl-product-details__title{
      font-size:1.9rem;
  }

  .sl-product-details__content{
      font-size:1.45rem;
      line-height:1.75;
  }

}
/* GALLERY V2 — SAFE ENHANCEMENTS ONLY */

.sl-product-gallery__stage {
  touch-action: pan-y;
}

.sl-product-gallery__slide.is-active {
  animation: sl-gallery-v2-fade 0.2s ease;
}

@keyframes sl-gallery-v2-fade {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 1;
  }
}

.sl-product-gallery__thumbnails {
  scrollbar-width: none;
}

.sl-product-gallery__thumbnails::-webkit-scrollbar {
  display: none;
}

.sl-product-thumbnail {
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.sl-product-thumbnail:hover {
  transform: translateY(-1px);
}

@media screen and (max-width: 749px) {
  .sl-product-gallery__thumbnails {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* =========================================================
   DELIVERY CHECKER
   ========================================================= */

.sl-product-purchase > .sl-delivery-checker {
  grid-column: 1 / -1;
}

.sl-delivery-checker {
  width: 100%;
  margin: 1.6rem 0 0;
  padding: 1.4rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 1.2rem;
  background: #fafafa;
}

.sl-delivery-checker__heading {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1rem;
  color: #111;
  font-size: 1.3rem;
  font-weight: 700;
}

.sl-delivery-checker__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sl-delivery-checker__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.7rem;
}

.sl-delivery-checker__input {
  width: 100%;
  min-width: 0;
  height: 4.2rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0.9rem;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 1.3rem;
  outline: none;
}

.sl-delivery-checker__input:focus {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}

.sl-delivery-checker__button {
  height: 4.2rem;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 0.9rem;
  background: #111;
  color: #fff;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}

.sl-delivery-checker__button:hover {
  opacity: 0.88;
}

.sl-delivery-checker__error {
  margin-top: 0.8rem;
  color: #b42318;
  font-size: 1.2rem;
  line-height: 1.4;
}

.sl-delivery-checker__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem 1.2rem;
}

.sl-delivery-checker__result[hidden],
.sl-delivery-checker__error[hidden],
.sl-delivery-checker__form[hidden] {
  display: none;
}

.sl-delivery-checker__result-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
}

.sl-delivery-checker__result-label {
  color: rgba(17, 17, 17, 0.58);
  font-size: 1.2rem;
}

.sl-delivery-checker__pincode {
  color: #111;
  font-size: 1.4rem;
}

.sl-delivery-checker__change {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  cursor: pointer;
}

.sl-delivery-checker__estimate {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  color: rgba(17, 17, 17, 0.62);
  font-size: 1.2rem;
}

.sl-delivery-checker__estimate strong {
  color: #167247;
  font-size: 1.3rem;
}

@media screen and (max-width: 749px) {
  .sl-delivery-checker {
    padding: 1.2rem;
  }

  .sl-delivery-checker__button {
    padding: 0 1.25rem;
  }
}
/* Delivery checker spans the full purchase area */
.sl-product-purchase > .sl-delivery-checker {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}
/* =========================================================
   COLOUR SELECTOR POLISH
   ========================================================= */

.sl-product-option__values--colors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sl-product-option__values--colors > * {
  min-width: 0;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sl-product-option__values--colors > *:hover {
  transform: translateY(-2px);
}

.sl-product-option__values--colors label {
  border-radius: 1.2rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.sl-product-option__values--colors input:checked + label {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
  background: #fff;
}

.sl-product-option__values--colors img {
  transition: transform 0.25s ease;
}

.sl-product-option__values--colors label:hover img {
  transform: scale(1.035);
}

@media screen and (max-width: 749px) {
  .sl-product-option__values--colors {
    display: flex;
    gap: 0.8rem;
    overflow-x: auto;
    padding: 0.2rem 0 0.5rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .sl-product-option__values--colors::-webkit-scrollbar {
    display: none;
  }

  .sl-product-option__values--colors > * {
    flex: 0 0 7.8rem;
    scroll-snap-align: start;
  }
}
/* =========================================================
   SIZE SELECTOR POLISH
   ========================================================= */

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values label {
  min-width: 4.4rem;
  min-height: 4.2rem;
  padding: 0 1.2rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0.9rem;

  background: #fff;
  color: #111;

  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values label:hover {
  border-color: rgba(17, 17, 17, 0.45);
  transform: translateY(-1px);
}

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values input:checked + label {
  border-color: #111;
  background: #111;
  color: #fff;
  box-shadow: 0 5px 14px rgba(17, 17, 17, 0.14);
}

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values input:focus-visible + label {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values input:disabled + label,
.sl-product-option:not(.sl-product-option--color)
.sl-product-option__values label.is-disabled {
  position: relative;
  border-color: rgba(17, 17, 17, 0.08);
  background: #f6f6f6;
  color: rgba(17, 17, 17, 0.35);
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

@media screen and (max-width: 749px) {
  .sl-product-option:not(.sl-product-option--color)
  .sl-product-option__values {
    gap: 0.7rem;
  }

  .sl-product-option:not(.sl-product-option--color)
  .sl-product-option__values label {
    min-width: 4.2rem;
    min-height: 4rem;
    padding: 0 1rem;
  }
}
/* Sticky cart size-selection reminder */

.sl-size-selection-required {
  border-radius: 1.2rem;
  animation: sl-size-reminder 0.7s ease 2;
}

@keyframes sl-size-reminder {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(17, 17, 17, 0);
  }

  50% {
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.12);
  }
}
.sl-related-products__header {
  align-items: flex-end;
}

.sl-related-products__title {
  max-width: none;
  font-size: 3rem;
  line-height: 1.15;
}
.sl-related-products .sl-container,
.sl-recently-viewed .sl-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sl-related-products__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.sl-related-products__title {
  display: block;
  margin: 0;
}
.sl-product-lightbox__image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.sl-product-lightbox__image.is-zoomed {
  transform: scale(2);
  cursor: zoom-out;
}

.sl-product-lightbox__content {
  overflow: auto;
}