:root {
  --ltw-product-navy: #091f2c;
  --ltw-product-orange: #cb4938;
  --ltw-product-ink: #091f2c;
  --ltw-product-muted: #68767d;
  --ltw-product-line: rgba(9, 31, 44, 0.18);
  --ltw-product-pearl: #f2f0e9;
  --ltw-product-white: #fff;
  --ltw-product-header-offset: 9.5rem;
}

html.ltw-product-template-enhanced,
html.ltw-product-template-enhanced body {
  background: #ffffff !important;
}

html [sf-product] {
  opacity: 0;
}

html.ltw-product-template-ready [sf-product] {
  opacity: 1;
  transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.ltw-product-template-enhanced [sf-product] {
  box-sizing: border-box;
  width: min(100%, 96rem);
  margin-inline: auto;
  padding: calc(var(--ltw-product-header-offset) + clamp(1.5rem, 3vw, 2.75rem)) clamp(1.25rem, 4.5vw, 4.75rem) clamp(4.5rem, 8vw, 8rem);
  background: var(--ltw-product-white);
  color: var(--ltw-product-ink);
}

html.ltw-product-template-enhanced [sf-product] *,
html.ltw-product-template-enhanced [sf-product] *::before,
html.ltw-product-template-enhanced [sf-product] *::after {
  box-sizing: border-box;
}

html.ltw-product-template-enhanced [sf-product] [hidden] {
  display: none !important;
}

html.ltw-product-template-enhanced .breadcrumb_component {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 clamp(1.25rem, 2.2vw, 2rem);
  color: var(--ltw-product-muted);
  font-family: acumin-pro, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

html.ltw-product-template-enhanced .breadcrumb-link {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

html.ltw-product-template-enhanced .breadcrumb-link:hover,
html.ltw-product-template-enhanced .breadcrumb-link:focus-visible {
  color: var(--ltw-product-navy);
}

html.ltw-product-template-enhanced .breadcrumb-link:last-child {
  color: var(--ltw-product-navy);
}

html.ltw-product-template-enhanced .breadcrumb_component [hidden] {
  display: none !important;
}

html.ltw-product-template-enhanced .breadcrumb-divider {
  display: inline-flex;
  width: 0.35rem;
  min-width: 0.35rem;
  opacity: 0.5;
}

html.ltw-product-template-enhanced .product-container_layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
  align-items: start;
  gap: clamp(2.5rem, 5vw, 6rem);
  margin: 0;
}

html.ltw-product-template-enhanced .product-container_gallery {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  min-width: 0;
  overflow: visible;
}

html.ltw-product-template-enhanced .product-container_gallery.is-without-thumbnails {
  display: flex;
}

html.ltw-product-template-enhanced .product-container_thumbnail-list {
  order: 2;
  width: 100%;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

html.ltw-product-template-enhanced .product-container_thumbnail-list::-webkit-scrollbar {
  display: none;
}

html.ltw-product-template-enhanced .product-container_thumbnail-list.is-empty,
html.ltw-product-template-enhanced .product-container_thumbnail-list > .w-dyn-empty {
  display: none !important;
}

html.ltw-product-template-enhanced .product-container_thumbnail-list .w-dyn-items,
html.ltw-product-template-enhanced [sf-thumbnail-wrapper] {
  display: flex;
  width: max-content;
  gap: 0.6rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-image] {
  width: 4.25rem;
  min-width: 4.25rem;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  cursor: pointer;
  opacity: 0.52;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-image] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-image]:hover {
  opacity: 0.92;
  transform: scale(1.01);
}

html.ltw-product-template-enhanced [sf-product] [sf-change-image].sf-active {
  opacity: 1;
  transform: scale(1.03);
}

html.ltw-product-template-enhanced .product-container_image-slider {
  order: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.85rem;
  background: #f7f7f5;
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-mask,
html.ltw-product-template-enhanced .product-container_image-slider .w-slide {
  height: 100%;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .w-slider-mask {
  position: relative;
  overflow: hidden;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--ltw-gallery-offset, 0%) + var(--ltw-drag-x, 0px)), 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track.is-normalizing {
  transition: none;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .product-gallery__glass-transition {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(255,255,255,.025), rgba(255,255,255,.05), rgba(255,255,255,.02));
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(2px) saturate(.98);
  backdrop-filter: blur(2px) saturate(.98);
  transition: opacity 180ms cubic-bezier(.22,1,.36,1), visibility 0s linear 260ms;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .product-gallery__glass-transition.is-visible {
  opacity: .18;
  visibility: visible;
  transition: opacity 90ms ease, visibility 0s linear 0s;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track.is-settling [data-ltw-product-stage] {
  will-change: transform, opacity, filter;
  transition: opacity 240ms ease, filter 240ms ease;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track.is-settling [data-ltw-product-stage].is-outgoing {
  filter: blur(1px);
  opacity: .98;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track.is-settling [data-ltw-product-stage].is-incoming {
  filter: blur(1.75px);
  opacity: .97;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready .ltw-product-gallery-track.is-dragging {
  transition: none;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage] {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-dragging {
  transform: translate3d(var(--ltw-drag-x, 0px), 0, 0) scale(0.985) !important;
  transition: none;
  cursor: grabbing;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage] .product-image,
html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage] [sf-show-image] {
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  width: 100% !important;
  min-width: 100%;
  max-width: none !important;
  height: 100% !important;
  min-height: 100%;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
  padding: 0.25rem;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-near-square .product-image,
html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-near-square [sf-show-image] {
  padding: 0;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-cover .product-image,
html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-cover [sf-show-image] {
  object-fit: cover;
  padding: 0;
}

html.ltw-product-template-enhanced .product-container_image-slider.ltw-product-gallery-ready [data-ltw-product-stage].is-changing .product-image {
  animation: ltw-product-image-change 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes ltw-product-image-change {
  from {
    opacity: 0.35;
    filter: blur(5px);
    transform: translate3d(1.25%, 0, 0) scale(0.988);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
  }
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-nav {
  display: none !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

html.ltw-product-template-enhanced .ltw-product-gallery-dot {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(9, 31, 44, 0.28);
  cursor: pointer;
}

html.ltw-product-template-enhanced .ltw-product-gallery-dot.is-active {
  background: var(--ltw-product-navy);
}

html.ltw-product-template-enhanced [sf-product] [sf-show-image] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(0.35rem, 1.5vw, 1.25rem);
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-left,
html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-right {
  display: none !important;
  place-items: center;
  width: 3rem;
  height: 3rem;
  top: 50%;
  margin-top: -1.5rem;
  border: 1px solid rgba(9, 31, 44, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ltw-product-navy);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-left {
  left: 1rem;
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-right {
  right: 1rem;
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-left:hover,
html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-right:hover {
  background: var(--ltw-product-navy);
  color: #fff;
  transform: scale(1.04);
}

html.ltw-product-template-enhanced .product-container_image-slider .w-icon-slider-left,
html.ltw-product-template-enhanced .product-container_image-slider .w-icon-slider-right {
  font-size: 1.2rem;
}

html.ltw-product-template-enhanced .product-container_image-slider .w-slider-nav {
  display: none !important;
}

html.ltw-product-template-enhanced .product-container_image-slider {
  touch-action: pan-y pinch-zoom;
  cursor: grab;
}

html.ltw-product-template-enhanced .product-container_product-details {
  position: relative;
  top: auto;
  min-width: 0;
  padding: 0;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-vendor] {
  display: none !important;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-vendor] {
  margin: 0 0 0.55rem;
  color: var(--ltw-product-muted);
  font-family: acumin-pro-condensed, acumin-pro, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-title] {
  max-width: 15ch;
  margin: 0;
  color: var(--ltw-product-ink);
  font-family: kepler-std-display, Georgia, serif;
  font-size: clamp(2.65rem, 4vw, 4.75rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
}

html.ltw-product-template-enhanced .product-container_prices-row {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin: 1.25rem 0 0.9rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-price] {
  color: var(--ltw-product-navy);
  font-family: acumin-pro, sans-serif;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-compare-price] {
  color: var(--ltw-product-muted);
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.65;
}

html.ltw-product-template-enhanced .product-container_variant-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  margin-bottom: 1.35rem;
  color: var(--ltw-product-muted);
  font-family: acumin-pro, sans-serif;
  font-size: 0.72rem;
  line-height: 1.35;
}

html.ltw-product-template-enhanced .product-container_variant-info-row {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

html.ltw-product-template-enhanced .product-container_variant-info-row .label {
  color: inherit;
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] {
  max-width: 48ch;
  margin: 0 0 1.75rem;
  color: var(--ltw-product-ink);
  font-family: acumin-pro, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] p {
  margin: 0 0 0.9rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] strong,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] b {
  font-weight: 700;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] em,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] i {
  font-style: italic;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] ul,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1.4rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] ul {
  list-style: disc outside;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] ol {
  list-style: decimal outside;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] li {
  padding-left: 0.15rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] li + li {
  margin-top: 0.3rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.16em;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] a:hover,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] a:focus-visible {
  text-decoration-thickness: 0.1em;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] > :first-child {
  margin-top: 0;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] > :last-child {
  margin-bottom: 0;
}

html.ltw-product-template-enhanced [sf-product] [sf-show-desc] h1,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] h2,
html.ltw-product-template-enhanced [sf-product] [sf-show-desc] h3 {
  margin: 0.85rem 0 0.45rem;
  font-family: acumin-pro, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

html.ltw-product-template-enhanced .product-container_option-list {
  display: grid;
  gap: 1.2rem;
  margin: 0 0 1.5rem;
  padding: 0;
}

html.ltw-product-template-enhanced .product-container_option-list.is-empty {
  display: none !important;
}

html.ltw-product-template-enhanced .product-container_option-group {
  display: grid;
  gap: 0.65rem;
}

html.ltw-product-template-enhanced .product-container_option-group[hidden] {
  display: none !important;
}

html.ltw-product-template-enhanced .product-container_option-group > .label,
html.ltw-product-template-enhanced .product-container_quantity-block > .label {
  color: var(--ltw-product-navy);
  font-family: acumin-pro, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

html.ltw-product-template-enhanced .product-container_option-list-wrapper .w-dyn-items,
html.ltw-product-template-enhanced [sf-product] [sf-change-option] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-option-value],
html.ltw-product-template-enhanced .pill-button {
  cursor: pointer;
}

html.ltw-product-template-enhanced .pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--ltw-product-line);
  border-radius: 999px;
  background: transparent;
  color: var(--ltw-product-navy);
  font-family: acumin-pro, sans-serif;
  font-size: 0.85rem;
  font-weight: 650;
  line-height: 1;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

html.ltw-product-template-enhanced .pill-button:hover,
html.ltw-product-template-enhanced .pill-button.sf-active {
  border-color: var(--ltw-product-navy);
  background: var(--ltw-product-navy);
  color: #fff;
  transform: translateY(-1px);
}

html.ltw-product-template-enhanced .pill-button.sf-option-unavailable {
  cursor: not-allowed;
  opacity: 0.38;
  text-decoration: line-through;
}

html.ltw-product-template-enhanced .product-container_quantity-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.25rem;
}

html.ltw-product-template-enhanced .product-container_quantity-changers {
  display: grid;
  grid-template-columns: 3rem 3.25rem 3rem;
  align-items: center;
  width: max-content;
  min-height: 3.25rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

html.ltw-product-template-enhanced [sf-product] {
  --ltw-quantity-control-size: 0.9rem;
}

html.ltw-product-template-enhanced .ltw-quantity-value {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 3rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

html.ltw-product-template-enhanced .ltw-quantity-value:focus-within .ltw-quantity-number {
  opacity: 0 !important;
}

html.ltw-product-template-enhanced .ltw-quantity-number {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--ltw-product-navy);
  font: 650 var(--ltw-quantity-control-size)/1 acumin-pro, sans-serif;
  pointer-events: none;
  will-change: transform, opacity;
}

html.ltw-product-template-enhanced .ltw-quantity-number.is-next {
  opacity: 0;
  transform: translateY(100%);
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-dec],
html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-inc] {
  display: grid;
  place-items: center;
  width: 100%;
  height: 3.1rem;
  min-width: 3.1rem;
  padding: 0 0.45rem;
  border: 0;
  border-radius: 0;
  color: var(--ltw-product-navy);
  cursor: pointer;
  transition: background-color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-dec]:hover,
html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-inc]:hover {
  background: transparent;
  transform: scale(1.04);
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-dec]::before,
html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-inc]::before {
  display: none;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-dec],
html.ltw-product-template-enhanced [sf-product] [sf-change-quantity-inc] {
  font-family: acumin-pro, sans-serif !important;
  font-size: var(--ltw-quantity-control-size) !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

html.ltw-product-template-enhanced .ltw-quantity-icon {
  display: block;
  width: var(--ltw-quantity-control-size);
  height: var(--ltw-quantity-control-size);
  overflow: visible;
  color: currentColor;
  flex: 0 0 auto;
}

html.ltw-product-template-enhanced .ltw-quantity-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity] {
  width: 100%;
  height: 3rem;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ltw-product-navy);
  font: 650 0.9rem/1 acumin-pro, sans-serif;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

html.ltw-product-template-enhanced .ltw-quantity-input {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  color: transparent !important;
  caret-color: var(--ltw-product-navy);
}

html.ltw-product-template-enhanced .ltw-quantity-input:focus {
  color: var(--ltw-product-navy) !important;
}

html.ltw-product-template-enhanced [sf-product] [sf-change-quantity]::-webkit-inner-spin-button,
html.ltw-product-template-enhanced [sf-product] [sf-change-quantity]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

html.ltw-product-template-enhanced .product-container_actions {
  display: grid;
  align-items: start;
  gap: 0.7rem;
}

html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart] {
  width: auto;
  max-width: 100%;
  min-height: 3.35rem;
  border-radius: 1.15rem;
  font-family: acumin-pro, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, transform 180ms ease;
}

html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart]:not([sf-buy-now]):not([sf-shop-pay]) {
  display: grid;
  place-items: center;
  padding: 0.9rem 1.25rem;
  border: 1px solid #c44536;
  background: #c44536;
  color: #fff;
}

html.ltw-product-template-enhanced .ltw-product-button-viewport {
  display: block;
  overflow: hidden;
  height: 1.05em;
  line-height: 1.05;
}

html.ltw-product-template-enhanced .ltw-product-button-track {
  display: flex;
  flex-direction: column;
  transition: transform 260ms var(--ease, cubic-bezier(.22,.61,.36,1));
}

html.ltw-product-template-enhanced .ltw-product-button-track > span {
  display: block;
  height: 1.05em;
  line-height: 1.05;
  white-space: nowrap;
}

html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart]:hover .ltw-product-button-track,
html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart]:focus-visible .ltw-product-button-track {
  transform: translateY(-1.05em);
}

html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart]:not([sf-buy-now]):not([sf-shop-pay]):hover {
  border-color: #c44536;
  background: #c44536;
}

html.ltw-product-template-enhanced [sf-product] [sf-buy-now] {
  display: grid;
  place-items: center;
  padding: 0.9rem 1.25rem;
  min-height: 3.3rem;
  border: 1px solid var(--ltw-product-navy);
  border-radius: 1.15rem;
  background: #fff;
  color: var(--ltw-product-navy);
}

html.ltw-product-template-enhanced [sf-product] [sf-buy-now]:hover {
  background: #fff;
  border-color: var(--ltw-product-navy);
  transform: translateY(-1px);
}

html.ltw-product-template-enhanced [sf-product] [sf-shop-pay] {
  overflow: hidden;
}

html.ltw-product-template-enhanced .product-container_actions .text-size-tiny {
  margin-top: 0.15rem;
  color: var(--ltw-product-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

@media (max-width: 991px) {
  html.ltw-product-template-enhanced [sf-product] {
    padding-inline: clamp(1.25rem, 4vw, 2.25rem);
  }

  html.ltw-product-template-enhanced .product-container_layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.85fr);
    gap: clamp(2rem, 4vw, 3rem);
  }

  html.ltw-product-template-enhanced .product-container_gallery {
    display: flex;
  }

  html.ltw-product-template-enhanced .product-container_thumbnail-list {
    width: 100%;
  }
}

@media (max-width: 767px) {
  html.ltw-product-template-enhanced [sf-product] {
    width: 100%;
    padding: calc(var(--ltw-product-header-offset) + 1.25rem) 1.25rem 4.5rem;
    overflow: hidden;
  }

  html.ltw-product-template-enhanced .breadcrumb_component {
    margin-bottom: 1rem;
    font-size: 0.66rem;
  }

  html.ltw-product-template-enhanced .product-container_layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  html.ltw-product-template-enhanced .product-container_gallery,
  html.ltw-product-template-enhanced .product-container_gallery.is-without-thumbnails {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    overflow: visible;
  }

  html.ltw-product-template-enhanced .product-container_image-slider {
    order: 1;
    width: 100%;
    aspect-ratio: 1;
    touch-action: pan-y pinch-zoom;
  }

  html.ltw-product-template-enhanced [sf-product] [sf-show-image] {
    padding: clamp(1rem, 5vw, 1.75rem);
  }

  html.ltw-product-template-enhanced .product-container_thumbnail-list {
    order: 2;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  html.ltw-product-template-enhanced .product-container_thumbnail-list .w-dyn-items,
  html.ltw-product-template-enhanced [sf-thumbnail-wrapper] {
    display: flex;
    width: max-content;
    gap: 0.55rem;
  }

  html.ltw-product-template-enhanced [sf-product] [sf-change-image] {
    width: 3.5rem;
    min-width: 3.5rem;
  }

  html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-left,
  html.ltw-product-template-enhanced .product-container_image-slider .w-slider-arrow-right {
    display: none !important;
  }

  html.ltw-product-template-enhanced .product-container_product-details {
    position: static;
    width: 100%;
  }

  html.ltw-product-template-enhanced [sf-product] [sf-show-title] {
    max-width: 100%;
    font-size: clamp(2.75rem, 14vw, 4.1rem);
  }

  html.ltw-product-template-enhanced [sf-product] [sf-show-desc] {
    max-width: 100%;
    font-size: 0.96rem;
  }

  html.ltw-product-template-enhanced .product-container_quantity-block {
    grid-template-columns: 1fr auto;
  }

  html.ltw-product-template-enhanced .product-container_actions,
  html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart] {
    width: auto;
  }

  html.ltw-product-template-enhanced [sf-product] [sf-add-to-cart]:not([sf-shop-pay]) {
    min-width: min(100%, 18rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ltw-product-template-enhanced [sf-product] *,
  html.ltw-product-template-enhanced [sf-product] *::before,
  html.ltw-product-template-enhanced [sf-product] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
