﻿/* Sisellena Visual Depth System v1
   Warm boutique tokens for color, surface, elevation, overlay, and states. */
:root {
  /* Base text colors */
  --sis-color-ink: #181411;
  --sis-color-ink-soft: #2c231d;
  --sis-color-ink-muted: #6b5c51;
  --sis-color-ink-subtle: rgba(24, 20, 17, 0.62);
  --sis-color-inverse: #fffaf5;

  /* Page/background surface colors */
  --sis-surface-page: #fffaf5;
  --sis-surface-page-warm: #f8efe5;
  --sis-surface-ivory: #fffdf9;
  --sis-surface-card: #ffffff;
  --sis-surface-card-warm: #fff7ed;
  --sis-surface-panel: rgba(255, 253, 249, 0.98);
  --sis-surface-panel-warm: rgba(248, 240, 230, 0.98);
  --sis-surface-muted: #f7efe6;

  /* Brand accent tokens */
  --sis-color-accent: #b89b5e;
  --sis-color-accent-soft: #f4d58f;
  --sis-color-accent-deep: #8a6b32;
  --sis-color-rose-muted: #b78273;

  /* CTA tokens */
  --sis-cta-bg: #17110f;
  --sis-cta-bg-hover: #2a201c;
  --sis-cta-text: #fffaf5;
  --sis-cta-border: rgba(23, 17, 15, 0.86);

  /* Subtle gradient tokens */
  --sis-gradient-page: linear-gradient(180deg, #fffaf5 0%, #fff7ef 48%, #f7efe5 100%);
  --sis-gradient-surface: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  --sis-gradient-panel: linear-gradient(180deg, rgba(255, 253, 249, 0.99) 0%, rgba(248, 240, 230, 0.99) 100%);
  --sis-gradient-panel-strong: linear-gradient(180deg, #fffdf9 0%, #f7efe5 100%);
  --sis-gradient-cta: linear-gradient(180deg, #1c1411 0%, #17110f 100%);
  --sis-gradient-selected: linear-gradient(180deg, #fff7ed 0%, #fff1df 100%);
  --sis-gradient-stage: radial-gradient(ellipse at center, rgba(160, 114, 72, 0.14) 0%, rgba(226, 188, 145, 0.10) 38%, rgba(255, 248, 238, 0) 72%);

  /* Selected/active state tokens */
  --sis-state-selected-bg: #fff7ed;
  --sis-state-selected-bg-strong: #2c231d;
  --sis-state-selected-text: #fffaf4;
  --sis-state-selected-border: rgba(184, 155, 94, 0.58);
  --sis-state-selected-glow: 0 0 0 3px rgba(184, 155, 94, 0.22), 0 10px 22px rgba(58, 43, 31, 0.10);

  /* Border tokens */
  --sis-border: rgba(24, 20, 17, 0.12);
  --sis-border-soft: rgba(85, 65, 52, 0.12);
  --sis-border-medium: rgba(85, 65, 52, 0.18);
  --sis-border-accent: rgba(184, 155, 94, 0.26);
  --sis-border-inverse: rgba(255, 250, 245, 0.32);

  /* Shadow/elevation tokens */
  --sis-shadow-xs: 0 4px 10px rgba(23, 17, 15, 0.06);
  --sis-shadow-sm: 0 8px 18px rgba(58, 43, 31, 0.08);
  --sis-shadow-md: 0 16px 34px rgba(23, 17, 15, 0.07);
  --sis-shadow-lg: 0 22px 58px rgba(24, 18, 14, 0.18);
  --sis-shadow-xl: 0 28px 80px rgba(24, 20, 17, 0.18);
  --sis-shadow-inset-soft: inset 0 1px 0 rgba(255, 255, 255, 0.78);

  /* Floating panel tokens */
  --sis-panel-bg: var(--sis-gradient-panel-strong);
  --sis-panel-border: var(--sis-border-soft);
  --sis-panel-shadow: var(--sis-shadow-lg);

  /* Overlay/frosted panel tokens */
  --sis-overlay-scrim: rgba(24, 20, 17, 0.34);
  --sis-overlay-scrim-strong: rgba(24, 20, 17, 0.62);
  --sis-overlay-glow: radial-gradient(circle at 50% 0%, rgba(255, 250, 245, 0.24), transparent 44%);
  --sis-frost-bg: rgba(255, 250, 244, 0.96);
  --sis-frost-bg-strong: rgba(255, 253, 249, 0.98);
  --sis-frost-border: rgba(88, 70, 48, 0.13);

  /* Success/warning/error tokens */
  --sis-color-success: #455f45;
  --sis-state-success-bg: #f7fbf3;
  --sis-state-success-border: rgba(93, 122, 92, 0.18);
  --sis-color-warning: #7a5a20;
  --sis-state-warning-bg: #fff7e8;
  --sis-state-warning-border: rgba(184, 155, 94, 0.28);
  --sis-color-error: #63302d;
  --sis-state-error-bg: #fff2ed;
  --sis-state-error-border: rgba(131, 62, 55, 0.18);

  /* Focus/disabled tokens */
  --sis-focus-ring: 0 0 0 3px rgba(184, 155, 94, 0.24);
  --sis-focus-outline: 2px solid rgba(184, 155, 94, 0.34);
  --sis-disabled-opacity: 0.52;
  --sis-disabled-bg: rgba(255, 250, 244, 0.72);
  --sis-disabled-text: rgba(44, 35, 29, 0.54);

  /* Legacy aliases retained for existing modules. */
  --sis-bg: var(--sis-surface-page);
  --sis-surface: var(--sis-surface-card);
  --sis-text: var(--sis-color-ink);
  --sis-muted: var(--sis-color-ink-muted);
  --sis-gold: var(--sis-color-accent);
  --sis-radius: 18px;
  --sis-space: clamp(18px, 3vw, 48px);
  --sis-button-radius: 999px;
  --sis-button-radius-soft: 12px;
  --sis-button-pad-y: 12px;
  --sis-button-pad-x: 20px;
  --sis-button-font-size: 13px;
  --sis-button-font-weight: 740;
  --sis-button-primary-bg: var(--sis-cta-bg);
  --sis-button-primary-bg-hover: var(--sis-cta-bg-hover);
  --sis-button-primary-text: var(--sis-cta-text);
  --sis-button-secondary-bg: rgba(255, 253, 249, 0.92);
  --sis-button-secondary-bg-hover: var(--sis-surface-page-warm);
  --sis-button-secondary-text: var(--sis-cta-bg);
  --sis-button-border: rgba(23, 17, 15, 0.18);
  --sis-button-border-strong: var(--sis-cta-border);
  --sis-button-focus: var(--sis-focus-ring);
  --sis-button-shadow: 0 14px 28px rgba(23, 17, 15, 0.12);
  --sis-button-shadow-soft: var(--sis-shadow-sm);
  --sis-button-disabled-opacity: var(--sis-disabled-opacity);
  --sis-button-icon-size: 42px;
  --sis-button-icon-size-sm: 38px;
  --sis-panel-motion-enter: 380ms;
  --sis-panel-motion-exit: 320ms;
  --sis-panel-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --sis-panel-motion-exit-ease: cubic-bezier(0.32, 0, 0.2, 1);
  --sis-panel-overlay-enter: 280ms;
  --sis-panel-overlay-exit: 260ms;
  --sis-panel-overlay-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  color: var(--sis-text);
  background: var(--sis-gradient-page);
}

/* Sisellena Header Polish v1.3 - Black Moving Microbar */

.site-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(24, 20, 17, 0.10);
}

/* Top announcement bar */
.site-top-header-wrap,
.site-top-header-wrap .site-header-row-container-inner {
  background: #181411;
  border-bottom: 1px solid rgba(184, 155, 94, 0.24);
}

.site-top-header-wrap .site-header-row-container-inner {
  position: relative;
  min-height: 32px;
  overflow: hidden;
}

.site-top-header-wrap .header-html-inner {
  width: 100%;
  overflow: hidden;
}

.site-top-header-wrap p {
  margin: 0;
}

.sis-announcement-marquee {
  box-sizing: border-box;
  width: 100%;
  padding-right: 38px;
  padding-left: 38px;
  overflow: hidden;
  white-space: nowrap;
}

.sis-announcement-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  min-width: max-content;
  color: #fffaf5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 32px;
  animation: sis-marquee 28s linear infinite;
}

.sis-announcement-track span {
  display: inline-block;
}

.sis-announcement-speedex {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  max-width: none;
  min-height: 32px;
  line-height: 1;
  vertical-align: middle;
}

.sis-announcement-speedex::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 52px;
  height: 23px;
  background: url("../img/courier-truck.png") center / contain no-repeat;
}

.sis-announcement-shipping-item {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  max-width: none;
  min-height: 36px;
  line-height: 1;
  vertical-align: middle;
}

.sis-announcement-shipping-truck {
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 26px;
  max-height: 26px;
  object-fit: contain;
  vertical-align: middle;
}

.sis-announcement-shipping-text {
  display: inline-block;
  color: inherit;
  white-space: pre-wrap;
}

.sis-speedex-logo {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.sis-speedex-logo--microbar {
  flex: 0 0 auto;
  display: block;
  height: 19px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.32));
}

.site-top-header-wrap .sis-announcement-speedex > img.sis-speedex-logo--microbar,
.site-top-header-wrap .sis-announcement-speedex > img.sis-speedex-logo.sis-speedex-logo--microbar,
.mobile-header-wrap .sis-announcement-speedex > img.sis-speedex-logo--microbar {
  display: inline-block !important;
  width: auto !important;
  max-width: 138px !important;
  height: 22px !important;
  object-fit: contain !important;
  vertical-align: middle !important;
}

.sis-announcement-dismiss {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 250, 245, 0.32);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.08);
  color: #fffaf5;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: none;
  cursor: pointer;
}

.sis-announcement-dismiss:hover,
.sis-announcement-dismiss:focus-visible {
  border-color: rgba(244, 213, 143, 0.74);
  background: rgba(255, 250, 245, 0.16);
  color: #f4d58f;
  outline: none;
  box-shadow: 0 0 0 2px rgba(244, 213, 143, 0.22);
}

html.sis-announcement-dismissed .site-top-header-wrap {
  display: none;
}

.site-top-header-wrap .site-header-row-container-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 44px;
  background: linear-gradient(90deg, rgba(24, 20, 17, 0), var(--sis-color-ink) 42%);
  pointer-events: none;
}

@media (max-width: 767px) {
  .site-top-header-wrap .site-header-row-container-inner {
    min-height: 36px;
  }

  .sis-announcement-marquee {
    padding-right: 48px;
    padding-left: 14px;
  }

  .sis-announcement-track {
    gap: 42px;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
  }

  .sis-announcement-speedex {
    gap: 6px;
    max-width: none;
    min-height: 36px;
  }

  .sis-announcement-speedex::before {
    width: 44px;
    height: 22px;
  }

  .sis-announcement-shipping-item {
    gap: 7px;
    min-height: 36px;
  }

  .sis-announcement-shipping-truck {
    height: 22px;
    max-height: 22px;
  }

  .sis-speedex-logo--microbar {
    height: 21px;
  }

  .site-top-header-wrap .sis-announcement-speedex > img.sis-speedex-logo--microbar,
  .site-top-header-wrap .sis-announcement-speedex > img.sis-speedex-logo.sis-speedex-logo--microbar,
  .mobile-header-wrap .sis-announcement-speedex > img.sis-speedex-logo--microbar {
    max-width: 112px !important;
    height: 21px !important;
  }

  .sis-announcement-dismiss {
    right: 4px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 15px;
  }

  .site-top-header-wrap .site-header-row-container-inner::after {
    width: 52px;
  }
}

/* Quick Cart v1 */
html.sis-quick-cart-open,
body.sis-quick-cart-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

.sis-quick-cart {
  position: fixed;
  inset: 0;
  z-index: 100020;
  visibility: hidden;
  background: transparent !important;
  pointer-events: none;
  transition: visibility 0s linear var(--sis-panel-motion-exit);
}

.sis-quick-cart.is-open,
.sis-quick-cart.is-priming {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.sis-quick-cart [hidden] {
  display: none !important;
}

button.sis-quick-cart__overlay {
  appearance: none;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: rgba(24, 20, 17, 0.26) !important;
  color: transparent !important;
  box-shadow: none !important;
  opacity: 0;
  outline: 0;
  transition: opacity var(--sis-panel-overlay-exit) var(--sis-panel-overlay-ease);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.sis-quick-cart.is-open button.sis-quick-cart__overlay {
  opacity: 1;
  transition-duration: var(--sis-panel-overlay-enter);
}

button.sis-quick-cart__overlay:hover,
button.sis-quick-cart__overlay:focus,
button.sis-quick-cart__overlay:active {
  background: rgba(24, 20, 17, 0.26) !important;
  color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.sis-quick-cart__drawer {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  width: min(330px, calc(100vw - 20px));
  max-width: calc(100vw - 20px);
  height: min(680px, calc(100vh - 20px));
  height: min(680px, calc(100dvh - 20px));
  max-height: calc(100vh - 20px);
  overflow: hidden;
  border: 1px solid rgba(85, 65, 52, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7efe5 100%);
  color: #181411;
  box-shadow: 0 22px 58px rgba(24, 18, 14, 0.24);
  opacity: 1;
  transform: translate3d(104%, 0, 0);
  transition:
    transform var(--sis-panel-motion-exit) var(--sis-panel-motion-exit-ease),
    opacity var(--sis-panel-overlay-exit) var(--sis-panel-overlay-ease);
  outline: none;
  contain: layout paint;
}

.sis-quick-cart.is-open .sis-quick-cart__drawer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: var(--sis-panel-motion-enter), var(--sis-panel-overlay-enter);
  transition-timing-function: var(--sis-panel-motion-ease), var(--sis-panel-overlay-ease);
  will-change: transform;
}

.sis-quick-cart__header,
.sis-quick-cart__footer {
  flex: 0 0 auto;
  background: rgba(255, 250, 244, 0.96);
}

.sis-quick-cart__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 15px 11px;
  border-bottom: 1px solid rgba(85, 65, 52, 0.1);
}

.sis-quick-cart__title {
  margin: 0;
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.sis-quick-cart__count {
  margin: 3px 0 0;
  color: #6b5c51;
  font-size: 13px;
  line-height: 1.35;
}

.sis-quick-cart__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.14);
  border-radius: 999px;
  background: #fffdf9;
  color: #2c231d;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.sis-quick-cart__close:hover,
.sis-quick-cart__close:focus-visible,
.sis-quick-cart__qty-button:hover,
.sis-quick-cart__qty-button:focus-visible,
.sis-quick-cart__remove:hover,
.sis-quick-cart__remove:focus-visible,
.sis-quick-cart__continue:hover,
.sis-quick-cart__continue:focus-visible,
.sis-quick-cart__button:focus-visible {
  outline: 2px solid rgba(96, 70, 50, 0.28);
  outline-offset: 2px;
}

.sis-quick-cart__notice {
  margin: 12px 16px 0;
  padding: 9px 11px;
  border: 1px solid rgba(131, 62, 55, 0.18);
  border-radius: 12px;
  background: #fff2ed;
  color: #63302d;
  font-size: 13px;
  line-height: 1.36;
}

.sis-quick-cart__notice.is-status {
  border-color: rgba(93, 122, 92, 0.18);
  background: #f7fbf3;
  color: #455f45;
}

.sis-quick-cart__progress {
  flex: 0 0 auto;
  margin: 10px 12px 4px;
  padding: 10px 11px;
  border: 1px solid rgba(85, 65, 52, 0.1);
  border-radius: 16px;
  background: #fffdf9;
}

.sis-quick-cart__progress-text {
  margin: 0;
  color: #2c231d;
  font-size: 12.75px;
  font-weight: 650;
  line-height: 1.35;
}

.sis-quick-cart__progress-track {
  height: 6px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eee3d8;
}

.sis-quick-cart__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #5a4638;
  transition: width 180ms ease;
}

.sis-quick-cart__progress-note {
  margin: 7px 0 0;
  color: #75675c;
  font-size: 11.3px;
  line-height: 1.4;
}

.sis-quick-cart__loading {
  margin: 8px 16px;
  color: #6b5c51;
  font-size: 12.5px;
  line-height: 1.35;
}

.sis-quick-cart__items {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 2px 12px 8px;
}

.sis-quick-cart__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(85, 65, 52, 0.1);
}

.sis-quick-cart__item:last-child {
  border-bottom: 0;
}

.sis-quick-cart__item-media {
  display: block;
  width: 64px;
  height: 74px;
  overflow: hidden;
  border: 1px solid rgba(85, 65, 52, 0.08);
  border-radius: 14px;
  background: #f7efe6;
}

.sis-quick-cart__item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sis-quick-cart__item-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  column-gap: 8px;
  align-content: center;
  min-width: 0;
}

.sis-quick-cart__item-title {
  display: block;
  grid-column: 1;
  grid-row: 1;
  color: #181411;
  font-size: 13.2px;
  font-weight: 600;
  line-height: 1.32;
  text-decoration: none;
}

.sis-quick-cart__item-title:hover,
.sis-quick-cart__item-title:focus-visible {
  color: #604632;
}

.sis-quick-cart__item-meta {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  color: #6b5c51;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.sis-quick-cart__item-controls {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.sis-quick-cart__qty-button,
.sis-quick-cart__qty-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

.sis-quick-cart__qty-button {
  border: 1px solid rgba(85, 65, 52, 0.18);
  background: #fffdf9;
  color: #2c231d;
  cursor: pointer;
}

.sis-quick-cart__qty-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.sis-quick-cart__qty-value {
  min-width: 28px;
  width: auto;
  padding: 0 4px;
  color: #2c231d;
  font-weight: 650;
}

.sis-quick-cart__remove,
.sis-quick-cart__continue {
  border: 0;
  background: transparent;
  color: #91857b;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}

.sis-quick-cart__remove {
  margin-left: auto;
  padding: 7px 1px;
}

.sis-quick-cart__empty {
  flex: 1 1 auto;
  padding: 34px 22px;
  text-align: center;
}

.sis-quick-cart__empty-title {
  margin: 0;
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: 0;
}

.sis-quick-cart__empty-text {
  margin: 8px auto 18px;
  max-width: 260px;
  color: #6b5c51;
  font-size: 13.5px;
  line-height: 1.5;
}

.sis-quick-cart__footer {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 7px;
  padding: 12px 12px 13px;
  border-top: 1px solid rgba(85, 65, 52, 0.1);
  box-shadow: 0 -10px 22px rgba(38, 30, 24, 0.05);
}

.sis-quick-cart__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #2c231d;
  font-size: 14px;
  line-height: 1.35;
}

.sis-quick-cart__subtotal strong {
  font-size: 15px;
  font-weight: 750;
}

.sis-quick-cart__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.sis-quick-cart__button--primary {
  border: 1px solid #2c231d;
  background: #2c231d;
  color: #fffaf4;
}

.sis-quick-cart__button--primary:hover,
.sis-quick-cart__button--primary:focus-visible {
  background: #181411;
  color: #fffaf4;
}

.sis-quick-cart__button--secondary {
  border: 1px solid rgba(85, 65, 52, 0.22);
  background: #fffdf9;
  color: #2c231d;
}

.sis-quick-cart__button--secondary:hover,
.sis-quick-cart__button--secondary:focus-visible {
  border-color: rgba(85, 65, 52, 0.36);
  background: #f7efe6;
  color: #181411;
}

.sis-quick-cart__continue {
  justify-self: center;
  padding: 7px 10px 2px;
}

.sis-quick-cart.is-loading .sis-quick-cart__item-controls {
  opacity: 0.62;
  pointer-events: none;
}

@media (max-width: 480px) {
  .sis-quick-cart__drawer {
    top: 10px;
    right: 10px;
    width: min(82vw, 322px);
    max-width: calc(100vw - 20px);
    height: min(706px, calc(100vh - 20px));
    height: min(706px, calc(100dvh - 20px));
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  .sis-quick-cart__header {
    padding: 15px 14px 11px;
  }

  .sis-quick-cart__title {
    font-size: 21px;
  }

  .sis-quick-cart__close {
    width: 36px;
    height: 36px;
  }

  .sis-quick-cart__progress {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .sis-quick-cart__items {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sis-quick-cart__item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 9px;
  }

  .sis-quick-cart__item-media {
    width: 62px;
    height: 72px;
    border-radius: 12px;
  }

  .sis-quick-cart__item-title {
    font-size: 13.5px;
  }

  .sis-quick-cart__footer {
    padding: 12px 10px 13px;
  }
}

@keyframes sis-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes sis-panel-slide-in-left {
  from {
    transform: translate3d(-104%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sis-announcement-track {
    animation: none;
  }

  .sis-quick-cart,
  button.sis-quick-cart__overlay,
  .sis-quick-cart__drawer {
    transition-duration: 1ms;
    transition-delay: 0s;
    animation: none !important;
  }
}

/* Brand */
.site-branding .brand,
.mobile-site-branding .brand {
  align-items: center;
  min-width: 0;
}

.site-branding .sis-header-logo-wrap,
.mobile-site-branding .sis-header-logo-wrap {
  display: block;
  flex: 0 0 auto;
  width: clamp(180px, 14vw, 220px);
  max-width: 44vw;
  line-height: 0;
}

.site-branding .sis-header-logo,
.mobile-site-branding .sis-header-logo {
  display: block;
  width: 100%;
  height: auto;
}

@supports selector(:has(*)) {
  .site-branding .brand:has(.sis-header-logo-wrap) .site-title-wrap,
  .mobile-site-branding .brand:has(.sis-header-logo-wrap) .site-title-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}

.site-branding .site-title,
.site-branding .site-title a {
  color: #181411;
  font-weight: 700;
  letter-spacing: -0.035em;
}

@media (max-width: 767px) {
  .site-branding .sis-header-logo-wrap,
  .mobile-site-branding .sis-header-logo-wrap {
    width: 140px;
    max-width: 42vw;
  }

  .mobile-site-branding .sis-header-logo-wrap {
    transform: translateX(9px);
  }
}

/* Footer brand mark */
.site-footer,
.site-footer .site-middle-footer-wrap,
.site-footer .site-bottom-footer-wrap,
.site-footer .site-footer-row-container-inner {
  background: #f2eee8;
  color: #27211c;
}

.site-footer {
  border-top: 1px solid rgba(184, 155, 94, 0.24);
}

.site-footer .sis-footer-logo {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(30px, 4vw, 52px) 20px clamp(18px, 3vw, 34px);
}

.site-footer .sis-footer-logo__link {
  display: block;
  width: clamp(260px, 24vw, 340px);
  max-width: min(76vw, 340px);
  line-height: 0;
}

.site-footer .sis-footer-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer .widget-title,
.site-footer h2,
.site-footer h3,
.site-footer p,
.site-footer li,
.site-footer .footer-html {
  color: #332b24;
}

.site-footer .widget-title,
.site-footer h2,
.site-footer h3 {
  color: #201a16;
}

.site-footer a {
  color: #5f4a25;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #181411;
}

.site-footer .site-footer-middle-section-4,
.site-footer .site-footer-middle-section-4 .footer-widget-area,
.site-footer .site-footer-middle-section-4 .footer-widget-area-inner,
.site-footer .site-footer-middle-section-4 .textwidget {
  text-align: center;
}

.site-footer .sis-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 4px 0 18px;
  padding: 0;
  list-style: none;
}

.site-footer .sis-social-icons__item {
  margin: 0;
}

.site-footer .sis-social-icons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-footer .sis-social-icons__link:hover,
.site-footer .sis-social-icons__link:focus-visible {
  background: transparent;
  opacity: 0.82;
  transform: translateY(-1px);
}

.site-footer .sis-social-icons__img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.site-footer .sis-footer-speedex {
  margin: 0;
  color: #201a16;
}

.site-footer .sis-footer-speedex strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
}

.site-footer .sis-speedex-logo--footer {
  height: 17px;
}

.site-footer .site-middle-footer-inner-wrap {
  padding-top: 0;
}

@media (max-width: 767px) {
  .site-footer .sis-footer-logo {
    padding: 30px 18px 22px;
  }

  .site-footer .sis-footer-logo__link {
    width: 220px;
    max-width: 72vw;
  }

  .site-footer .sis-social-icons {
    gap: 15px;
    margin-bottom: 18px;
  }

  .site-footer .sis-social-icons__link {
    width: 38px;
    height: 38px;
  }

  .site-footer .sis-social-icons__img {
    width: 36px;
    height: 36px;
  }

  .site-footer .sis-speedex-logo--footer {
    height: 16px;
  }
}

/* Module 6 Scope B Footer Rebuild */
.sis-footer-v2-enabled .site-footer {
  display: none;
}

.sis-footer-v2 {
  border-top: 1px solid rgba(184, 155, 94, 0.22);
  background: #f3eee7;
  color: #241d18;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.sis-footer-v2,
.sis-footer-v2 * {
  box-sizing: border-box;
}

.sis-footer-v2__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(48px, 5.5vw, 76px) 24px 28px;
}

.sis-footer-v2__brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.sis-footer-v2__logo-link {
  display: block;
  width: clamp(250px, 23vw, 335px);
  max-width: 76vw;
  line-height: 0;
}

.sis-footer-v2__logo {
  display: block;
  width: 100%;
  height: auto;
}

.sis-footer-v2__text {
  max-width: 460px;
  margin: 20px auto 0;
  color: rgba(36, 29, 24, 0.74);
  font-size: 15px;
  line-height: 1.7;
}

.sis-footer-v2__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 17px;
  font-style: normal;
}

.sis-footer-v2__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #241d18;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.sis-footer-v2__contact-icon {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sis-footer-v2__social-title {
  margin: 26px 0 0;
  color: rgba(36, 29, 24, 0.62);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sis-footer-v2__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.sis-footer-v2__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #241d18;
  text-decoration: none;
}

.sis-footer-v2__social-img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.sis-footer-v2__desktop-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 240px));
  justify-content: center;
  gap: clamp(54px, 7vw, 118px);
  margin-top: clamp(42px, 5vw, 66px);
  padding-top: clamp(30px, 4vw, 46px);
  border-top: 1px solid rgba(36, 29, 24, 0.10);
}

.sis-footer-v2__heading,
.sis-footer-v2__summary {
  color: #211a15;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sis-footer-v2__heading {
  margin: 0 0 17px;
}

.sis-footer-v2__links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sis-footer-v2__links a {
  color: rgba(36, 29, 24, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.sis-footer-v2__links a:hover,
.sis-footer-v2__links a:focus-visible,
.sis-footer-v2__contact-link:hover,
.sis-footer-v2__contact-link:focus-visible,
.sis-footer-v2__social-link:hover,
.sis-footer-v2__social-link:focus-visible {
  color: #9d7d3b;
  outline: none;
}

.sis-footer-v2__social-link:hover,
.sis-footer-v2__social-link:focus-visible {
  opacity: 0.82;
}

.sis-footer-v2__mobile-nav {
  display: none;
}

.sis-footer-v2__copyright {
  margin: clamp(34px, 4vw, 48px) 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(36, 29, 24, 0.10);
  color: rgba(36, 29, 24, 0.64);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 767px) {
  .sis-footer-v2__inner {
    padding: 42px 22px 26px;
  }

  .sis-footer-v2__logo-link {
    width: 218px;
  }

  .sis-footer-v2__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .sis-footer-v2__contact {
    align-items: center;
    flex-direction: column;
    gap: 7px;
    margin-top: 16px;
  }

  .sis-footer-v2__contact-link {
    justify-content: center;
    font-size: 14px;
  }

  .sis-footer-v2__social-title {
    margin-top: 24px;
    font-size: 12.5px;
  }

  .sis-footer-v2__socials {
    gap: 16px;
    margin-top: 14px;
  }

  .sis-footer-v2__social-link {
    width: 46px;
    height: 46px;
  }

  .sis-footer-v2__social-img {
    width: 42px;
    height: 42px;
  }

  .sis-footer-v2__desktop-nav {
    display: none;
  }

  .sis-footer-v2__mobile-nav {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(36, 29, 24, 0.12);
  }

  .sis-footer-v2__accordion {
    border-bottom: 1px solid rgba(36, 29, 24, 0.12);
  }

  .sis-footer-v2__summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    padding: 0 28px 0 0;
    cursor: pointer;
    list-style: none;
  }

  .sis-footer-v2__summary::-webkit-details-marker {
    display: none;
  }

  .sis-footer-v2__summary::after {
    content: "+";
    position: absolute;
    right: 0;
    color: rgba(36, 29, 24, 0.66);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

  .sis-footer-v2__accordion[open] .sis-footer-v2__summary::after {
    content: "-";
  }

  .sis-footer-v2__accordion .sis-footer-v2__links {
    gap: 11px;
    padding: 0 0 18px;
  }

  .sis-footer-v2__copyright {
    margin-top: 24px;
    padding-top: 22px;
    font-size: 12.5px;
  }
}

/* Desktop navigation */
.main-navigation .primary-menu-container > ul > li.menu-item > a {
  color: #2b2520;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  color: #b89b5e;
}

/* Cart */
.header-cart-button,
.header-cart-button:hover {
  color: #181411;
}

/* Scope A.1 Header Utilities */
.site-header-main-section-right {
  gap: 0;
}

.sis-header-utilities {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.sis-header-utilities--desktop {
  margin-right: 0;
}

.sis-header-search {
  margin: 0;
}

.sis-header-search__field {
  display: flex;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(24, 20, 17, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.76);
  box-shadow: 0 8px 22px rgba(24, 20, 17, 0.04);
}

.sis-header-search__input {
  width: 112px;
  min-width: 0;
  height: 34px;
  padding: 0 0 0 14px;
  border: 0 !important;
  background: transparent !important;
  color: #181411;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12.5px;
  line-height: 34px;
  outline: none;
  box-shadow: none !important;
  appearance: none;
}

.sis-header-search__input::placeholder {
  color: rgba(24, 20, 17, 0.52);
}

.sis-header-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #181411;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.sis-header-search__submit:hover,
.sis-header-search__submit:focus-visible,
.sis-header-account:hover,
.sis-header-account:focus-visible {
  color: #b89b5e;
  outline: none;
}

.sis-header-search__field:focus-within {
  border-color: rgba(184, 155, 94, 0.48);
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.12);
}

.sis-header-icon,
.sis-header-account,
.sis-header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 32px;
  min-width: 25px;
  min-height: 32px;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #181411;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.sis-header-icon:hover,
.sis-header-icon:focus-visible,
.sis-header-account:hover,
.sis-header-account:focus-visible {
  color: #b89b5e;
  outline: none;
  box-shadow: none;
}

.sis-header-search-trigger,
.sis-header-search-trigger:hover,
.sis-header-search-trigger:focus,
.sis-header-search-trigger:active {
  appearance: none;
  -webkit-appearance: none;
  background: transparent !important;
  color: #181411;
  outline: none;
  box-shadow: none !important;
}

.sis-header-search-trigger:hover,
.sis-header-search-trigger:focus-visible,
.sis-header-search-trigger:active,
.sis-header-search-trigger[aria-expanded="true"] {
  color: #b89b5e;
}

.sis-header-search-trigger:focus-visible {
  outline: 1px solid rgba(184, 155, 94, 0.52);
  outline-offset: 5px;
}

.sis-header-account__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.sis-header-icon__svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sis-header-account--desktop .sis-header-account__text,
.sis-header-account--mobile .sis-header-account__text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.sis-header-wishlist--placeholder {
  cursor: default;
}

.sis-header-cart__count {
  position: absolute;
  top: 1px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #edf5ff;
  color: #4d6f95;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.kadence-header-cart .header-cart-empty-check,
.kadence-header-cart > .header-cart-inner-wrap {
  display: none;
}

.sis-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 18px;
  color: #181411;
  pointer-events: none;
}

.sis-search-overlay[hidden] {
  display: none;
}

.sis-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 245, 0.24), transparent 44%),
    rgba(24, 20, 17, 0.34);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.sis-search-overlay__panel {
  position: relative;
  width: min(100%, 704px);
  margin: clamp(72px, 8vh, 104px) auto 0;
  border: 1px solid rgba(88, 70, 48, 0.13);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.99) 0%, rgba(248, 240, 230, 0.99) 100%);
  box-shadow: 0 24px 70px rgba(32, 24, 18, 0.16);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sis-search-overlay.is-open {
  pointer-events: auto;
}

.sis-search-overlay.is-open .sis-search-overlay__backdrop,
.sis-search-overlay.is-open .sis-search-overlay__panel {
  opacity: 1;
}

.sis-search-overlay.is-open .sis-search-overlay__panel {
  transform: translateY(0);
}

.sis-search-overlay__inner {
  padding: clamp(26px, 4vw, 38px) clamp(22px, 5vw, 42px) clamp(28px, 4vw, 40px);
}

.sis-search-overlay__close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(88, 70, 48, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(24, 20, 17, 0.68);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}

.sis-search-overlay__close:hover,
.sis-search-overlay__close:focus-visible {
  background: rgba(184, 155, 94, 0.10);
  color: #8a6b32;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.13);
}

.sis-search-overlay__title {
  max-width: 11ch;
  margin: 0 48px 24px 0;
  color: #181411;
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(32px, 3.8vw, 44px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.sis-search-overlay__form {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(88, 70, 48, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 26px rgba(32, 24, 18, 0.05);
}

.sis-search-overlay__form:focus-within {
  border-color: rgba(184, 155, 94, 0.52);
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.13), 0 12px 30px rgba(32, 24, 18, 0.06);
}

.sis-search-overlay__input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 12px 0 0;
  border: 0;
  background: transparent;
  color: #181411;
  font-size: 16px;
  font-weight: 520;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
}

.sis-search-overlay__input::placeholder {
  color: rgba(43, 37, 32, 0.48);
}

.sis-search-overlay__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(24, 20, 17, 0.78);
  cursor: pointer;
  box-shadow: none;
}

.sis-search-overlay__submit:hover,
.sis-search-overlay__submit:focus-visible {
  background: rgba(184, 155, 94, 0.11);
  color: #8a6b32;
  outline: none;
  box-shadow: none;
}

.sis-search-overlay__popular {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.sis-search-overlay__popular-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid rgba(24, 20, 17, 0.12);
  border-radius: 999px;
  border-color: rgba(88, 70, 48, 0.14);
  background: rgba(255, 255, 255, 0.42);
  color: rgba(43, 37, 32, 0.78);
  font-size: 13px;
  font-weight: 640;
  text-decoration: none;
}

.sis-search-overlay__popular-link:hover,
.sis-search-overlay__popular-link:focus-visible {
  border-color: rgba(184, 155, 94, 0.44);
  background: rgba(184, 155, 94, 0.10);
  color: #181411;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.08);
}

html.sis-search-open,
body.sis-search-open {
  overflow: hidden;
}

.sis-drawer-utility {
  padding: 18px 22px;
}

.sis-drawer-utility--search {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sis-drawer-utility--account {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

#mobile-drawer .sis-header-search__field {
  width: 100%;
  min-height: 44px;
  border-color: rgba(88, 70, 48, 0.16);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 28px rgba(32, 24, 18, 0.05);
}

#mobile-drawer .sis-header-search__input {
  width: 100%;
  height: 44px;
  color: #2b2520;
  font-size: 14px;
  line-height: 44px;
}

#mobile-drawer .sis-header-search__input::placeholder {
  color: rgba(43, 37, 32, 0.52);
}

#mobile-drawer .sis-header-search__submit {
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: rgba(24, 20, 17, 0.78);
}

#mobile-drawer .sis-header-account {
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  height: 46px;
  padding: 0 6px;
  border: 0;
  background: transparent;
  color: #2b2520;
  font-size: 14px;
  font-weight: 650;
}

#mobile-drawer .sis-header-account__icon {
  order: 2;
  width: 22px;
  height: 22px;
}

/* Module 6 Phase 1 - Navigation Shell Boutique Polish */
@media (min-width: 1025px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a:focus-visible {
    color: #b89b5e;
    outline: 1px solid rgba(184, 155, 94, 0.46);
    outline-offset: 6px;
  }

  .header-navigation .header-menu-container ul ul.sub-menu,
  .header-navigation .header-menu-container ul ul.submenu {
    min-width: 218px;
    padding: 8px;
    border: 1px solid rgba(88, 70, 48, 0.13);
    border-radius: 10px;
    background: rgba(255, 250, 245, 0.98);
    box-shadow: 0 18px 48px rgba(48, 36, 24, 0.13);
  }

  .header-navigation .header-menu-container ul ul li.menu-item,
  .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a {
    border-bottom: 0;
  }

  .header-navigation .header-menu-container ul ul li.menu-item > a {
    width: 100%;
    min-width: 202px;
    padding: 12px 14px;
    border-radius: 7px;
    color: #302720;
    font-size: 13px;
    font-weight: 560;
    letter-spacing: 0;
  }

  .header-navigation .header-menu-container ul ul li.menu-item > a:hover,
  .header-navigation .header-menu-container ul ul li.menu-item > a:focus-visible,
  .header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
    background: rgba(184, 155, 94, 0.11);
    color: #181411;
    outline: none;
  }
}

.sis-header-icon,
.sis-header-account,
.sis-header-cart {
  color: rgba(24, 20, 17, 0.88);
}

.sis-header-icon__svg {
  stroke-width: 1.55;
}

.sis-header-cart__count {
  top: 0;
  right: -6px;
  min-width: 15px;
  height: 15px;
  border: 1px solid rgba(184, 155, 94, 0.18);
  background: #fff7ec;
  color: #8a6b32;
  font-size: 9.5px;
  font-weight: 650;
  line-height: 13px;
}

#mobile-drawer .drawer-overlay {
  background: rgba(24, 20, 17, 0.34);
}

#mobile-drawer .drawer-inner {
  width: min(88vw, 354px);
  border-right: 1px solid rgba(88, 70, 48, 0.12);
  background: linear-gradient(180deg, #fffaf5 0%, #f7efe5 100%);
  color: #2b2520;
  box-shadow: 20px 0 58px rgba(32, 24, 18, 0.18);
}

#mobile-drawer .drawer-header {
  min-height: 54px;
  padding: 10px 18px 0;
  color: #2b2520;
}

#mobile-drawer .drawer-header .drawer-toggle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  color: rgba(24, 20, 17, 0.72);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: none;
}

#mobile-drawer .drawer-header .drawer-toggle:hover,
#mobile-drawer .drawer-header .drawer-toggle:focus-visible {
  color: #8a6b32;
  background: rgba(184, 155, 94, 0.12);
  outline: none;
}

#mobile-drawer .drawer-content {
  padding: 0 22px 24px;
}

#mobile-drawer .sis-drawer-utility {
  padding: 12px 0 16px;
}

#mobile-drawer .sis-drawer-utility--search,
#mobile-drawer .sis-drawer-utility--account {
  border-color: rgba(88, 70, 48, 0.13);
}


#mobile-drawer .sis-header-search__submit:hover,
#mobile-drawer .sis-header-search__submit:focus-visible {
  color: #8a6b32;
  outline: none;
}

#mobile-drawer .mobile-navigation ul {
  margin: 0;
}

#mobile-drawer .mobile-navigation ul li {
  font-size: 14px;
}

#mobile-drawer .mobile-navigation ul li > a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
  color: #2b2520;
}

#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap {
  min-height: 50px;
  border-bottom: 1px solid rgba(88, 70, 48, 0.13);
}

#mobile-drawer .mobile-navigation ul li a {
  padding: 15px 6px;
  font-weight: 620;
  letter-spacing: 0;
}

#mobile-drawer .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
  width: 46px;
  border-left: 1px solid rgba(88, 70, 48, 0.13);
  color: rgba(43, 37, 32, 0.72);
}

#mobile-drawer .mobile-navigation ul li a:hover,
#mobile-drawer .mobile-navigation ul li a:focus-visible,
#mobile-drawer .mobile-navigation ul li.current-menu-item > a,
#mobile-drawer .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
  color: #8a6b32;
  outline: none;
}

#mobile-drawer .mobile-navigation .sub-menu {
  padding: 2px 0 8px 14px;
  border-bottom: 1px solid rgba(88, 70, 48, 0.13);
  background: rgba(255, 255, 255, 0.28);
}

#mobile-drawer .mobile-navigation .sub-menu li a {
  min-height: 44px;
  padding: 12px 8px;
  color: rgba(43, 37, 32, 0.82);
  font-size: 13.5px;
  font-weight: 560;
}

#mobile-drawer .sis-header-account:hover,
#mobile-drawer .sis-header-account:focus-visible {
  color: #8a6b32;
  outline: none;
}

/* Drawer / Overlay Motion Polish v1 */
body.showing-popup-drawer-from-left {
  overflow: hidden;
  overscroll-behavior: contain;
}

#mobile-drawer.popup-drawer.popup-drawer-side-left {
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear var(--sis-panel-motion-exit);
}

body.showing-popup-drawer-from-left #mobile-drawer.popup-drawer.popup-drawer-side-left,
#mobile-drawer.popup-drawer.popup-drawer-side-left.active,
#mobile-drawer.popup-drawer.popup-drawer-side-left.show-drawer,
#mobile-drawer.popup-drawer.popup-drawer-side-left.sis-drawer-motion-closing {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

#mobile-drawer.popup-drawer.popup-drawer-side-left.sis-drawer-motion-closing {
  pointer-events: none;
}

#mobile-drawer.popup-drawer .drawer-overlay {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  background: rgba(24, 20, 17, 0.28) !important;
  opacity: 0;
  transition: opacity var(--sis-panel-overlay-exit) var(--sis-panel-overlay-ease);
  -webkit-tap-highlight-color: transparent;
}

#mobile-drawer.popup-drawer.sis-drawer-motion-open .drawer-overlay,
body.showing-popup-drawer-from-left #mobile-drawer.popup-drawer:not(.sis-drawer-motion-ready) .drawer-overlay {
  opacity: 1;
  transition-duration: var(--sis-panel-overlay-enter);
}

#mobile-drawer.popup-drawer .drawer-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: min(88vw, 354px);
  max-width: calc(100vw - 18px);
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  overflow: hidden;
  opacity: 1;
  transform: translate3d(-104%, 0, 0);
  transition:
    transform var(--sis-panel-motion-exit) var(--sis-panel-motion-exit-ease),
    opacity var(--sis-panel-overlay-exit) var(--sis-panel-overlay-ease);
  contain: layout paint;
}

#mobile-drawer.popup-drawer.sis-drawer-motion-open .drawer-inner,
body.showing-popup-drawer-from-left #mobile-drawer.popup-drawer:not(.sis-drawer-motion-ready) .drawer-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: var(--sis-panel-motion-enter), var(--sis-panel-overlay-enter);
  transition-timing-function: var(--sis-panel-motion-ease), var(--sis-panel-overlay-ease);
  will-change: transform;
}

#mobile-drawer.popup-drawer.sis-drawer-motion-closing .drawer-inner {
  opacity: 1;
  transform: translate3d(-104%, 0, 0);
  transition-duration: var(--sis-panel-motion-exit), var(--sis-panel-overlay-exit);
  transition-timing-function: var(--sis-panel-motion-exit-ease), var(--sis-panel-overlay-ease);
  animation: none !important;
  will-change: transform;
}

#mobile-drawer.popup-drawer .drawer-header {
  flex: 0 0 auto;
}

#mobile-drawer.popup-drawer .drawer-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}

#mobile-drawer.popup-drawer .drawer-overlay:hover,
#mobile-drawer.popup-drawer .drawer-overlay:focus,
#mobile-drawer.popup-drawer .drawer-overlay:active,
#mobile-drawer.popup-drawer .drawer-toggle:hover,
#mobile-drawer.popup-drawer .drawer-toggle:active {
  box-shadow: none !important;
  outline: 0 !important;
}

@media (prefers-reduced-motion: reduce) {
  #mobile-drawer.popup-drawer.popup-drawer-side-left,
  #mobile-drawer.popup-drawer .drawer-overlay,
  #mobile-drawer.popup-drawer .drawer-inner {
    transition-duration: 1ms;
    transition-delay: 0s;
    animation: none !important;
  }
}

@media (max-width: 767px) {
  .sis-search-overlay {
    padding: 0 14px;
  }

  .sis-search-overlay__panel {
    width: 100%;
    margin-top: 82px;
    border-radius: 16px;
  }

  .sis-search-overlay__inner {
    padding: 28px 22px 30px;
  }

  .sis-search-overlay__close {
    top: 13px;
    right: 14px;
    width: 36px;
    height: 36px;
  }

  .sis-search-overlay__title {
    margin: 4px 44px 20px 0;
    font-size: clamp(31px, 9vw, 38px);
  }

  .sis-search-overlay__form {
    min-height: 54px;
    padding-left: 15px;
  }

  .sis-search-overlay__input {
    height: 52px;
    font-size: 15px;
  }

  .sis-search-overlay__submit {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .sis-search-overlay__popular {
    gap: 8px;
    margin-top: 18px;
  }

  .sis-search-overlay__popular-link {
    min-height: 35px;
    padding: 0 13px;
    font-size: 12.5px;
  }
}

.sis-header-search-trigger--mobile,
.sis-header-account--mobile {
  display: none;
}

@media (max-width: 1180px) {
  .sis-header-utilities--desktop .sis-header-search__input {
    width: 96px;
  }
}

@media (max-width: 1500px) {
  .sis-header-utilities--desktop .sis-header-account__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 1024px) {
  .sis-header-utilities--desktop {
    display: none;
  }

  .sis-header-search-trigger--mobile,
  .sis-header-account--mobile {
    display: inline-flex;
  }

  .site-mobile-header-wrap .site-main-header-inner-wrap {
    display: grid;
    grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
    align-items: center;
    column-gap: 8px;
  }

  .site-mobile-header-wrap .site-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-mobile-header-wrap .site-header-main-section-left {
    justify-self: start;
    width: auto;
    min-width: 92px;
  }

  .site-mobile-header-wrap .site-header-main-section-center {
    justify-self: center;
    width: auto;
    min-width: 0;
  }

  .site-mobile-header-wrap .site-header-main-section-right {
    justify-self: end;
    width: auto;
    min-width: 92px;
  }

  .mobile-toggle-open-container {
    display: inline-flex;
    align-items: center;
    gap: 18px;
  }

  .site-header-item-navgation-popup-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
  }

  #mobile-toggle {
    width: 44px;
    min-width: 44px;
    height: 34px;
    min-height: 44px;
    padding: 0;
  }

  #mobile-toggle .menu-toggle-icon,
  #mobile-toggle .kadence-svg-iconset,
  #mobile-toggle .kadence-svg-icon {
    display: block;
    width: 23px;
    height: 23px;
    color: currentColor;
  }

  .sis-header-icon,
  .sis-header-account,
  .sis-header-cart {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .sis-header-icon__svg,
  .sis-header-account__icon {
    width: 23px;
    height: 23px;
  }

  .site-header-main-section-right {
    gap: 0;
  }

  .header-mobile-cart-wrap.kadence-header-cart {
    display: inline-flex;
    align-items: center;
  }

  .sis-header-utilities--mobile-right {
    gap: 14px;
  }
}

@media (max-width: 390px) {
  .sis-header-icon,
  .sis-header-account,
  .sis-header-cart,
  #mobile-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-toggle-open-container {
    gap: 12px;
  }

  .site-header-item-navgation-popup-toggle {
    gap: 12px;
  }

  .sis-header-utilities--mobile-right {
    gap: 12px;
  }
}

/* Sisellena Homepage Hero v1 */

body.home .sis-home-hero {
  box-sizing: border-box;
  max-width: 1200px;
  margin: clamp(30px, 5vw, 56px) auto clamp(26px, 4vw, 42px);
  padding: clamp(28px, 4.5vw, 52px);
  background: #ffffff;
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 0;
  box-shadow: 0 22px 55px rgba(24, 20, 17, 0.045);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

body.home .sis-home-hero h1,
body.home .sis-home-hero h2,
body.home .sis-home-hero h3 {
  max-width: 520px;
  margin-bottom: 16px;
  color: #181411;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

body.home .sis-home-hero p {
  max-width: 520px;
  margin-bottom: 28px;
  color: #4f4740;
  font-size: 16px;
  line-height: 1.7;
}

body.home .sis-home-hero .wp-block-buttons {
  gap: 12px;
}

body.home .sis-home-hero .wp-block-button__link {
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}

body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link {
  background: #181411;
  color: #fffaf5;
  border: 1px solid #181411;
}

body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link {
  background: transparent;
  color: #181411;
  border: 1px solid rgba(24, 20, 17, 0.22);
}

body.home .sis-home-hero .wp-block-button__link:hover {
  background: #b89b5e;
  border-color: #b89b5e;
  color: #fffaf5;
}

body.home .sis-home-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    margin: 18px 14px 30px;
    padding: 20px;
    gap: 22px;
  }

  body.home .sis-home-hero h1,
  body.home .sis-home-hero h2,
  body.home .sis-home-hero h3 {
    font-size: 28px;
  }

  body.home .sis-home-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home .sis-home-hero .wp-block-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  body.home .sis-home-hero .wp-block-button__link {
    padding: 11px 18px;
    font-size: 12px;
  }
}

/* Homepage Section 2  Collections */
body.home .sis-home-collections {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto 44px;
  padding: 0;
}

body.home .sis-home-collections h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #17110f;
}

body.home .sis-home-collections p {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(23, 17, 15, 0.72);
}

body.home .sis-home-collections .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.home .sis-home-collections .wp-block-column {
  margin: 0 !important;
  flex-basis: auto !important;
}

body.home .sis-home-collections .wp-block-buttons,
body.home .sis-home-collections .wp-block-button {
  width: 100%;
  margin: 0;
}

body.home .sis-home-collections .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  min-height: 124px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(190, 151, 73, 0.34);
  background:
    radial-gradient(circle at 85% 18%, rgba(214, 177, 92, 0.22), transparent 34%),
    linear-gradient(145deg, #fffaf2 0%, #ffffff 58%, #fbf4e8 100%);
  color: #17110f !important;
  box-shadow: 0 18px 44px rgba(23, 17, 15, 0.08);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .sis-home-collections .wp-block-button__link::after {
  content: "\2192";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #17110f;
  color: #f8d77a;
  font-size: 18px;
  line-height: 1;
}

body.home .sis-home-collections .wp-block-button__link:hover {
  transform: translateY(-3px);
  border-color: rgba(190, 151, 73, 0.62);
  box-shadow: 0 22px 56px rgba(23, 17, 15, 0.12);
}

@media (max-width: 767px) {
  body.home .sis-home-collections {
    margin: 28px auto 34px;
    padding: 0 14px;
  }

  body.home .sis-home-collections h2 {
    font-size: 31px;
  }

  body.home .sis-home-collections p {
    margin-bottom: 22px;
    font-size: 14px;
  }

  body.home .sis-home-collections .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .sis-home-collections .wp-block-button__link {
    flex-direction: column;
    align-items: flex-start;
    min-height: 112px;
    padding: 15px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
  }

  body.home .sis-home-collections .wp-block-button__link::after {
    align-self: flex-end;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }
}

/* Homepage Section 3  Featured Products */
body.home .sis-home-featured-products {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 36px auto 68px;
  padding: 0 24px;
}

body.home .sis-home-featured-products > h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: #17110f;
}

body.home .sis-home-featured-products > p {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(23, 17, 15, 0.72);
}

body.home .sis-home-featured-products .wp-block-query-title,
body.home .sis-home-featured-products .wp-block-query-pagination {
  display: none;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-collection,
body.home .sis-home-featured-products .wp-block-woocommerce-handpicked-products {
  margin: 0;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-collection > h2,
body.home .sis-home-featured-products .wp-block-woocommerce-handpicked-products > h2 {
  display: none;
}

body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex-basis: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(190, 151, 73, 0.24);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover {
  transform: translateY(-3px);
  border-color: rgba(190, 151, 73, 0.46);
  box-shadow: 0 22px 54px rgba(23, 17, 15, 0.11);
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image {
  margin: 0;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image a,
body.home .sis-home-featured-products .wc-block-components-product-image a {
  display: block;
  color: #17110f;
  text-decoration: none;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fbf4e8;
}

body.home .sis-home-featured-products .wp-block-post-title {
  margin: 18px 18px 8px;
  padding: 0;
  color: #17110f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.home .sis-home-featured-products .wp-block-post-title a {
  color: #17110f;
  text-decoration: none;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-price {
  display: block;
  margin: 0 18px 18px;
  color: rgba(23, 17, 15, 0.72);
  font-size: 14px;
  font-weight: 600;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button {
  margin: 0 18px 20px;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #17110f;
  background: #17110f;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:hover {
  background: #f8d77a;
  color: #17110f !important;
  transform: translateY(-1px);
}

/* Homepage AOV Sets v1 */
body.home .sis-aov-sets {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 42px auto 72px;
  padding: 0 24px;
}

body.home .sis-aov-sets,
body.home .sis-aov-sets * {
  box-sizing: border-box;
}

body.home .sis-aov-sets__inner {
  width: 100%;
  max-width: 100%;
}

body.home .sis-aov-sets__header {
  max-width: 760px;
  margin: 0 0 28px;
}

body.home .sis-aov-sets__header h2 {
  margin: 0 0 12px;
  color: #17110f;
  font-size: 38px;
  line-height: 1.12;
  letter-spacing: 0;
}

body.home .sis-aov-sets__header p {
  margin: 0;
  color: rgba(23, 17, 15, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

body.home .sis-aov-sets__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

body.home .sis-aov-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 151, 73, 0.24);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.07);
}

body.home .sis-aov-card__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  background: rgba(184, 155, 94, 0.16);
  color: #17110f;
  text-decoration: none;
}

body.home .sis-aov-card__image-wrap {
  display: block;
  min-width: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fbf4e8;
}

body.home .sis-aov-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

body.home .sis-aov-card:hover .sis-aov-card__image {
  transform: scale(1.025);
}

body.home .sis-aov-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

body.home .sis-aov-card__body h3 {
  margin: 0 0 10px;
  color: #17110f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.home .sis-aov-card__products {
  display: grid;
  gap: 7px;
  margin: 0 0 13px;
  padding: 0;
  list-style: none;
}

body.home .sis-aov-card__products li {
  margin: 0;
  color: rgba(23, 17, 15, 0.76);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body.home .sis-aov-card__products span {
  display: block;
  margin-top: 2px;
  color: rgba(23, 17, 15, 0.52);
  font-size: 12px;
  font-weight: 500;
}

body.home .sis-aov-card__text {
  margin: 0 0 16px;
  color: rgba(23, 17, 15, 0.66);
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

body.home .sis-aov-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

body.home .sis-aov-card__price {
  flex: 0 0 auto;
  color: #17110f;
  font-size: 15px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

body.home .sis-aov-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  padding: 10px 14px;
  border: 1px solid #17110f;
  border-radius: 999px;
  background: #17110f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.home .sis-aov-card__cta:hover,
body.home .sis-aov-card__cta:focus {
  border-color: #b89b5e;
  background: #b89b5e;
  color: #ffffff;
}

@media (max-width: 1024px) {
  body.home .sis-aov-sets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home .sis-aov-sets {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin: 32px 12px 50px;
    padding: 0;
  }

  body.home .sis-aov-sets__header {
    margin-bottom: 22px;
  }

  body.home .sis-aov-sets__header h2 {
    font-size: 31px;
  }

  body.home .sis-aov-sets__header p {
    font-size: 14px;
  }

  body.home .sis-aov-sets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home .sis-aov-card__body {
    padding: 10px;
  }

  body.home .sis-aov-card__body h3 {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.22;
  }

  body.home .sis-aov-card__products {
    gap: 5px;
    margin-bottom: 9px;
  }

  body.home .sis-aov-card__products li {
    font-size: 11.5px;
    line-height: 1.25;
  }

  body.home .sis-aov-card__products span {
    font-size: 10.5px;
  }

  body.home .sis-aov-card__text {
    margin-bottom: 10px;
    font-size: 11.5px;
    line-height: 1.4;
  }

  body.home .sis-aov-card__footer {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  body.home .sis-aov-card__price {
    font-size: 13px;
  }

  body.home .sis-aov-card__cta {
    width: 100%;
    min-height: 36px;
    padding: 9px 10px;
    font-size: 11px;
  }
}

/* Module 8 Homepage Look Cards v1.1 */
body.home .sis-look-cards {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 42px auto 72px;
  padding: 0 24px;
  color: #17110f;
}

body.home .sis-look-cards,
body.home .sis-look-cards * {
  box-sizing: border-box;
}

body.home .sis-look-cards__inner {
  width: 100%;
  max-width: 100%;
}

body.home .sis-look-cards__header {
  max-width: 760px;
  margin: 0 0 28px;
}

body.home .sis-look-cards__eyebrow,
body.home .sis-look-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 9px;
  color: rgba(96, 70, 50, 0.72);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .sis-look-cards__header h2 {
  margin: 0 0 12px;
  color: #17110f;
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

body.home .sis-look-cards__header p {
  max-width: 700px;
  margin: 0;
  color: rgba(23, 17, 15, 0.72);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px;
  line-height: 1.7;
}

body.home .sis-look-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

body.home .sis-look-card {
  display: block;
  height: 100%;
  min-height: 432px;
  min-width: 0;
  perspective: 1400px;
}

body.home .sis-look-card__flip {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 100%;
  transform-style: preserve-3d;
  transition: transform 360ms cubic-bezier(0.22, 0.68, 0.24, 1);
}

body.home .sis-look-card.is-flipped .sis-look-card__flip {
  transform: rotateY(180deg);
}

body.home .sis-look-card__face {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 117, 66, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.065);
  backface-visibility: hidden;
  transform: translateZ(0);
}

body.home .sis-look-card__face--back {
  position: absolute;
  inset: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 7px;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
  pointer-events: none;
  transform: rotateY(180deg);
}

body.home .sis-look-card.is-flipped .sis-look-card__face--front {
  pointer-events: none;
}

body.home .sis-look-card.is-flipped .sis-look-card__face--back {
  pointer-events: auto;
}

body.home .sis-look-card__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  padding: 1px;
  background: rgba(184, 155, 94, 0.16);
}

body.home .sis-look-card__media--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home .sis-look-card__thumb {
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fbf4e8;
}

body.home .sis-look-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

body.home .sis-look-card:hover .sis-look-card__image {
  transform: scale(1.025);
}

body.home .sis-look-card__body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  align-content: start;
  height: 100%;
  min-width: 0;
  padding: 16px;
}

body.home .sis-look-card__label {
  margin-bottom: 8px;
  font-size: 10px;
}

body.home .sis-look-card h3 {
  min-width: 0;
  margin: 0 0 8px;
  color: #17110f;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 16px;
  font-weight: 740;
  line-height: 1.25;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.home .sis-look-card__composition {
  display: -webkit-box;
  min-width: 0;
  min-height: 2.9em;
  margin: 0 0 10px;
  overflow: hidden;
  color: rgba(23, 17, 15, 0.68);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12.5px;
  font-weight: 560;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}

body.home .sis-look-card__aov-note {
  align-self: end;
  margin: 0 0 14px;
  padding: 10px 11px;
  border: 1px solid rgba(148, 117, 66, 0.16);
  border-radius: 10px;
  background: rgba(251, 244, 232, 0.7);
  color: rgba(23, 17, 15, 0.7);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12px;
  font-weight: 640;
  line-height: 1.35;
}

body.home .sis-look-card__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 14px;
  color: rgba(23, 17, 15, 0.55);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12px;
  line-height: 1;
}

body.home .sis-look-card__total strong {
  color: #17110f;
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
}

body.home .sis-look-card__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(23, 17, 15, 0.22);
  border-radius: 999px;
  background: #17110f;
  color: #fffaf5;
  box-shadow: none;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.home .sis-look-card__toggle:hover,
body.home .sis-look-card__toggle:focus-visible,
body.home .sis-look-card__toggle.is-active {
  border-color: #604632;
  background: #604632;
  color: #fffaf5;
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
  transform: translateY(-1px);
}

body.home .sis-look-card__toggle:active {
  transform: translateY(0);
}

body.home .sis-look-card__back-head {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(148, 117, 66, 0.14);
}

body.home .sis-look-card__back-head h3 {
  margin: 0;
  color: #17110f;
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

body.home .sis-look-card__back-head p {
  margin: 0;
  color: rgba(23, 17, 15, 0.62);
  font-size: 11.5px;
  font-weight: 620;
  line-height: 1.28;
}

body.home .sis-look-card__back-items {
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

body.home .sis-look-card__back-items--scroll {
  overflow: auto;
  scrollbar-width: thin;
}

body.home .sis-look-card__back-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 4px 7px;
  align-items: center;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(148, 117, 66, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.82);
}

body.home .sis-look-card__back-media {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 7px;
  background: #fbf4e8;
  color: #17110f;
  text-decoration: none;
}

body.home .sis-look-card__back-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .sis-look-card__back-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.home .sis-look-card__back-name {
  overflow: hidden;
  color: #17110f;
  font-size: 11px;
  font-weight: 670;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.home .sis-look-card__back-price {
  color: rgba(23, 17, 15, 0.58);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1;
}

body.home .sis-look-card__back-link {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  color: rgba(96, 70, 50, 0.82);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 9.5px;
  font-weight: 760;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: rgba(184, 155, 94, 0.42);
  text-underline-offset: 3px;
}

body.home .sis-look-card__back-link:hover,
body.home .sis-look-card__back-link:focus-visible {
  color: #604632;
  outline: none;
  text-decoration-color: rgba(96, 70, 50, 0.72);
}

body.home .sis-look-card__choice {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 0;
  color: rgba(23, 17, 15, 0.58);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 9.5px;
  font-weight: 680;
  line-height: 1;
}

body.home .sis-look-card__choice-label {
  min-width: 0;
  white-space: nowrap;
}

body.home .sis-look-card__choice-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}

body.home .sis-look-card__choice-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  min-width: 0;
  padding: 4px 8px;
  border: 1px solid rgba(148, 117, 66, 0.22);
  border-radius: 999px;
  background: rgba(251, 244, 232, 0.78);
  color: rgba(23, 17, 15, 0.68);
  box-shadow: none;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 9.5px;
  font-weight: 720;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

body.home .sis-look-card__choice-chip:hover,
body.home .sis-look-card__choice-chip:focus-visible,
body.home .sis-look-card__choice-chip.is-selected {
  border-color: rgba(96, 70, 50, 0.62);
  background: rgba(96, 70, 50, 0.94);
  color: #fffaf5;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 1px;
}

body.home .sis-look-card__choice-select {
  width: 100%;
  min-width: 0;
  min-height: 24px;
  padding: 3px 22px 3px 8px;
  border: 1px solid rgba(148, 117, 66, 0.22);
  border-radius: 999px;
  background-color: #fffaf5;
  color: #17110f;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 9.5px;
  font-weight: 650;
  line-height: 1.1;
}

body.home .sis-look-card__choice-select:focus-visible {
  border-color: #604632;
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 1px;
}

body.home .sis-look-card__back-footer {
  display: grid;
  align-self: end;
  gap: 6px;
  padding-top: 7px;
  border-top: 1px solid rgba(148, 117, 66, 0.14);
}

body.home .sis-look-card__back-footer strong {
  color: #17110f;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}

body.home .sis-look-card__back-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 8px;
  min-width: 0;
}

body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 34px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(23, 17, 15, 0.2);
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
}

body.home .sis-look-card__back-button {
  background: transparent;
  color: #17110f;
}

body.home .sis-look-card__back-add {
  border-color: rgba(23, 17, 15, 0.24);
  background: rgba(23, 17, 15, 0.88);
  color: #fffaf5;
  cursor: pointer;
}

body.home .sis-look-card__back-add.is-disabled,
body.home .sis-look-card__back-add[disabled] {
  border-color: rgba(148, 117, 66, 0.16);
  background: rgba(23, 17, 15, 0.12);
  color: rgba(23, 17, 15, 0.42);
  cursor: not-allowed;
  opacity: 1;
}

body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):hover,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):focus-visible {
  border-color: #604632;
  background: #604632;
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
}

body.home .sis-look-card__button-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

body.home .sis-look-card__back-button:hover,
body.home .sis-look-card__back-button:focus-visible {
  border-color: #17110f;
  background: #17110f;
  color: #fffaf5;
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
}

body.home .sis-look-card__message {
  min-height: 1.25em;
  margin: 0;
  color: rgba(96, 70, 50, 0.9);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 10.5px;
  font-weight: 650;
  line-height: 1.25;
}

body.home .sis-look-card .added_to_cart,
body.home .sis-look-card .wc-forward {
  display: none !important;
}

@media (max-width: 1024px) {
  body.home .sis-look-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home .sis-look-cards {
    width: 100%;
    max-width: 100%;
    margin: 32px auto 50px;
    padding: 0 10px;
    overflow: hidden;
  }

  body.home .sis-look-cards__header {
    margin-bottom: 20px;
  }

  body.home .sis-look-cards__header h2 {
    font-size: 31px;
  }

  body.home .sis-look-cards__header p {
    font-size: 14px;
    line-height: 1.62;
  }

  body.home .sis-look-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.home .sis-look-card {
    border-radius: 10px;
    min-height: 418px;
  }

  body.home .sis-look-card__face,
  body.home .sis-look-card__face--back {
    border-radius: 10px;
  }

  body.home .sis-look-card__face--back {
    padding: 9px;
    gap: 5px;
  }

  body.home .sis-look-card__body {
    padding: 10px;
  }

  body.home .sis-look-card__label {
    margin-bottom: 6px;
    font-size: 8.5px;
    letter-spacing: 0.06em;
  }

  body.home .sis-look-card h3 {
    margin-bottom: 6px;
    font-size: 12.5px;
    line-height: 1.2;
  }

  body.home .sis-look-card__composition {
    min-height: 3.1em;
    margin-bottom: 8px;
    font-size: 10.5px;
    line-height: 1.35;
  }

  body.home .sis-look-card__aov-note {
    margin-bottom: 9px;
    padding: 7px 8px;
    border-radius: 8px;
    font-size: 9.8px;
    line-height: 1.3;
  }

  body.home .sis-look-card__total {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 9px;
    font-size: 10.5px;
  }

  body.home .sis-look-card__total strong {
    font-size: 12.5px;
  }

  body.home .sis-look-card__toggle {
    min-height: 36px;
    padding: 9px 8px;
    font-size: 10.5px;
  }

  body.home .sis-look-card__back-head {
    gap: 3px;
    padding-bottom: 6px;
  }

  body.home .sis-look-card__back-head h3 {
    font-size: 14px;
  }

  body.home .sis-look-card__back-head p {
    font-size: 9px;
    line-height: 1.22;
  }

  body.home .sis-look-card__back-items {
    gap: 4px;
    margin: 0;
  }

  body.home .sis-look-card__back-item {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 4px 6px;
    padding: 4px;
    border-radius: 7px;
  }

  body.home .sis-look-card__back-media {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  body.home .sis-look-card__back-name {
    font-size: 9.5px;
  }

  body.home .sis-look-card__back-price,
  body.home .sis-look-card__back-link {
    font-size: 9px;
  }

  body.home .sis-look-card__back-link {
    grid-column: 2;
    grid-row: auto;
    justify-self: start;
  }

  body.home .sis-look-card__choice {
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px;
    font-size: 8.8px;
  }

  body.home .sis-look-card__choice-chips {
    gap: 3px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 20px;
    padding: 3px 6px;
    font-size: 8.5px;
  }

  body.home .sis-look-card__choice-select {
    min-height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 9px;
  }

  body.home .sis-look-card__back-footer {
    gap: 5px;
    padding-top: 6px;
  }

  body.home .sis-look-card__back-footer strong {
    font-size: 10px;
  }

  body.home .sis-look-card__back-actions {
    gap: 5px;
  }

  body.home .sis-look-card__back-button,
  body.home .sis-look-card__back-add {
    min-height: 29px;
    padding: 7px 5px;
    font-size: 9px;
  }

  body.home .sis-look-card__button-icon {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }

  body.home .sis-look-card__message {
    font-size: 9px;
    line-height: 1.2;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-look-card__flip {
    transform-style: flat;
    transition: none;
  }

  body.home .sis-look-card.is-flipped .sis-look-card__flip {
    transform: none;
  }

  body.home .sis-look-card__face {
    transition: opacity 120ms ease;
  }

  body.home .sis-look-card__face--back {
    transform: none;
    opacity: 0;
    pointer-events: none;
  }

  body.home .sis-look-card.is-flipped .sis-look-card__face--front {
    opacity: 0;
    pointer-events: none;
  }

  body.home .sis-look-card.is-flipped .sis-look-card__face--back {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products {
    margin: 30px auto 52px;
    padding: 0 14px;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-collection,
  body.home .sis-home-featured-products .wp-block-woocommerce-handpicked-products {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: calc(50% - 50vw + 14px) !important;
    margin-right: 0 !important;
  }

  body.home .sis-home-featured-products .wc-block-product-template,
  body.home .sis-home-featured-products .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-basis: auto !important;
    border-radius: 18px;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button {
    margin: 0 14px 16px;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
    width: 100%;
    min-height: 38px;
    padding: 11px 12px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}

/* Legal and support pages  mobile readability */
@media (max-width: 767px) {
  body.page-id-3 .hero-container.site-container,
  body.page-id-11 .hero-container.site-container,
  body.page-id-401 .hero-container.site-container,
  body.page-id-1408 .hero-container.site-container,
  body.page-id-3430 .hero-container.site-container,
  body.page-id-3431 .hero-container.site-container,
  body.page-id-3432 .hero-container.site-container,
  body.page-id-3433 .hero-container.site-container,
  body.page-id-3434 .hero-container.site-container,
  body.page-id-3435 .hero-container.site-container,
  body.page-id-3 .content-container.site-container,
  body.page-id-11 .content-container.site-container,
  body.page-id-401 .content-container.site-container,
  body.page-id-1408 .content-container.site-container,
  body.page-id-3430 .content-container.site-container,
  body.page-id-3431 .content-container.site-container,
  body.page-id-3432 .content-container.site-container,
  body.page-id-3433 .content-container.site-container,
  body.page-id-3434 .content-container.site-container,
  body.page-id-3435 .content-container.site-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  body.page-id-3 .entry-hero .entry-title,
  body.page-id-11 .entry-hero .entry-title,
  body.page-id-401 .entry-hero .entry-title,
  body.page-id-1408 .entry-hero .entry-title,
  body.page-id-3430 .entry-hero .entry-title,
  body.page-id-3431 .entry-hero .entry-title,
  body.page-id-3432 .entry-hero .entry-title,
  body.page-id-3433 .entry-hero .entry-title,
  body.page-id-3434 .entry-hero .entry-title,
  body.page-id-3435 .entry-hero .entry-title {
    max-width: 100%;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  body.page-id-3 .entry-content-wrap,
  body.page-id-11 .entry-content-wrap,
  body.page-id-401 .entry-content-wrap,
  body.page-id-1408 .entry-content-wrap,
  body.page-id-3430 .entry-content-wrap,
  body.page-id-3431 .entry-content-wrap,
  body.page-id-3432 .entry-content-wrap,
  body.page-id-3433 .entry-content-wrap,
  body.page-id-3434 .entry-content-wrap,
  body.page-id-3435 .entry-content-wrap {
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  body.page-id-3 .entry-content,
  body.page-id-11 .entry-content,
  body.page-id-401 .entry-content,
  body.page-id-1408 .entry-content,
  body.page-id-3430 .entry-content,
  body.page-id-3431 .entry-content,
  body.page-id-3432 .entry-content,
  body.page-id-3433 .entry-content,
  body.page-id-3434 .entry-content,
  body.page-id-3435 .entry-content {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  body.page-id-3 .entry-content a,
  body.page-id-11 .entry-content a,
  body.page-id-401 .entry-content a,
  body.page-id-1408 .entry-content a,
  body.page-id-3430 .entry-content a,
  body.page-id-3431 .entry-content a,
  body.page-id-3432 .entry-content a,
  body.page-id-3433 .entry-content a,
  body.page-id-3434 .entry-content a,
  body.page-id-3435 .entry-content a {
    overflow-wrap: anywhere;
  }
}

/* Product Page v1  Reassurance Block */
body.single-product .summary.entry-summary .sis-product-reassurance {
  box-sizing: border-box;
  width: 100%;
  margin: 18px 0 20px;
  padding: 0;
}

body.single-product .sis-product-reassurance__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.single-product .sis-product-reassurance__item {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
}

body.single-product .sis-product-reassurance__link {
  box-sizing: border-box;
  display: block;
  height: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(184, 155, 94, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #181411;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

body.single-product .sis-product-reassurance__link:hover,
body.single-product .sis-product-reassurance__link:focus {
  border-color: rgba(184, 155, 94, 0.38);
  background: #ffffff;
  color: #181411;
}

body.single-product .sis-product-reassurance__title,
body.single-product .sis-product-reassurance__text {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

body.single-product .sis-product-reassurance__title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 3px;
  color: #181411;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

body.single-product .sis-product-reassurance__title .sis-speedex-text {
  flex: 0 0 auto;
}

body.single-product .sis-speedex-logo--product {
  flex: 0 1 88px;
  width: 88px;
  height: auto;
}

body.single-product .sis-product-reassurance__text {
  color: rgba(24, 20, 17, 0.68);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  body.single-product .summary.entry-summary .sis-product-reassurance {
    margin: 16px 0 18px;
  }

  body.single-product .sis-product-reassurance__list {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.single-product .sis-product-reassurance__link {
    padding: 12px 13px;
    border-radius: 12px;
  }
}

/* Cart and Checkout v1  Mobile CRO fixes */
body.woocommerce-cart {
  overflow-x: clip;
}
body.woocommerce-checkout {
  overflow-x: clip;
}


body.woocommerce-cart *,
body.woocommerce-cart *::before,
body.woocommerce-cart *::after {
  box-sizing: border-box;
}
body.woocommerce-checkout *,
body.woocommerce-checkout *::before,
body.woocommerce-checkout *::after {
  box-sizing: border-box;
}


body.woocommerce-cart .site,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart .content-container,
body.woocommerce-cart .entry-content-wrap,
body.woocommerce-cart .entry-content {
  max-width: 100%;
  min-width: 0;
}
body.woocommerce-checkout .site,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .content-area,
body.woocommerce-checkout .content-container,
body.woocommerce-checkout .entry-content-wrap,
body.woocommerce-checkout .entry-content {
  max-width: 100%;
  min-width: 0;
}


body.woocommerce-cart .woocommerce,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout form.checkout,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}


body.woocommerce-cart table.shop_table,
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  overflow-wrap: anywhere;
}
body.woocommerce-checkout table.shop_table,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
  overflow-wrap: anywhere;
}


body.woocommerce-cart table.shop_table td {
  vertical-align: middle;
}
body.woocommerce-checkout table.shop_table td {
  vertical-align: middle;
}


body.woocommerce-cart table.shop_table .amount,
body.woocommerce-cart .cart_totals .amount {
  white-space: nowrap;
}
body.woocommerce-checkout table.shop_table .amount,
body.woocommerce-checkout .woocommerce-checkout-review-order .amount {
  white-space: nowrap;
}


body.woocommerce-cart .cart_totals table.shop_table {
  table-layout: fixed;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table {
  table-layout: fixed;
}


body.woocommerce-cart .cart_totals table.shop_table th {
  width: 58%;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  width: 58%;
}


body.woocommerce-cart .cart_totals table.shop_table td {
  width: 42%;
  text-align: right;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  width: 42%;
  text-align: right;
}


body.woocommerce-cart .sis-checkout-threshold-note td {
  padding: 10px 12px;
  border-top: 1px solid rgba(184, 155, 94, 0.18);
  background: rgba(184, 155, 94, 0.08);
  color: rgba(24, 20, 17, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
body.woocommerce-checkout .sis-checkout-threshold-note td {
  padding: 10px 12px;
  border-top: 1px solid rgba(184, 155, 94, 0.18);
  background: rgba(184, 155, 94, 0.08);
  color: rgba(24, 20, 17, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}


body.woocommerce-cart .sis-checkout-threshold-note-block {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid rgba(184, 155, 94, 0.18);
  background: rgba(184, 155, 94, 0.08);
  color: rgba(24, 20, 17, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
body.woocommerce-checkout .sis-checkout-threshold-note-block {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid rgba(184, 155, 94, 0.18);
  background: rgba(184, 155, 94, 0.08);
  color: rgba(24, 20, 17, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: anywhere;
}


body.woocommerce-checkout .sis-checkout-reassurance {
  width: 100%;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(184, 155, 94, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
}

body.woocommerce-checkout .sis-checkout-reassurance__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-checkout .sis-checkout-reassurance__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin: 0;
  padding-left: 14px;
  color: rgba(24, 20, 17, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.woocommerce-checkout .sis-speedex-logo--checkout {
  flex: 0 1 82px;
  width: 82px;
  height: auto;
}

body.woocommerce-checkout .sis-checkout-reassurance__item::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #b89b5e;
}

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}


body.woocommerce-cart .wc-block-cart-items {
  max-width: 100%;
  min-width: 0;
}
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content,
body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-combobox,
body.woocommerce-checkout .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  max-width: 100%;
  min-width: 0;
}


body.woocommerce-cart .wc-block-components-totals-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}
body.woocommerce-checkout .wc-block-components-totals-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}


body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__description,
body.woocommerce-cart .wc-block-components-radio-control__label,
body.woocommerce-cart .wc-block-components-radio-control__description {
  min-width: 0;
  overflow-wrap: anywhere;
}
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__description,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__description {
  min-width: 0;
  overflow-wrap: anywhere;
}


body.woocommerce-cart .wc-block-components-totals-item__value {
  text-align: right;
  white-space: nowrap;
}
body.woocommerce-checkout .wc-block-components-totals-item__value {
  text-align: right;
  white-space: nowrap;
}


@media (max-width: 767px) {
  body.woocommerce-cart .hero-container.site-container,
  body.woocommerce-cart .content-container.site-container,
  body.woocommerce-checkout .hero-container.site-container,
  body.woocommerce-checkout .content-container.site-container {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  body.woocommerce-cart .entry-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
body.woocommerce-checkout .entry-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }


  body.woocommerce-cart table.shop_table {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
  }
body.woocommerce-checkout table.shop_table {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
  }


  body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
    padding-right: 10px;
    padding-left: 10px;
  }
body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
    padding-right: 10px;
    padding-left: 10px;
  }


  body.woocommerce-cart .cart_totals table.shop_table th {
    width: 54%;
  }
body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    width: 54%;
  }


  body.woocommerce-cart .cart_totals table.shop_table td {
    width: 46%;
  }
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    width: 46%;
  }


  body.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    text-align: left;
  }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    text-align: left;
  }


  body.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-methods li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    align-items: start;
    margin: 0 0 7px;
  }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    align-items: start;
    margin: 0 0 7px;
  }


  body.woocommerce-cart .cart_totals table.shop_table .woocommerce-shipping-methods label {
    min-width: 0;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
body.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
    min-width: 0;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }


  body.woocommerce-cart .coupon,
  body.woocommerce-cart .coupon input,
  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart .actions .button,
  body.woocommerce-checkout input.input-text,
  body.woocommerce-checkout textarea,
  body.woocommerce-checkout select,
  body.woocommerce-checkout .select2-container,
  body.woocommerce-checkout #payment,
  body.woocommerce-checkout #payment ul.payment_methods,
  body.woocommerce-checkout #payment div.payment_box,
  body.woocommerce-checkout #place_order {
    width: 100%;
    max-width: 100%;
  }

  body.woocommerce-cart .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }


  body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
    display: block;
    float: none;
    clear: both;
  }


  body.woocommerce-checkout .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment ul.payment_methods li,
body.woocommerce-checkout #payment div.form-row {
    max-width: 100%;
    overflow-wrap: anywhere;
  }


  body.woocommerce-checkout #place_order {
    display: flex;
    justify-content: center;
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }


  body.woocommerce-checkout .sis-checkout-reassurance__list {
    grid-template-columns: 1fr;
  }


  body.woocommerce-cart .wc-block-components-sidebar-layout {
    display: block;
  }
body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block;
  }


  body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }


  body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }


  body.woocommerce-cart .wc-block-cart-items {
    table-layout: fixed;
  }


  body.woocommerce-cart .wc-block-cart-items th,
body.woocommerce-cart .wc-block-cart-items td {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }


  body.woocommerce-cart .wc-block-cart-item__wrap,
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total {
    min-width: 0;
    overflow-wrap: anywhere;
  }
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
    min-width: 0;
    overflow-wrap: anywhere;
  }


  body.woocommerce-cart .wc-block-cart-item__total {
    text-align: right;
    white-space: nowrap;
  }
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    text-align: right;
    white-space: nowrap;
  }


  body.woocommerce-checkout .wc-block-components-checkout-step {
    padding-right: 0;
    padding-left: 0;
  }


  body.woocommerce-checkout .wc-block-components-checkout-step__container {
    display: block;
  }


  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100%;
    min-height: 46px;
    white-space: normal;
  }


  body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block,
body.woocommerce-checkout .wc-block-checkout__actions_row,
body.woocommerce-checkout .sis-checkout-reassurance {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

}

/* Cart and Checkout Launch Polish v1 */
@media (max-width: 767px) {
  body.woocommerce-cart .entry-content-wrap,
  body.woocommerce-checkout .entry-content-wrap {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
body.woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }


  body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-cart-items {
    max-width: 100%;
    min-width: 0;
  }
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    max-width: 100%;
    min-width: 0;
  }


  body.woocommerce-cart .wc-block-cart {
    overflow: hidden;
    border-radius: 6px;
  }
body.woocommerce-checkout .wc-block-checkout {
    overflow: hidden;
    border-radius: 6px;
  }


  body.woocommerce-cart .wc-block-cart-items__row {
    column-gap: 10px;
  }
body.woocommerce-checkout .wc-block-components-order-summary-item {
    column-gap: 10px;
  }


  body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__submit-container {
    padding-right: 0;
    padding-left: 0;
  }
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__actions_row {
    padding-right: 0;
    padding-left: 0;
  }

}

/* Module 6 Cart / Checkout UX Audit & Refinement v1 */
body.woocommerce-cart,
body.woocommerce-checkout {
  --sis-checkout-ink: #17110f;
  --sis-checkout-muted: rgba(23, 17, 15, 0.66);
  --sis-checkout-soft: #fffaf5;
  --sis-checkout-card: rgba(255, 255, 255, 0.82);
  --sis-checkout-line: rgba(184, 155, 94, 0.22);
  --sis-checkout-gold: #b89b5e;
  --sis-checkout-radius: 14px;
  background: linear-gradient(180deg, #fffaf5 0%, #f7efe7 100%);
  color: var(--sis-checkout-ink);
}

body.woocommerce-cart .entry.single-entry {
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 52px rgba(58, 43, 31, 0.08);
}
body.woocommerce-checkout .entry.single-entry {
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 52px rgba(58, 43, 31, 0.08);
}


body.woocommerce-cart .entry-title {
  color: var(--sis-checkout-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
body.woocommerce-checkout .entry-title {
  color: var(--sis-checkout-ink);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}


body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout.alignwide {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


body.woocommerce-cart .wc-block-components-sidebar-layout {
  gap: clamp(22px, 4vw, 48px);
}
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: clamp(22px, 4vw, 48px);
}


body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar {
  color: var(--sis-checkout-ink);
}
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar {
  color: var(--sis-checkout-ink);
}


body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-color: var(--sis-checkout-line) !important;
  border-radius: var(--sis-checkout-radius);
  background: var(--sis-checkout-card);
  box-shadow: 0 12px 34px rgba(58, 43, 31, 0.06);
}
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary {
  border-color: var(--sis-checkout-line) !important;
  border-radius: var(--sis-checkout-radius);
  background: var(--sis-checkout-card);
  box-shadow: 0 12px 34px rgba(58, 43, 31, 0.06);
}


body.woocommerce-checkout .wc-block-components-checkout-step {
  margin-bottom: 18px;
  padding: 18px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-order-summary__title {
  color: var(--sis-checkout-ink);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}
body.woocommerce-cart .wc-block-components-title,
body.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--sis-checkout-ink);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}


body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-components-totals-wrapper {
  border-color: rgba(184, 155, 94, 0.18) !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: rgba(184, 155, 94, 0.18) !important;
}


body.woocommerce-cart .wc-block-cart-item__product a {
  color: var(--sis-checkout-ink);
  font-weight: 650;
  text-decoration: none;
}
body.woocommerce-checkout .wc-block-components-order-summary-item__description a {
  color: var(--sis-checkout-ink);
  font-weight: 650;
  text-decoration: none;
}


body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-metadata {
  color: var(--sis-checkout-muted);
  font-size: 13px;
  line-height: 1.45;
}
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--sis-checkout-muted);
  font-size: 13px;
  line-height: 1.45;
}


body.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 42px;
  border-color: rgba(184, 155, 94, 0.28);
  border-radius: 999px;
  background: #fff;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  min-width: 42px;
  min-height: 42px;
}

body.woocommerce-checkout .wc-block-components-address-form__country,
body.woocommerce-checkout .wc-block-components-country-input,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
  min-height: 48px;
  border-color: rgba(184, 155, 94, 0.28);
  border-radius: 10px;
  background: #fff;
  color: var(--sis-checkout-ink);
  font-size: 15px;
  line-height: 1.35;
}
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-textarea,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  min-height: 48px;
  border-color: rgba(184, 155, 94, 0.28);
  border-radius: 10px;
  background: #fff;
  color: var(--sis-checkout-ink);
  font-size: 15px;
  line-height: 1.35;
}


body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-textarea:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
  border-color: rgba(184, 155, 94, 0.78);
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16);
  outline: none;
}
body.woocommerce-cart .wc-block-components-text-input input:focus {
  border-color: rgba(184, 155, 94, 0.78);
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16);
  outline: none;
}


body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
  color: rgba(23, 17, 15, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
body.woocommerce-cart .wc-block-components-text-input label {
  color: rgba(23, 17, 15, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}


body.woocommerce-checkout .wc-block-components-address-form__postcode label,
body.woocommerce-checkout .wc-block-components-address-form__phone label,
body.woocommerce-checkout .wc-block-components-text-input:has(#shipping-postcode) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#billing-postcode) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#shipping-phone) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#billing-phone) label {
  top: 0;
  left: 12px;
  width: auto;
  max-width: calc(100% - 24px);
  padding: 0 5px;
  background: #fff;
  transform: translateY(-50%) scale(0.86);
  transform-origin: left center;
}

body.woocommerce-checkout #shipping-postcode::placeholder,
body.woocommerce-checkout #billing-postcode::placeholder,
body.woocommerce-checkout #shipping-phone::placeholder,
body.woocommerce-checkout #billing-phone::placeholder {
  color: rgba(23, 17, 15, 0.46);
  opacity: 1;
}

body.woocommerce-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-components-radio-control__option {
  border-radius: 10px;
}
body.woocommerce-cart .wc-block-components-radio-control__option {
  border-radius: 10px;
}


body.woocommerce-checkout .wc-block-components-radio-control__option {
  padding: 13px 14px;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  border-color: rgba(184, 155, 94, 0.42);
  background: rgba(184, 155, 94, 0.08);
}
body.woocommerce-cart .wc-block-components-radio-control__option-checked {
  border-color: rgba(184, 155, 94, 0.42);
  background: rgba(184, 155, 94, 0.08);
}


body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 48px;
  border-radius: 999px;
  background: #17110f;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.15);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button {
  min-height: 48px;
  border-radius: 999px;
  background: #17110f;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.15);
}


body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus {
  background: #2a201c;
  color: #fff;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus {
  background: #2a201c;
  color: #fff;
}


body.woocommerce-cart .wc-block-components-notice-banner {
  border-radius: 12px;
  color: var(--sis-checkout-ink);
  font-size: 14px;
  line-height: 1.45;
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  border-radius: 12px;
  color: var(--sis-checkout-ink);
  font-size: 14px;
  line-height: 1.45;
}


body.woocommerce-checkout .wc-block-components-validation-error,
body.woocommerce-checkout .wc-block-components-validation-error p {
  color: #8b2f22;
  font-size: 13px;
  line-height: 1.4;
}

body.woocommerce-checkout .sis-checkout-reassurance {
  border-color: rgba(184, 155, 94, 0.22);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.74);
  box-shadow: none;
}

@media (max-width: 767px) {
  body.woocommerce-cart .entry.single-entry,
  body.woocommerce-checkout .entry.single-entry {
    border-radius: 14px;
  }

  body.woocommerce-cart .entry-title {
    font-size: 32px;
  }
body.woocommerce-checkout .entry-title {
    font-size: 32px;
  }


  body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(58, 43, 31, 0.05);
  }
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary {
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(58, 43, 31, 0.05);
  }


  body.woocommerce-checkout .wc-block-components-checkout-step {
    padding: 14px;
  }


  body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-quantity-selector__button {
    min-height: 46px;
  }
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
    min-height: 46px;
  }

}

/* Module 6 Cart / Checkout Mobile CRO UI+UX Redesign v2 */
body.woocommerce-cart {
  --sis-checkout-card-strong: rgba(255, 253, 249, 0.92);
  --sis-checkout-line-strong: rgba(184, 155, 94, 0.34);
  --sis-checkout-shadow-tight: 0 10px 24px rgba(58, 43, 31, 0.07);
}
body.woocommerce-checkout {
  --sis-checkout-card-strong: rgba(255, 253, 249, 0.92);
  --sis-checkout-line-strong: rgba(184, 155, 94, 0.34);
  --sis-checkout-shadow-tight: 0 10px 24px rgba(58, 43, 31, 0.07);
}


body.woocommerce-cart .entry-hero {
  background: linear-gradient(180deg, #f5f8fb 0%, #eef4f8 100%);
}
body.woocommerce-checkout .entry-hero {
  background: linear-gradient(180deg, #f5f8fb 0%, #eef4f8 100%);
}


body.woocommerce-cart .entry-hero-container-inner {
  min-height: 160px;
}
body.woocommerce-checkout .entry-hero-container-inner {
  min-height: 160px;
}


body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
  height: 160px !important;
  min-height: 160px !important;
}
body.woocommerce-checkout .entry-hero,
body.woocommerce-checkout .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero .hero-container,
body.woocommerce-checkout .entry-header {
  height: 160px !important;
  min-height: 160px !important;
}


body.woocommerce-cart .entry.single-entry {
  border-color: rgba(184, 155, 94, 0.2);
}
body.woocommerce-checkout .entry.single-entry {
  border-color: rgba(184, 155, 94, 0.2);
}


body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  background: var(--sis-checkout-card-strong);
  box-shadow: var(--sis-checkout-shadow-tight);
}
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary {
  background: var(--sis-checkout-card-strong);
  box-shadow: var(--sis-checkout-shadow-tight);
}


body.woocommerce-cart .wc-block-cart__totals-title {
  font-size: 17px;
}
body.woocommerce-checkout .wc-block-components-order-summary__title,
body.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 17px;
}


body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 52px;
  border: 1px solid rgba(23, 17, 15, 0.9);
  background: linear-gradient(180deg, #1c1411 0%, #120c0a 100%);
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.18);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border: 1px solid rgba(23, 17, 15, 0.9);
  background: linear-gradient(180deg, #1c1411 0%, #120c0a 100%);
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.18);
}


body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: rgba(23, 17, 15, 0.76);
  font-size: 14px;
  font-weight: 600;
}


body.woocommerce-cart .wc-block-components-totals-coupon__form,
body.woocommerce-checkout .wc-block-components-totals-coupon__form {
  gap: 8px;
  padding-top: 10px;
}


body.woocommerce-cart .wc-block-components-totals-coupon__input input,
body.woocommerce-checkout .wc-block-components-totals-coupon__input input {
  min-height: 44px;
  border-color: rgba(184, 155, 94, 0.26);
  border-radius: 10px;
  background: #fff;
}


body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-totals-coupon__button {
  min-height: 44px;
  border-color: rgba(23, 17, 15, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.9);
  color: rgba(23, 17, 15, 0.82);
  font-weight: 650;
}


body.woocommerce-checkout .wc-block-components-radio-control__option {
  border: 1px solid rgba(184, 155, 94, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked {
  border-color: rgba(23, 17, 15, 0.74);
  background: rgba(255, 250, 245, 0.96);
  box-shadow: inset 3px 0 0 rgba(184, 155, 94, 0.8);
}
body.woocommerce-cart .wc-block-components-radio-control__option-checked {
  border-color: rgba(23, 17, 15, 0.74);
  background: rgba(255, 250, 245, 0.96);
  box-shadow: inset 3px 0 0 rgba(184, 155, 94, 0.8);
}


body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
  align-items: center;
  gap: 10px;
}

body.woocommerce-checkout .wc-block-components-radio-control__label-group,
body.woocommerce-checkout .wc-block-components-radio-control__label {
  min-width: 0;
}

body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  margin-left: auto;
  color: var(--sis-checkout-ink);
  font-weight: 650;
  white-space: nowrap;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
  border-color: rgba(23, 17, 15, 0.3);
}

body.woocommerce-checkout .wc-block-components-validation-error,
body.woocommerce-checkout .wc-block-components-validation-error p {
  margin-top: 6px;
  color: #7f2b20;
  font-weight: 600;
}

body.woocommerce-checkout .sis-checkout-reassurance {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 248, 240, 0.9) 100%);
}

body.woocommerce-cart .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  color: var(--sis-checkout-ink);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid var(--sis-checkout-line);
  border-radius: var(--sis-checkout-radius);
  background: var(--sis-checkout-card-strong);
  box-shadow: var(--sis-checkout-shadow-tight);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
  border-radius: 999px;
  background: #17110f;
  color: #fff;
  font-weight: 650;
}

@media (min-width: 768px) {
  body.woocommerce-cart .entry-content-wrap,
  body.woocommerce-checkout .entry-content-wrap {
    padding-top: 34px;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    padding-top: 18px;
    padding-bottom: 18px;
  }

}

@media (max-width: 767px) {
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-checkout .entry-hero-container-inner {
    min-height: 112px;
  }

  body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
    height: 112px !important;
    min-height: 112px !important;
  }
body.woocommerce-checkout .entry-hero,
body.woocommerce-checkout .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero .hero-container,
body.woocommerce-checkout .entry-header {
    height: 112px !important;
    min-height: 112px !important;
  }


  body.woocommerce-cart .entry-hero .hero-container {
    padding-right: 14px;
    padding-left: 14px;
  }
body.woocommerce-checkout .entry-hero .hero-container {
    padding-right: 14px;
    padding-left: 14px;
  }


  body.woocommerce-cart .entry-title {
    font-size: clamp(27px, 8vw, 31px);
    line-height: 1.05;
  }
body.woocommerce-checkout .entry-title {
    font-size: clamp(27px, 8vw, 31px);
    line-height: 1.05;
  }


  body.woocommerce-cart .entry.single-entry {
    margin-top: -10px;
    border-radius: 12px;
  }
body.woocommerce-checkout .entry.single-entry {
    margin-top: -10px;
    border-radius: 12px;
  }


  body.woocommerce-cart .entry-content-wrap {
    padding: 10px 12px 22px;
  }
body.woocommerce-checkout .entry-content-wrap {
    padding: 10px 12px 22px;
  }


  body.woocommerce-cart .wc-block-cart {
    border-radius: 0;
  }
body.woocommerce-checkout .wc-block-checkout {
    border-radius: 0;
  }


  body.woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 14px;
  }
body.woocommerce-checkout .wc-block-components-sidebar-layout {
    gap: 14px;
  }


  body.woocommerce-cart .wc-block-cart-items {
    border-radius: 12px;
  }


  body.woocommerce-cart .wc-block-cart-items__header {
    display: none;
  }


  body.woocommerce-cart .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 12px 10px !important;
  }


  body.woocommerce-cart .wc-block-cart-item__image {
    width: 72px;
    min-width: 72px;
  }


  body.woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 8px;
  }


  body.woocommerce-cart .wc-block-cart-item__product {
    min-width: 0;
    padding: 0 !important;
  }


  body.woocommerce-cart .wc-block-cart-item__product a {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.28;
  }


  body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-metadata {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
  }


  body.woocommerce-cart .wc-block-cart-item__quantity {
    margin-top: 8px;
  }


  body.woocommerce-cart .wc-block-components-quantity-selector {
    min-height: 38px;
  }


  body.woocommerce-cart .wc-block-components-quantity-selector__button {
    min-width: 38px;
    min-height: 38px;
  }


  body.woocommerce-cart .wc-block-cart-item__total {
    padding: 0 !important;
    font-size: 13px;
    font-weight: 650;
  }


  body.woocommerce-cart .wc-block-cart-item__remove-link {
    margin-top: 8px;
    color: rgba(23, 17, 15, 0.58);
    font-size: 12px;
  }


  body.woocommerce-cart .wc-block-components-sidebar {
    border: 1px solid var(--sis-checkout-line-strong);
    border-radius: 14px;
    background: rgba(255, 253, 249, 0.94);
    box-shadow: var(--sis-checkout-shadow-tight);
    overflow: hidden;
  }
body.woocommerce-checkout .wc-block-components-sidebar {
    border: 1px solid var(--sis-checkout-line-strong);
    border-radius: 14px;
    background: rgba(255, 253, 249, 0.94);
    box-shadow: var(--sis-checkout-shadow-tight);
    overflow: hidden;
  }


  body.woocommerce-cart .wc-block-cart__totals-title {
    padding: 14px 14px 8px;
    font-size: 17px;
  }
body.woocommerce-checkout .wc-block-components-order-summary__title {
    padding: 14px 14px 8px;
    font-size: 17px;
  }


  body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }


  body.woocommerce-cart .wc-block-components-totals-item {
    gap: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }
body.woocommerce-checkout .wc-block-components-totals-item {
    gap: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }


  body.woocommerce-cart .wc-block-components-totals-footer-item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
  }
body.woocommerce-checkout .wc-block-components-totals-footer-item {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
  }


  body.woocommerce-cart .sis-checkout-threshold-note-block {
    padding: 9px 14px;
    font-size: 12px;
  }
body.woocommerce-checkout .sis-checkout-threshold-note-block {
    padding: 9px 14px;
    font-size: 12px;
  }


  body.woocommerce-cart .wc-block-cart__submit-container {
    padding: 12px 0 0;
  }
body.woocommerce-checkout .wc-block-checkout__actions_row {
    padding: 12px 0 0;
  }


  body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 50px;
    font-size: 14px;
  }
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 50px;
    font-size: 14px;
  }


  body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    min-height: 42px;
    padding: 0;
    font-size: 13px;
  }


  body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 12px;
    padding: 13px 12px;
    border-radius: 12px;
  }


  body.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
    margin-bottom: 10px;
  }


  body.woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 17px;
    line-height: 1.2;
  }


  body.woocommerce-checkout .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
    gap: 10px;
  }


  body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
    min-height: 47px;
    border-radius: 9px;
    font-size: 14px;
  }


  body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
    font-size: 12px;
  }


  body.woocommerce-checkout .wc-block-components-checkbox {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.4;
  }


  body.woocommerce-checkout .wc-block-components-radio-control__option {
    min-height: 50px;
    padding: 10px 11px;
  }


  body.woocommerce-checkout .wc-block-components-radio-control__option-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 28px;
  }


  body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
    font-size: 13px;
    line-height: 1.25;
  }


  body.woocommerce-checkout .sis-checkout-reassurance {
    margin-top: 12px;
    padding: 12px;
  }


  body.woocommerce-checkout .sis-checkout-reassurance__list {
    gap: 7px;
  }


  body.woocommerce-checkout .sis-checkout-reassurance__item {
    font-size: 12px;
    line-height: 1.35;
  }


  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 20px 14px;
    text-align: center;
  }


  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
  }

}

/* Module 6 Cart IA Cleanup + Empty Cart Premium UI v3A */
body.woocommerce-cart .sis-cart-empty-v3a {
  width: min(100%, 980px);
  margin: 0 auto clamp(24px, 5vw, 48px);
  padding: clamp(24px, 5vw, 48px) clamp(16px, 4vw, 42px);
  color: var(--sis-checkout-ink);
  text-align: center;
}

body.woocommerce-cart .sis-cart-empty-v3a__inner {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 58px) clamp(16px, 5vw, 48px);
  border: 1px solid rgba(184, 155, 94, 0.28);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 247, 238, 0.9) 100%);
  box-shadow: 0 18px 45px rgba(58, 43, 31, 0.08);
  overflow: hidden;
}

body.woocommerce-cart .sis-cart-empty-v3a__inner::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 50%;
  background: rgba(255, 251, 245, 0.72);
  transform: translateX(-50%);
}

body.woocommerce-cart .sis-cart-empty-v3a__mark {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(184, 155, 94, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 8px rgba(255, 248, 240, 0.9);
}

body.woocommerce-cart .sis-cart-empty-v3a__mark::before,
body.woocommerce-cart .sis-cart-empty-v3a__mark::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184, 155, 94, 0.72);
  transform: rotate(45deg);
}

body.woocommerce-cart .sis-cart-empty-v3a__mark::after {
  inset: 17px 10px 10px 17px;
  border-top: 0;
  border-left: 0;
}

body.woocommerce-cart .sis-cart-empty-v3a__title {
  position: relative;
  max-width: 540px;
  margin: 0 auto 12px;
  color: var(--sis-checkout-ink);
  font-size: clamp(28px, 6vw, 40px);
  line-height: 1.1;
  letter-spacing: 0;
}

body.woocommerce-cart .sis-cart-empty-v3a__text {
  position: relative;
  max-width: 520px;
  margin: 0 auto 22px;
  color: rgba(23, 17, 15, 0.72);
  font-size: clamp(15px, 3.8vw, 17px);
  line-height: 1.65;
}

body.woocommerce-cart .sis-cart-empty-v3a__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  min-width: min(100%, 260px);
  padding: 12px 26px;
  border: 1px solid rgba(23, 17, 15, 0.9);
  border-radius: 999px;
  background: #17110f;
  color: #fffaf5;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.16);
}

body.woocommerce-cart .sis-cart-empty-v3a__button:hover,
body.woocommerce-cart .sis-cart-empty-v3a__button:focus {
  background: #2a201c;
  color: #fffaf5;
}

body.woocommerce-cart .sis-cart-empty-v3a__categories {
  position: relative;
  margin-top: clamp(22px, 5vw, 34px);
  padding-top: clamp(18px, 4vw, 24px);
  border-top: 1px solid rgba(184, 155, 94, 0.2);
}

body.woocommerce-cart .sis-cart-empty-v3a__categories-label {
  display: block;
  margin-bottom: 12px;
  color: rgba(23, 17, 15, 0.58);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.woocommerce-cart .sis-cart-empty-v3a__category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

body.woocommerce-cart .sis-cart-empty-v3a__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(184, 155, 94, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(23, 17, 15, 0.78);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

body.woocommerce-cart .sis-cart-empty-v3a__category:hover,
body.woocommerce-cart .sis-cart-empty-v3a__category:focus {
  border-color: rgba(184, 155, 94, 0.45);
  background: rgba(255, 250, 245, 0.96);
  color: var(--sis-checkout-ink);
}

body.woocommerce-cart .wc-block-components-sidebar {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 240, 0.93) 100%);
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon {
  color: rgba(23, 17, 15, 0.72);
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  min-height: 46px;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  border-top-color: rgba(184, 155, 94, 0.26);
}

/* Module 6 Cart UI Align With Checkout Design v1 */
body.woocommerce-cart {
  --sis-cart-page: #f4ede5;
  --sis-cart-hero: #efe1d1;
  --sis-cart-card: #fffdf8;
  --sis-cart-card-strong: #fffaf2;
  --sis-cart-ink: #17110f;
  --sis-cart-muted: rgba(23, 17, 15, 0.66);
  --sis-cart-line: rgba(148, 117, 66, 0.14);
  --sis-cart-line-strong: rgba(148, 117, 66, 0.22);
  --sis-cart-shadow: 0 12px 26px rgba(58, 43, 31, 0.06);
  background: var(--sis-cart-page);
}

body.woocommerce-cart #inner-wrap,
body.woocommerce-cart .site-main,
body.woocommerce-cart .content-area,
body.woocommerce-cart .entry-content-wrap {
  background: var(--sis-cart-page);
}

body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
  min-height: 118px !important;
  border-bottom: 0 !important;
  background: var(--sis-cart-hero) !important;
  box-shadow: none !important;
}

body.woocommerce-cart .entry-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title {
  max-width: 720px;
  padding-left: 0;
  color: var(--sis-cart-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(31px, 3.35vw, 44px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0;
}

body.woocommerce-cart .entry-hero .entry-title::before,
body.woocommerce-cart .entry-hero .page-title::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-cart .entry-hero .entry-title::after,
body.woocommerce-cart .entry-hero .page-title::after {
  content: "Μια τελευταία ματιά πριν ολοκληρώσεις την παραγγελία σου.";
  display: block;
  max-width: 560px;
  margin-top: 8px;
  color: rgba(23, 17, 15, 0.76);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: clamp(14px, 1.25vw, 15.5px);
  font-weight: 600;
  line-height: 1.5;
}

body.woocommerce-cart .entry-content-wrap {
  margin-top: 0;
  padding-top: 16px;
  background: linear-gradient(180deg, var(--sis-cart-hero) 0, var(--sis-cart-page) 18px, var(--sis-cart-page) 100%);
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout {
  gap: clamp(18px, 3vw, 34px);
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar {
  border: 1px solid var(--sis-cart-line) !important;
  border-radius: 14px;
  background: var(--sis-cart-card);
  box-shadow: var(--sis-cart-shadow);
  overflow: hidden;
}

body.woocommerce-cart .wc-block-cart-items__header {
  color: rgba(23, 17, 15, 0.54);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.woocommerce-cart .wc-block-cart-items__row {
  border-color: rgba(148, 117, 66, 0.1) !important;
}

body.woocommerce-cart .wc-block-cart-item__image img {
  border: 1px solid rgba(148, 117, 66, 0.12);
  border-radius: 10px;
  background: #fffaf2;
}

body.woocommerce-cart .wc-block-cart-item__product a {
  color: var(--sis-cart-ink);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-weight: 650;
  line-height: 1.28;
  text-decoration: none;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-metadata {
  color: var(--sis-cart-muted);
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  min-height: 42px;
  border-color: rgba(148, 117, 66, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  min-width: 42px;
  min-height: 42px;
  color: rgba(23, 17, 15, 0.72);
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  color: rgba(23, 17, 15, 0.56);
  font-size: 12px;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus {
  color: var(--sis-cart-ink);
}

body.woocommerce-cart .wc-block-components-sidebar {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 240, 0.94) 100%);
}

body.woocommerce-cart .wc-block-cart__totals-title {
  margin: 0;
  color: rgba(23, 17, 15, 0.84);
  font-size: 16px;
  font-weight: 620;
  line-height: 1.28;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-color: rgba(148, 117, 66, 0.1) !important;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-cart .wc-block-components-totals-item {
  color: rgba(23, 17, 15, 0.72);
  font-size: 14px;
}

body.woocommerce-cart .wc-block-components-totals-item__value {
  color: var(--sis-cart-ink);
  font-weight: 650;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
  border-top-color: rgba(148, 117, 66, 0.16) !important;
  color: var(--sis-cart-ink);
  font-weight: 720;
}

body.woocommerce-cart .sis-checkout-threshold-note-block {
  margin: 0 16px 6px;
  padding: 5px 0 0;
  border-top: 0;
  background: transparent;
  color: rgba(23, 17, 15, 0.54);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

body.woocommerce-cart .wc-block-components-totals-coupon {
  color: rgba(23, 17, 15, 0.68);
}

body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  min-height: 44px;
  padding: 0;
  color: rgba(23, 17, 15, 0.68);
  font-size: 13px;
  font-weight: 600;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form {
  gap: 8px;
  padding-top: 10px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__input input {
  min-height: 44px;
  border-color: rgba(148, 117, 66, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--sis-cart-ink);
}

body.woocommerce-cart .wc-block-components-totals-coupon__button {
  min-height: 44px;
  border-color: rgba(23, 17, 15, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.92);
  color: rgba(23, 17, 15, 0.82);
  font-weight: 650;
}

body.woocommerce-cart .wc-block-cart__submit-container {
  padding-top: 12px;
}

body.woocommerce-cart .wc-block-cart__submit-button {
  min-height: 52px;
  border: 1px solid rgba(23, 17, 15, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, #1c1411 0%, #120c0a 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.16);
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus {
  background: #2a201c;
  color: #fff;
}

@media (max-width: 767px) {
  body.woocommerce-cart .entry-hero,
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-cart .entry-hero .hero-container,
  body.woocommerce-cart .entry-header {
    min-height: 92px !important;
  }

  body.woocommerce-cart .entry-header {
    gap: 5px;
    padding-top: 13px;
    padding-bottom: 12px;
  }

  body.woocommerce-cart .entry-hero .entry-title,
  body.woocommerce-cart .entry-hero .page-title {
    font-size: clamp(27px, 7.4vw, 31px);
    line-height: 1.05;
  }

  body.woocommerce-cart .entry-hero .entry-title::after,
  body.woocommerce-cart .entry-hero .page-title::after {
    max-width: 330px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
  }

  body.woocommerce-cart .content-area {
    margin-top: 0;
    background: var(--sis-cart-page);
  }

  body.woocommerce-cart .entry-content-wrap {
    padding-top: 10px;
    background: linear-gradient(180deg, var(--sis-cart-hero) 0, var(--sis-cart-page) 15px, var(--sis-cart-page) 100%);
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout {
    gap: 11px;
  }

  body.woocommerce-cart .wc-block-cart-items,
  body.woocommerce-cart .wc-block-components-sidebar {
    border-color: var(--sis-cart-line) !important;
    border-radius: 12px;
    background: var(--sis-cart-card);
    box-shadow: 0 10px 24px rgba(58, 43, 31, 0.055);
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px 10px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    width: 78px;
    min-width: 78px;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 9px;
  }

  body.woocommerce-cart .wc-block-cart-item__product a {
    font-size: 14px;
  }

  body.woocommerce-cart .wc-block-components-quantity-selector,
  body.woocommerce-cart .wc-block-components-quantity-selector__button {
    min-height: 40px;
  }

  body.woocommerce-cart .wc-block-components-quantity-selector__button {
    min-width: 40px;
  }

  body.woocommerce-cart .wc-block-cart__totals-title {
    padding: 13px 14px 7px;
    font-size: 15.5px;
  }

  body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0;
  }

  body.woocommerce-cart .wc-block-components-totals-item {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.5px;
  }

  body.woocommerce-cart .wc-block-components-totals-footer-item {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  body.woocommerce-cart .sis-checkout-threshold-note-block {
    margin-right: 14px;
    margin-left: 14px;
    font-size: 11.5px;
  }

  body.woocommerce-cart .wc-block-cart__submit-container {
    padding: 11px 0 0;
  }

  body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 50px;
    font-size: 14.5px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .sis-cart-empty-v3a {
    padding: 12px 0 24px;
  }

  body.woocommerce-cart .sis-cart-empty-v3a__inner {
    padding: 28px 16px 24px;
    border-radius: 14px;
  }

  body.woocommerce-cart .sis-cart-empty-v3a__title {
    font-size: clamp(26px, 7.4vw, 31px);
  }

  body.woocommerce-cart .sis-cart-empty-v3a__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  body.woocommerce-cart .sis-cart-empty-v3a__button {
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-cart .sis-cart-empty-v3a__category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.woocommerce-cart .sis-cart-empty-v3a__category {
    min-height: 44px;
    padding: 9px 10px;
  }
}

/* Module 6 Coupon Cart-Only Flow v3B */
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none !important;
}

/* Module 6 Checkout Simplification / Information Reduction v3C */
body.woocommerce-checkout {
  --sis-v3c-surface: rgba(255, 253, 249, 0.96);
  --sis-v3c-surface-soft: rgba(255, 250, 245, 0.74);
  --sis-v3c-surface-clear: rgba(255, 255, 255, 0.82);
  --sis-v3c-line: rgba(184, 155, 94, 0.2);
  --sis-v3c-line-strong: rgba(184, 155, 94, 0.34);
  --sis-v3c-muted: rgba(23, 17, 15, 0.62);
  --sis-v3c-quiet: rgba(23, 17, 15, 0.5);
  --sis-v3c-shadow: 0 10px 26px rgba(58, 43, 31, 0.045);
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: clamp(16px, 2.6vw, 30px);
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar {
  border-color: var(--sis-v3c-line) !important;
  background: linear-gradient(180deg, var(--sis-v3c-surface) 0%, rgba(255, 250, 245, 0.88) 100%);
  box-shadow: var(--sis-v3c-shadow);
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  margin-bottom: 14px;
  padding: clamp(15px, 2vw, 20px);
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
  margin-bottom: 11px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-order-summary__title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text {
  color: var(--sis-checkout-ink);
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 1.22;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-checkout__guest-checkout-notice,
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--sis-v3c-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-address-card {
  margin-bottom: 8px;
  color: var(--sis-v3c-quiet);
  font-size: 12px;
  line-height: 1.4;
}

body.woocommerce-checkout .wc-block-components-address-card__edit {
  color: rgba(23, 17, 15, 0.56);
  font-weight: 600;
}

body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-card[data-sisellena-address-card-empty="true"] {
  display: flex;
  align-items: center;
  min-height: 0;
  margin: -2px 0 6px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-card[data-sisellena-address-card-empty="true"] address {
  display: none;
}

body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-card[data-sisellena-address-card-empty="true"] .wc-block-components-address-card__edit {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  display: inline-flex;
  margin: -2px 0 2px;
  color: var(--sis-v3c-muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
  min-height: 46px;
  border-color: var(--sis-v3c-line-strong) !important;
  background: var(--sis-v3c-surface-clear) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.woocommerce-checkout .wc-block-components-text-input input:hover,
body.woocommerce-checkout .wc-block-components-textarea:hover,
body.woocommerce-checkout .wc-blocks-components-select__select:hover {
  border-color: rgba(184, 155, 94, 0.48) !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-textarea:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
  border-color: rgba(184, 155, 94, 0.74) !important;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.13);
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label {
  color: rgba(23, 17, 15, 0.6);
  font-weight: 600;
}

body.woocommerce-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-components-checkbox label {
  color: var(--sis-v3c-muted);
  font-size: 12.75px;
  line-height: 1.45;
}

body.woocommerce-checkout .wc-block-components-radio-control {
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-radio-control__option {
  min-height: 48px;
  border-color: rgba(184, 155, 94, 0.16) !important;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked,
body.woocommerce-checkout .wc-block-components-radio-control__option--checked-option-highlighted {
  border-color: rgba(184, 155, 94, 0.48) !important;
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(255, 247, 238, 0.84) 100%);
  box-shadow: inset 3px 0 0 rgba(184, 155, 94, 0.72);
}

body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-payment-method-label {
  color: var(--sis-checkout-ink);
  font-weight: 650;
}

body.woocommerce-checkout .wc-block-components-radio-control__secondary-label {
  color: var(--sis-checkout-ink);
  font-weight: 700;
}

body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
  margin: -1px 0 0;
  padding: 10px 12px 12px 40px !important;
  border: 1px solid rgba(184, 155, 94, 0.18);
  border-top: 0;
  background: rgba(255, 250, 245, 0.62);
  color: rgba(23, 17, 15, 0.68);
  font-size: 12.5px;
  line-height: 1.5;
}

body.woocommerce-checkout #order-notes {
  border-style: solid;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
}

body.woocommerce-checkout .wc-block-checkout__terms {
  margin: 8px 0 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(184, 155, 94, 0.18);
  color: var(--sis-v3c-muted);
  font-size: 12.25px;
  line-height: 1.5;
}

body.woocommerce-checkout .wc-block-checkout__terms a,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: rgba(23, 17, 15, 0.72);
  font-weight: 600;
  text-decoration-color: rgba(184, 155, 94, 0.42);
  text-underline-offset: 3px;
}

body.woocommerce-checkout .wc-block-checkout__actions_row {
  gap: 14px;
  padding-top: 14px;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border-color: rgba(23, 17, 15, 0.92);
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.16);
}

body.woocommerce-checkout .sis-checkout-reassurance {
  margin-top: 14px;
  padding: 10px 14px;
  border-color: rgba(184, 155, 94, 0.18);
  background: rgba(255, 250, 245, 0.58);
}

body.woocommerce-checkout .sis-checkout-reassurance__list {
  gap: 6px 18px;
}

body.woocommerce-checkout .sis-checkout-reassurance__item {
  color: rgba(23, 17, 15, 0.62);
  font-size: 12px;
  line-height: 1.38;
}

body.woocommerce-checkout .sis-checkout-reassurance__item::before {
  color: rgba(184, 155, 94, 0.8);
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-components-sidebar {
  border-color: var(--sis-v3c-line) !important;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 240, 0.9) 100%);
}

body.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .wc-block-components-order-summary__title {
  padding: 14px 16px 10px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  margin: 0 10px 10px;
  border: 1px solid rgba(184, 155, 94, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  border-radius: 8px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-totals-item__value {
  font-weight: 650;
}

body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: rgba(184, 155, 94, 0.14) !important;
}

body.woocommerce-checkout .wc-block-components-totals-item {
  color: rgba(23, 17, 15, 0.76);
}

body.woocommerce-checkout .wc-block-components-totals-footer-item {
  border-top: 1px solid rgba(184, 155, 94, 0.22);
  background: rgba(255, 250, 245, 0.5);
  color: var(--sis-checkout-ink);
}

body.woocommerce-checkout .sis-checkout-threshold-note-block {
  background: rgba(255, 250, 245, 0.58);
  color: rgba(23, 17, 15, 0.58);
  font-size: 12px;
}

/* Module 6 Checkout Final Mobile CRO Polish v1 */
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
  height: auto !important;
  min-height: 104px !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title {
  padding-left: 0;
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(29px, 3.1vw, 40px);
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title::before,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title::before {
  content: none;
}

body.woocommerce-checkout .sis-checkout-final-subtitle {
  max-width: 560px;
  margin: 0;
  color: rgba(23, 17, 15, 0.78);
  font-size: clamp(13.5px, 1.3vw, 15.5px);
  font-weight: 600;
  line-height: 1.5;
}

body.woocommerce-checkout .wc-blocks-components-select:has(#shipping-state),
body.woocommerce-checkout .wc-blocks-components-select:has(#billing-state),
body.woocommerce-checkout .wc-block-components-address-form__state {
  display: none !important;
}

body.woocommerce-checkout .sis-payment-label-with-logo {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

body.woocommerce-checkout .sis-payment-logo {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: 58px;
  height: 20px;
  object-fit: contain;
  opacity: 0.88;
}

body.woocommerce-checkout .sis-payment-logo[alt="IRIS Payments"] {
  max-width: 54px;
}

body.woocommerce-checkout .sis-payment-logo[alt="Ξ¤ΟΞ¬Ο€ΞµΞ¶Ξ± Ξ ΞµΞΉΟΞ±ΞΉΟΟ‚"] {
  max-width: 64px;
}

body.woocommerce-checkout .sisellena-speedex-prototype,
body.woocommerce-checkout .sis-speedex-prototype,
body.woocommerce-checkout [class*="speedex-prototype"] {
  border-color: rgba(184, 155, 94, 0.2) !important;
  border-radius: 12px;
  background: rgba(255, 250, 245, 0.62);
  box-shadow: none;
}

body.woocommerce-checkout .sisellena-speedex-prototype select,
body.woocommerce-checkout .sis-speedex-prototype select,
body.woocommerce-checkout [class*="speedex-prototype"] select {
  border-color: rgba(184, 155, 94, 0.28) !important;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.82) !important;
}

body.woocommerce-checkout .sisellena-speedex-prototype label,
body.woocommerce-checkout .sis-speedex-prototype label,
body.woocommerce-checkout [class*="speedex-prototype"] label {
  color: rgba(23, 17, 15, 0.68);
  font-size: 12.5px;
  font-weight: 650;
}

@media (min-width: 1024px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    align-items: start;
    gap: 28px;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .wc-block-components-sidebar {
    width: auto !important;
    max-width: none !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .wc-block-components-main {
    grid-column: 1;
    padding-right: 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .wc-block-components-sidebar {
    grid-column: 2;
    top: 104px;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .wc-block-checkout__actions,
  body.woocommerce-checkout .wc-block-components-sidebar-layout.is-large .sis-checkout-reassurance {
    grid-column: 1;
  }

  body.woocommerce-checkout .wc-block-checkout__actions_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-width: 230px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    min-height: 92px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title {
    padding-left: 0;
    font-size: clamp(28px, 7vw, 31px);
  }

  body.woocommerce-checkout .sis-checkout-final-subtitle {
    max-width: 348px;
    font-size: 13.5px;
    line-height: 1.48;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: flex !important;
    flex-direction: column;
  }

  body.woocommerce-checkout .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    order: initial;
    margin: 4px 0 12px;
  }

  body.woocommerce-checkout .sis-mobile-order-summary-duplicate {
    display: none !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-components-sidebar {
    border-radius: 12px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
    min-height: 52px;
    padding: 13px 14px;
  }

  body.woocommerce-checkout .sis-payment-label-with-logo {
    gap: 8px;
  }

  body.woocommerce-checkout .sis-payment-logo {
    max-width: 50px;
    height: 18px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 10px;
    padding: 12px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step__heading-container {
    margin-bottom: 8px;
  }

  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-textarea,
  body.woocommerce-checkout .wc-blocks-components-select__select {
    min-height: 44px;
  }

  body.woocommerce-checkout .wc-block-components-radio-control__option {
    min-height: 46px;
    padding: 9px 10px;
  }

  body.woocommerce-checkout .wc-block-components-radio-control-accordion-content {
    padding: 9px 10px 11px 36px !important;
    font-size: 12px;
    line-height: 1.45;
  }

  body.woocommerce-checkout .wc-block-checkout__terms {
    margin-bottom: 16px;
    font-size: 12px;
  }

  body.woocommerce-checkout .wc-block-checkout__actions_row {
    padding-top: 10px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    width: 100%;
  }

  body.woocommerce-checkout .sis-checkout-reassurance {
    padding: 10px 12px;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    margin-right: 8px;
    margin-left: 8px;
  }
}

/* Module 6 Checkout UI Cleanup v1.1 */
body.woocommerce-checkout.sis-checkout-final-polish {
  --sis-checkout-card: rgba(255, 253, 249, 0.9);
  --sis-checkout-card-strong: rgba(255, 253, 249, 0.96);
  --sis-checkout-line: rgba(184, 155, 94, 0.18);
  --sis-checkout-line-strong: rgba(184, 155, 94, 0.24);
  --sis-checkout-shadow-tight: 0 8px 18px rgba(58, 43, 31, 0.045);
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero {
  background: linear-gradient(180deg, #fffaf5 0%, #f7efe7 100%);
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-reassurance {
  display: none !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
  align-items: center;
  min-width: 0;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
  width: auto;
  height: 24px;
  max-width: 76px;
  padding: 3px 5px;
  border: 1px solid rgba(184, 155, 94, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  object-fit: contain;
  opacity: 0.96;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
  max-width: 68px;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
  max-width: 82px;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-inline-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-inline-logo {
  display: inline-block;
  width: auto;
  max-width: 76px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-cod-label-with-speedex .sis-speedex-inline-logo {
  height: 17px;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-free-shipping-amount {
  color: rgba(23, 17, 15, 0.82);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    min-height: 88px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    gap: 5px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-content-wrap {
    padding-top: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar-layout {
    gap: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    border: 1px solid var(--sis-checkout-line);
    border-radius: 12px;
    background: var(--sis-checkout-card);
    box-shadow: 0 6px 14px rgba(58, 43, 31, 0.035);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step {
    margin-bottom: 9px;
    padding: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__heading-container {
    margin-bottom: 7px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__title {
    font-size: 16px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-totals-wrapper,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-order-summary-item {
    border-color: rgba(184, 155, 94, 0.14) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control {
    background: transparent;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option {
    border-color: rgba(184, 155, 94, 0.16);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option--checked-option-highlighted {
    border-color: rgba(184, 155, 94, 0.28);
    background: rgba(255, 250, 245, 0.88);
    box-shadow: inset 2px 0 0 rgba(184, 155, 94, 0.52);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary {
    border-right: 0 !important;
    border-left: 0 !important;
    background: transparent;
    box-shadow: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    min-height: 50px;
    padding: 13px 14px;
    border-bottom: 1px solid rgba(184, 155, 94, 0.14);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method {
    padding-bottom: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control {
    border: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control__option {
    min-height: 44px;
    padding: 9px 11px;
    border-color: rgba(184, 155, 94, 0.14);
    background: rgba(255, 250, 245, 0.68);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control__option-layout {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-left: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control__label,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method .wc-block-components-radio-control__secondary-label {
    font-size: 13px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    gap: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    height: 23px;
    max-width: 76px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    max-width: 66px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    max-width: 80px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype"] {
    border-color: rgba(184, 155, 94, 0.16) !important;
    background: rgba(255, 253, 249, 0.72);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__terms {
    color: rgba(23, 17, 15, 0.68);
  }
}

/* Module 6 Checkout UI Consolidation v1.2 */
body.woocommerce-checkout.sis-checkout-final-polish {
  --sis-checkout-page: #f5eee6;
  --sis-checkout-hero: #f1e6d9;
  --sis-checkout-card: #fffdfa;
  --sis-checkout-card-strong: #fffaf4;
  --sis-checkout-line: rgba(157, 127, 76, 0.16);
  --sis-checkout-line-strong: rgba(157, 127, 76, 0.22);
  --sis-checkout-shadow-tight: 0 12px 26px rgba(58, 43, 31, 0.065);
  --sis-checkout-muted: rgba(23, 17, 15, 0.7);
  background: var(--sis-checkout-page);
}

body.woocommerce-checkout.sis-checkout-final-polish #inner-wrap,
body.woocommerce-checkout.sis-checkout-final-polish .site-main,
body.woocommerce-checkout.sis-checkout-final-polish .content-area,
body.woocommerce-checkout.sis-checkout-final-polish .entry-content-wrap {
  background: var(--sis-checkout-page);
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
  background: var(--sis-checkout-hero) !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
  gap: 7px;
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title {
  color: #17110f;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-final-subtitle {
  max-width: 590px;
  color: rgba(23, 17, 15, 0.88);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 650;
  line-height: 1.52;
}

body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype,
body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype,
body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype"] {
  margin: 10px 0 2px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__intro,
body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__intro,
body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype__intro"] {
  margin: -2px 0 10px !important;
  color: rgba(23, 17, 15, 0.56) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__label,
body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__label,
body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype__label"] {
  display: block !important;
  margin: 0 0 7px !important;
  color: rgba(23, 17, 15, 0.74) !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__select,
body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__select,
body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype__select"] {
  min-height: 48px !important;
  border: 1px solid rgba(157, 127, 76, 0.2) !important;
  border-radius: 9px !important;
  background-color: rgba(255, 253, 249, 0.92) !important;
  color: #17110f !important;
  font-size: 15px !important;
  font-weight: 520 !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__status,
body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__status,
body.woocommerce-checkout.sis-checkout-final-polish [class*="speedex-prototype__status"] {
  margin: 7px 0 0 !important;
  color: rgba(23, 17, 15, 0.58) !important;
  font-size: 12.25px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__select--error {
  border-color: rgba(118, 56, 49, 0.3) !important;
  box-shadow: 0 0 0 1px rgba(118, 56, 49, 0.08) !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__validation {
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  margin: 7px 0 0 !important;
  padding: 7px 9px;
  border: 1px solid rgba(118, 56, 49, 0.18);
  border-radius: 11px;
  background: rgba(255, 249, 246, 0.96);
  color: #66372f;
  font-size: 12.25px;
  font-weight: 600;
  line-height: 1.34;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__validation[hidden] {
  display: none !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title::before,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title::before {
  content: none !important;
  display: none !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-width: 0;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-text {
  flex: 1 1 auto;
  min-width: 0;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  width: auto !important;
  height: 34px !important;
  max-height: 34px !important;
  max-width: 98px;
  padding: 4px 8px;
  border: 1px solid rgba(157, 127, 76, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  object-fit: contain;
  object-position: center;
  opacity: 1;
  vertical-align: middle;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
  max-width: 88px;
  filter: contrast(1.18) saturate(1.05);
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
  max-width: 104px;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
  max-width: 92px;
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    min-height: 86px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title,
  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title {
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.05;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-final-subtitle {
    max-width: 350px;
    font-size: 14px;
    line-height: 1.48;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-content-wrap {
    padding-top: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar-layout {
    gap: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    border: 1px solid var(--sis-checkout-line);
    border-radius: 13px;
    background: var(--sis-checkout-card);
    box-shadow: var(--sis-checkout-shadow-tight);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step {
    margin-bottom: 10px;
    padding: 13px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__heading-container {
    margin-bottom: 8px;
    border-bottom: 0 !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control {
    border: 0;
    background: transparent;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option {
    min-height: 50px;
    padding: 10px 11px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
    margin-top: 6px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__option--checked-option-highlighted {
    border: 0;
    background: var(--sis-checkout-card-strong);
    box-shadow: inset 3px 0 0 rgba(184, 155, 94, 0.5);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-totals-wrapper,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-order-summary-item {
    border-color: rgba(157, 127, 76, 0.1) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    margin-top: 2px;
    margin-bottom: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    border-bottom-color: rgba(157, 127, 76, 0.12);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method--hidden {
    display: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    gap: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 94px;
    padding: 3px 7px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    max-width: 84px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    max-width: 98px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    max-width: 88px;
  }
}

/* Module 6 Checkout Final Polish v1.3 */
body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
  width: 100px !important;
  max-width: none;
  height: 38px !important;
  max-height: 38px !important;
  padding: 4px 8px;
  border-radius: 9px;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
  border-color: rgba(211, 181, 0, 0.72);
  background: #fae500;
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris,
body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .entry-content-wrap {
    margin-top: -10px;
    padding-top: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar-layout {
    margin-top: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    width: 96px !important;
    max-width: none;
    height: 37px !important;
    max-height: 37px !important;
    padding: 4px 8px;
  }
}

/* Module 6 Checkout Premium Finish v2A+ */
@media (max-width: 767px) {
  body.woocommerce-checkout .site-top-header-wrap,
  body.woocommerce-checkout .mobile-header-wrap .site-top-header-wrap {
    display: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish {
    --sis-checkout-page: #f4ede5;
    --sis-checkout-hero: #efe1d1;
    --sis-checkout-card: #fffdf8;
    --sis-checkout-card-strong: #fffaf2;
    --sis-checkout-line: rgba(148, 117, 66, 0.13);
    --sis-checkout-line-strong: rgba(148, 117, 66, 0.22);
    --sis-checkout-shadow-tight: 0 10px 24px rgba(58, 43, 31, 0.065);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero-container-inner,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .hero-container,
body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    min-height: 84px !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    background: var(--sis-checkout-hero) !important;
    box-shadow: none !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .entry-header {
    gap: 5px;
    padding-top: 14px;
    padding-bottom: 13px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .entry-title,
body.woocommerce-checkout.sis-checkout-final-polish .entry-hero .page-title {
    font-size: clamp(27px, 7vw, 31px);
    line-height: 1.05;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-final-subtitle {
    max-width: 346px;
    color: rgba(23, 17, 15, 0.8);
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.45;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .content-area {
    margin-top: 0;
    background: var(--sis-checkout-page);
  }


  body.woocommerce-checkout.sis-checkout-final-polish .entry-content-wrap {
    margin-top: 0;
    padding-top: 10px;
    background: linear-gradient(180deg, var(--sis-checkout-hero) 0, var(--sis-checkout-page) 16px, var(--sis-checkout-page) 100%);
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar-layout {
    gap: 10px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    border-color: var(--sis-checkout-line) !important;
    border-radius: 12px;
    background: var(--sis-checkout-card);
    box-shadow: var(--sis-checkout-shadow-tight);
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step {
    margin-bottom: 9px;
    padding: 12px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__heading-container {
    margin-bottom: 7px;
    border-bottom: 0 !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__title,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-title,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-order-summary__title,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-order-summary__title-text {
    color: rgba(23, 17, 15, 0.84);
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-card__edit {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 12.25px;
    line-height: 1.2;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-shipping-method-block,
body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__shipping-option,
body.woocommerce-checkout.sis-checkout-final-polish #shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish #shipping-option,
body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method--hidden {
    display: none !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    margin: 0 0 10px;
    overflow: hidden;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    border-right: 0 !important;
    border-left: 0 !important;
    background: transparent;
    box-shadow: none;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    min-height: 49px;
    padding: 12px 14px;
    border-bottom-color: rgba(148, 117, 66, 0.09) !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    margin-right: 12px;
    margin-left: 12px;
    border-color: rgba(148, 117, 66, 0.08) !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    padding-right: 14px;
    padding-left: 14px;
    border-color: rgba(148, 117, 66, 0.08) !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-totals-item {
    padding-top: 7px;
    padding-bottom: 7px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-totals-footer-item {
    border-top-color: rgba(148, 117, 66, 0.14) !important;
    background: transparent;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-threshold-note-block {
    margin: 0 14px 4px;
    padding: 4px 0 0;
    border-top: 0;
    background: transparent;
    color: rgba(23, 17, 15, 0.52);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.4;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control {
    border: 0;
    background: transparent;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 50px;
    margin-bottom: 6px;
    padding: 9px 10px;
    border: 1px solid transparent !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.46);
    box-shadow: none !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option::after {
    display: none !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    border-color: rgba(148, 117, 66, 0.18) !important;
    background: var(--sis-checkout-card-strong);
    box-shadow: inset 2px 0 0 rgba(184, 155, 94, 0.45) !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    margin: -3px 4px 7px 30px;
    padding: 2px 9px 10px 7px !important;
    border: 0;
    background: transparent;
    color: rgba(23, 17, 15, 0.62);
    font-size: 12px;
    line-height: 1.45;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content div {
    margin-top: 0;
    margin-bottom: 5px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-payment-method-label img:not(.sis-payment-logo),
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__label img:not(.sis-payment-logo) {
    display: none !important;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-text {
    flex: 1 1 auto;
    min-width: 0;
    color: rgba(23, 17, 15, 0.82);
    line-height: 1.25;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    width: 108px !important;
    max-width: none;
    height: 36px !important;
    max-height: 36px !important;
    padding: 3px 7px;
    border: 1px solid rgba(148, 117, 66, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    object-fit: contain;
    object-position: center;
    opacity: 1;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    width: 104px !important;
    filter: contrast(1.12) saturate(1.04);
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    width: 118px !important;
    padding: 1px 3px;
    border-color: rgba(211, 181, 0, 0.72);
    background: #fae500;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    width: 112px !important;
    padding-right: 4px;
    padding-left: 4px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .sis-cod-label-with-speedex .sis-payment-label-text {
    white-space: nowrap;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-order-note-block,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__order-notes,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step:has(#order-notes) {
    margin-top: 8px;
    margin-bottom: 9px;
    padding: 10px 12px;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__order-notes .wc-block-components-checkbox,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step:has(#order-notes) .wc-block-components-checkbox {
    margin: 0;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-order-note-block .wc-block-components-checkbox label,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__order-notes .wc-block-components-checkbox label,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step:has(#order-notes) .wc-block-components-checkbox label {
    font-size: 12px;
    line-height: 1.35;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__terms {
    margin: 6px 0 12px;
    padding-top: 2px;
    border-top: 0;
    color: rgba(23, 17, 15, 0.58);
    font-size: 11.75px;
    line-height: 1.5;
  }


  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-place-order-button {
    min-height: 50px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
  }

}

/* Module 6 Checkout Premium Finish v2A+ follow-up */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading-container,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-contact-login {
    flex: 0 0 auto;
    color: rgba(23, 17, 15, 0.68);
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-color: rgba(184, 155, 94, 0.46);
    text-underline-offset: 3px;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method {
    padding: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control {
    display: grid;
    gap: 7px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    overflow: hidden;
    border: 1px solid rgba(148, 117, 66, 0.12) !important;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    border-color: rgba(184, 155, 94, 0.34) !important;
    background: rgba(255, 252, 247, 0.98);
    box-shadow: 0 8px 18px rgba(58, 43, 31, 0.055), inset 2px 0 0 rgba(184, 155, 94, 0.42) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 56px;
    margin: 0;
    padding: 10px 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
    margin-top: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    display: flex !important;
    align-items: center;
    gap: 0;
    width: 100%;
    padding-left: 28px;
    box-sizing: border-box;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    max-width: 100%;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__label {
    min-width: 0;
    width: 100% !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    margin: -3px 8px 8px 38px;
    padding: 0 8px 11px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(23, 17, 15, 0.58);
    font-size: 11.75px;
    line-height: 1.44;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    gap: 12px;
    min-height: 38px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: normal;
    word-break: normal;
    white-space: normal;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    width: 116px !important;
    height: 38px !important;
    max-height: 38px !important;
    padding: 4px 7px;
    border-color: rgba(148, 117, 66, 0.16);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.96);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    width: 116px !important;
    padding: 3px 7px;
    filter: contrast(1.08) saturate(1.04);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    width: 120px !important;
    padding: 1px 4px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    width: 116px !important;
    padding: 3px 5px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    column-gap: 12px;
    align-items: center;
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image {
    width: 64px !important;
    min-width: 64px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image img {
    width: 64px !important;
    height: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    border-radius: 10px;
    object-fit: cover;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__description {
    min-width: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price {
    white-space: nowrap;
  }
}

/* Module 6 Checkout v2A+ critical shipping calculation fix */
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-form__city,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input:has(#shipping-city) {
  position: absolute !important;
  inset: auto auto auto -10000px !important;
  display: block !important;
  width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  max-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-shipping-method-block,
body.woocommerce-checkout.sis-checkout-final-polish .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__shipping-option,
body.woocommerce-checkout.sis-checkout-final-polish #shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish #shipping-option,
body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method,
body.woocommerce-checkout.sis-checkout-final-polish .sis-single-shipping-method--hidden {
  position: absolute !important;
  inset: auto auto auto -10000px !important;
  display: block !important;
  width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  max-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

/* Homepage Premium Polish v1 */
body.home {
  --sis-home-width: 1240px;
  --sis-home-edge: clamp(16px, 3vw, 24px);
  --sis-home-serif: Georgia, Cambria, "Times New Roman", serif;
  --sis-home-ink: #17110f;
  --sis-home-cream: #fffaf5;
  --sis-home-gold: #b89b5e;
  --sis-home-line: rgba(184, 155, 94, 0.24);
}

body.home .sis-home-hero,
body.home .sis-home-collections,
body.home .sis-home-featured-products,
body.home .sis-aov-sets {
  box-sizing: border-box;
  width: min(calc(100% - (var(--sis-home-edge) * 2)), var(--sis-home-width));
  max-width: var(--sis-home-width);
  margin-right: auto;
  margin-left: auto;
}

body.home .sis-home-hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 52vw, 680px);
  margin-top: clamp(28px, 4vw, 52px);
  margin-bottom: clamp(32px, 5vw, 64px);
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
  background: #181411;
  border: 1px solid rgba(184, 155, 94, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(23, 17, 15, 0.08);
}

body.home .sis-home-hero__media,
body.home .sis-home-hero__image,
body.home .sis-home-hero__veil {
  position: absolute;
  inset: 0;
}

body.home .sis-home-hero__media {
  z-index: -2;
  margin: 0;
}

body.home .sis-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.home .sis-home-hero__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.94) 0%, rgba(255, 250, 245, 0.78) 34%, rgba(255, 250, 245, 0.12) 62%, rgba(255, 250, 245, 0) 100%),
    linear-gradient(180deg, rgba(24, 20, 17, 0.02) 0%, rgba(24, 20, 17, 0.18) 100%);
}

body.home .sis-home-hero__content {
  align-self: center;
  max-width: 500px;
}

body.home .sis-home-hero h1,
body.home .sis-home-collections h2,
body.home .sis-home-featured-products > h2,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-aov-sets__header h2 {
  font-family: var(--sis-home-serif);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--sis-home-ink);
}

body.home .sis-home-hero h1 {
  max-width: 500px;
  margin: 0 0 18px;
  font-size: clamp(40px, 4.6vw, 68px);
  line-height: 0.98;
}

body.home .sis-home-hero p {
  max-width: 455px;
  margin: 0 0 30px;
  color: rgba(23, 17, 15, 0.76);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
}

body.home .sis-home-hero .wp-block-buttons,
body.home .sis-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

body.home .sis-home-hero .wp-block-button,
body.home .sis-home-hero__actions .wp-block-button {
  margin: 0;
}
body.home .sis-home-hero .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link {
  border: 1px solid var(--sis-home-ink);
  background: #17110f;
  color: #fffaf5;
}

body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link {
  border: 1px solid rgba(23, 17, 15, 0.24);
  background: rgba(255, 255, 255, 0.62);
  color: var(--sis-home-ink);
  backdrop-filter: blur(8px);
}
body.home .sis-home-hero .wp-block-button__link:focus-visible,
body.home .sis-home-collections .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:focus-visible,
body.home .sis-aov-card__cta:focus-visible {
  outline: 3px solid rgba(184, 155, 94, 0.46);
  outline-offset: 3px;

}

body.home .sis-home-featured-products {
  margin-top: 0;
  margin-bottom: clamp(46px, 6vw, 78px);
  padding: 0;
}

body.home .sis-aov-sets {
  margin-top: 0;
  margin-bottom: clamp(48px, 6vw, 80px);
  padding: 0;
}

body.home .sis-home-collections h2,
body.home .sis-home-featured-products > h2,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-aov-sets__header h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.12;
  overflow: visible;
}

body.home .sis-home-collections p,
body.home .sis-home-featured-products > p,
body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-aov-sets__header p {
  color: rgba(23, 17, 15, 0.68);
  font-size: 15px;
  line-height: 1.75;
}

body.home .sis-home-collections .wp-block-button__link {
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.055);
}

body.home .sis-home-collections .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(23, 17, 15, 0.09);
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post,
body.home .sis-aov-card {
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(23, 17, 15, 0.06);
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
body.home .sis-aov-card__cta {
  border-color: var(--sis-home-ink);
  background: #17110f;
  color: #fffaf5 !important;
}

@supports selector(:has(*)) {
  body.home .wp-block-columns:has(> .sis-home-collections) {
    box-sizing: border-box;
    width: min(calc(100% - (var(--sis-home-edge) * 2)), var(--sis-home-width));
    max-width: var(--sis-home-width);
    margin-right: auto;
    margin-left: auto;
  }

  body.home .wp-block-columns:has(> .sis-home-collections) > .sis-home-collections {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1240px) {
  body.home .sis-home-hero,
  body.home .sis-home-collections,
  body.home .sis-home-featured-products,
  body.home .sis-aov-sets {
    width: calc(100vw - (var(--sis-home-edge) * 2));
    max-width: calc(100vw - (var(--sis-home-edge) * 2));
    margin-left: calc(50% - 50vw + var(--sis-home-edge));
    margin-right: 0;
  }

  @supports selector(:has(*)) {
    body.home .wp-block-columns:has(> .sis-home-collections) {
      width: calc(100vw - (var(--sis-home-edge) * 2));
      max-width: calc(100vw - (var(--sis-home-edge) * 2));
      margin-left: calc(50% - 50vw + var(--sis-home-edge));
      margin-right: 0;
    }
  }
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 620px;
    padding: 46px;
  }

  body.home .sis-home-hero__veil {
    background:
      linear-gradient(90deg, rgba(255, 250, 245, 0.94) 0%, rgba(255, 250, 245, 0.74) 44%, rgba(255, 250, 245, 0.10) 78%, rgba(255, 250, 245, 0) 100%),
      linear-gradient(180deg, rgba(24, 20, 17, 0.02) 0%, rgba(24, 20, 17, 0.16) 100%);
  }
}

@media (max-width: 767px) {
  body.home {
    --sis-home-edge: 14px;
  }

  body.home .sis-home-hero,
  body.home .sis-home-collections,
  body.home .sis-home-featured-products,
  body.home .sis-aov-sets {
    width: calc(100vw - (var(--sis-home-edge) * 2));
    max-width: calc(100vw - (var(--sis-home-edge) * 2));
    margin-left: calc(50% - 50vw + var(--sis-home-edge));
    margin-right: 0;
  }

  body.home .sis-home-hero {
    min-height: min(690px, calc(100vh - 136px));
    margin-top: 18px;
    margin-bottom: 34px;
    padding: 26px 20px;
    align-items: start;
  }

  body.home .sis-home-hero__image {
    object-position: center bottom;
  }

  body.home .sis-home-hero__veil {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(255, 250, 245, 0.88) 38%, rgba(255, 250, 245, 0.30) 62%, rgba(255, 250, 245, 0.02) 100%),
      linear-gradient(0deg, rgba(24, 20, 17, 0.10) 0%, rgba(24, 20, 17, 0) 48%);
  }

  body.home .sis-home-hero__content {
    align-self: start;
    max-width: 100%;
  }

  body.home .sis-home-hero h1 {
    max-width: 330px;
    margin-bottom: 14px;
    font-size: clamp(34px, 10.4vw, 42px);
    line-height: 1.02;
  }

  body.home .sis-home-hero p {
    max-width: 310px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  body.home .sis-home-hero .wp-block-buttons,
  body.home .sis-home-hero__actions {
    gap: 10px;
  }

  body.home .sis-home-hero .wp-block-button__link {
    min-height: 43px;
    padding: 12px 18px;
    font-size: 12px;
  }

  body.home .sis-home-collections,
  body.home .sis-home-featured-products,
  body.home .sis-aov-sets {
    margin-bottom: 42px;
    padding: 0;
  }

  body.home .sis-home-collections h2,
  body.home .sis-home-featured-products > h2,
  body.home .sis-home-featured-products > .wp-block-column > h2,
  body.home .sis-aov-sets__header h2 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.12;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-collection,
  body.home .sis-home-featured-products .wp-block-woocommerce-handpicked-products {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

/* Homepage Premium Polish v2 */
body.home {
  --sis-home-display: "Noto Serif Display", Georgia, Cambria, "Times New Roman", serif;
  --sis-home-ui: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sis-home-soft: #fbf6ef;
  --sis-home-soft-2: #f6ecdf;
  --sis-home-card: rgba(255, 255, 255, 0.94);
  --sis-home-shadow: 0 12px 30px rgba(23, 17, 15, 0.055);
  --sis-home-shadow-hover: 0 16px 36px rgba(23, 17, 15, 0.085);
}

body.home .entry-content,
body.home .sis-home-hero,
body.home .sis-home-collections,
body.home .sis-home-featured-products,
body.home .sis-aov-sets {
  font-family: var(--sis-home-ui);
}

body.home .sis-home-hero h1,
body.home .sis-home-collections h2,
body.home .sis-home-featured-products > h2,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-aov-sets__header h2 {
  font-family: var(--sis-home-display);
  font-weight: 700;
  letter-spacing: -0.014em;
  text-wrap: balance;
}

body.home .sis-home-hero {
  min-height: clamp(570px, 51vw, 670px);
  margin-top: clamp(24px, 3.4vw, 44px);
  margin-bottom: clamp(36px, 5vw, 62px);
  padding: clamp(42px, 5.8vw, 80px);
  border-color: rgba(184, 155, 94, 0.22);
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.07);
}

body.home .sis-home-hero__image {
  object-position: 56% 82%;
}

body.home .sis-home-hero__veil {
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.92) 0%, rgba(255, 250, 245, 0.78) 30%, rgba(255, 250, 245, 0.30) 54%, rgba(255, 250, 245, 0.03) 100%),
    linear-gradient(180deg, rgba(24, 20, 17, 0.01) 0%, rgba(24, 20, 17, 0.12) 100%);
}

body.home .sis-home-hero__content {
  max-width: 535px;
}

body.home .sis-home-hero h1 {
  max-width: 525px;
  margin-bottom: 16px;
  font-size: clamp(44px, 4.35vw, 66px);
  line-height: 1.05;
}

body.home .sis-home-hero p {
  max-width: 465px;
  margin-bottom: 28px;
  color: rgba(23, 17, 15, 0.72);
  font-family: var(--sis-home-ui);
  font-size: clamp(15px, 1.12vw, 17px);
  font-weight: 400;
  line-height: 1.68;
}

body.home .sis-home-hero .wp-block-buttons,
body.home .sis-home-hero__actions {
  gap: 10px;
}

body.home .sis-home-hero .wp-block-button__link,
body.home .sis-home-collections .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
body.home .sis-aov-card__cta {
  font-family: var(--sis-home-ui);
  font-weight: 600;
  letter-spacing: 0.015em;
  box-shadow: none;
}

body.home .sis-home-hero .wp-block-button__link {
  min-height: 46px;
  padding: 13px 25px;
  font-size: 13px;
}
body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link {
  border-color: rgba(23, 17, 15, 0.20);
  background: rgba(255, 255, 255, 0.72);
  color: #181411 !important;
}

body.home .sis-home-hero .wp-block-button__link:hover,
body.home .sis-home-collections .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:hover,
body.home .sis-aov-card__cta:hover,
body.home .sis-aov-card__cta:focus {
  border-color: #a88743;
  background: #17110f;
  color: #fffaf5 !important;
  transform: translateY(-1px);
  box-shadow: 0 9px 18px rgba(23, 17, 15, 0.10);

}

body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link:hover,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link:hover {
  color: #ffffff !important;
}

body.home .sis-home-collections,
body.home .sis-home-featured-products,
body.home .sis-aov-sets {
  margin-bottom: clamp(50px, 6vw, 82px);
}

body.home .sis-home-collections h2,
body.home .sis-home-featured-products > h2,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-aov-sets__header h2 {
  margin-bottom: 12px;
  font-size: clamp(36px, 3.15vw, 48px);
  line-height: 1.08;
}

body.home .sis-home-collections p,
body.home .sis-home-featured-products > p,
body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-aov-sets__header p {
  max-width: 680px;
  color: rgba(23, 17, 15, 0.64);
  font-family: var(--sis-home-ui);
  font-size: 15px;
  line-height: 1.72;
}

body.home .sis-home-collections .wp-block-columns {
  gap: 14px;
}

body.home .sis-home-collections .wp-block-button__link {
  min-height: 116px;
  padding: 20px;
  border-color: rgba(184, 155, 94, 0.22);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 246, 239, 0.96) 100%);
  color: #181411 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  box-shadow: var(--sis-home-shadow);
}

body.home .sis-home-collections .wp-block-button__link::after {
  width: 30px;
  height: 30px;
  background: #181411;
  color: #f4d58f;
  font-family: var(--sis-home-ui);
  font-size: 15px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.home .sis-home-collections .wp-block-button__link:hover {
  border-color: rgba(168, 135, 67, 0.42);
  background: #ffffff;
  color: #181411 !important;
  box-shadow: var(--sis-home-shadow-hover);
}

body.home .sis-home-collections .wp-block-button__link:hover::after {
  background: #a88743;
  color: #ffffff;
  transform: translateX(2px);
}

body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  gap: 20px;
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post,
body.home .sis-aov-card {
  border-color: rgba(184, 155, 94, 0.20);
  background: var(--sis-home-card);
  border-radius: 10px;
  box-shadow: var(--sis-home-shadow);
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover,
body.home .sis-aov-card:hover {
  border-color: rgba(168, 135, 67, 0.36);
  box-shadow: var(--sis-home-shadow-hover);
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img {
  background: var(--sis-home-soft);

}

body.home .sis-home-featured-products .wp-block-post-title {
  margin: 17px 17px 7px;
  color: #181411;
  font-family: var(--sis-home-ui);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-price {
  margin: 0 17px 16px;
  color: rgba(23, 17, 15, 0.62);
  font-family: var(--sis-home-ui);
  font-size: 13px;
  font-weight: 500;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  font-size: 11px;
  line-height: 1.12;
  letter-spacing: 0.045em;

}

body.home .sis-aov-sets {
  margin-bottom: clamp(58px, 7vw, 96px);
}

body.home .sis-aov-sets__header {
  max-width: 720px;
  margin-bottom: 26px;
}

body.home .sis-aov-sets__grid {
  gap: 16px;
}

body.home .sis-aov-card__media {
  background: rgba(184, 155, 94, 0.12);
}

body.home .sis-aov-card__image-wrap {
  background: var(--sis-home-soft-2);
}

body.home .sis-aov-card__body {
  padding: 17px;
}

body.home .sis-aov-card__body h3 {
  margin-bottom: 9px;
  color: #181411;
  font-family: var(--sis-home-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.28;
}

body.home .sis-aov-card__products {
  gap: 6px;
  margin-bottom: 12px;
}

body.home .sis-aov-card__products li {
  color: rgba(23, 17, 15, 0.68);
  font-family: var(--sis-home-ui);
  font-size: 12.5px;
  font-weight: 500;
}

body.home .sis-aov-card__products span {
  color: rgba(23, 17, 15, 0.48);
  font-size: 11.5px;
  font-weight: 400;
}

body.home .sis-aov-card__text {
  color: rgba(23, 17, 15, 0.58);
  font-family: var(--sis-home-ui);
  font-size: 12.5px;
  line-height: 1.55;
}

body.home .sis-aov-card__price {
  color: #181411;
  font-family: var(--sis-home-ui);
  font-size: 14px;
  font-weight: 600;
}

body.home .sis-aov-card__cta {
  min-height: 40px;
  padding: 10px 13px;
  font-size: 11.5px;
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 610px;
    padding: 42px;
  }

  body.home .sis-home-hero h1 {
    font-size: clamp(40px, 5vw, 56px);
  }
}

@media (max-width: 767px) {
  body.home .sis-home-collections .wp-block-columns {
    gap: 10px;
  }

  body.home .sis-home-collections .wp-block-button__link {
    min-height: 104px;
    padding: 14px;
    border-radius: 9px;
    font-size: 13px;
  }

  body.home .sis-home-collections .wp-block-button__link::after {
    width: 27px;
    height: 27px;
    font-size: 14px;
  }

  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post,
  body.home .sis-aov-card {
    border-radius: 9px;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button {
    margin: 0 12px 14px;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
    min-height: 40px;
    padding: 10px 9px;
    font-size: 9.5px;
    letter-spacing: 0.03em;
  }

  body.home .sis-aov-sets {
    margin-bottom: 54px;
  }

  body.home .sis-aov-sets__grid {
    gap: 10px;
  }

  body.home .sis-aov-card__body {
    padding: 10px;
  }

  body.home .sis-aov-card__body h3 {
    font-size: 12.5px;
    line-height: 1.24;
  }

  body.home .sis-aov-card__products li {
    font-size: 11px;
    line-height: 1.28;
  }

  body.home .sis-aov-card__products span {
    font-size: 10px;
  }

  body.home .sis-aov-card__text {
    font-size: 11px;
    line-height: 1.42;
  }

  body.home .sis-aov-card__price {
    font-size: 12.5px;
  }

  body.home .sis-aov-card__cta {
    min-height: 38px;
    padding: 9px 8px;
    font-size: 10px;
  }
}

/* Homepage Premium Polish v3 */

body.home .sis-home-occasions__header {
  max-width: 760px;
  margin-bottom: 26px;
}

body.home .sis-home-occasions__header h2 {
  margin: 0 0 12px;
}

body.home .sis-home-occasions__header p {
  margin: 0;
}

body.home .sis-home-occasions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.home .sis-home-occasion-card {
  position: relative;
  display: grid;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: 10px;
  background: var(--sis-home-soft);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(23, 17, 15, 0.055);
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home .sis-home-occasion-card:hover,
body.home .sis-home-occasion-card:focus-visible {
  border-color: rgba(168, 135, 67, 0.42);
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.085);
  transform: translateY(-2px);
}

body.home .sis-home-occasion-card:focus-visible {
  outline: 3px solid rgba(184, 155, 94, 0.46);
  outline-offset: 3px;
}

body.home .sis-home-occasion-card picture,
body.home .sis-home-occasion-card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

body.home .sis-home-occasion-card img {
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 220ms ease;
}

body.home .sis-home-occasion-card:hover img,
body.home .sis-home-occasion-card:focus-visible img {
  transform: scale(1.025);
}

body.home .sis-home-occasion-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 17, 15, 0) 0%, rgba(23, 17, 15, 0.58) 100%);
  pointer-events: none;
}

body.home .sis-home-occasion-card__label {
  position: relative;
  z-index: 2;
  align-self: end;
  display: block;
  padding: 18px;
  color: #ffffff;
  font-family: var(--sis-home-ui);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 1px 12px rgba(23, 17, 15, 0.28);
}

body.home .sis-home-featured-products {
  margin-bottom: clamp(56px, 7vw, 90px);
}

body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  gap: 22px;
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.045);
}

body.home .sis-home-featured-products .wp-block-post-title {
  margin-top: 16px;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
  min-height: 40px;
  border-color: rgba(23, 17, 15, 0.86);
  background: #181411;
  font-size: 10.5px;
  letter-spacing: 0.035em;

}

body.home .sis-aov-sets {
  margin-bottom: clamp(64px, 8vw, 108px);
}

body.home .sis-aov-card {
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.05);
}

body.home .sis-aov-card__body {
  gap: 0;
}

body.home .sis-aov-card__body h3 {
  margin-bottom: 10px;
}

body.home .sis-aov-card__footer {
  padding-top: 2px;
}

body.home .sis-aov-card__price {
  font-size: 14.5px;
}

body.home .sis-aov-card__cta {
  min-height: 39px;
  border-color: rgba(23, 17, 15, 0.86);
  font-size: 11px;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  body.home .sis-home-occasions__grid {
    gap: 14px;
  }

  body.home .sis-home-occasion-card__label {
    padding: 15px;
    font-size: 13.5px;
  }
}

@media (max-width: 767px) {


  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
    min-height: 39px;
    font-size: 9.25px;
    letter-spacing: 0.02em;
  }

  body.home .sis-aov-sets {
    margin-bottom: 58px;
  }

  body.home .sis-aov-card__cta {
    min-height: 38px;
    font-size: 9.75px;
  }
}

/* Homepage Mobile Premium Hero Reveal */
/* Cinematic Sequence v3 */
body.home .sis-home-hero {
  opacity: 1;
  transform: none;
}

body.home .sis-home-hero__image {
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: 56% 50%;
  animation: sisPremiumHeroImageSettle 8000ms cubic-bezier(0.34, 0, 0.16, 1) 160ms both;
  will-change: transform;
}

body.home .sis-home-hero__content > h1 {
  animation: sisPremiumHeroTitleReveal 3400ms cubic-bezier(0.34, 0, 0.16, 1) 1000ms both;
  will-change: transform, opacity;
}

body.home .sis-home-hero__content > p {
  animation: sisPremiumHeroParagraphReveal 3300ms cubic-bezier(0.34, 0, 0.16, 1) 1600ms both;
  will-change: transform, opacity;
}

body.home .sis-home-hero__actions {
  animation: sisPremiumHeroActionsReveal 3000ms cubic-bezier(0.34, 0, 0.16, 1) 2400ms both;
  will-change: transform, opacity;
}

body.home .sis-home-hero .wp-block-button__link {
  transition-duration: 220ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

body.home .sis-home-hero .wp-block-button__link:hover,
body.home .sis-home-hero .wp-block-button__link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(23, 17, 15, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  body.home .sis-home-occasion-card {
    transition-duration: 240ms;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.home .sis-home-occasion-card img {
    transition-duration: 420ms;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.home .sis-home-occasion-card:hover,
  body.home .sis-home-occasion-card:focus-visible {
    transform: translateY(-2px);
  }

  body.home .sis-home-occasion-card:hover img,
  body.home .sis-home-occasion-card:focus-visible img {
    transform: scale(1.028);
  }
}

@media (hover: none), (pointer: coarse) {
  body.home .sis-home-occasion-card:hover {
    transform: none;
  }

  body.home .sis-home-occasion-card:hover img {
    transform: scale(1.001);
  }
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    min-height: min(588px, calc(100vh - 94px));
    margin-top: 10px;
    margin-bottom: 22px;
    padding: 18px 16px 16px;
  }

  body.home .sis-home-hero__content {
    max-width: 100%;
  }

  body.home .sis-home-hero__image {
    transform-origin: 50% 57%;
    object-position: center 68%;
  }

  body.home .sis-home-hero__veil {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.96) 0%, rgba(255, 250, 245, 0.88) 31%, rgba(255, 250, 245, 0.19) 56%, rgba(255, 250, 245, 0.02) 100%),
      linear-gradient(0deg, rgba(24, 20, 17, 0.10) 0%, rgba(24, 20, 17, 0) 44%);
  }

  body.home .sis-home-hero h1 {
    max-width: 318px;
    margin-bottom: 9px;
    font-size: clamp(30px, 8.2vw, 35px);
    line-height: 1.05;
  }

  body.home .sis-home-hero p {
    max-width: 306px;
    margin-bottom: 14px;
    font-size: 13.5px;
    line-height: 1.42;
  }

  body.home .sis-home-hero .wp-block-buttons,
  body.home .sis-home-hero__actions {
    gap: 8px;
  }

  body.home .sis-home-hero .wp-block-button__link {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-home-hero,
  body.home .sis-home-hero__image,
  body.home .sis-home-hero__content > h1,
  body.home .sis-home-hero__content > p,
  body.home .sis-home-hero__actions {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  body.home .sis-home-hero .wp-block-button__link,
  body.home .sis-home-occasion-card,
  body.home .sis-home-occasion-card img {
    transition: none;
  }

  body.home .sis-home-occasion-card:hover,
  body.home .sis-home-occasion-card:focus-visible,
  body.home .sis-home-occasion-card:hover img,
  body.home .sis-home-occasion-card:focus-visible img {
    transform: none;
  }
}

@keyframes sisPremiumHeroImageSettle {
  0% {
    transform: translate3d(0, 26px, 0) scale(1.14);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes sisPremiumHeroTitleReveal {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sisPremiumHeroParagraphReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sisPremiumHeroActionsReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Homepage Hero Compact Viewport Fit */
body.home .sis-home-hero {
  min-height: clamp(481px, 40vw, 553px);
  margin-top: clamp(-8px, -0.45vw, 0px);
  margin-bottom: clamp(22px, 3vw, 38px);
  padding: clamp(24px, 3.25vw, 44px);
}

body.home .sis-home-hero h1 {
  max-width: 492px;
  margin-bottom: 12px;
  font-size: clamp(38px, 3.45vw, 54px);
  line-height: 1.02;
}

body.home .sis-home-hero p {
  margin-bottom: 18px;
  line-height: 1.54;
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 540px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    min-height: min(562px, calc(100vh - 116px));
    margin-top: 7px;
    margin-bottom: 20px;
    padding: 16px 16px 15px;
  }

  body.home .sis-home-hero h1 {
    max-width: 318px;
    margin-bottom: 9px;
    font-size: clamp(30px, 8.2vw, 35px);
    line-height: 1.05;
  }

  body.home .sis-home-hero p {
    margin-bottom: 13px;
    line-height: 1.42;
  }
}

/* Module 6 Phase 3 - Product Card Boutique System */
body.home {
  --sis-product-card-line: rgba(184, 155, 94, 0.22);
  --sis-product-card-line-strong: rgba(168, 135, 67, 0.42);
  --sis-product-card-surface: #fffbf6;
  --sis-product-card-warm: #f7efe5;
}

body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  gap: clamp(18px, 2vw, 26px);
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  display: flex;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sis-product-card-line);
  border-radius: 10px;
  background: var(--sis-product-card-surface);
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;

}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wc-block-components-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wc-block-components-product-image {
  border-color: var(--sis-product-card-line-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.07);
  transform: translateY(-2px);

}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img {
  background: var(--sis-product-card-warm);
  transition: transform 220ms ease, filter 220ms ease;

}

body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wc-block-components-product-image img,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wc-block-components-product-image img {
  transform: scale(1.018);
  filter: saturate(1.02);

}

body.home .sis-home-featured-products .wp-block-post-title {
  margin: 15px 6px 6px;
  color: #181411;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.32;
  text-align: center;
}

body.home .sis-home-featured-products .wp-block-post-title a:hover,
body.home .sis-home-featured-products .wp-block-post-title a:focus-visible {
  color: #8c6f35;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-price {
  margin: 0 6px 13px;
  color: rgba(23, 17, 15, 0.70);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
  width: 100%;
  min-height: 42px;
  padding: 11px 14px;
  border-color: rgba(23, 17, 15, 0.24);
  background: rgba(255, 251, 246, 0.74);
  color: #181411 !important;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-transform: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);

}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link::after,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button::after,
body.home .sis-aov-card__cta::after {
  content: "\2192";
  margin-left: 7px;
  font-size: 0.92em;
  line-height: 1;
  transition: transform 180ms ease;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:focus-visible {
  border-color: rgba(168, 135, 67, 0.58);
  background: #f8efe2;
  color: #181411 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.065);
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover::after,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:hover::after,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible::after,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:focus-visible::after,
body.home .sis-aov-card__cta:hover::after,
body.home .sis-aov-card__cta:focus-visible::after {
  transform: translateX(2px);
}

body.home .sis-aov-card {
  border-color: var(--sis-product-card-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home .sis-aov-card:hover {
  border-color: var(--sis-product-card-line-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.07);
  transform: translateY(-2px);
}

body.home .sis-aov-card__media {
  gap: 2px;
  padding: 8px;
  background: var(--sis-product-card-surface);
}

body.home .sis-aov-card__image-wrap {
  border-radius: 7px;
  background: var(--sis-product-card-warm);
}

body.home .sis-aov-card__body {
  padding: 17px;
}

body.home .sis-aov-card__body h3 {
  font-size: 16px;
  font-weight: 650;
}

body.home .sis-aov-card__cta {
  min-height: 40px;
  border-color: rgba(23, 17, 15, 0.24);
  background: rgba(255, 251, 246, 0.74);
  color: #181411 !important;
  font-weight: 650;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

body.home .sis-aov-card__cta:hover,
body.home .sis-aov-card__cta:focus-visible {
  border-color: rgba(168, 135, 67, 0.58);
  background: #f8efe2;
  color: #181411 !important;
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.065);
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .wc-block-product-template,
  body.home .sis-home-featured-products .wp-block-post-template {
    gap: 18px 12px;
  }

  body.home .sis-home-featured-products .wp-block-post-title {
    margin: 12px 2px 5px;
    font-size: 13.5px;
    line-height: 1.24;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button {
    margin: auto 2px 0;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button {
    min-height: 44px;
    padding: 10px 9px;
    font-size: 10.5px;
    line-height: 1.12;
  }

  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link::after,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button::after,
  body.home .sis-aov-card__cta::after {
    content: none;
  }

  body.home .sis-aov-card__media {
    padding: 6px;
  }

  body.home .sis-aov-card__body {
    padding: 11px;
  }

  body.home .sis-aov-card__body h3 {
    font-size: 13px;
  }

  body.home .sis-aov-card__cta {
    min-height: 42px;
  }
}

/* Module 6 Phase 4 - Homepage Section Rhythm */
body.home {
  --sis-rhythm-cream: #fffaf4;
  --sis-rhythm-cream-strong: #f8efe4;
  --sis-rhythm-white: #fffefd;
  --sis-rhythm-line: rgba(184, 155, 94, 0.18);
  background: var(--sis-rhythm-cream);
}

body.home .site,
body.home #inner-wrap,
body.home #primary,
body.home #main,
body.home .content-area,
body.home .site-container,
body.home .site-main,
body.home .content-wrap,
body.home .content-bg,
body.home .entry,
body.home .entry-content-wrap,
body.home .entry-content {
  background: transparent;
  box-shadow: none;
}

body.home .sis-home-occasions,
body.home .sis-home-featured-products,
body.home .sis-aov-sets {
  position: relative;
  z-index: 0;
  isolation: isolate;
  margin-top: 0;
}

body.home .sis-home-occasions::before,
body.home .sis-home-featured-products::before,
body.home .sis-aov-sets::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 calc(50% - 50vw);
  z-index: -1;
  width: 100vw;
  pointer-events: none;
}

body.home .sis-home-occasions {
  padding-top: clamp(28px, 3.8vw, 54px);
  padding-bottom: clamp(46px, 5.8vw, 78px);
  margin-bottom: 0;
}

body.home .sis-home-occasions::before {
  top: calc(clamp(28px, 3.8vw, 54px) * -1);
  background:
    linear-gradient(180deg, #ffffff 0%, var(--sis-rhythm-white) 42%, var(--sis-rhythm-cream) 100%);
}

body.home .sis-home-featured-products {
  padding-top: clamp(38px, 4.8vw, 68px);
  padding-bottom: clamp(42px, 5vw, 70px);
  margin-bottom: 0;
}

body.home .sis-home-featured-products::before {
  background:
    linear-gradient(180deg, var(--sis-rhythm-cream) 0%, #ffffff 34%, #ffffff 72%, var(--sis-rhythm-cream) 100%);
  border-top: 1px solid rgba(184, 155, 94, 0.10);
}

body.home .sis-aov-sets {
  padding-top: clamp(46px, 5.4vw, 76px);
  padding-bottom: clamp(58px, 6.6vw, 94px);
  margin-bottom: 0;
}

body.home .sis-aov-sets::before {
  background:
    linear-gradient(180deg, var(--sis-rhythm-cream) 0%, var(--sis-rhythm-cream-strong) 100%);
  border-top: 1px solid var(--sis-rhythm-line);
  border-bottom: 1px solid var(--sis-rhythm-line);
}

body.home .sis-home-occasions__header,
body.home .sis-aov-sets__header,
body.home .sis-home-featured-products > .wp-block-column {
  position: relative;
}

body.home .sis-home-occasions__header,
body.home .sis-aov-sets__header {
  margin-bottom: clamp(22px, 2.4vw, 32px);
}

body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-occasions__header h2,
body.home .sis-aov-sets__header h2 {
  margin-bottom: 10px;
  color: #181411;
  font-size: clamp(38px, 3.35vw, 52px);
  line-height: 1.04;
}

body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-home-occasions__header p,
body.home .sis-aov-sets__header p {
  max-width: 680px;
  color: rgba(23, 17, 15, 0.66);
  font-size: 15px;
  line-height: 1.72;
}

body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-featured-products > .wp-block-column > p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.home .sis-home-featured-products > .wp-block-column > p {
  margin-bottom: clamp(28px, 3.4vw, 44px);
}

body.home .sis-home-occasions__grid,
body.home .sis-aov-sets__grid {
  gap: clamp(16px, 1.6vw, 24px);
}

body.home .sis-home-occasion-card,
body.home .sis-aov-card {
  box-shadow: 0 12px 28px rgba(23, 17, 15, 0.045);
}

body.home .sis-home-occasion-card:hover,
body.home .sis-home-occasion-card:focus-visible,
body.home .sis-aov-card:hover {
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.075);
}

body.home .sis-aov-sets__header {
  max-width: 760px;
}

body.home .sis-aov-sets__header::before {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(168, 135, 67, 0.50);
}

body.home .sis-aov-card {
  background: rgba(255, 255, 255, 0.76);
}

body.home .sis-aov-card__text {
  max-width: 30em;
}

@media (max-width: 767px) {
  body.home .sis-home-occasions {
    padding-top: 30px;
    padding-bottom: 44px;
  }

  body.home .sis-home-featured-products {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  body.home .sis-aov-sets {
    padding-top: 38px;
    padding-bottom: 54px;
  }

  body.home .sis-home-featured-products > .wp-block-column > h2,
  body.home .sis-home-occasions__header h2,
  body.home .sis-aov-sets__header h2 {
    font-size: clamp(31px, 9vw, 38px);
    line-height: 1.08;
  }

  body.home .sis-home-featured-products > .wp-block-column > p,
  body.home .sis-home-occasions__header p,
  body.home .sis-aov-sets__header p {
    font-size: 13.5px;
    line-height: 1.62;
  }

  body.home .sis-home-featured-products > .wp-block-column > p {
    margin-bottom: 25px;
  }

  body.home .sis-home-occasions__grid {
    gap: 12px;
  }

  body.home .sis-aov-sets__grid {
    gap: 12px;
  }

  body.home .sis-aov-sets__header::before {
    width: 38px;
    margin-bottom: 14px;
  }
}

/* Module 6 Phase 4R - Hero Layout Regression Fix */
body.home .sis-home-hero {
  min-height: clamp(590px, 44vw, 632px);
  margin-bottom: clamp(28px, 3.2vw, 42px);
}


body.home .sis-home-occasions::before {
  top: calc(clamp(22px, 3vw, 38px) * -1);
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 570px;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    min-height: min(610px, calc(100vh - 82px));
    margin-bottom: 22px;
  }


  body.home .sis-home-occasions::before {
    top: -24px;
  }
}

/* Module 6 Phase 4C - Homepage Composition & Typography Unification */
body.home {
  --sis-compose-page: #fffaf3;
  --sis-compose-page-warm: #f7eee3;
  --sis-compose-page-footer: #f1e6d9;
  --sis-compose-ink: #181411;
  --sis-compose-muted: rgba(23, 17, 15, 0.66);
  --sis-compose-card: rgba(255, 253, 249, 0.88);
  --sis-compose-card-border: rgba(184, 155, 94, 0.20);
  --sis-compose-shadow: 0 10px 24px rgba(23, 17, 15, 0.045);
  --sis-compose-shadow-hover: 0 14px 30px rgba(23, 17, 15, 0.07);
  background:
    linear-gradient(180deg, #fffaf3 0%, #fffaf3 42%, #fff8f1 58%, #f7eee3 78%, #f1e6d9 100%);
}

body.home .site,
body.home .site-main,
body.home .content-bg,
body.home .entry,
body.home .entry-content {
  background: transparent;
}

body.home .sis-home-occasions,
body.home .sis-home-featured-products,
body.home .sis-aov-sets {
  position: relative;
  z-index: 0;
  isolation: auto;
  margin-top: 0;
  margin-bottom: 0;
}

body.home .sis-home-occasions::before,
body.home .sis-home-featured-products::before,
body.home .sis-aov-sets::before {
  display: none;
}

body.home .sis-home-hero {
  margin-bottom: clamp(30px, 3.4vw, 46px);
}

body.home .sis-home-occasions {
  padding-top: clamp(18px, 2.6vw, 34px);
  padding-bottom: clamp(42px, 5vw, 68px);
}

body.home .sis-home-featured-products {
  padding-top: clamp(22px, 3.2vw, 46px);
  padding-bottom: clamp(50px, 6vw, 84px);
}

body.home .sis-aov-sets {
  padding-top: clamp(34px, 4.4vw, 62px);
  padding-bottom: clamp(62px, 7vw, 104px);
}

body.home .sis-home-occasions__header,
body.home .sis-aov-sets__header {
  max-width: 760px;
  margin-bottom: clamp(24px, 2.7vw, 36px);
}

body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-occasions__header h2,
body.home .sis-aov-sets__header h2 {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--sis-compose-ink);
  font-size: clamp(34px, 3.05vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  text-align: left;
}

body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-home-occasions__header p,
body.home .sis-aov-sets__header p {
  max-width: 660px;
  margin: 0;
  color: var(--sis-compose-muted);
  font-size: 14.5px;
  line-height: 1.66;
  text-align: left;
}

body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-featured-products > .wp-block-column > p {
  margin-right: 0;
  margin-left: 0;
}

body.home .sis-home-featured-products > .wp-block-column > p {
  margin-bottom: clamp(24px, 3vw, 38px);
}

body.home .sis-aov-sets__header::before {
  display: none;
}

body.home .sis-home-occasions__grid,
body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template,
body.home .sis-aov-sets__grid {
  gap: clamp(18px, 1.8vw, 26px);
}

body.home .sis-home-occasion-card,
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.home .sis-aov-card {
  border-color: var(--sis-compose-card-border);
  border-radius: 12px;
  box-shadow: var(--sis-compose-shadow);
}

body.home .sis-home-occasion-card {
  border: 1px solid var(--sis-compose-card-border);
  background: var(--sis-compose-card);
}

body.home .sis-home-occasion-card:hover,
body.home .sis-home-occasion-card:focus-visible,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wc-block-components-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wc-block-components-product-image,
body.home .sis-aov-card:hover {
  border-color: rgba(168, 135, 67, 0.36);
  box-shadow: var(--sis-compose-shadow-hover);

}

body.home .sis-aov-card {
  background: var(--sis-compose-card);
}

body.home .sis-aov-card__media,
body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img {
  background: rgba(255, 250, 244, 0.78);
}

body.home .sis-aov-card__image-wrap {
  background: rgba(248, 239, 226, 0.86);
}

body.home .sis-footer-v2,
body.home .site-footer {
  border-top-color: transparent;
  background: transparent;
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products {
    padding-top: 26px;
    padding-bottom: 44px;
  }

  body.home .sis-aov-sets {
    padding-top: 34px;
    padding-bottom: 54px;
  }

  body.home .sis-home-featured-products > .wp-block-column > h2,
  body.home .sis-home-occasions__header h2,
  body.home .sis-aov-sets__header h2 {
    max-width: 340px;
    margin-bottom: 8px;
    font-size: clamp(29px, 8.3vw, 35px);
    line-height: 1.08;
  }

  body.home .sis-home-featured-products > .wp-block-column > p,
  body.home .sis-home-occasions__header p,
  body.home .sis-aov-sets__header p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.58;
  }

  body.home .sis-home-featured-products > .wp-block-column > p {
    margin-bottom: 22px;
  }

  body.home .sis-home-occasions__grid,
  body.home .sis-home-featured-products .wc-block-product-template,
  body.home .sis-home-featured-products .wp-block-post-template,
  body.home .sis-aov-sets__grid {
    gap: 14px 12px;
  }

  body.home .sis-home-occasion-card,
  body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
  body.home .sis-home-featured-products .wc-block-components-product-image,
  body.home .sis-aov-card {
    border-radius: 10px;
  }
}

/* Module 6 Phase 4D - Homepage Final Design Acceptance */
body.home {
  --sis-home-width: 1320px;
}

body.home .sis-home-occasions {
  padding-bottom: clamp(34px, 4.1vw, 56px);
}

body.home .sis-home-featured-products {
  padding-top: clamp(20px, 2.6vw, 36px);
  padding-bottom: clamp(40px, 4.7vw, 64px);
}

body.home .sis-aov-sets {
  padding-top: clamp(28px, 3.25vw, 46px);
  padding-bottom: clamp(36px, 4.2vw, 60px);
}

body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-occasions__header h2,
body.home .sis-aov-sets__header h2 {
  max-width: 840px;
  font-size: clamp(36px, 3.45vw, 52px);
  line-height: 1.06;
}

body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-home-occasions__header p,
body.home .sis-aov-sets__header p {
  max-width: 700px;
  font-size: 15px;
  line-height: 1.68;
}

body.home .sis-home-occasions__header,
body.home .sis-aov-sets__header {
  max-width: 840px;
  margin-bottom: clamp(22px, 2.4vw, 34px);
}

body.home .sis-home-occasion-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 12px;
  overflow: visible;
  aspect-ratio: auto;
  border: 0;
  background: transparent;
  color: var(--sis-compose-ink);
  box-shadow: none;
  isolation: auto;
}

body.home .sis-home-occasion-card:hover,
body.home .sis-home-occasion-card:focus-visible {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

body.home .sis-home-occasion-card:focus-visible {
  outline: none;
}

body.home .sis-home-occasion-card::after {
  display: none;
}

body.home .sis-home-occasion-card picture {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--sis-compose-card-border);
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.78);
  box-shadow: var(--sis-compose-shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home .sis-home-occasion-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.home .sis-home-occasion-card:hover picture,
body.home .sis-home-occasion-card:focus-visible picture {
  border-color: rgba(168, 135, 67, 0.36);
  box-shadow: var(--sis-compose-shadow-hover);
  transform: translateY(-2px);
}

body.home .sis-home-occasion-card:focus-visible picture {
  outline: 3px solid rgba(184, 155, 94, 0.36);
  outline-offset: 4px;
}

body.home .sis-home-occasion-card__label {
  position: relative;
  z-index: 1;
  align-self: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 4px;
  color: var(--sis-compose-ink);
  font-family: var(--sis-home-serif);
  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: none;
  transition: color 180ms ease;
}

body.home .sis-home-occasion-card__label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.58;
}

body.home .sis-home-occasion-card:hover .sis-home-occasion-card__label,
body.home .sis-home-occasion-card:focus-visible .sis-home-occasion-card__label {
  color: #8f7138;
}

body.home .sis-home-occasion-card__text {
  max-width: 100%;
  margin: -2px 4px 0;
  color: rgba(23, 17, 15, 0.66);
  font-family: var(--sis-home-ui);
  font-size: clamp(13px, 0.98vw, 14px);
  font-weight: 400;
  line-height: 1.58;
}

body.home .sis-footer-v2__inner {
  width: min(100%, var(--sis-home-width));
  padding-top: clamp(36px, 4vw, 58px);
}

@media (min-width: 1200px) {
  body.home {
    --sis-home-edge: clamp(32px, 3.6vw, 52px);
  }

  body.home .content-container.site-container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  body.home .entry-content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-occasions {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  body.home .sis-home-featured-products {
    padding-top: 24px;
    padding-bottom: 38px;
  }

  body.home .sis-aov-sets {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  body.home .sis-home-featured-products > .wp-block-column > h2,
  body.home .sis-home-occasions__header h2,
  body.home .sis-aov-sets__header h2 {
    max-width: 340px;
    font-size: clamp(30px, 8.35vw, 35px);
    line-height: 1.08;
  }

  body.home .sis-home-featured-products > .wp-block-column > p,
  body.home .sis-home-occasions__header p,
  body.home .sis-aov-sets__header p {
    max-width: 330px;
    font-size: 13px;
    line-height: 1.58;
  }

  body.home .sis-home-occasion-card {
    gap: 8px;
  }

  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 1.16;
    border-radius: 10px;
  }

  body.home .sis-home-occasion-card:hover picture,
  body.home .sis-home-occasion-card:focus-visible picture {
    transform: none;
  }

  body.home .sis-home-occasion-card__label {
    gap: 7px;
    padding: 0 2px;
    font-size: clamp(16.5px, 4.6vw, 18px);
  }

  body.home .sis-home-occasion-card__text {
    margin-top: -4px;
    font-size: 12.5px;
    line-height: 1.48;
  }

  body.home .sis-home-occasion-card__label::after {
    width: 5px;
    height: 5px;
  }

}

/* Module 6 Phase 4D Follow-up - Homepage Acceptance Corrections */
body.home .sis-home-hero {
  min-height: clamp(560px, 40vw, 590px);
  margin-bottom: clamp(24px, 2.8vw, 38px);
}

body.home .sis-home-occasions {
  padding-bottom: clamp(30px, 3.4vw, 46px);
}

body.home .sis-home-featured-products {
  padding-top: clamp(18px, 2.3vw, 30px);
  padding-bottom: clamp(28px, 3.2vw, 44px);
}

body.home .sis-aov-sets {
  padding-top: clamp(22px, 2.5vw, 34px);
  padding-bottom: clamp(26px, 3.2vw, 42px);
}

body.home .sis-home-featured-products > .wp-block-column,
body.home .sis-home-featured-products .wp-block-woocommerce-product-collection,
body.home .sis-home-featured-products .wp-block-woocommerce-handpicked-products,
body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  width: 100%;
  max-width: 100%;
}

body.home .sis-home-featured-products .wc-block-product-template,
body.home .sis-home-featured-products .wp-block-post-template {
  gap: clamp(18px, 1.8vw, 24px);
}

body.home .sis-home-featured-products > .wp-block-column > p {
  margin-bottom: clamp(22px, 2.5vw, 32px);
}

@media (min-width: 1024px) {
  body.home .sis-footer-v2__text {
    max-width: 760px;
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products {
    padding-top: 20px;
    padding-bottom: 32px;
  }

  body.home .sis-aov-sets {
    padding-top: 24px;
    padding-bottom: 34px;
  }

  body.home .sis-home-featured-products > .wp-block-column > p {
    margin-bottom: 20px;
  }

}

/* Module 6 Phase 4E - Homepage Spacing Diagnostic Correction */
body.home .sis-home-hero {
  min-height: clamp(520px, 37vw, 536px);
  margin-bottom: clamp(22px, 2vw, 28px);
}

body.home .sis-home-occasions {
  padding-top: clamp(22px, 2vw, 28px);
  padding-bottom: clamp(24px, 2vw, 30px);
}

body.home .sis-home-occasions__header {
  margin-bottom: clamp(28px, 2.2vw, 32px);
}

body.home .sis-home-occasion-card {
  gap: clamp(10px, 0.85vw, 12px);
}

body.home .sis-home-occasion-card__label {
  padding: 0 2px;
  font-family: var(--sis-home-ui);
  font-size: clamp(15.5px, 1.05vw, 17px);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: 0.005em;
}

body.home .sis-home-occasion-card__label::after {
  width: 5px;
  height: 5px;
  opacity: 0.5;
}

body.home .wp-block-columns.sis-home-featured-products {
  gap: 0;
  row-gap: 0;
  padding-top: clamp(20px, 1.9vw, 26px);
  padding-bottom: clamp(22px, 2vw, 28px);
}

body.home .wp-block-columns.sis-home-featured-products > .wp-block-column.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-product-collection.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-handpicked-products.sis-home-featured-products {
  margin: 0;
  padding: 0;
}

body.home .wp-block-columns.sis-home-featured-products > .wp-block-column > .wp-block-woocommerce-product-collection,
body.home .wp-block-columns.sis-home-featured-products > .wp-block-column > .wp-block-woocommerce-handpicked-products {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

body.home .sis-home-featured-products > .wp-block-column > p {
  margin-bottom: clamp(28px, 2.2vw, 32px);
}

body.home .sis-aov-sets {
  margin-top: -10px;
  padding-top: clamp(22px, 1.9vw, 28px);
  padding-bottom: clamp(26px, 2.2vw, 32px);
}

body.home .sis-aov-sets__header {
  margin-bottom: clamp(28px, 2.2vw, 32px);
}

@media (max-width: 1024px) {
  body.home .sis-home-hero {
    min-height: 520px;
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    min-height: min(510px, calc(100vh - 128px));
    margin-bottom: 18px;
  }


  body.home .sis-home-occasions__header {
    margin-bottom: 24px;
  }

  body.home .sis-home-occasion-card {
    gap: 10px;
  }

  body.home .sis-home-occasion-card__label {
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
  }

  body.home .wp-block-columns.sis-home-featured-products {
    gap: 0;
    row-gap: 0;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  body.home .wp-block-columns.sis-home-featured-products > .wp-block-column.sis-home-featured-products,
  body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-product-collection.sis-home-featured-products,
  body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-handpicked-products.sis-home-featured-products {
    margin: 0;
    padding: 0;
  }

  body.home .sis-home-featured-products > .wp-block-column > p {
    margin-bottom: 24px;
  }

  body.home .sis-aov-sets {
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  body.home .sis-aov-sets__header {
    margin-bottom: 24px;
  }

}

/* Module 6 Hero Fallback and Focal Animation Correction */
body.home .sis-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../img/sisellena-hero-desktop.webp?v=20260506-focal");
  background-position: 58% 56%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: 78% 46%;
  animation: sisPremiumHeroFocalZoomOut 10500ms cubic-bezier(0.28, 0, 0.12, 1) 120ms both;
  will-change: transform;
}

@supports (background-image: image-set(url("x.avif") type("image/avif"))) {
  body.home .sis-home-hero::before {
    background-image: image-set(
      url("../img/sisellena-hero-desktop.avif?v=20260506-focal") type("image/avif"),
      url("../img/sisellena-hero-desktop.webp?v=20260506-focal") type("image/webp")
    );
  }
}

body.home .sis-home-hero__media {
  opacity: 0;
}

body.home .sis-home-hero__image {
  animation: none;
  object-position: 58% 56%;
  transform: none;
  will-change: auto;
}

@media (max-width: 1024px) {
  body.home .sis-home-hero::before {
    background-position: 78% 56%;
    transform-origin: 76% 47%;
  }

  body.home .sis-home-hero__image {
    object-position: 78% 56%;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-hero::before {
    background-image: url("../img/sisellena-hero-mobile.webp?v=20260506-focal");
    background-position: 50% 72%;
    transform-origin: 62% 66%;
    animation-name: sisPremiumHeroFocalZoomOutMobile;
  }

  body.home .sis-home-hero__image {
    object-position: center 72%;
  }
}

@media (max-width: 767px) {
  @supports (background-image: image-set(url("x.avif") type("image/avif"))) {
    body.home .sis-home-hero::before {
      background-image: image-set(
        url("../img/sisellena-hero-mobile.avif?v=20260506-focal") type("image/avif"),
        url("../img/sisellena-hero-mobile.webp?v=20260506-focal") type("image/webp")
      );
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-home-hero::before {
    animation: none;
    transform: none;
    will-change: auto;
  }

  body.home .sis-home-hero__image {
    animation: none;
    transform: none;
    will-change: auto;
  }
}

@keyframes sisPremiumHeroFocalZoomOut {
  0% {
    transform: scale(1.60);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes sisPremiumHeroFocalZoomOutMobile {
  0% {
    transform: scale(2.08);
  }

  100% {
    transform: scale(1);
  }
}

/* Module 6 Catalog / Product Archive / Quick Buy UX v1 */
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.search-results.post-type-archive-product {
  --sis-catalog-page: #fffaf3;
  --sis-catalog-surface: rgba(255, 253, 249, 0.92);
  --sis-catalog-warm: #f8efe4;
  --sis-catalog-ink: #181411;
  --sis-catalog-muted: rgba(24, 20, 17, 0.64);
  --sis-catalog-line: rgba(184, 155, 94, 0.20);
  --sis-catalog-line-strong: rgba(151, 119, 56, 0.34);
  --sis-catalog-shadow: 0 10px 24px rgba(23, 17, 15, 0.045);
  background: linear-gradient(180deg, #fffaf3 0%, #fff9f1 52%, #f6ede2 100%);
}

body.woocommerce-shop .site,
body.post-type-archive-product .site,
body.tax-product_cat .site,
body.search-results.post-type-archive-product .site,
body.woocommerce-shop .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main,
body.search-results.post-type-archive-product .site-main,
body.woocommerce-shop .content-bg,
body.post-type-archive-product .content-bg,
body.tax-product_cat .content-bg,
body.search-results.post-type-archive-product .content-bg {
  background: transparent;
}

body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.search-results.post-type-archive-product .content-area {
  margin-top: clamp(30px, 4vw, 58px);
  margin-bottom: clamp(48px, 6vw, 88px);
}

body.woocommerce-shop .content-container.site-container,
body.post-type-archive-product .content-container.site-container,
body.tax-product_cat .content-container.site-container,
body.search-results.post-type-archive-product .content-container.site-container {
  width: min(100%, 1320px);
}

body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.search-results.post-type-archive-product .woocommerce-products-header {
  margin-bottom: clamp(20px, 2.8vw, 34px);
}

body.woocommerce-shop .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.search-results.post-type-archive-product .woocommerce-products-header__title,
body.woocommerce-shop .page-title,
body.post-type-archive-product .page-title,
body.tax-product_cat .page-title,
body.search-results.post-type-archive-product .page-title {
  max-width: 820px;
  margin: 0;
  color: var(--sis-catalog-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

body.woocommerce-shop .term-description,
body.post-type-archive-product .term-description,
body.tax-product_cat .term-description,
body.search-results.post-type-archive-product .term-description {
  max-width: 680px;
  margin-top: 12px;
  color: var(--sis-catalog-muted);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14.5px;
  line-height: 1.7;
}

body.woocommerce-shop .sis-catalog-trust-strip,
body.post-type-archive-product .sis-catalog-trust-strip,
body.tax-product_cat .sis-catalog-trust-strip,
body.search-results.post-type-archive-product .sis-catalog-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-width: 840px;
  margin-top: 16px;
  color: rgba(24, 20, 17, 0.70);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  line-height: 1.3;
}

body.woocommerce-shop .sis-catalog-trust-strip > span,
body.post-type-archive-product .sis-catalog-trust-strip > span,
body.tax-product_cat .sis-catalog-trust-strip > span,
body.search-results.post-type-archive-product .sis-catalog-trust-strip > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid rgba(184, 155, 94, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.62);
}

body.woocommerce-shop .sis-catalog-trust-strip strong,
body.post-type-archive-product .sis-catalog-trust-strip strong,
body.tax-product_cat .sis-catalog-trust-strip strong,
body.search-results.post-type-archive-product .sis-catalog-trust-strip strong {
  font-weight: 700;
}

body.woocommerce-shop .kadence-shop-top-row,
body.post-type-archive-product .kadence-shop-top-row,
body.tax-product_cat .kadence-shop-top-row,
body.search-results.post-type-archive-product .kadence-shop-top-row {
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(18px, 2.1vw, 28px);
  padding: 12px 0;
  border-top: 1px solid rgba(184, 155, 94, 0.14);
  border-bottom: 1px solid rgba(184, 155, 94, 0.14);
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.search-results.post-type-archive-product .woocommerce-result-count {
  margin: 0;
  color: rgba(24, 20, 17, 0.62);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  line-height: 1.4;
}

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.search-results.post-type-archive-product .woocommerce-ordering {
  margin: 0;
}

body.woocommerce-shop .orderby,
body.post-type-archive-product .orderby,
body.tax-product_cat .orderby,
body.search-results.post-type-archive-product .orderby {
  min-height: 44px;
  max-width: min(100%, 290px);
  padding: 0 38px 0 14px;
  border: 1px solid rgba(24, 20, 17, 0.14);
  border-radius: 999px;
  background-color: rgba(255, 253, 249, 0.82);
  color: #2a231e;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  line-height: 40px;
  box-shadow: none;
}

body.woocommerce-shop .orderby:focus,
body.post-type-archive-product .orderby:focus,
body.tax-product_cat .orderby:focus,
body.search-results.post-type-archive-product .orderby:focus {
  border-color: rgba(184, 155, 94, 0.46);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.12);
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.search-results.post-type-archive-product ul.products {
  gap: clamp(18px, 2vw, 26px);
  margin-bottom: clamp(34px, 4.5vw, 58px);
}

body.woocommerce-shop ul.products.product-archive li.product,
body.post-type-archive-product ul.products.product-archive li.product,
body.tax-product_cat ul.products.product-archive li.product,
body.search-results.post-type-archive-product ul.products.product-archive li.product {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--sis-catalog-line);
  border-radius: 12px;
  background: var(--sis-catalog-warm);
  box-shadow: var(--sis-catalog-shadow);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.woocommerce-shop ul.products li.product:hover .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product:hover .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product:hover .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product:hover .woocommerce-loop-image-link,
body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link:focus-visible,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link:focus-visible,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link:focus-visible {
  border-color: var(--sis-catalog-line-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.07);
  transform: translateY(-2px);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link img,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link img,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link img,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.woocommerce-shop ul.products li.product:hover .woocommerce-loop-image-link img,
body.post-type-archive-product ul.products li.product:hover .woocommerce-loop-image-link img,
body.tax-product_cat ul.products li.product:hover .woocommerce-loop-image-link img,
body.search-results.post-type-archive-product ul.products li.product:hover .woocommerce-loop-image-link img {
  transform: scale(1.025);
}

body.woocommerce-shop ul.products li.product .product-details,
body.post-type-archive-product ul.products li.product .product-details,
body.tax-product_cat ul.products li.product .product-details,
body.search-results.post-type-archive-product ul.products li.product .product-details {
  display: grid;
  gap: 7px;
  padding: 13px 2px 0;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  color: var(--sis-catalog-ink);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: 0;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title a,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title a,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title a,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
  display: block;
  margin: 0;
  color: rgba(24, 20, 17, 0.76);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .product-excerpt,
body.post-type-archive-product ul.products li.product .product-excerpt,
body.tax-product_cat ul.products li.product .product-excerpt,
body.search-results.post-type-archive-product ul.products li.product .product-excerpt {
  display: none;
}

body.woocommerce-shop ul.products li.product .product-action-wrap,
body.post-type-archive-product ul.products li.product .product-action-wrap,
body.tax-product_cat ul.products li.product .product-action-wrap,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap {
  position: static !important;
  display: block !important;
  margin-top: 6px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.woocommerce-shop ul.products li.product .product-action-wrap .button,
body.post-type-archive-product ul.products li.product .product-action-wrap .button,
body.tax-product_cat ul.products li.product .product-action-wrap .button,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  color: var(--sis-catalog-ink);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
  white-space: nowrap;
  opacity: 1 !important;
  visibility: visible !important;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.woocommerce-shop ul.products li.product .product-action-wrap .button:hover,
body.post-type-archive-product ul.products li.product .product-action-wrap .button:hover,
body.tax-product_cat ul.products li.product .product-action-wrap .button:hover,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button:hover,
body.woocommerce-shop ul.products li.product .product-action-wrap .button:focus-visible,
body.post-type-archive-product ul.products li.product .product-action-wrap .button:focus-visible,
body.tax-product_cat ul.products li.product .product-action-wrap .button:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button:focus-visible {
  border-color: rgba(24, 20, 17, 0.86);
  background: #181411;
  color: #fffaf3;
  outline: none;
  box-shadow: none;
  transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .product-action-wrap .button .kadence-svg-iconset,
body.post-type-archive-product ul.products li.product .product-action-wrap .button .kadence-svg-iconset,
body.tax-product_cat ul.products li.product .product-action-wrap .button .kadence-svg-iconset,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button .kadence-svg-iconset {
  display: none;
}

body.woocommerce-shop ul.products li.product.outofstock,
body.post-type-archive-product ul.products li.product.outofstock,
body.tax-product_cat ul.products li.product.outofstock,
body.search-results.post-type-archive-product ul.products li.product.outofstock {
  opacity: 0.78;
}

body.woocommerce-shop ul.products li.product.outofstock .product-action-wrap .button,
body.post-type-archive-product ul.products li.product.outofstock .product-action-wrap .button,
body.tax-product_cat ul.products li.product.outofstock .product-action-wrap .button,
body.search-results.post-type-archive-product ul.products li.product.outofstock .product-action-wrap .button {
  border-color: rgba(24, 20, 17, 0.12);
  background: rgba(24, 20, 17, 0.06);
  color: rgba(24, 20, 17, 0.54);
  cursor: default;
}

@media (min-width: 1200px) {
  body.woocommerce-shop .content-container.site-container,
  body.post-type-archive-product .content-container.site-container,
  body.tax-product_cat .content-container.site-container,
  body.search-results.post-type-archive-product .content-container.site-container {
    padding-right: clamp(28px, 3vw, 48px);
    padding-left: clamp(28px, 3vw, 48px);
  }
}

@media (max-width: 767px) {
  body.woocommerce-shop .content-area,
  body.post-type-archive-product .content-area,
  body.tax-product_cat .content-area,
  body.search-results.post-type-archive-product .content-area {
    margin-top: 24px;
    margin-bottom: 50px;
  }

  body.woocommerce-shop .content-container.site-container,
  body.post-type-archive-product .content-container.site-container,
  body.tax-product_cat .content-container.site-container,
  body.search-results.post-type-archive-product .content-container.site-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.woocommerce-shop .woocommerce-products-header__title,
  body.post-type-archive-product .woocommerce-products-header__title,
  body.tax-product_cat .woocommerce-products-header__title,
  body.search-results.post-type-archive-product .woocommerce-products-header__title,
  body.woocommerce-shop .page-title,
  body.post-type-archive-product .page-title,
  body.tax-product_cat .page-title,
  body.search-results.post-type-archive-product .page-title {
    font-size: clamp(32px, 9vw, 38px);
  }

  body.woocommerce-shop .sis-catalog-trust-strip,
  body.post-type-archive-product .sis-catalog-trust-strip,
  body.tax-product_cat .sis-catalog-trust-strip,
  body.search-results.post-type-archive-product .sis-catalog-trust-strip {
    gap: 7px;
    margin-top: 14px;
    font-size: 12px;
  }

  body.woocommerce-shop .sis-catalog-trust-strip > span,
  body.post-type-archive-product .sis-catalog-trust-strip > span,
  body.tax-product_cat .sis-catalog-trust-strip > span,
  body.search-results.post-type-archive-product .sis-catalog-trust-strip > span {
    min-height: 27px;
    padding: 5px 9px;
  }

  body.woocommerce-shop .kadence-shop-top-row,
  body.post-type-archive-product .kadence-shop-top-row,
  body.tax-product_cat .kadence-shop-top-row,
  body.search-results.post-type-archive-product .kadence-shop-top-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.woocommerce-shop .orderby,
  body.post-type-archive-product .orderby,
  body.tax-product_cat .orderby,
  body.search-results.post-type-archive-product .orderby {
    width: 100%;
    max-width: 100%;
  }

  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.search-results.post-type-archive-product ul.products {
    gap: 18px 12px;
  }

  body.woocommerce-shop ul.products.product-archive,
  body.post-type-archive-product ul.products.product-archive,
  body.tax-product_cat ul.products.product-archive,
  body.search-results.post-type-archive-product ul.products.product-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
  body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
  body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
  body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
    border-radius: 10px;
    transform: none;
  }

  body.woocommerce-shop ul.products li.product .product-details,
  body.post-type-archive-product ul.products li.product .product-details,
  body.tax-product_cat ul.products li.product .product-details,
  body.search-results.post-type-archive-product ul.products li.product .product-details {
    gap: 6px;
    padding-top: 10px;
  }

  body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
  body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 1.25;
  }

  body.woocommerce-shop ul.products li.product .price,
  body.post-type-archive-product ul.products li.product .price,
  body.tax-product_cat ul.products li.product .price,
  body.search-results.post-type-archive-product ul.products li.product .price {
    font-size: 12.5px;
  }

  body.woocommerce-shop ul.products li.product .product-action-wrap .button,
  body.post-type-archive-product ul.products li.product .product-action-wrap .button,
  body.tax-product_cat ul.products li.product .product-action-wrap .button,
  body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button {
    min-height: 44px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
}

/* Module 6 Internal Commerce Headers / UI System Alignment v3E */
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.search-results.post-type-archive-product,
body.woocommerce-cart,
body.woocommerce-checkout {
  --sis-commerce-header-bg: linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
  --sis-commerce-header-ink: #17110f;
  --sis-commerce-header-muted: rgba(23, 17, 15, 0.62);
  --sis-commerce-header-line: rgba(184, 155, 94, 0.20);
  --sis-commerce-header-gold: rgba(184, 155, 94, 0.72);
  --sis-commerce-header-shadow: 0 12px 28px rgba(58, 43, 31, 0.045);
}

body.woocommerce-shop .entry-hero,
body.post-type-archive-product .entry-hero,
body.tax-product_cat .entry-hero,
body.search-results.post-type-archive-product .entry-hero {
  border-bottom: 1px solid var(--sis-commerce-header-line);
  background: var(--sis-commerce-header-bg);
  box-shadow: var(--sis-commerce-header-shadow);
}
body.woocommerce-cart .entry-hero {
  border-bottom: 1px solid var(--sis-commerce-header-line);
  background: var(--sis-commerce-header-bg);
  box-shadow: var(--sis-commerce-header-shadow);
}
body.woocommerce-checkout .entry-hero {
  border-bottom: 1px solid var(--sis-commerce-header-line);
  background: var(--sis-commerce-header-bg);
  box-shadow: var(--sis-commerce-header-shadow);
}


body.woocommerce-shop .entry-hero,
body.woocommerce-shop .entry-hero-container-inner,
body.woocommerce-shop .entry-hero .hero-container,
body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-hero,
body.post-type-archive-product .entry-hero-container-inner,
body.post-type-archive-product .entry-hero .hero-container,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-hero,
body.tax-product_cat .entry-hero-container-inner,
body.tax-product_cat .entry-hero .hero-container,
body.tax-product_cat .entry-header,
body.search-results.post-type-archive-product .entry-hero,
body.search-results.post-type-archive-product .entry-hero-container-inner,
body.search-results.post-type-archive-product .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-header {
  height: 106px !important;
  min-height: 106px !important;
}
body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
  height: 106px !important;
  min-height: 106px !important;
}
body.woocommerce-checkout .entry-hero,
body.woocommerce-checkout .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero .hero-container,
body.woocommerce-checkout .entry-header {
  height: 106px !important;
  min-height: 106px !important;
}


body.woocommerce-shop .entry-hero .hero-container,
body.post-type-archive-product .entry-hero .hero-container,
body.tax-product_cat .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-hero .hero-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}
body.woocommerce-cart .entry-hero .hero-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}
body.woocommerce-checkout .entry-hero .hero-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}


body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-header,
body.search-results.post-type-archive-product .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
body.woocommerce-cart .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
body.woocommerce-checkout .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}


body.woocommerce-shop .entry-hero .entry-title,
body.woocommerce-shop .entry-hero .page-title,
body.post-type-archive-product .entry-hero .entry-title,
body.post-type-archive-product .entry-hero .page-title,
body.tax-product_cat .entry-hero .entry-title,
body.tax-product_cat .entry-hero .page-title,
body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title,
body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title,
body.woocommerce-checkout .entry-hero .entry-title,
body.woocommerce-checkout .entry-hero .page-title {
  position: relative;
  width: auto;
  max-width: 860px;
  margin: 0;
  padding-left: 16px;
  color: var(--sis-commerce-header-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

body.woocommerce-shop .entry-hero .entry-title::before,
body.woocommerce-shop .entry-hero .page-title::before,
body.post-type-archive-product .entry-hero .entry-title::before,
body.post-type-archive-product .entry-hero .page-title::before,
body.tax-product_cat .entry-hero .entry-title::before,
body.tax-product_cat .entry-hero .page-title::before,
body.search-results.post-type-archive-product .entry-hero .entry-title::before,
body.search-results.post-type-archive-product .entry-hero .page-title::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 2px;
  height: 0.86em;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--sis-commerce-header-gold);
}
body.woocommerce-cart .entry-hero .entry-title::before,
body.woocommerce-cart .entry-hero .page-title::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 2px;
  height: 0.86em;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--sis-commerce-header-gold);
}
body.woocommerce-checkout .entry-hero .entry-title::before,
body.woocommerce-checkout .entry-hero .page-title::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 2px;
  height: 0.86em;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--sis-commerce-header-gold);
}


body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.search-results.post-type-archive-product .content-area {
  margin-top: clamp(18px, 2.4vw, 34px);
}

body.woocommerce-cart .entry-content-wrap {
  padding-top: clamp(20px, 2.6vw, 30px);
}
body.woocommerce-checkout .entry-content-wrap {
  padding-top: clamp(20px, 2.6vw, 30px);
}


@media (min-width: 768px) {
  body.woocommerce-shop .entry-hero,
  body.woocommerce-shop .entry-hero-container-inner,
  body.woocommerce-shop .entry-hero .hero-container,
  body.woocommerce-shop .entry-header,
  body.post-type-archive-product .entry-hero,
  body.post-type-archive-product .entry-hero-container-inner,
  body.post-type-archive-product .entry-hero .hero-container,
  body.post-type-archive-product .entry-header,
  body.tax-product_cat .entry-hero,
  body.tax-product_cat .entry-hero-container-inner,
  body.tax-product_cat .entry-hero .hero-container,
  body.tax-product_cat .entry-header,
  body.search-results.post-type-archive-product .entry-hero,
  body.search-results.post-type-archive-product .entry-hero-container-inner,
  body.search-results.post-type-archive-product .entry-hero .hero-container,
  body.search-results.post-type-archive-product .entry-header,
  body.woocommerce-cart .entry-hero,
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-cart .entry-hero .hero-container,
  body.woocommerce-cart .entry-header,
  body.woocommerce-checkout .entry-hero,
  body.woocommerce-checkout .entry-hero-container-inner,
  body.woocommerce-checkout .entry-hero .hero-container,
  body.woocommerce-checkout .entry-header {
    height: 124px !important;
    min-height: 124px !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-shop .entry-hero,
  body.woocommerce-shop .entry-hero-container-inner,
  body.woocommerce-shop .entry-hero .hero-container,
  body.woocommerce-shop .entry-header,
  body.post-type-archive-product .entry-hero,
  body.post-type-archive-product .entry-hero-container-inner,
  body.post-type-archive-product .entry-hero .hero-container,
  body.post-type-archive-product .entry-header,
  body.tax-product_cat .entry-hero,
  body.tax-product_cat .entry-hero-container-inner,
  body.tax-product_cat .entry-hero .hero-container,
  body.tax-product_cat .entry-header,
  body.search-results.post-type-archive-product .entry-hero,
  body.search-results.post-type-archive-product .entry-hero-container-inner,
  body.search-results.post-type-archive-product .entry-hero .hero-container,
  body.search-results.post-type-archive-product .entry-header,
  body.woocommerce-cart .entry-hero,
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-cart .entry-hero .hero-container,
  body.woocommerce-cart .entry-header,
  body.woocommerce-checkout .entry-hero,
  body.woocommerce-checkout .entry-hero-container-inner,
  body.woocommerce-checkout .entry-hero .hero-container,
  body.woocommerce-checkout .entry-header {
    height: 106px !important;
    min-height: 106px !important;
  }

  body.woocommerce-shop .entry-hero .hero-container,
body.post-type-archive-product .entry-hero .hero-container,
body.tax-product_cat .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }
body.woocommerce-cart .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }
body.woocommerce-checkout .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }


  body.woocommerce-shop .entry-hero .entry-title,
body.woocommerce-shop .entry-hero .page-title,
body.post-type-archive-product .entry-hero .entry-title,
body.post-type-archive-product .entry-hero .page-title,
body.tax-product_cat .entry-hero .entry-title,
body.tax-product_cat .entry-hero .page-title,
body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title {
    max-width: 100%;
    padding-left: 13px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.08;
  }
body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title {
    max-width: 100%;
    padding-left: 13px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.08;
  }
body.woocommerce-checkout .entry-hero .entry-title,
body.woocommerce-checkout .entry-hero .page-title {
    max-width: 100%;
    padding-left: 13px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.08;
  }


  body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.search-results.post-type-archive-product .content-area {
    margin-top: 16px;

}

  body.woocommerce-cart .entry-content-wrap {
    padding-top: 16px;
  }
body.woocommerce-checkout .entry-content-wrap {
    padding-top: 16px;
  }

}

/* Module 6 My Account Login/Register UX v1 */
body.sis-my-account-auth {
  --sis-account-ink: #181411;
  --sis-account-muted: #71665f;
  --sis-account-border: rgba(24, 20, 17, 0.12);
  --sis-account-line: rgba(184, 155, 94, 0.24);
  --sis-account-surface: #ffffff;
  --sis-account-soft: #fffaf5;
  --sis-account-gold: #b89b5e;
}

body.sis-my-account-auth *,
body.sis-my-account-auth *::before,
body.sis-my-account-auth *::after {
  box-sizing: border-box;
}

body.sis-my-account-auth .entry-hero,
body.sis-my-account-auth .entry-hero-container-inner,
body.sis-my-account-auth .entry-hero .hero-container,
body.sis-my-account-auth .entry-header {
  height: 106px !important;
  min-height: 106px !important;
}

body.sis-my-account-auth .entry-hero {
  border-bottom: 1px solid var(--sis-commerce-header-line, rgba(24, 20, 17, 0.10));
  background: var(--sis-commerce-header-bg, linear-gradient(180deg, #fffaf5 0%, #ffffff 100%));
  box-shadow: var(--sis-commerce-header-shadow, 0 18px 44px rgba(24, 20, 17, 0.05));

}

body.sis-my-account-auth .entry-hero .hero-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}

body.sis-my-account-auth .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

body.sis-my-account-auth .entry-hero .entry-title {
  position: relative;
  width: auto;
  max-width: 860px;
  margin: 0;
  padding-left: 16px;
  color: var(--sis-commerce-header-ink, #181411);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

body.sis-my-account-auth .entry-hero .entry-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0.86em;
  border-radius: 999px;
  background: var(--sis-commerce-header-gold, #b89b5e);
  transform: translateY(-50%);

}

body.sis-my-account-auth .entry-content-wrap {
  padding-top: clamp(20px, 3vw, 36px);
}

body.sis-my-account-auth .woocommerce {
  width: min(100%, 620px);
  margin-right: auto;
  margin-left: auto;
}

body.sis-my-account-auth #customer_login {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

body.sis-my-account-auth #customer_login::before,
body.sis-my-account-auth #customer_login::after {
  display: none;
  content: none;
}

body.sis-my-account-auth #customer_login .u-column1,
body.sis-my-account-auth #customer_login .u-column2 {
  float: none;
  width: 100%;
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--sis-account-border);
  border-radius: 8px;
  background: var(--sis-account-surface);
  box-shadow: 0 20px 52px rgba(24, 20, 17, 0.08);
}

body.sis-my-account-auth.sis-my-account-auth-enhanced #customer_login .u-column1[hidden],
body.sis-my-account-auth.sis-my-account-auth-enhanced #customer_login .u-column2[hidden] {
  display: none !important;
}

body.sis-my-account-auth #customer_login h2 {
  margin: 0 0 18px;
  color: var(--sis-account-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(25px, 4.8vw, 32px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

body.sis-my-account-auth #customer_login form {
  margin: 0;
  border: 0;
}

body.sis-my-account-auth #customer_login .form-row {
  margin-bottom: 16px;
}

body.sis-my-account-auth #customer_login label {
  margin-bottom: 7px;
  color: var(--sis-account-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.sis-my-account-auth #customer_login .woocommerce-Input,
body.sis-my-account-auth #customer_login .input-text {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: var(--sis-account-ink);
  font-size: 16px;
  line-height: 1.35;
}

body.sis-my-account-auth #customer_login .woocommerce-Input:focus,
body.sis-my-account-auth #customer_login .input-text:focus {
  border-color: rgba(184, 155, 94, 0.74);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16);
}

body.sis-my-account-auth #customer_login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--sis-account-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

body.sis-my-account-auth #customer_login .woocommerce-form-login__rememberme input {
  flex: 0 0 auto;
  margin-right: 9px;
}

body.sis-my-account-auth #customer_login .woocommerce-button,
body.sis-my-account-auth #customer_login .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid #181411;
  border-radius: 8px;
  background: #181411;
  color: #fffaf5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

body.sis-my-account-auth #customer_login .woocommerce-button:hover,
body.sis-my-account-auth #customer_login .woocommerce-button:focus-visible,
body.sis-my-account-auth #customer_login .button:hover,
body.sis-my-account-auth #customer_login .button:focus-visible {
  border-color: #2a211b;
  background: #2a211b;
  color: #fffaf5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18);
}

body.sis-my-account-auth #customer_login .lost_password {
  margin: 4px 0 0;
  text-align: center;
}

body.sis-my-account-auth #customer_login .lost_password a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--sis-account-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.sis-my-account-auth #customer_login .woocommerce-privacy-policy-text,
body.sis-my-account-auth #customer_login form.register > p:not(.form-row) {
  color: var(--sis-account-muted);
  font-size: 13px;
  line-height: 1.55;
}

body.sis-my-account-auth #customer_login .woocommerce-privacy-policy-text p,
body.sis-my-account-auth #customer_login form.register > p:not(.form-row) {
  margin: 0 0 14px;
}

body.sis-my-account-auth #customer_login .woocommerce-privacy-policy-text a {
  color: var(--sis-account-ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.sis-my-account-auth .sis-account-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--sis-account-line);
  color: var(--sis-account-muted);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

body.sis-my-account-auth .sis-account-switch--login {
  justify-content: flex-start;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-top: 0;
  border-bottom: 1px solid var(--sis-account-line);
  text-align: left;
}

body.sis-my-account-auth .sis-account-switch__lead {
  color: var(--sis-account-muted);
}

body.sis-my-account-auth .sis-account-switch__button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sis-account-ink);
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  box-shadow: none;
  cursor: pointer;
}

body.sis-my-account-auth .sis-account-switch__button:hover,
body.sis-my-account-auth .sis-account-switch__button:focus-visible {
  color: #7d642d;
  outline: none;
  box-shadow: 0 2px 0 rgba(184, 155, 94, 0.42);
}

@media (min-width: 768px) {
  body.sis-my-account-auth .entry-hero,
  body.sis-my-account-auth .entry-hero-container-inner,
  body.sis-my-account-auth .entry-hero .hero-container,
  body.sis-my-account-auth .entry-header {
    height: 124px !important;
    min-height: 124px !important;
  }
}

@media (max-width: 767px) {
  body.sis-my-account-auth .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.sis-my-account-auth .entry-hero .entry-title {
    max-width: 100%;
    padding-left: 13px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.08;
  }

  body.sis-my-account-auth .entry-content-wrap {
    padding-top: 16px;
  }

  body.sis-my-account-auth .woocommerce {
    width: 100%;
  }

  body.sis-my-account-auth #customer_login .u-column1,
  body.sis-my-account-auth #customer_login .u-column2 {
    padding: 20px 16px;
    box-shadow: 0 14px 34px rgba(24, 20, 17, 0.07);
  }
}

/* Module 6 Batch A1 - Secondary Surface Alignment */
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.search-results.post-type-archive-product {
  --sis-a1-ink: #181411;
  --sis-a1-muted: rgba(24, 20, 17, 0.66);
  --sis-a1-quiet: rgba(24, 20, 17, 0.52);
  --sis-a1-line: rgba(184, 155, 94, 0.22);
  --sis-a1-line-strong: rgba(184, 155, 94, 0.36);
  --sis-a1-gold: #b89b5e;
  --sis-a1-soft: #fffaf5;
  --sis-a1-surface: rgba(255, 253, 249, 0.94);
  --sis-a1-shadow: 0 18px 46px rgba(58, 43, 31, 0.07);

}
body.search-no-results.post-type-archive-product {
  --sis-a1-ink: #181411;
  --sis-a1-muted: rgba(24, 20, 17, 0.66);
  --sis-a1-quiet: rgba(24, 20, 17, 0.52);
  --sis-a1-line: rgba(184, 155, 94, 0.22);
  --sis-a1-line-strong: rgba(184, 155, 94, 0.36);
  --sis-a1-gold: #b89b5e;
  --sis-a1-soft: #fffaf5;
  --sis-a1-surface: rgba(255, 253, 249, 0.94);
  --sis-a1-shadow: 0 18px 46px rgba(58, 43, 31, 0.07);

}
body.single-product {
  --sis-a1-ink: #181411;
  --sis-a1-muted: rgba(24, 20, 17, 0.66);
  --sis-a1-quiet: rgba(24, 20, 17, 0.52);
  --sis-a1-line: rgba(184, 155, 94, 0.22);
  --sis-a1-line-strong: rgba(184, 155, 94, 0.36);
  --sis-a1-gold: #b89b5e;
  --sis-a1-soft: #fffaf5;
  --sis-a1-surface: rgba(255, 253, 249, 0.94);
  --sis-a1-shadow: 0 18px 46px rgba(58, 43, 31, 0.07);

}
body.woocommerce-lost-password,
body.error404,
body.page-id-3,
body.page-id-11,
body.page-id-401,
body.page-id-1408,
body.page-id-3430,
body.page-id-3431,
body.page-id-3432,
body.page-id-3433,
body.page-id-3434,
body.page-id-3435 {
  --sis-a1-ink: #181411;
  --sis-a1-muted: rgba(24, 20, 17, 0.66);
  --sis-a1-quiet: rgba(24, 20, 17, 0.52);
  --sis-a1-line: rgba(184, 155, 94, 0.22);
  --sis-a1-line-strong: rgba(184, 155, 94, 0.36);
  --sis-a1-gold: #b89b5e;
  --sis-a1-soft: #fffaf5;
  --sis-a1-surface: rgba(255, 253, 249, 0.94);
  --sis-a1-shadow: 0 18px 46px rgba(58, 43, 31, 0.07);

}

body.woocommerce-shop .kadence-shop-top-row,
body.post-type-archive-product .kadence-shop-top-row,
body.tax-product_cat .kadence-shop-top-row,
body.search-results.post-type-archive-product .kadence-shop-top-row {
  padding: 13px clamp(12px, 2vw, 18px);
  border: 1px solid var(--sis-a1-line);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 10px 28px rgba(58, 43, 31, 0.04);
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.search-results.post-type-archive-product .woocommerce-result-count {
  color: rgba(24, 20, 17, 0.54);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
}

body.woocommerce-shop .orderby,
body.post-type-archive-product .orderby,
body.tax-product_cat .orderby,
body.search-results.post-type-archive-product .orderby {
  border-color: var(--sis-a1-line-strong);
  background-color: rgba(255, 253, 249, 0.9);
  color: rgba(24, 20, 17, 0.72);
  font-weight: 600;
}

body.woocommerce-shop nav.woocommerce-pagination,
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.search-results.post-type-archive-product nav.woocommerce-pagination {
  margin: clamp(22px, 4vw, 46px) 0 0;
}

body.woocommerce-shop nav.woocommerce-pagination ul.page-numbers,
body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
body.search-results.post-type-archive-product nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  border: 0;
}

body.woocommerce-shop nav.woocommerce-pagination ul.page-numbers li,
body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers li,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers li,
body.search-results.post-type-archive-product nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
}

body.woocommerce-shop nav.woocommerce-pagination .page-numbers,
body.post-type-archive-product nav.woocommerce-pagination .page-numbers,
body.tax-product_cat nav.woocommerce-pagination .page-numbers,
body.search-results.post-type-archive-product nav.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid var(--sis-a1-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: var(--sis-a1-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

body.woocommerce-shop nav.woocommerce-pagination .page-numbers.current,
body.post-type-archive-product nav.woocommerce-pagination .page-numbers.current,
body.tax-product_cat nav.woocommerce-pagination .page-numbers.current,
body.search-results.post-type-archive-product nav.woocommerce-pagination .page-numbers.current,
body.woocommerce-shop nav.woocommerce-pagination a.page-numbers:hover,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers:hover,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers:hover,
body.search-results.post-type-archive-product nav.woocommerce-pagination a.page-numbers:hover,
body.woocommerce-shop nav.woocommerce-pagination a.page-numbers:focus-visible,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers:focus-visible,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers:focus-visible,
body.search-results.post-type-archive-product nav.woocommerce-pagination a.page-numbers:focus-visible {
  border-color: rgba(24, 20, 17, 0.86);
  background: #181411;
  color: #fffaf5;
  outline: none;
}

body.woocommerce-shop .sis-catalog-trust-strip > span,
body.post-type-archive-product .sis-catalog-trust-strip > span,
body.tax-product_cat .sis-catalog-trust-strip > span,
body.search-results.post-type-archive-product .sis-catalog-trust-strip > span {
  gap: 5px;
}

body.woocommerce-shop .sis-catalog-trust-strip img,
body.post-type-archive-product .sis-catalog-trust-strip img,
body.tax-product_cat .sis-catalog-trust-strip img,
body.search-results.post-type-archive-product .sis-catalog-trust-strip img {
  margin-right: 2px;
  margin-left: 2px;
}

body.search-no-results.post-type-archive-product .entry-hero .entry-title {
  max-width: 980px;
  font-size: clamp(25px, 3.3vw, 40px);

}

body.search-no-results.post-type-archive-product .woocommerce-info {
  margin: clamp(18px, 3vw, 32px) auto clamp(28px, 5vw, 58px);
  padding: clamp(18px, 4vw, 28px) clamp(18px, 4vw, 32px);
  border: 1px solid var(--sis-a1-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 247, 238, 0.9) 100%);
  color: var(--sis-a1-muted);
  font-size: 15px;
  line-height: 1.6;
  box-shadow: var(--sis-a1-shadow);
}

body.search-no-results.post-type-archive-product .woocommerce-info::before {
  color: var(--sis-a1-gold);
}

body.search-no-results.post-type-archive-product .sis-empty-state,
body.error404 .sis-empty-state-page {
  box-sizing: border-box;
  width: min(100%, 1320px);
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(16px, 3vw, 48px);
  padding-left: clamp(16px, 3vw, 48px);

}

body.search-no-results.post-type-archive-product .sis-empty-state,
body.error404 .sis-empty-state {
  width: min(100%, 760px);
  margin: clamp(20px, 4vw, 44px) auto clamp(44px, 7vw, 92px);
  padding: clamp(24px, 5vw, 48px) clamp(18px, 5vw, 40px);
  border: 1px solid var(--sis-a1-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 247, 238, 0.9) 100%);
  color: var(--sis-a1-muted);
  text-align: center;
  box-shadow: var(--sis-a1-shadow);

}

body.error404 .sis-empty-state-page {
  padding-top: clamp(42px, 7vw, 86px);
  padding-bottom: clamp(48px, 8vw, 104px);

}

body.search-no-results.post-type-archive-product .sis-empty-state__title,
body.error404 .sis-empty-state__title {
  max-width: 620px;
  margin: 0 auto 14px;
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(29px, 4.2vw, 46px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;

}

body.search-no-results.post-type-archive-product .sis-empty-state__text,
body.error404 .sis-empty-state__text {
  max-width: 580px;
  margin: 0 auto 10px;
  color: var(--sis-a1-muted);
  font-size: 15px;
  line-height: 1.62;

}

body.search-no-results.post-type-archive-product .sis-empty-state__actions,
body.error404 .sis-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;

}

body.search-no-results.post-type-archive-product .sis-empty-state__button,
body.error404 .sis-empty-state__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

}

body.search-no-results.post-type-archive-product .sis-empty-state__button--primary,
body.error404 .sis-empty-state__button--primary {
  border: 1px solid #181411;
  background: #181411;
  color: #fffaf5;
  box-shadow: 0 14px 28px rgba(24, 20, 17, 0.14);

}

body.search-no-results.post-type-archive-product .sis-empty-state__button--secondary,
body.error404 .sis-empty-state__button--secondary {
  border: 1px solid var(--sis-a1-line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sis-a1-ink);

}

body.search-no-results.post-type-archive-product .sis-empty-state__button:hover,
body.search-no-results.post-type-archive-product .sis-empty-state__button:focus-visible,
body.error404 .sis-empty-state__button:hover,
body.error404 .sis-empty-state__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18), 0 14px 28px rgba(24, 20, 17, 0.14);

}

/* Module 6 Batch 6C - Secondary / Mobile Polish */
@media (max-width: 767px) {
  body.search-no-results.post-type-archive-product #inner-wrap,
  body.error404 #inner-wrap,
  body.woocommerce-cart #inner-wrap,
  body.sis-my-account-auth #inner-wrap,
  body.woocommerce-lost-password #inner-wrap {
    min-height: auto;
  }

  body.search-no-results.post-type-archive-product .site,
body.search-no-results.post-type-archive-product #wrapper,
body.error404 .site,
body.error404 #wrapper,
body.sis-my-account-auth .site,
body.sis-my-account-auth #wrapper,
body.woocommerce-lost-password .site,
body.woocommerce-lost-password #wrapper {
    height: auto;
    min-height: auto;
  }
body.woocommerce-cart .site,
body.woocommerce-cart #wrapper {
    height: auto;
    min-height: auto;
  }


  body.search-no-results.post-type-archive-product .entry-hero,
body.search-no-results.post-type-archive-product .entry-hero-container-inner,
body.search-no-results.post-type-archive-product .entry-hero .hero-container,
body.search-no-results.post-type-archive-product .entry-header {
    min-height: 96px !important;

}

  body.search-no-results.post-type-archive-product .entry-hero {
    display: none;

}

  body.search-no-results.post-type-archive-product .content-area {
    margin-top: 16px;

}

  body.search-no-results.post-type-archive-product .entry-header {
    align-items: flex-start;
    justify-content: center;

}

  body.search-no-results.post-type-archive-product .entry-hero .entry-title {
    max-width: 318px;
    font-size: clamp(22px, 6vw, 27px);
    line-height: 1.04;

}

  body.search-no-results.post-type-archive-product .sis-empty-state,
body.error404 .sis-empty-state {
    margin-top: 14px;
    margin-bottom: 28px;
    padding: 22px 18px;

}

  body.search-no-results.post-type-archive-product .sis-empty-state__title,
body.error404 .sis-empty-state__title {
    font-size: clamp(27px, 7.2vw, 32px);

}

  body.search-no-results.post-type-archive-product .sis-empty-state__text,
body.error404 .sis-empty-state__text {
    font-size: 14px;
    line-height: 1.58;

}

  body.error404 .sis-empty-state-page {
    padding-top: 28px;
    padding-bottom: 32px;

}

  body.woocommerce-cart .entry-content-wrap {
    padding-bottom: 24px;
  }
body.sis-my-account-auth .entry-content-wrap,
body.woocommerce-lost-password .entry-content-wrap {
    padding-bottom: 24px;
  }


  body.woocommerce-cart .sis-cart-empty-v3a {
    padding-bottom: 10px;
  }


  body.sis-my-account-auth #customer_login .u-column1,
  body.sis-my-account-auth #customer_login .u-column2,
  body.woocommerce-lost-password .woocommerce-ResetPassword {
    border-radius: 12px;
  }

}

@media (max-width: 380px) {
  body.search-no-results.post-type-archive-product .entry-hero .entry-title {
    max-width: 294px;
    font-size: clamp(21px, 5.9vw, 25px);
  }
}

/* Module 6 Batch 6D - Sitewide Internal Page Header System */
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.search-results.post-type-archive-product,
body.search-no-results.post-type-archive-product,
body.woocommerce-cart,
body.woocommerce-checkout,
body.sis-my-account-auth,
body.woocommerce-lost-password,
body.page-id-3,
body.page-id-11,
body.page-id-401,
body.page-id-1408,
body.page-id-3430,
body.page-id-3431,
body.page-id-3432,
body.page-id-3433,
body.page-id-3434,
body.page-id-3435 {
  --sis-internal-header-bg: linear-gradient(180deg, #fff9f0 0%, #f8efe5 100%);
  --sis-internal-header-ink: #17110f;
  --sis-internal-header-line: rgba(184, 155, 94, 0.17);
  --sis-internal-header-gold: rgba(184, 155, 94, 0.78);
  --sis-internal-header-shadow: 0 8px 20px rgba(58, 43, 31, 0.035);
}

body.woocommerce-shop .entry-hero,
body.woocommerce-shop .entry-hero-container-inner,
body.post-type-archive-product .entry-hero,
body.post-type-archive-product .entry-hero-container-inner,
body.tax-product_cat .entry-hero,
body.tax-product_cat .entry-hero-container-inner,
body.search-results.post-type-archive-product .entry-hero,
body.search-results.post-type-archive-product .entry-hero-container-inner,
body.search-no-results.post-type-archive-product .entry-hero,
body.search-no-results.post-type-archive-product .entry-hero-container-inner,
body.sis-my-account-auth .entry-hero,
body.sis-my-account-auth .entry-hero-container-inner,
body.woocommerce-lost-password .entry-hero,
body.woocommerce-lost-password .entry-hero-container-inner,
body.page-id-3 .entry-hero,
body.page-id-3 .entry-hero-container-inner,
body.page-id-11 .entry-hero,
body.page-id-11 .entry-hero-container-inner,
body.page-id-401 .entry-hero,
body.page-id-401 .entry-hero-container-inner,
body.page-id-1408 .entry-hero,
body.page-id-1408 .entry-hero-container-inner,
body.page-id-3430 .entry-hero,
body.page-id-3430 .entry-hero-container-inner,
body.page-id-3431 .entry-hero,
body.page-id-3431 .entry-hero-container-inner,
body.page-id-3432 .entry-hero,
body.page-id-3432 .entry-hero-container-inner,
body.page-id-3433 .entry-hero,
body.page-id-3433 .entry-hero-container-inner,
body.page-id-3434 .entry-hero,
body.page-id-3434 .entry-hero-container-inner,
body.page-id-3435 .entry-hero,
body.page-id-3435 .entry-hero-container-inner {
  border-bottom: 1px solid var(--sis-internal-header-line);
  background: var(--sis-internal-header-bg) !important;
  box-shadow: var(--sis-internal-header-shadow);
}
body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner {
  border-bottom: 1px solid var(--sis-internal-header-line);
  background: var(--sis-internal-header-bg) !important;
  box-shadow: var(--sis-internal-header-shadow);
}
body.woocommerce-checkout .entry-hero,
body.woocommerce-checkout .entry-hero-container-inner {
  border-bottom: 1px solid var(--sis-internal-header-line);
  background: var(--sis-internal-header-bg) !important;
  box-shadow: var(--sis-internal-header-shadow);
}


body.woocommerce-shop .entry-hero,
body.woocommerce-shop .entry-hero-container-inner,
body.woocommerce-shop .entry-hero .hero-container,
body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-hero,
body.post-type-archive-product .entry-hero-container-inner,
body.post-type-archive-product .entry-hero .hero-container,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-hero,
body.tax-product_cat .entry-hero-container-inner,
body.tax-product_cat .entry-hero .hero-container,
body.tax-product_cat .entry-header,
body.search-results.post-type-archive-product .entry-hero,
body.search-results.post-type-archive-product .entry-hero-container-inner,
body.search-results.post-type-archive-product .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-header,
body.search-no-results.post-type-archive-product .entry-hero,
body.search-no-results.post-type-archive-product .entry-hero-container-inner,
body.search-no-results.post-type-archive-product .entry-hero .hero-container,
body.search-no-results.post-type-archive-product .entry-header,
body.sis-my-account-auth .entry-hero,
body.sis-my-account-auth .entry-hero-container-inner,
body.sis-my-account-auth .entry-hero .hero-container,
body.sis-my-account-auth .entry-header,
body.woocommerce-lost-password .entry-hero,
body.woocommerce-lost-password .entry-hero-container-inner,
body.woocommerce-lost-password .entry-hero .hero-container,
body.woocommerce-lost-password .entry-header,
body.page-id-3 .entry-hero,
body.page-id-3 .entry-hero-container-inner,
body.page-id-3 .entry-hero .hero-container,
body.page-id-3 .entry-header,
body.page-id-11 .entry-hero,
body.page-id-11 .entry-hero-container-inner,
body.page-id-11 .entry-hero .hero-container,
body.page-id-11 .entry-header,
body.page-id-401 .entry-hero,
body.page-id-401 .entry-hero-container-inner,
body.page-id-401 .entry-hero .hero-container,
body.page-id-401 .entry-header,
body.page-id-1408 .entry-hero,
body.page-id-1408 .entry-hero-container-inner,
body.page-id-1408 .entry-hero .hero-container,
body.page-id-1408 .entry-header,
body.page-id-3430 .entry-hero,
body.page-id-3430 .entry-hero-container-inner,
body.page-id-3430 .entry-hero .hero-container,
body.page-id-3430 .entry-header,
body.page-id-3431 .entry-hero,
body.page-id-3431 .entry-hero-container-inner,
body.page-id-3431 .entry-hero .hero-container,
body.page-id-3431 .entry-header,
body.page-id-3432 .entry-hero,
body.page-id-3432 .entry-hero-container-inner,
body.page-id-3432 .entry-hero .hero-container,
body.page-id-3432 .entry-header,
body.page-id-3433 .entry-hero,
body.page-id-3433 .entry-hero-container-inner,
body.page-id-3433 .entry-hero .hero-container,
body.page-id-3433 .entry-header,
body.page-id-3434 .entry-hero,
body.page-id-3434 .entry-hero-container-inner,
body.page-id-3434 .entry-hero .hero-container,
body.page-id-3434 .entry-header,
body.page-id-3435 .entry-hero,
body.page-id-3435 .entry-hero-container-inner,
body.page-id-3435 .entry-hero .hero-container,
body.page-id-3435 .entry-header {
  height: 84px !important;
  min-height: 84px !important;
}
body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
  height: 84px !important;
  min-height: 84px !important;
}
body.woocommerce-checkout .entry-hero,
body.woocommerce-checkout .entry-hero-container-inner,
body.woocommerce-checkout .entry-hero .hero-container,
body.woocommerce-checkout .entry-header {
  height: 84px !important;
  min-height: 84px !important;
}


body.woocommerce-shop .entry-hero .hero-container,
body.post-type-archive-product .entry-hero .hero-container,
body.tax-product_cat .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-hero .hero-container,
body.search-no-results.post-type-archive-product .entry-hero .hero-container,
body.sis-my-account-auth .entry-hero .hero-container,
body.woocommerce-lost-password .entry-hero .hero-container,
body.page-id-3 .entry-hero .hero-container,
body.page-id-11 .entry-hero .hero-container,
body.page-id-401 .entry-hero .hero-container,
body.page-id-1408 .entry-hero .hero-container,
body.page-id-3430 .entry-hero .hero-container,
body.page-id-3431 .entry-hero .hero-container,
body.page-id-3432 .entry-hero .hero-container,
body.page-id-3433 .entry-hero .hero-container,
body.page-id-3434 .entry-hero .hero-container,
body.page-id-3435 .entry-hero .hero-container {
  width: min(100%, 1240px);
  padding-right: clamp(18px, 3vw, 40px);
  padding-left: clamp(18px, 3vw, 40px);
}
body.woocommerce-cart .entry-hero .hero-container {
  width: min(100%, 1240px);
  padding-right: clamp(18px, 3vw, 40px);
  padding-left: clamp(18px, 3vw, 40px);
}
body.woocommerce-checkout .entry-hero .hero-container {
  width: min(100%, 1240px);
  padding-right: clamp(18px, 3vw, 40px);
  padding-left: clamp(18px, 3vw, 40px);
}


body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-header,
body.search-results.post-type-archive-product .entry-header,
body.search-no-results.post-type-archive-product .entry-header,
body.sis-my-account-auth .entry-header,
body.woocommerce-lost-password .entry-header,
body.page-id-3 .entry-header,
body.page-id-11 .entry-header,
body.page-id-401 .entry-header,
body.page-id-1408 .entry-header,
body.page-id-3430 .entry-header,
body.page-id-3431 .entry-header,
body.page-id-3432 .entry-header,
body.page-id-3433 .entry-header,
body.page-id-3434 .entry-header,
body.page-id-3435 .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
body.woocommerce-cart .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
body.woocommerce-checkout .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}


body.woocommerce-shop .entry-hero .entry-title,
body.woocommerce-shop .entry-hero .page-title,
body.post-type-archive-product .entry-hero .entry-title,
body.post-type-archive-product .entry-hero .page-title,
body.tax-product_cat .entry-hero .entry-title,
body.tax-product_cat .entry-hero .page-title,
body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title,
body.search-no-results.post-type-archive-product .entry-hero .entry-title,
body.search-no-results.post-type-archive-product .entry-hero .page-title,
body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title,
body.woocommerce-checkout .entry-hero .entry-title,
body.woocommerce-checkout .entry-hero .page-title,
body.sis-my-account-auth .entry-hero .entry-title,
body.woocommerce-lost-password .entry-hero .entry-title,
body.page-id-3 .entry-hero .entry-title,
body.page-id-11 .entry-hero .entry-title,
body.page-id-401 .entry-hero .entry-title,
body.page-id-1408 .entry-hero .entry-title,
body.page-id-3430 .entry-hero .entry-title,
body.page-id-3431 .entry-hero .entry-title,
body.page-id-3432 .entry-hero .entry-title,
body.page-id-3433 .entry-hero .entry-title,
body.page-id-3434 .entry-hero .entry-title,
body.page-id-3435 .entry-hero .entry-title {
  width: auto;
  max-width: min(100%, 920px);
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  padding-left: 13px;
  color: var(--sis-internal-header-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: anywhere;
}

body.woocommerce-shop .entry-hero .entry-title::before,
body.woocommerce-shop .entry-hero .page-title::before,
body.post-type-archive-product .entry-hero .entry-title::before,
body.post-type-archive-product .entry-hero .page-title::before,
body.tax-product_cat .entry-hero .entry-title::before,
body.tax-product_cat .entry-hero .page-title::before,
body.search-results.post-type-archive-product .entry-hero .entry-title::before,
body.search-results.post-type-archive-product .entry-hero .page-title::before,
body.search-no-results.post-type-archive-product .entry-hero .entry-title::before,
body.search-no-results.post-type-archive-product .entry-hero .page-title::before,
body.sis-my-account-auth .entry-hero .entry-title::before,
body.woocommerce-lost-password .entry-hero .entry-title::before,
body.page-id-3 .entry-hero .entry-title::before,
body.page-id-11 .entry-hero .entry-title::before,
body.page-id-401 .entry-hero .entry-title::before,
body.page-id-1408 .entry-hero .entry-title::before,
body.page-id-3430 .entry-hero .entry-title::before,
body.page-id-3431 .entry-hero .entry-title::before,
body.page-id-3432 .entry-hero .entry-title::before,
body.page-id-3433 .entry-hero .entry-title::before,
body.page-id-3434 .entry-hero .entry-title::before,
body.page-id-3435 .entry-hero .entry-title::before {
  width: 2px;
  height: 0.78em;
  background: var(--sis-internal-header-gold);
}
body.woocommerce-cart .entry-hero .entry-title::before,
body.woocommerce-cart .entry-hero .page-title::before {
  width: 2px;
  height: 0.78em;
  background: var(--sis-internal-header-gold);
}
body.woocommerce-checkout .entry-hero .entry-title::before,
body.woocommerce-checkout .entry-hero .page-title::before {
  width: 2px;
  height: 0.78em;
  background: var(--sis-internal-header-gold);
}


body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.search-results.post-type-archive-product .content-area {
  margin-top: clamp(16px, 2vw, 28px);
}

body.woocommerce-cart .entry-content-wrap {
  padding-top: clamp(18px, 2.2vw, 28px);
}
body.woocommerce-checkout .entry-content-wrap {
  padding-top: clamp(18px, 2.2vw, 28px);
}
body.sis-my-account-auth .entry-content-wrap,
body.woocommerce-lost-password .entry-content-wrap {
  padding-top: clamp(18px, 2.2vw, 28px);
}


@media (max-width: 767px) {
  body.woocommerce-shop .entry-hero,
  body.woocommerce-shop .entry-hero-container-inner,
  body.woocommerce-shop .entry-hero .hero-container,
  body.woocommerce-shop .entry-header,
  body.post-type-archive-product .entry-hero,
  body.post-type-archive-product .entry-hero-container-inner,
  body.post-type-archive-product .entry-hero .hero-container,
  body.post-type-archive-product .entry-header,
  body.tax-product_cat .entry-hero,
  body.tax-product_cat .entry-hero-container-inner,
  body.tax-product_cat .entry-hero .hero-container,
  body.tax-product_cat .entry-header,
  body.search-results.post-type-archive-product .entry-hero,
  body.search-results.post-type-archive-product .entry-hero-container-inner,
  body.search-results.post-type-archive-product .entry-hero .hero-container,
  body.search-results.post-type-archive-product .entry-header,
  body.woocommerce-cart .entry-hero,
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-cart .entry-hero .hero-container,
  body.woocommerce-cart .entry-header,
  body.woocommerce-checkout .entry-hero,
  body.woocommerce-checkout .entry-hero-container-inner,
  body.woocommerce-checkout .entry-hero .hero-container,
  body.woocommerce-checkout .entry-header,
  body.sis-my-account-auth .entry-hero,
  body.sis-my-account-auth .entry-hero-container-inner,
  body.sis-my-account-auth .entry-hero .hero-container,
  body.sis-my-account-auth .entry-header,
  body.woocommerce-lost-password .entry-hero,
  body.woocommerce-lost-password .entry-hero-container-inner,
  body.woocommerce-lost-password .entry-hero .hero-container,
  body.woocommerce-lost-password .entry-header,
  body.page-id-3 .entry-hero,
  body.page-id-3 .entry-hero-container-inner,
  body.page-id-3 .entry-hero .hero-container,
  body.page-id-3 .entry-header,
  body.page-id-11 .entry-hero,
  body.page-id-11 .entry-hero-container-inner,
  body.page-id-11 .entry-hero .hero-container,
  body.page-id-11 .entry-header,
  body.page-id-401 .entry-hero,
  body.page-id-401 .entry-hero-container-inner,
  body.page-id-401 .entry-hero .hero-container,
  body.page-id-401 .entry-header,
  body.page-id-1408 .entry-hero,
  body.page-id-1408 .entry-hero-container-inner,
  body.page-id-1408 .entry-hero .hero-container,
  body.page-id-1408 .entry-header,
  body.page-id-3430 .entry-hero,
  body.page-id-3430 .entry-hero-container-inner,
  body.page-id-3430 .entry-hero .hero-container,
  body.page-id-3430 .entry-header,
  body.page-id-3431 .entry-hero,
  body.page-id-3431 .entry-hero-container-inner,
  body.page-id-3431 .entry-hero .hero-container,
  body.page-id-3431 .entry-header,
  body.page-id-3432 .entry-hero,
  body.page-id-3432 .entry-hero-container-inner,
  body.page-id-3432 .entry-hero .hero-container,
  body.page-id-3432 .entry-header,
  body.page-id-3433 .entry-hero,
  body.page-id-3433 .entry-hero-container-inner,
  body.page-id-3433 .entry-hero .hero-container,
  body.page-id-3433 .entry-header,
  body.page-id-3434 .entry-hero,
  body.page-id-3434 .entry-hero-container-inner,
  body.page-id-3434 .entry-hero .hero-container,
  body.page-id-3434 .entry-header,
  body.page-id-3435 .entry-hero,
  body.page-id-3435 .entry-hero-container-inner,
  body.page-id-3435 .entry-hero .hero-container,
  body.page-id-3435 .entry-header {
    height: 74px !important;
    min-height: 74px !important;
  }

  body.woocommerce-shop .entry-hero .hero-container,
body.post-type-archive-product .entry-hero .hero-container,
body.tax-product_cat .entry-hero .hero-container,
body.search-results.post-type-archive-product .entry-hero .hero-container,
body.sis-my-account-auth .entry-hero .hero-container,
body.woocommerce-lost-password .entry-hero .hero-container,
body.page-id-3 .entry-hero .hero-container,
body.page-id-11 .entry-hero .hero-container,
body.page-id-401 .entry-hero .hero-container,
body.page-id-1408 .entry-hero .hero-container,
body.page-id-3430 .entry-hero .hero-container,
body.page-id-3431 .entry-hero .hero-container,
body.page-id-3432 .entry-hero .hero-container,
body.page-id-3433 .entry-hero .hero-container,
body.page-id-3434 .entry-hero .hero-container,
body.page-id-3435 .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }
body.woocommerce-cart .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }
body.woocommerce-checkout .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }


  body.woocommerce-shop .entry-hero .entry-title,
body.woocommerce-shop .entry-hero .page-title,
body.post-type-archive-product .entry-hero .entry-title,
body.post-type-archive-product .entry-hero .page-title,
body.tax-product_cat .entry-hero .entry-title,
body.tax-product_cat .entry-hero .page-title,
body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title,
body.sis-my-account-auth .entry-hero .entry-title,
body.woocommerce-lost-password .entry-hero .entry-title,
body.page-id-3 .entry-hero .entry-title,
body.page-id-11 .entry-hero .entry-title,
body.page-id-401 .entry-hero .entry-title,
body.page-id-1408 .entry-hero .entry-title,
body.page-id-3430 .entry-hero .entry-title,
body.page-id-3431 .entry-hero .entry-title,
body.page-id-3432 .entry-hero .entry-title,
body.page-id-3433 .entry-hero .entry-title,
body.page-id-3434 .entry-hero .entry-title,
body.page-id-3435 .entry-hero .entry-title {
    max-width: 100%;
    padding-left: 12px;
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.04;
  }
body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title {
    max-width: 100%;
    padding-left: 12px;
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.04;
  }
body.woocommerce-checkout .entry-hero .entry-title,
body.woocommerce-checkout .entry-hero .page-title {
    max-width: 100%;
    padding-left: 12px;
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.04;
  }


  body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title {
    font-size: clamp(20px, 5.5vw, 24px);

}

  body.woocommerce-shop .content-area,
body.post-type-archive-product .content-area,
body.tax-product_cat .content-area,
body.search-results.post-type-archive-product .content-area {
    margin-top: 12px;

}

  body.woocommerce-cart .entry-content-wrap {
    padding-top: 14px;
  }
body.woocommerce-checkout .entry-content-wrap {
    padding-top: 14px;
  }
body.sis-my-account-auth .entry-content-wrap,
body.woocommerce-lost-password .entry-content-wrap {
    padding-top: 14px;
  }

}

body.single-product .woocommerce-breadcrumb {
  margin-bottom: clamp(14px, 2vw, 24px);
  color: var(--sis-a1-quiet);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
}

body.single-product .woocommerce-breadcrumb a {
  color: var(--sis-a1-muted);
  text-decoration-color: rgba(184, 155, 94, 0.34);
  text-underline-offset: 3px;
}

body.single-product .summary.entry-summary {
  color: var(--sis-a1-ink);
}

body.single-product .summary.entry-summary .product_title {
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  letter-spacing: 0;
}

body.single-product .summary.entry-summary .price {
  color: rgba(24, 20, 17, 0.82);
  font-weight: 700;
}

body.single-product form.cart,
body.single-product table.variations,
body.single-product .single_variation_wrap {
  margin-bottom: 16px;
}

body.single-product table.variations th,
body.single-product table.variations td {
  padding-bottom: 10px;
}

body.single-product table.variations label,
body.single-product .quantity .screen-reader-text {
  color: var(--sis-a1-muted);
  font-size: 13px;
  font-weight: 700;
}

body.single-product table.variations select,
body.single-product .quantity .qty {
  min-height: 46px;
  border: 1px solid var(--sis-a1-line-strong);
  border-radius: 999px;
  background-color: rgba(255, 253, 249, 0.88);
  color: var(--sis-a1-ink);
  font-size: 14px;
  box-shadow: none;
}

body.single-product table.variations select:focus,
body.single-product .quantity .qty:focus {
  border-color: rgba(184, 155, 94, 0.74);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.13);
}

body.single-product .single_add_to_cart_button.button {
  min-height: 48px;
  border: 1px solid rgba(24, 20, 17, 0.92);
  border-radius: 999px;
  background: #181411;
  color: #fffaf5;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(24, 20, 17, 0.14);
}

body.single-product .single_add_to_cart_button.button:hover,
body.single-product .single_add_to_cart_button.button:focus-visible {
  background: #2a211b;
  color: #fffaf5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18), 0 14px 28px rgba(24, 20, 17, 0.14);
}

body.single-product .single_add_to_cart_button.button.disabled,
body.single-product .single_add_to_cart_button.button:disabled {
  border-color: rgba(24, 20, 17, 0.16);
  background: rgba(24, 20, 17, 0.12);
  color: rgba(24, 20, 17, 0.48);
  box-shadow: none;
}

body.single-product .reset_variations,
body.single-product .product_meta a {
  color: rgba(24, 20, 17, 0.64);
  font-weight: 600;
  text-decoration-color: rgba(184, 155, 94, 0.38);
  text-underline-offset: 3px;
}

body.single-product .product_meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--sis-a1-line);
  color: var(--sis-a1-quiet);
  font-size: 12.5px;
  line-height: 1.6;
}

body.single-product .woocommerce-tabs {
  margin-top: clamp(30px, 5vw, 58px);
}

body.single-product .woocommerce-tabs ul.tabs {
  border-bottom-color: var(--sis-a1-line);
}

body.single-product .woocommerce-tabs ul.tabs li a {
  color: var(--sis-a1-muted);
  font-weight: 700;
}

body.single-product .woocommerce-tabs .panel {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--sis-a1-line);
  border-radius: 14px;
  background: var(--sis-a1-surface);
  box-shadow: 0 14px 34px rgba(58, 43, 31, 0.045);
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .related.products > h2 {
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  letter-spacing: 0;
}

body.single-product .related.products {
  margin-top: clamp(34px, 5vw, 64px);
}

body.single-product .related.products ul.products li.product .woocommerce-loop-image-link {
  overflow: hidden;
  border: 1px solid var(--sis-a1-line);
  border-radius: 12px;
  background: #f8efe4;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  color: var(--sis-a1-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.28;
}

body.single-product .related.products ul.products li.product .price {
  color: rgba(24, 20, 17, 0.76);
  font-size: 13px;
  font-weight: 650;
}

body.single-product .related.products ul.products li.product .product-action-wrap .button {
  text-transform: none;
}

/* Module 6 Batch 2 - Product Card / Catalog Boutique Framework */
body.home {
  --sis-card2-ink: #181411;
  --sis-card2-muted: rgba(24, 20, 17, 0.66);
  --sis-card2-quiet: rgba(24, 20, 17, 0.50);
  --sis-card2-line: rgba(184, 155, 94, 0.22);
  --sis-card2-line-strong: rgba(150, 118, 58, 0.34);
  --sis-card2-surface: rgba(255, 253, 249, 0.82);
  --sis-card2-surface-strong: rgba(255, 251, 246, 0.96);
  --sis-card2-warm: #f8efe5;
  --sis-card2-shadow: 0 18px 42px rgba(58, 43, 31, 0.055);
  --sis-card2-shadow-hover: 0 22px 52px rgba(58, 43, 31, 0.08);

}
body.woocommerce-shop,
body.post-type-archive-product,
body.tax-product_cat,
body.search-results.post-type-archive-product {
  --sis-card2-ink: #181411;
  --sis-card2-muted: rgba(24, 20, 17, 0.66);
  --sis-card2-quiet: rgba(24, 20, 17, 0.50);
  --sis-card2-line: rgba(184, 155, 94, 0.22);
  --sis-card2-line-strong: rgba(150, 118, 58, 0.34);
  --sis-card2-surface: rgba(255, 253, 249, 0.82);
  --sis-card2-surface-strong: rgba(255, 251, 246, 0.96);
  --sis-card2-warm: #f8efe5;
  --sis-card2-shadow: 0 18px 42px rgba(58, 43, 31, 0.055);
  --sis-card2-shadow-hover: 0 22px 52px rgba(58, 43, 31, 0.08);

}
body.single-product {
  --sis-card2-ink: #181411;
  --sis-card2-muted: rgba(24, 20, 17, 0.66);
  --sis-card2-quiet: rgba(24, 20, 17, 0.50);
  --sis-card2-line: rgba(184, 155, 94, 0.22);
  --sis-card2-line-strong: rgba(150, 118, 58, 0.34);
  --sis-card2-surface: rgba(255, 253, 249, 0.82);
  --sis-card2-surface-strong: rgba(255, 251, 246, 0.96);
  --sis-card2-warm: #f8efe5;
  --sis-card2-shadow: 0 18px 42px rgba(58, 43, 31, 0.055);
  --sis-card2-shadow-hover: 0 22px 52px rgba(58, 43, 31, 0.08);

}

body.woocommerce-shop .kadence-shop-top-row,
body.post-type-archive-product .kadence-shop-top-row,
body.tax-product_cat .kadence-shop-top-row,
body.search-results.post-type-archive-product .kadence-shop-top-row {
  justify-content: space-between;
  margin-bottom: clamp(24px, 3vw, 38px);
  padding: 12px clamp(14px, 2vw, 20px);
  border-color: var(--sis-card2-line);
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 14px 34px rgba(58, 43, 31, 0.045);
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.search-results.post-type-archive-product .woocommerce-result-count {
  color: var(--sis-card2-quiet);
}

body.woocommerce-shop .orderby,
body.post-type-archive-product .orderby,
body.tax-product_cat .orderby,
body.search-results.post-type-archive-product .orderby {
  min-height: 44px;
  border-color: var(--sis-card2-line-strong);
  background-color: var(--sis-card2-surface-strong);
  color: var(--sis-card2-muted);
}

body.woocommerce-shop ul.products,
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.search-results.post-type-archive-product ul.products {
  gap: clamp(24px, 2.7vw, 36px);
  align-items: stretch;
}
body.single-product .related.products ul.products {
  gap: clamp(24px, 2.7vw, 36px);
  align-items: stretch;
}

body.woocommerce-shop ul.products.product-archive li.product,
body.post-type-archive-product ul.products.product-archive li.product,
body.tax-product_cat ul.products.product-archive li.product,
body.search-results.post-type-archive-product ul.products.product-archive li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(8px, 0.85vw, 12px) clamp(8px, 0.85vw, 12px) clamp(12px, 1.2vw, 16px);
  border: 1px solid var(--sis-card2-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 249, 242, 0.78) 100%);
  box-shadow: 0 12px 30px rgba(58, 43, 31, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
body.single-product .related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(8px, 0.85vw, 12px) clamp(8px, 0.85vw, 12px) clamp(12px, 1.2vw, 16px);
  border: 1px solid var(--sis-card2-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 249, 242, 0.78) 100%);
  box-shadow: 0 12px 30px rgba(58, 43, 31, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.woocommerce-shop ul.products.product-archive li.product:hover,
body.post-type-archive-product ul.products.product-archive li.product:hover,
body.tax-product_cat ul.products.product-archive li.product:hover,
body.search-results.post-type-archive-product ul.products.product-archive li.product:hover,
body.single-product .related.products ul.products li.product:hover {
  border-color: var(--sis-card2-line-strong);
  box-shadow: var(--sis-card2-shadow-hover);
  transform: translateY(-2px);

}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  margin: 0;
  border-color: rgba(184, 155, 94, 0.18);
  border-radius: 13px;
  background: var(--sis-card2-warm);
  box-shadow: none;
}
body.single-product .related.products ul.products li.product .woocommerce-loop-image-link {
  margin: 0;
  border-color: rgba(184, 155, 94, 0.18);
  border-radius: 13px;
  background: var(--sis-card2-warm);
  box-shadow: none;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-image-link {
  display: block;
  aspect-ratio: 1 / 1;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.single-product .related.products ul.products li.product:hover .woocommerce-loop-image-link img {
  transform: scale(1.025);
}

body.woocommerce-shop ul.products li.product .product-details,
body.post-type-archive-product ul.products li.product .product-details,
body.tax-product_cat ul.products li.product .product-details,
body.search-results.post-type-archive-product ul.products li.product .product-details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 7px;
  padding: 13px 4px 0;
}
body.single-product .related.products ul.products li.product .product-details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 7px;
  padding: 13px 4px 0;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.54em;
  color: var(--sis-card2-ink);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.27;
}
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.54em;
  color: var(--sis-card2-ink);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.27;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
  color: var(--sis-card2-muted);
  font-size: 13.5px;
  font-weight: 650;
}
body.single-product .related.products ul.products li.product .price {
  color: var(--sis-card2-muted);
  font-size: 13.5px;
  font-weight: 650;
}

body.woocommerce-shop ul.products li.product .product-action-wrap,
body.post-type-archive-product ul.products li.product .product-action-wrap,
body.tax-product_cat ul.products li.product .product-action-wrap,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap {
  margin-top: auto;
  padding-top: 7px;
}
body.single-product .related.products ul.products li.product .product-action-wrap {
  margin-top: auto;
  padding-top: 7px;
}

body.woocommerce-shop ul.products li.product .product-action-wrap .button,
body.post-type-archive-product ul.products li.product .product-action-wrap .button,
body.tax-product_cat ul.products li.product .product-action-wrap .button,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button {
  min-height: 43px;
  border-color: rgba(24, 20, 17, 0.18);
  background: rgba(255, 253, 249, 0.82);
  color: var(--sis-card2-ink);
  font-size: 12.5px;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}
body.single-product .related.products ul.products li.product .product-action-wrap .button {
  min-height: 43px;
  border-color: rgba(24, 20, 17, 0.18);
  background: rgba(255, 253, 249, 0.82);
  color: var(--sis-card2-ink);
  font-size: 12.5px;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

body.woocommerce-shop ul.products li.product .product-action-wrap .button:hover,
body.post-type-archive-product ul.products li.product .product-action-wrap .button:hover,
body.tax-product_cat ul.products li.product .product-action-wrap .button:hover,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button:hover,
body.single-product .related.products ul.products li.product .product-action-wrap .button:hover,
body.woocommerce-shop ul.products li.product .product-action-wrap .button:focus-visible,
body.post-type-archive-product ul.products li.product .product-action-wrap .button:focus-visible,
body.tax-product_cat ul.products li.product .product-action-wrap .button:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button:focus-visible,
body.single-product .related.products ul.products li.product .product-action-wrap .button:focus-visible {
  border-color: rgba(24, 20, 17, 0.88);
  background: #181411;
  color: #fffaf5;
  box-shadow: 0 10px 20px rgba(24, 20, 17, 0.10);

}

body.home .sis-home-featured-products .wc-block-product-template {
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(8px, 0.85vw, 12px) clamp(8px, 0.85vw, 12px) clamp(12px, 1.2vw, 16px);
  border: 1px solid var(--sis-card2-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 249, 242, 0.78) 100%);
  box-shadow: 0 12px 30px rgba(58, 43, 31, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product:hover {
  border-color: var(--sis-card2-line-strong);
  box-shadow: var(--sis-card2-shadow-hover);
  transform: translateY(-2px);
}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-image {
  margin: 0;
  border-color: rgba(184, 155, 94, 0.18);
  border-radius: 13px;
  background: var(--sis-card2-warm);
  box-shadow: none;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title {
  min-height: 2.62em;
  margin: 13px 4px 5px;
  color: var(--sis-card2-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.28;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price {
  margin: 0 4px 12px;
  color: var(--sis-card2-muted);
  font-size: 13px;
  font-weight: 650;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button {
  margin: auto 0 0;
  padding-top: 5px;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .button {
  min-height: 43px;
  border-color: rgba(24, 20, 17, 0.18);
  background: rgba(255, 253, 249, 0.82);
  font-size: 12.5px;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

@media (max-width: 767px) {
  body.woocommerce-shop ul.products,
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products,
  body.search-results.post-type-archive-product ul.products {
    gap: 20px 10px;
  }

  body.woocommerce-shop ul.products.product-archive li.product,
body.post-type-archive-product ul.products.product-archive li.product,
body.tax-product_cat ul.products.product-archive li.product,
body.search-results.post-type-archive-product ul.products.product-archive li.product {
    padding: 7px 7px 11px;
    border-radius: 13px;

}
body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product {
    padding: 7px 7px 11px;
    border-radius: 13px;

}

  body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
    border-radius: 10px;

}
body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-image {
    border-radius: 10px;

}

  body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.52em;
    font-size: 12.8px;
    line-height: 1.26;

}
body.home .sis-home-featured-products .wc-block-product .wp-block-post-title {
    min-height: 2.52em;
    font-size: 12.8px;
    line-height: 1.26;

}

  body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
    font-size: 12.3px;

}
body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price {
    font-size: 12.3px;

}

  body.woocommerce-shop ul.products li.product .product-action-wrap .button,
body.post-type-archive-product ul.products li.product .product-action-wrap .button,
body.tax-product_cat ul.products li.product .product-action-wrap .button,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap .button {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11.8px;
  }
  body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .button {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11.8px;
  }
}

/* Module 6 Batch 3 - Product Page Selling Hierarchy */
body.single-product {
  --sis-pdp-ink: #181411;
  --sis-pdp-muted: rgba(24, 20, 17, 0.66);
  --sis-pdp-quiet: rgba(24, 20, 17, 0.50);
  --sis-pdp-line: rgba(184, 155, 94, 0.22);
  --sis-pdp-line-strong: rgba(150, 118, 58, 0.34);
  --sis-pdp-soft: #fffaf5;
  --sis-pdp-warm: #f8efe5;
  --sis-pdp-panel: rgba(255, 253, 249, 0.92);
  --sis-pdp-shadow: 0 18px 46px rgba(58, 43, 31, 0.06);
}

body.single-product .entry.content-bg.product {
  padding-top: clamp(34px, 4.2vw, 64px);
}

body.single-product div.product .woocommerce-product-gallery {
  overflow: hidden;
  margin-bottom: clamp(20px, 3vw, 34px);
  padding: clamp(8px, 1vw, 12px);
  border: 1px solid var(--sis-pdp-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(248, 239, 229, 0.56) 100%);
  box-shadow: var(--sis-pdp-shadow);
}

body.single-product div.product .woocommerce-product-gallery__wrapper {
  border-radius: 14px;
}

body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image a {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--sis-pdp-warm);
}

body.single-product div.product .woocommerce-product-gallery__image img.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 760px);
  object-fit: contain;
  background: var(--sis-pdp-warm);
}

body.single-product div.product .woocommerce-product-gallery__trigger {
  top: 18px;
  right: 18px;
  border: 1px solid rgba(184, 155, 94, 0.24);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 10px 24px rgba(58, 43, 31, 0.08);
}

body.single-product div.product .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
}

body.single-product div.product .flex-control-thumbs li {
  width: 64px;
  margin: 0;
}

body.single-product div.product .flex-control-thumbs img {
  overflow: hidden;
  border: 1px solid var(--sis-pdp-line);
  border-radius: 10px;
  background: var(--sis-pdp-warm);
}

body.single-product .summary.entry-summary {
  color: var(--sis-pdp-ink);
}

body.single-product .summary.entry-summary .product_title {
  max-width: 560px;
  margin-bottom: 13px;
  color: var(--sis-pdp-ink);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.04;
}

body.single-product .summary.entry-summary .price {
  margin-bottom: 18px;
  color: rgba(24, 20, 17, 0.84);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 760;
}

body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--sis-pdp-muted);
  font-size: 15.5px;
  line-height: 1.62;
}

body.single-product .summary.entry-summary .stock {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 34px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.88);
  color: rgba(24, 20, 17, 0.64);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.2;
}

body.single-product .summary.entry-summary form.cart {
  margin: 0 0 clamp(20px, 3vw, 30px);
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid var(--sis-pdp-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 12px 32px rgba(58, 43, 31, 0.045);
}

body.single-product .summary.entry-summary form.cart:not(.variations_form),
body.single-product .summary.entry-summary .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.single-product table.variations {
  width: 100%;
  margin: 0 0 14px;
}

body.single-product table.variations tbody,
body.single-product table.variations tr {
  display: block;
}

body.single-product table.variations tr {
  margin-bottom: 12px;
}

body.single-product table.variations th,
body.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
}

body.single-product table.variations label,
body.single-product .quantity .screen-reader-text {
  display: block;
  margin-bottom: 7px;
  color: var(--sis-pdp-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.02em;
}

body.single-product table.variations select,
body.single-product .quantity .qty {
  min-height: 48px;
  border-color: var(--sis-pdp-line-strong);
  background-color: rgba(255, 253, 249, 0.96);
}

body.single-product table.variations select {
  width: 100%;
  padding-right: 40px;
  padding-left: 16px;
}

body.single-product .reset_variations {
  display: inline-flex;
  margin-top: 9px;
  color: var(--sis-pdp-quiet);
  font-size: 12.5px;
  font-weight: 650;
}

body.single-product .quantity {
  margin: 0;
}

body.single-product .quantity .qty {
  width: 64px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

body.single-product .summary.entry-summary .single_add_to_cart_button.button {
  flex: 1 1 220px;
  min-height: 50px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 999px;
  font-size: 14px;
}

body.single-product .woocommerce-variation {
  width: 100%;
}

body.single-product .woocommerce-variation-price {
  margin-bottom: 12px;
  color: var(--sis-pdp-ink);
  font-weight: 760;
}

body.single-product .woocommerce-variation-availability .stock {
  margin-bottom: 12px;
}

body.single-product .summary.entry-summary .sis-product-reassurance {
  margin-top: 0;
  margin-bottom: 22px;
}

body.single-product .sis-product-reassurance__list {
  gap: 10px;
}

body.single-product .sis-product-reassurance__link {
  min-height: 78px;
  padding: 14px 16px;
  border-color: var(--sis-pdp-line);
  background: rgba(255, 253, 249, 0.78);
}

body.single-product .sis-product-reassurance__title {
  color: var(--sis-pdp-ink);
  font-size: 13px;
  line-height: 1.25;
}

body.single-product .sis-product-reassurance__text {
  margin-top: 4px;
  color: var(--sis-pdp-muted);
  font-size: 12.5px;
  line-height: 1.38;
}

body.single-product .product_meta {
  margin-top: 6px;
  padding-top: 15px;
  border-top: 1px solid var(--sis-pdp-line);
  color: var(--sis-pdp-quiet);
  font-size: 11.8px;
  line-height: 1.7;
}

body.single-product .product_meta > span {
  display: inline;
  margin-right: 9px;
}

body.single-product .product_meta a {
  color: rgba(24, 20, 17, 0.58);
}

body.single-product div.product .woocommerce-tabs {
  margin-top: clamp(42px, 5.5vw, 76px);
  border: 0;
}

body.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.single-product .woocommerce-tabs ul.tabs li {
  padding: 0;
  border: 0 !important;
  margin: 0;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--sis-pdp-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.76);
  color: var(--sis-pdp-muted);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li a:hover,
body.single-product .woocommerce-tabs ul.tabs li a:focus-visible {
  border-color: var(--sis-pdp-line-strong);
  background: rgba(255, 250, 245, 0.96);
  color: var(--sis-pdp-ink);
  outline: none;
  box-shadow: 0 10px 22px rgba(58, 43, 31, 0.06);
}

body.single-product .woocommerce-tabs .panel {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--sis-pdp-line);
  border-color: var(--sis-pdp-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 248, 241, 0.78) 100%) !important;
  box-shadow: 0 14px 34px rgba(58, 43, 31, 0.045);
}

body.single-product .woocommerce-tabs .panel h2 {
  margin: 0 0 16px;
  color: var(--sis-pdp-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

body.single-product table.shop_attributes {
  margin: 0;
  border: 0;
}

body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
  padding: 12px 0;
  border-color: rgba(184, 155, 94, 0.20);
  background: transparent;
  color: var(--sis-pdp-muted);
  font-size: 14px;
  line-height: 1.55;
}

body.single-product table.shop_attributes th {
  width: 28%;
  color: var(--sis-pdp-ink);
  font-weight: 760;
}

body.single-product .related.products {
  margin-top: clamp(48px, 6vw, 86px);
}

body.single-product .related.products > h2 {
  max-width: 760px;
  margin-bottom: clamp(18px, 2.4vw, 28px);
  color: var(--sis-pdp-ink);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
}

@media (min-width: 1025px) {
  body.single-product div.product .summary.entry-summary {
    padding-top: clamp(10px, 1.4vw, 20px);
  }
}

@media (max-width: 767px) {
  body.single-product .entry.content-bg.product {
    padding-top: 22px;
  }

  body.single-product .woocommerce-breadcrumb {
    margin-bottom: 14px;
    font-size: 12px;
  }

  body.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 24px;
    padding: 7px;
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(58, 43, 31, 0.055);
  }

  body.single-product div.product .woocommerce-product-gallery__image,
  body.single-product div.product .woocommerce-product-gallery__image a,
  body.single-product div.product .woocommerce-product-gallery__wrapper {
    border-radius: 11px;
  }

  body.single-product div.product .woocommerce-product-gallery__image img.wp-post-image {
    max-height: none;
  }

  body.single-product div.product .woocommerce-product-gallery__trigger {
    top: 12px;
    right: 12px;
  }

  body.single-product .summary.entry-summary .product_title {
    margin-bottom: 12px;
    font-size: clamp(32px, 9vw, 38px);
  }

  body.single-product .summary.entry-summary .price {
    margin-bottom: 16px;
    font-size: 21px;
  }

  body.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.58;
  }

  body.single-product .summary.entry-summary form.cart {
    padding: 13px;
    border-radius: 16px;
  }

  body.single-product .summary.entry-summary form.cart:not(.variations_form),
  body.single-product .summary.entry-summary .woocommerce-variation-add-to-cart {
    gap: 9px;
  }

  body.single-product .summary.entry-summary .single_add_to_cart_button.button {
    flex-basis: calc(100% - 76px);
    min-height: 48px;
    font-size: 13px;
  }

  body.single-product .sis-product-reassurance__link {
    min-height: 72px;
    padding: 13px 14px;
  }

  body.single-product .product_meta {
    font-size: 11.4px;
  }

  body.single-product .woocommerce-tabs {
    margin-top: 34px;
  }

  body.single-product .woocommerce-tabs .panel {
    padding: 18px;
    border-radius: 16px;
  }

  body.single-product .woocommerce-tabs .panel h2 {
    font-size: 26px;
  }

  body.single-product table.shop_attributes th,
  body.single-product table.shop_attributes td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }

  body.single-product table.shop_attributes th {
    padding-bottom: 0;
  }

  body.single-product .related.products {
    margin-top: 42px;
  }
}

/* Module 6 Batch 6A - PDP Media Frame / Gallery Containment */
body.single-product div.product .woocommerce-product-gallery {
  max-width: 100%;
}

body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image a,
body.single-product div.product .flex-viewport {
  aspect-ratio: 1 / 1;
  max-height: clamp(430px, 45vw, 620px);
  background: var(--sis-pdp-warm);
}

body.single-product div.product .flex-viewport {
  border-radius: 14px;
}

body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image a {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

body.single-product div.product .woocommerce-product-gallery__image img.wp-post-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  body.single-product div.product .woocommerce-product-gallery__image,
  body.single-product div.product .woocommerce-product-gallery__image a,
  body.single-product div.product .flex-viewport {
    max-height: min(56vh, 390px);
  }

  body.single-product div.product .flex-control-thumbs {
    gap: 7px;
    margin-top: 8px;
  }

  body.single-product div.product .flex-control-thumbs li {
    width: 54px;
  }
}

@media (max-width: 380px) {
  body.single-product div.product .woocommerce-product-gallery__image,
  body.single-product div.product .woocommerce-product-gallery__image a,
  body.single-product div.product .flex-viewport {
    max-height: min(54vh, 350px);
  }
}

body.single-product .summary.entry-summary .sis-product-reassurance {
  margin-top: 0;
}

/* Module 6 Batch 4 - AOV / Sets / Complete-the-Look Storytelling */
body.home .sis-aov-sets {
  --sis-aov4-ink: #181411;
  --sis-aov4-muted: rgba(24, 20, 17, 0.66);
  --sis-aov4-quiet: rgba(24, 20, 17, 0.50);
  --sis-aov4-line: rgba(184, 155, 94, 0.22);
  --sis-aov4-line-strong: rgba(150, 118, 58, 0.34);
  --sis-aov4-surface: rgba(255, 253, 249, 0.88);
  --sis-aov4-warm: #f8efe5;
  --sis-aov4-gold: #b89b5e;
  --sis-aov4-shadow: 0 18px 46px rgba(58, 43, 31, 0.055);

}
body.tax-product_cat.term-jewelry-set {
  --sis-aov4-ink: #181411;
  --sis-aov4-muted: rgba(24, 20, 17, 0.66);
  --sis-aov4-quiet: rgba(24, 20, 17, 0.50);
  --sis-aov4-line: rgba(184, 155, 94, 0.22);
  --sis-aov4-line-strong: rgba(150, 118, 58, 0.34);
  --sis-aov4-surface: rgba(255, 253, 249, 0.88);
  --sis-aov4-warm: #f8efe5;
  --sis-aov4-gold: #b89b5e;
  --sis-aov4-shadow: 0 18px 46px rgba(58, 43, 31, 0.055);

}
body.single-product {
  --sis-aov4-ink: #181411;
  --sis-aov4-muted: rgba(24, 20, 17, 0.66);
  --sis-aov4-quiet: rgba(24, 20, 17, 0.50);
  --sis-aov4-line: rgba(184, 155, 94, 0.22);
  --sis-aov4-line-strong: rgba(150, 118, 58, 0.34);
  --sis-aov4-surface: rgba(255, 253, 249, 0.88);
  --sis-aov4-warm: #f8efe5;
  --sis-aov4-gold: #b89b5e;
  --sis-aov4-shadow: 0 18px 46px rgba(58, 43, 31, 0.055);

}

body.home .sis-aov-sets {
  position: relative;
}

body.home .sis-aov-sets__header {
  display: grid;
  gap: 10px;
}

body.home .sis-aov-sets__eyebrow,
body.home .sis-aov-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid var(--sis-aov4-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: rgba(24, 20, 17, 0.62);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0.02em;

}
body.single-product .sis-related-story__eyebrow,
body.single-product .sis-set-product-note::before {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid var(--sis-aov4-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: rgba(24, 20, 17, 0.62);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0.02em;

}
body.tax-product_cat.term-jewelry-set .sis-set-archive-story__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  border: 1px solid var(--sis-aov4-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  color: rgba(24, 20, 17, 0.62);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: 0.02em;

}

body.home .sis-aov-sets__moods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

body.home .sis-aov-sets__moods li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(184, 155, 94, 0.20);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.68);
  color: var(--sis-aov4-muted);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.2;
}

body.home .sis-aov-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 248, 241, 0.82) 100%);
  box-shadow: var(--sis-aov4-shadow);
}

body.home .sis-aov-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 155, 94, 0.44) 50%, transparent 100%);
  opacity: 0.74;
}

body.home .sis-aov-card__media {
  gap: 6px;
  padding: 10px;
  background: rgba(255, 250, 245, 0.76);
}

body.home .sis-aov-card__image-wrap {
  border: 1px solid rgba(184, 155, 94, 0.16);
  border-radius: 11px;
}

body.home .sis-aov-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 17px;
}

body.home .sis-aov-card__body h3 {
  margin: 0;
  color: var(--sis-aov4-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(20px, 1.75vw, 26px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

body.home .sis-aov-card__products {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
  padding: 0;
  color: var(--sis-aov4-muted);
  font-size: 12.5px;
  line-height: 1.34;
  list-style: none;
}

body.home .sis-aov-card__products li {
  position: relative;
  padding-left: 12px;
}

body.home .sis-aov-card__products li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(184, 155, 94, 0.55);
}

body.home .sis-aov-card__products span {
  display: block;
  margin-top: 2px;
  color: var(--sis-aov4-quiet);
  font-size: 11.4px;
}

body.home .sis-aov-card__text {
  margin: 3px 0 0;
  color: var(--sis-aov4-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.home .sis-aov-card__footer {
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

body.home .sis-aov-card__price {
  color: var(--sis-aov4-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}

body.home .sis-aov-card__cta {
  min-height: 42px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 999px;
  font-size: 12.5px;
  white-space: nowrap;
}

body.single-product .sis-related-story {
  box-sizing: border-box;
  width: min(100%, 760px);
  margin: clamp(44px, 5.5vw, 76px) auto clamp(12px, 1.6vw, 18px) 0;
  padding: 0;
}

body.single-product .sis-related-story p {
  max-width: 640px;
  margin: 10px 0 0;
  color: var(--sis-aov4-muted);
  font-size: 14.5px;
  line-height: 1.62;
}

body.single-product .sis-related-story + .related.products {
  margin-top: 0;
}

body.single-product .sis-related-story + .related.products > h2 {
  margin-top: 0;
}

body.single-product .sis-set-product-note {
  max-width: 560px;
  margin: -2px 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--sis-aov4-line);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.72);
  color: var(--sis-aov4-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

body.single-product .sis-set-product-note::before {
  content: "ΞΟ„ΞΏΞΉΞΌΞΏΟ‚ ΟƒΟ…Ξ½Ξ΄Ο…Ξ±ΟƒΞΌΟΟ‚";
  margin-right: 9px;
  margin-bottom: 7px;
  padding: 4px 9px;
}

body.tax-product_cat.term-jewelry-set .sis-set-archive-story {
  box-sizing: border-box;
  width: min(100%, 980px);
  margin: 0 0 clamp(16px, 2.4vw, 24px);
  padding: clamp(16px, 2.4vw, 22px) clamp(16px, 3vw, 28px);
  border: 1px solid var(--sis-aov4-line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.92) 0%, rgba(255, 248, 241, 0.76) 100%);
  box-shadow: 0 12px 32px rgba(58, 43, 31, 0.045);
}

body.tax-product_cat.term-jewelry-set .sis-set-archive-story p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--sis-aov4-muted);
  font-size: 14.2px;
  line-height: 1.58;
}

body.tax-product_cat.term-jewelry-set ul.products.product-archive li.product {
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 247, 239, 0.84) 100%);
}

@media (max-width: 767px) {
  body.home .sis-aov-sets__header {
    gap: 8px;
  }

  body.home .sis-aov-sets__moods {
    gap: 6px;
  }

  body.home .sis-aov-sets__moods li {
    min-height: 28px;
    padding: 6px 9px;
    font-size: 11.5px;
  }

  body.home .sis-aov-card {
    border-radius: 14px;
  }

  body.home .sis-aov-card::before {
    right: 12px;
    left: 12px;
  }

  body.home .sis-aov-card__media {
    gap: 4px;
    padding: 7px;
  }

  body.home .sis-aov-card__image-wrap {
    border-radius: 9px;
  }

  body.home .sis-aov-card__body {
    gap: 6px;
    padding: 12px 10px 13px;
  }

  body.home .sis-aov-card__eyebrow {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 10.6px;
  }

  body.home .sis-aov-card__body h3 {
    font-size: 18px;
  }

  body.home .sis-aov-card__products {
    gap: 4px;
    font-size: 11.4px;
  }

  body.home .sis-aov-card__products li {
    padding-left: 9px;
  }

  body.home .sis-aov-card__products span {
    font-size: 10.5px;
  }

  body.home .sis-aov-card__text {
    font-size: 11.5px;
    line-height: 1.42;
  }

  body.home .sis-aov-card__footer {
    display: grid;
    gap: 8px;
    align-items: stretch;
  }

  body.home .sis-aov-card__price {
    font-size: 16px;
  }

  body.home .sis-aov-card__cta {
    min-height: 42px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11.2px;
    white-space: normal;
  }

  body.single-product .sis-related-story {
    margin-top: 40px;
  }

  body.single-product .sis-related-story p,
  body.tax-product_cat.term-jewelry-set .sis-set-archive-story p {
    font-size: 13.5px;
  }

  body.single-product .sis-set-product-note {
    margin-bottom: 14px;
    padding: 11px 12px;
    font-size: 12.8px;

}

  body.tax-product_cat.term-jewelry-set .sis-set-archive-story {
    margin-bottom: 15px;
    padding: 15px 14px;
    border-radius: 14px;
  }
}

body.single-product .sis-product-reassurance__title {
  gap: 8px;
}

body.single-product .sis-speedex-logo--product {
  margin-left: 1px;
}

/* Module 6 Batch 5 - Homepage Story / Commercial Flow Refinement */
body.home {
  --sis-home5-flow-line: rgba(184, 155, 94, 0.18);
}

body.home .sis-home-hero {
  margin-bottom: clamp(24px, 2.8vw, 40px);
}

body.home .sis-home-hero p {
  max-width: 500px;
}

body.home .sis-home-hero__actions {
  opacity: 1;
  transform: none;
  animation: none;
  will-change: auto;
}

body.home .sis-home-hero .wp-block-button__link {
  min-width: 126px;
}

body.home .sis-home-occasions,
body.home .wp-block-columns.sis-home-featured-products,
body.home .sis-aov-sets {
  position: relative;
}

body.home .sis-home-occasions::after,
body.home .wp-block-columns.sis-home-featured-products::after {
  content: "";
  display: block;
  width: min(100%, 132px);
  height: 1px;
  margin-top: clamp(26px, 3vw, 42px);
  background: linear-gradient(90deg, rgba(184, 155, 94, 0), var(--sis-home5-flow-line), rgba(184, 155, 94, 0));
}

body.home .wp-block-columns.sis-home-featured-products {
  padding-top: clamp(14px, 1.8vw, 24px);
}

body.home .sis-home-featured-products > .wp-block-column > p {
  max-width: 620px;
}

body.home .sis-aov-sets {
  margin-top: 0;
  padding-top: clamp(20px, 2.4vw, 36px);
}

body.home .sis-aov-sets__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(100%, 760px);
}

@supports selector(:has(*)) {
  body.home .sis-aov-sets__grid:has(.sis-aov-card:nth-child(3)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: min(100%, 1080px);
  }

  body.home .sis-aov-sets__grid:has(.sis-aov-card:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
  }
}

body.home .sis-aov-sets__header {
  max-width: 700px;
}

body.home .sis-aov-card {
  min-height: 100%;
}


@media (max-width: 767px) {
  body.home .sis-home-hero {
    margin-bottom: 20px;
  }

  body.home .sis-home-hero p {
    max-width: 318px;
  }

  body.home .sis-home-hero .wp-block-buttons,
  body.home .sis-home-hero__actions {
    gap: 8px;
  }

  body.home .sis-home-hero .wp-block-button__link {
    min-width: 0;
  }

  body.home .sis-home-occasions::after,
  body.home .wp-block-columns.sis-home-featured-products::after {
    width: 96px;
    margin-top: 24px;
  }

  body.home .wp-block-columns.sis-home-featured-products {
    padding-top: 14px;
  }

  body.home .sis-aov-sets {
    padding-top: 18px;
  }

  body.home .sis-aov-sets__grid,
  body.home .sis-aov-sets__grid:has(.sis-aov-card:nth-child(3)),
  body.home .sis-aov-sets__grid:has(.sis-aov-card:nth-child(4)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
  }
}

body.woocommerce-lost-password {
  background: linear-gradient(180deg, #fffaf5 0%, #f7efe7 100%);
}

body.woocommerce-lost-password .entry-hero,
body.woocommerce-lost-password .entry-hero-container-inner,
body.woocommerce-lost-password .entry-hero .hero-container,
body.woocommerce-lost-password .entry-header {
  height: 106px !important;
  min-height: 106px !important;
}

body.woocommerce-lost-password .entry-hero {
  border-bottom: 1px solid var(--sis-a1-line);
  background: linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
  box-shadow: 0 12px 28px rgba(58, 43, 31, 0.045);
}

body.woocommerce-lost-password .entry-hero .hero-container {
  box-sizing: border-box;
  width: min(100%, 1320px);
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}

body.woocommerce-lost-password .entry-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

body.woocommerce-lost-password .entry-hero .entry-title {
  position: relative;
  width: auto;
  max-width: 860px;
  margin: 0;
  padding-left: 16px;
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left;
}

body.woocommerce-lost-password .entry-hero .entry-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0.86em;
  border-radius: 999px;
  background: var(--sis-a1-gold);
  transform: translateY(-50%);
}

body.woocommerce-lost-password .woocommerce {
  width: min(100%, 620px);
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-lost-password .woocommerce-ResetPassword {
  margin: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(24, 20, 17, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: var(--sis-a1-ink);
  box-shadow: 0 20px 52px rgba(24, 20, 17, 0.08);
}

body.woocommerce-lost-password .woocommerce-ResetPassword p {
  color: var(--sis-a1-muted);
  font-size: 14px;
  line-height: 1.62;
}

body.woocommerce-lost-password .woocommerce-ResetPassword label {
  margin-bottom: 7px;
  color: var(--sis-a1-ink);
  font-size: 14px;
  font-weight: 650;
}

body.woocommerce-lost-password .woocommerce-ResetPassword .input-text {
  min-height: 48px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: var(--sis-a1-ink);
  font-size: 16px;
}

body.woocommerce-lost-password .woocommerce-ResetPassword .input-text:focus {
  border-color: rgba(184, 155, 94, 0.74);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16);
}

body.woocommerce-lost-password .woocommerce-ResetPassword .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid #181411;
  border-radius: 8px;
  background: #181411;
  color: #fffaf5;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

body.woocommerce-lost-password .woocommerce-ResetPassword .button:hover,
body.woocommerce-lost-password .woocommerce-ResetPassword .button:focus-visible {
  background: #2a211b;
  color: #fffaf5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18);
}

body.page-id-3,
body.page-id-11,
body.page-id-401,
body.page-id-1408,
body.page-id-3430,
body.page-id-3431,
body.page-id-3432,
body.page-id-3433,
body.page-id-3434,
body.page-id-3435,
body.error404 {
  background: linear-gradient(180deg, #fffaf5 0%, #f7efe7 100%);
}

body.page-id-3 .site,
body.page-id-11 .site,
body.page-id-401 .site,
body.page-id-1408 .site,
body.page-id-3430 .site,
body.page-id-3431 .site,
body.page-id-3432 .site,
body.page-id-3433 .site,
body.page-id-3434 .site,
body.page-id-3435 .site,
body.error404 .site,
body.page-id-3 .site-main,
body.page-id-11 .site-main,
body.page-id-401 .site-main,
body.page-id-1408 .site-main,
body.page-id-3430 .site-main,
body.page-id-3431 .site-main,
body.page-id-3432 .site-main,
body.page-id-3433 .site-main,
body.page-id-3434 .site-main,
body.page-id-3435 .site-main,
body.error404 .site-main,
body.page-id-3 .content-bg,
body.page-id-11 .content-bg,
body.page-id-401 .content-bg,
body.page-id-1408 .content-bg,
body.page-id-3430 .content-bg,
body.page-id-3431 .content-bg,
body.page-id-3432 .content-bg,
body.page-id-3433 .content-bg,
body.page-id-3434 .content-bg,
body.page-id-3435 .content-bg,
body.error404 .content-bg {
  background: transparent;
}

body.page-id-3 .entry-hero,
body.page-id-11 .entry-hero,
body.page-id-401 .entry-hero,
body.page-id-1408 .entry-hero,
body.page-id-3430 .entry-hero,
body.page-id-3431 .entry-hero,
body.page-id-3432 .entry-hero,
body.page-id-3433 .entry-hero,
body.page-id-3434 .entry-hero,
body.page-id-3435 .entry-hero {
  border-bottom: 1px solid var(--sis-a1-line);
  background: linear-gradient(180deg, #fffaf3 0%, #f7efe4 100%);
  box-shadow: 0 12px 28px rgba(58, 43, 31, 0.045);
}

body.page-id-3 .entry-hero .entry-title,
body.page-id-11 .entry-hero .entry-title,
body.page-id-401 .entry-hero .entry-title,
body.page-id-1408 .entry-hero .entry-title,
body.page-id-3430 .entry-hero .entry-title,
body.page-id-3431 .entry-hero .entry-title,
body.page-id-3432 .entry-hero .entry-title,
body.page-id-3433 .entry-hero .entry-title,
body.page-id-3434 .entry-hero .entry-title,
body.page-id-3435 .entry-hero .entry-title {
  position: relative;
  padding-left: 16px;
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-weight: 600;
  letter-spacing: 0;
}

body.page-id-3 .entry-hero .entry-title::before,
body.page-id-11 .entry-hero .entry-title::before,
body.page-id-401 .entry-hero .entry-title::before,
body.page-id-1408 .entry-hero .entry-title::before,
body.page-id-3430 .entry-hero .entry-title::before,
body.page-id-3431 .entry-hero .entry-title::before,
body.page-id-3432 .entry-hero .entry-title::before,
body.page-id-3433 .entry-hero .entry-title::before,
body.page-id-3434 .entry-hero .entry-title::before,
body.page-id-3435 .entry-hero .entry-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0.86em;
  border-radius: 999px;
  background: var(--sis-a1-gold);
  transform: translateY(-50%);
}

body.page-id-3 .entry.single-entry,
body.page-id-11 .entry.single-entry,
body.page-id-401 .entry.single-entry,
body.page-id-1408 .entry.single-entry,
body.page-id-3430 .entry.single-entry,
body.page-id-3431 .entry.single-entry,
body.page-id-3432 .entry.single-entry,
body.page-id-3433 .entry.single-entry,
body.page-id-3434 .entry.single-entry,
body.page-id-3435 .entry.single-entry,
body.error404 .entry.single-entry {
  width: min(100%, 980px);
  margin-top: clamp(22px, 3vw, 38px);
  margin-bottom: clamp(42px, 6vw, 76px);
  border: 1px solid var(--sis-a1-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: var(--sis-a1-shadow);
}

body.page-id-3 .entry-content-wrap,
body.page-id-11 .entry-content-wrap,
body.page-id-401 .entry-content-wrap,
body.page-id-1408 .entry-content-wrap,
body.page-id-3430 .entry-content-wrap,
body.page-id-3431 .entry-content-wrap,
body.page-id-3432 .entry-content-wrap,
body.page-id-3433 .entry-content-wrap,
body.page-id-3434 .entry-content-wrap,
body.page-id-3435 .entry-content-wrap {
  padding: clamp(30px, 4.5vw, 58px) clamp(24px, 5vw, 54px);
}

body.page-id-3433 .entry-content {
  width: min(100%, 700px);
}

body.page-id-3 .entry-content h2,
body.page-id-11 .entry-content h2,
body.page-id-401 .entry-content h2,
body.page-id-1408 .entry-content h2,
body.page-id-3430 .entry-content h2,
body.page-id-3431 .entry-content h2,
body.page-id-3432 .entry-content h2,
body.page-id-3433 .entry-content h2,
body.page-id-3434 .entry-content h2,
body.page-id-3435 .entry-content h2,
body.page-id-3 .entry-content h3,
body.page-id-11 .entry-content h3,
body.page-id-401 .entry-content h3,
body.page-id-1408 .entry-content h3,
body.page-id-3430 .entry-content h3,
body.page-id-3431 .entry-content h3,
body.page-id-3432 .entry-content h3,
body.page-id-3433 .entry-content h3,
body.page-id-3434 .entry-content h3,
body.page-id-3435 .entry-content h3 {
  margin-top: clamp(24px, 4vw, 38px);
  margin-bottom: 10px;
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  line-height: 1.16;
  letter-spacing: 0;
}

body.page-id-3 .entry-content p,
body.page-id-11 .entry-content p,
body.page-id-401 .entry-content p,
body.page-id-1408 .entry-content p,
body.page-id-3430 .entry-content p,
body.page-id-3431 .entry-content p,
body.page-id-3432 .entry-content p,
body.page-id-3433 .entry-content p,
body.page-id-3434 .entry-content p,
body.page-id-3435 .entry-content p,
body.page-id-3 .entry-content li,
body.page-id-11 .entry-content li,
body.page-id-401 .entry-content li,
body.page-id-1408 .entry-content li,
body.page-id-3430 .entry-content li,
body.page-id-3431 .entry-content li,
body.page-id-3432 .entry-content li,
body.page-id-3433 .entry-content li,
body.page-id-3434 .entry-content li,
body.page-id-3435 .entry-content li {
  line-height: 1.72;
}

body.page-id-3 .entry-content a,
body.page-id-11 .entry-content a,
body.page-id-401 .entry-content a,
body.page-id-1408 .entry-content a,
body.page-id-3430 .entry-content a,
body.page-id-3431 .entry-content a,
body.page-id-3432 .entry-content a,
body.page-id-3433 .entry-content a,
body.page-id-3434 .entry-content a,
body.page-id-3435 .entry-content a {
  color: var(--sis-a1-ink);
  font-weight: 650;
  text-decoration-color: rgba(184, 155, 94, 0.42);
  text-underline-offset: 3px;
}

body.page-id-3430 .entry-content .wp-block-table {
  margin: 18px 0 26px;
}

body.page-id-3430 .entry-content .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(85, 65, 52, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #fffdf9;
  font-size: 13.5px;
  line-height: 1.48;
}

body.page-id-3430 .entry-content .wp-block-table th,
body.page-id-3430 .entry-content .wp-block-table td {
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid rgba(85, 65, 52, 0.1);
  border-left: 1px solid rgba(85, 65, 52, 0.08);
  vertical-align: top;
}

body.page-id-3430 .entry-content .wp-block-table th:first-child,
body.page-id-3430 .entry-content .wp-block-table td:first-child {
  border-left: 0;
}

body.page-id-3430 .entry-content .wp-block-table tr:last-child td {
  border-bottom: 0;
}

body.page-id-3430 .entry-content .wp-block-table th {
  background: #f7efe6;
  color: var(--sis-a1-ink);
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 640px) {
  body.page-id-3430 .entry-content .wp-block-table table,
  body.page-id-3430 .entry-content .wp-block-table thead,
  body.page-id-3430 .entry-content .wp-block-table tbody,
  body.page-id-3430 .entry-content .wp-block-table tr,
  body.page-id-3430 .entry-content .wp-block-table th,
  body.page-id-3430 .entry-content .wp-block-table td {
    display: block;
  }

  body.page-id-3430 .entry-content .wp-block-table table {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.page-id-3430 .entry-content .wp-block-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }

  body.page-id-3430 .entry-content .wp-block-table tr {
    margin: 0 0 12px;
    padding: 12px 13px;
    border: 1px solid rgba(85, 65, 52, 0.12);
    border-radius: 14px;
    background: #fffdf9;
    box-shadow: 0 10px 24px rgba(38, 30, 24, 0.045);
  }

  body.page-id-3430 .entry-content .wp-block-table td {
    display: grid;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid rgba(85, 65, 52, 0.08);
    color: var(--sis-a1-muted);
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  body.page-id-3430 .entry-content .wp-block-table td:last-child {
    border-bottom: 0;
  }

  body.page-id-3430 .entry-content .wp-block-table td::before {
    color: var(--sis-a1-ink);
    font-size: 11.5px;
    font-weight: 750;
    line-height: 1.35;
  }

  body.page-id-3430 .entry-content .wp-block-table td:nth-child(1)::before {
    content: "\039a\03b1\03c4\03b7\03b3\03bf\03c1\03af\03b1";
  }

  body.page-id-3430 .entry-content .wp-block-table td:nth-child(2)::before {
    content: "\0395\03c1\03b3\03b1\03bb\03b5\03af\03bf / \03a0\03ac\03c1\03bf\03c7\03bf\03c2";
  }

  body.page-id-3430 .entry-content .wp-block-table td:nth-child(3)::before {
    content: "\03a3\03ba\03bf\03c0\03cc\03c2";
  }

  body.page-id-3430 .entry-content .wp-block-table td:nth-child(4)::before {
    content: "\0394\03b9\03ac\03c1\03ba\03b5\03b9\03b1";
  }
}

body.error404 .content-area {
  margin-top: clamp(28px, 5vw, 62px);
  margin-bottom: clamp(42px, 7vw, 90px);

}

body.error404 .entry.single-entry {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;

}

body.error404 .entry-content-wrap {
  padding: clamp(28px, 6vw, 58px) clamp(18px, 5vw, 44px);

}

body.error404 .entry-title {
  color: var(--sis-a1-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(29px, 5vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

body.error404 .entry-content p {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  color: var(--sis-a1-muted);
  font-size: 15px;
  line-height: 1.64;

}

body.error404 .search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 540px;
  margin: 24px auto 0;

}

body.error404 .search-field {
  min-height: 48px;
  border: 1px solid var(--sis-a1-line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--sis-a1-ink);
  font-size: 15px;

}

body.error404 .search-submit {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #181411;
  border-radius: 999px;
  background: #181411;
  color: #fffaf5;
  font-weight: 700;

}

body.error404 .search-submit:hover,
body.error404 .search-submit:focus-visible {
  background: #2a211b;
  color: #fffaf5;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18);

}

@media (min-width: 768px) {
  body.woocommerce-lost-password .entry-hero,
  body.woocommerce-lost-password .entry-hero-container-inner,
  body.woocommerce-lost-password .entry-hero .hero-container,
  body.woocommerce-lost-password .entry-header {
    height: 124px !important;
    min-height: 124px !important;
  }
}

@media (max-width: 767px) {
  body.search-no-results.post-type-archive-product .entry-hero .entry-title {
    font-size: clamp(23px, 6.2vw, 29px);
  }

  body.single-product .woocommerce-tabs .panel {
    padding: 16px 14px;
    border-radius: 12px;

}

  body.single-product .related.products {
    margin-top: 34px;

}

  body.woocommerce-lost-password .entry-hero .hero-container,
body.page-id-3 .entry-hero .hero-container,
body.page-id-11 .entry-hero .hero-container,
body.page-id-401 .entry-hero .hero-container,
body.page-id-1408 .entry-hero .hero-container,
body.page-id-3430 .entry-hero .hero-container,
body.page-id-3431 .entry-hero .hero-container,
body.page-id-3432 .entry-hero .hero-container,
body.page-id-3433 .entry-hero .hero-container,
body.page-id-3434 .entry-hero .hero-container,
body.page-id-3435 .entry-hero .hero-container {
    padding-right: 16px;
    padding-left: 16px;

}

  body.woocommerce-lost-password .entry-hero .entry-title,
body.page-id-3 .entry-hero .entry-title,
body.page-id-11 .entry-hero .entry-title,
body.page-id-401 .entry-hero .entry-title,
body.page-id-1408 .entry-hero .entry-title,
body.page-id-3430 .entry-hero .entry-title,
body.page-id-3431 .entry-hero .entry-title,
body.page-id-3432 .entry-hero .entry-title,
body.page-id-3433 .entry-hero .entry-title,
body.page-id-3434 .entry-hero .entry-title,
body.page-id-3435 .entry-hero .entry-title {
    max-width: 100%;
    padding-left: 13px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.08;

}

  body.woocommerce-lost-password .woocommerce {
    width: 100%;
  }

  body.woocommerce-lost-password .woocommerce-ResetPassword {
    padding: 20px 16px;
    box-shadow: 0 14px 34px rgba(24, 20, 17, 0.07);
  }

  body.page-id-3 .entry.single-entry,
  body.page-id-11 .entry.single-entry,
  body.page-id-401 .entry.single-entry,
  body.page-id-1408 .entry.single-entry,
  body.page-id-3430 .entry.single-entry,
  body.page-id-3431 .entry.single-entry,
  body.page-id-3432 .entry.single-entry,
  body.page-id-3433 .entry.single-entry,
  body.page-id-3434 .entry.single-entry,
  body.page-id-3435 .entry.single-entry,
  body.error404 .entry.single-entry {
    border-radius: 14px;
  }


  body.error404 .search-form {
    grid-template-columns: 1fr;

}

  body.error404 .search-submit {
    width: 100%;

}

  body.search-no-results.post-type-archive-product .sis-empty-state,
body.error404 .sis-empty-state {
    border-radius: 14px;
    text-align: left;

}

  body.search-no-results.post-type-archive-product .sis-empty-state__title,
body.search-no-results.post-type-archive-product .sis-empty-state__text,
body.error404 .sis-empty-state__title,
body.error404 .sis-empty-state__text {
    margin-right: 0;
    margin-left: 0;

}

  body.search-no-results.post-type-archive-product .sis-empty-state__actions,
body.error404 .sis-empty-state__actions {
    justify-content: stretch;

}

  body.search-no-results.post-type-archive-product .sis-empty-state__button,
body.error404 .sis-empty-state__button {
    width: 100%;

}
}

/* Module 6 Batch 6D cascade guard for lost-password rules defined earlier in the file. */
body.woocommerce-lost-password .entry-hero,
body.woocommerce-lost-password .entry-hero-container-inner,
body.woocommerce-lost-password .entry-hero .hero-container,
body.woocommerce-lost-password .entry-header {
  height: 84px !important;
  min-height: 84px !important;
}

body.woocommerce-lost-password .entry-hero,
body.woocommerce-lost-password .entry-hero-container-inner {
  border-bottom: 1px solid var(--sis-internal-header-line, rgba(184, 155, 94, 0.17));
  background: var(--sis-internal-header-bg, linear-gradient(180deg, #fff9f0 0%, #f8efe5 100%)) !important;
  box-shadow: var(--sis-internal-header-shadow, 0 8px 20px rgba(58, 43, 31, 0.035));

}

body.woocommerce-lost-password .entry-hero .entry-title {
  height: auto !important;
  min-height: 0 !important;
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 1.04;
}

@media (max-width: 767px) {
  body.woocommerce-lost-password .entry-hero,
  body.woocommerce-lost-password .entry-hero-container-inner,
  body.woocommerce-lost-password .entry-hero .hero-container,
  body.woocommerce-lost-password .entry-header {
    height: 74px !important;
    min-height: 74px !important;
  }

  body.woocommerce-lost-password .entry-hero .entry-title {
    font-size: clamp(22px, 6vw, 26px);
  }
}

/* Module 6 Batch 6E - Internal Editorial Consistency */
body.woocommerce-shop .entry-hero .entry-title,
body.woocommerce-shop .entry-hero .page-title,
body.post-type-archive-product .entry-hero .entry-title,
body.post-type-archive-product .entry-hero .page-title,
body.tax-product_cat .entry-hero .entry-title,
body.tax-product_cat .entry-hero .page-title,
body.search-results.post-type-archive-product .entry-hero .entry-title,
body.search-results.post-type-archive-product .entry-hero .page-title,
body.search-no-results.post-type-archive-product .entry-hero .entry-title,
body.search-no-results.post-type-archive-product .entry-hero .page-title,
body.sis-my-account-auth .entry-hero .entry-title,
body.woocommerce-lost-password .entry-hero .entry-title,
body.page-id-3 .entry-hero .entry-title,
body.page-id-11 .entry-hero .entry-title,
body.page-id-401 .entry-hero .entry-title,
body.page-id-1408 .entry-hero .entry-title,
body.page-id-3430 .entry-hero .entry-title,
body.page-id-3431 .entry-hero .entry-title,
body.page-id-3432 .entry-hero .entry-title,
body.page-id-3433 .entry-hero .entry-title,
body.page-id-3434 .entry-hero .entry-title,
body.page-id-3435 .entry-hero .entry-title {
  padding-left: 0 !important;
}
body.woocommerce-cart .entry-hero .entry-title,
body.woocommerce-cart .entry-hero .page-title {
  padding-left: 0 !important;
}
body.woocommerce-checkout .entry-hero .entry-title,
body.woocommerce-checkout .entry-hero .page-title {
  padding-left: 0 !important;
}


body.woocommerce-shop .entry-hero .entry-title::before,
body.woocommerce-shop .entry-hero .page-title::before,
body.post-type-archive-product .entry-hero .entry-title::before,
body.post-type-archive-product .entry-hero .page-title::before,
body.tax-product_cat .entry-hero .entry-title::before,
body.tax-product_cat .entry-hero .page-title::before,
body.search-results.post-type-archive-product .entry-hero .entry-title::before,
body.search-results.post-type-archive-product .entry-hero .page-title::before,
body.search-no-results.post-type-archive-product .entry-hero .entry-title::before,
body.search-no-results.post-type-archive-product .entry-hero .page-title::before,
body.sis-my-account-auth .entry-hero .entry-title::before,
body.woocommerce-lost-password .entry-hero .entry-title::before,
body.page-id-3 .entry-hero .entry-title::before,
body.page-id-11 .entry-hero .entry-title::before,
body.page-id-401 .entry-hero .entry-title::before,
body.page-id-1408 .entry-hero .entry-title::before,
body.page-id-3430 .entry-hero .entry-title::before,
body.page-id-3431 .entry-hero .entry-title::before,
body.page-id-3432 .entry-hero .entry-title::before,
body.page-id-3433 .entry-hero .entry-title::before,
body.page-id-3434 .entry-hero .entry-title::before,
body.page-id-3435 .entry-hero .entry-title::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
body.woocommerce-cart .entry-hero .entry-title::before,
body.woocommerce-cart .entry-hero .page-title::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
body.woocommerce-checkout .entry-hero .entry-title::before,
body.woocommerce-checkout .entry-hero .page-title::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}


body.page-id-3 .entry-content > h1:first-child,
body.page-id-3 .entry-content > h2:first-child,
body.page-id-11 .entry-content > h1:first-child,
body.page-id-11 .entry-content > h2:first-child,
body.page-id-401 .entry-content > h1:first-child,
body.page-id-401 .entry-content > h2:first-child,
body.page-id-1408 .entry-content > h1:first-child,
body.page-id-1408 .entry-content > h2:first-child,
body.page-id-3430 .entry-content > h1:first-child,
body.page-id-3430 .entry-content > h2:first-child,
body.page-id-3431 .entry-content > h1:first-child,
body.page-id-3431 .entry-content > h2:first-child,
body.page-id-3433 .entry-content > h1:first-child,
body.page-id-3433 .entry-content > h2:first-child,
body.page-id-3434 .entry-content > h1:first-child,
body.page-id-3434 .entry-content > h2:first-child,
body.page-id-3435 .entry-content > h1:first-child,
body.page-id-3435 .entry-content > h2:first-child {
  display: none;
}

body.page-id-3 .entry-content,
body.page-id-11 .entry-content,
body.page-id-401 .entry-content,
body.page-id-1408 .entry-content,
body.page-id-3430 .entry-content,
body.page-id-3431 .entry-content,
body.page-id-3432 .entry-content,
body.page-id-3433 .entry-content,
body.page-id-3434 .entry-content,
body.page-id-3435 .entry-content {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
  color: var(--sis-a1-muted);
  font-size: 15.5px;
  line-height: 1.76;
}

body.search-no-results.post-type-archive-product .entry-hero {
  display: none;

}

body.search-no-results.post-type-archive-product .sis-empty-state,
body.error404 .sis-empty-state {
  margin-top: clamp(28px, 5vw, 58px);

}

@media (max-width: 767px) {
  body.woocommerce-shop .entry-hero .entry-title,
  body.woocommerce-shop .entry-hero .page-title,
  body.post-type-archive-product .entry-hero .entry-title,
  body.post-type-archive-product .entry-hero .page-title,
  body.tax-product_cat .entry-hero .entry-title,
  body.tax-product_cat .entry-hero .page-title,
  body.search-results.post-type-archive-product .entry-hero .entry-title,
  body.search-results.post-type-archive-product .entry-hero .page-title,
  body.woocommerce-cart .entry-hero .entry-title,
  body.woocommerce-cart .entry-hero .page-title,
  body.woocommerce-checkout .entry-hero .entry-title,
  body.woocommerce-checkout .entry-hero .page-title,
  body.sis-my-account-auth .entry-hero .entry-title,
  body.woocommerce-lost-password .entry-hero .entry-title,
  body.page-id-3 .entry-hero .entry-title,
  body.page-id-11 .entry-hero .entry-title,
  body.page-id-401 .entry-hero .entry-title,
  body.page-id-1408 .entry-hero .entry-title,
  body.page-id-3430 .entry-hero .entry-title,
  body.page-id-3431 .entry-hero .entry-title,
  body.page-id-3432 .entry-hero .entry-title,
  body.page-id-3433 .entry-hero .entry-title,
  body.page-id-3434 .entry-hero .entry-title,
  body.page-id-3435 .entry-hero .entry-title {
    padding-left: 0 !important;
  }

  body.page-id-3 .entry.single-entry,
  body.page-id-11 .entry.single-entry,
  body.page-id-401 .entry.single-entry,
  body.page-id-1408 .entry.single-entry,
  body.page-id-3430 .entry.single-entry,
  body.page-id-3431 .entry.single-entry,
  body.page-id-3432 .entry.single-entry,
  body.page-id-3433 .entry.single-entry,
  body.page-id-3434 .entry.single-entry,
  body.page-id-3435 .entry.single-entry,
  body.error404 .entry.single-entry {
    width: calc(100% - 28px);
    margin-top: 18px;
    margin-bottom: 42px;
  }


  body.page-id-3 .entry-content,
  body.page-id-11 .entry-content,
  body.page-id-401 .entry-content,
  body.page-id-1408 .entry-content,
  body.page-id-3430 .entry-content,
  body.page-id-3431 .entry-content,
  body.page-id-3432 .entry-content,
  body.page-id-3433 .entry-content,
  body.page-id-3434 .entry-content,
  body.page-id-3435 .entry-content {
    font-size: 14.5px;
    line-height: 1.72;
  }
}

/* Module 6 Batch 6F - Sitewide Spacing / Typography Rhythm */
body.woocommerce-shop .entry-header,
body.post-type-archive-product .entry-header,
body.tax-product_cat .entry-header,
body.search-results.post-type-archive-product .entry-header,
body.sis-my-account-auth .entry-header,
body.woocommerce-lost-password .entry-header,
body.page-id-3 .entry-header,
body.page-id-11 .entry-header,
body.page-id-401 .entry-header,
body.page-id-1408 .entry-header,
body.page-id-3430 .entry-header,
body.page-id-3431 .entry-header,
body.page-id-3432 .entry-header,
body.page-id-3433 .entry-header,
body.page-id-3434 .entry-header,
body.page-id-3435 .entry-header {
  justify-content: center !important;
}
body.woocommerce-cart .entry-header {
  justify-content: center !important;
}
body.woocommerce-checkout .entry-header {
  justify-content: center !important;
}


body.woocommerce-cart .entry-hero,
body.woocommerce-cart .entry-hero-container-inner,
body.woocommerce-cart .entry-hero .hero-container,
body.woocommerce-cart .entry-header {
  height: auto !important;
  min-height: clamp(94px, 7vw, 108px) !important;
}

body.woocommerce-cart .entry-header > .entry-title {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.woocommerce-cart .entry-hero .entry-title::after,
body.woocommerce-cart .entry-hero .page-title::after {
  max-width: min(100%, 640px);
  line-height: 1.42;
}

body.woocommerce-cart .entry-header > h1.entry-title::after {
  content: none !important;
  display: none !important;
}

body.page-id-3 .content-container.site-container,
body.page-id-11 .content-container.site-container,
body.page-id-401 .content-container.site-container,
body.page-id-1408 .content-container.site-container,
body.page-id-3430 .content-container.site-container,
body.page-id-3431 .content-container.site-container,
body.page-id-3432 .content-container.site-container,
body.page-id-3433 .content-container.site-container,
body.page-id-3434 .content-container.site-container,
body.page-id-3435 .content-container.site-container {
  box-sizing: border-box;
  width: min(100%, 1080px);
  max-width: 1080px;
  padding-right: clamp(16px, 3vw, 40px);
  padding-left: clamp(16px, 3vw, 40px);
}

body.page-id-3 .entry.single-entry,
body.page-id-11 .entry.single-entry,
body.page-id-401 .entry.single-entry,
body.page-id-1408 .entry.single-entry,
body.page-id-3430 .entry.single-entry,
body.page-id-3431 .entry.single-entry,
body.page-id-3432 .entry.single-entry,
body.page-id-3433 .entry.single-entry,
body.page-id-3434 .entry.single-entry,
body.page-id-3435 .entry.single-entry {
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

body.page-id-3 .entry-content p,
body.page-id-11 .entry-content p,
body.page-id-401 .entry-content p,
body.page-id-1408 .entry-content p,
body.page-id-3432 .entry-content p,
body.page-id-3435 .entry-content p {
  hyphens: auto;
}

body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wc-block-cart__submit-container {
  padding-right: clamp(16px, 4vw, 24px) !important;
  padding-left: clamp(16px, 4vw, 24px) !important;
}

body.woocommerce-cart .wc-block-cart__submit-container {
  padding-bottom: clamp(16px, 4vw, 24px) !important;
}

/* Regular Cart AOV v1 */
body.woocommerce-cart .sis-cart-aov-progress,
body.woocommerce-cart .sis-cart-aov-suggestions {
  margin: 0 0 18px;
  border: 1px solid rgba(148, 117, 66, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--sis-cart-ink, #17110f);
  box-shadow: 0 12px 30px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .sis-cart-aov-progress {
  padding: 15px 16px 14px;
}

body.woocommerce-cart .sis-cart-aov-progress__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

body.woocommerce-cart .sis-cart-aov-progress__text {
  margin: 0;
  color: rgba(23, 17, 15, 0.82);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.35;
}

body.woocommerce-cart .sis-cart-aov-progress__threshold {
  flex: 0 0 auto;
  color: rgba(23, 17, 15, 0.5);
  font-size: 12px;
  font-weight: 700;
}

body.woocommerce-cart .sis-cart-aov-progress__track {
  height: 7px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 117, 66, 0.14);
}

body.woocommerce-cart .sis-cart-aov-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b89b5e 0%, #7f6842 100%);
}

body.woocommerce-cart .sis-cart-aov-progress__note {
  margin: 9px 0 0;
  color: rgba(23, 17, 15, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-cart .sis-cart-aov-suggestions {
  padding: 17px 16px 16px;
}

body.woocommerce-cart .sis-cart-aov-suggestions__header {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

body.woocommerce-cart .sis-cart-aov-suggestions__header h2 {
  margin: 0;
  color: var(--sis-cart-ink, #17110f);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 17px;
  font-weight: 680;
  line-height: 1.25;
  letter-spacing: 0;
}

body.woocommerce-cart .sis-cart-aov-suggestions__header p {
  max-width: 46rem;
  margin: 0;
  color: rgba(23, 17, 15, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

body.woocommerce-cart .sis-cart-aov-suggestions__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

body.woocommerce-cart .sis-cart-aov-product {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 117, 66, 0.14);
  border-radius: 13px;
  background: rgba(255, 250, 245, 0.74);
}

body.woocommerce-cart .sis-cart-aov-product__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fffaf2;
}

body.woocommerce-cart .sis-cart-aov-product__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 160ms ease;
}

body.woocommerce-cart .sis-cart-aov-product:hover .sis-cart-aov-product__image {
  transform: scale(1.025);
}

body.woocommerce-cart .sis-cart-aov-product__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 10px;
}

body.woocommerce-cart .sis-cart-aov-product__title {
  min-width: 0;
  margin: 0;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0;
}

body.woocommerce-cart .sis-cart-aov-product__title a {
  color: rgba(23, 17, 15, 0.86);
  text-decoration: none;
}

body.woocommerce-cart .sis-cart-aov-product__title a:hover,
body.woocommerce-cart .sis-cart-aov-product__title a:focus {
  color: #604632;
}

body.woocommerce-cart .sis-cart-aov-product__price {
  color: rgba(23, 17, 15, 0.64);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.25;
}

body.woocommerce-cart .sis-cart-aov-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 2px;
  padding: 8px 12px;
  border: 1px solid rgba(23, 17, 15, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(23, 17, 15, 0.84);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.woocommerce-cart .sis-cart-aov-product__button:hover,
body.woocommerce-cart .sis-cart-aov-product__button:focus {
  border-color: rgba(23, 17, 15, 0.28);
  background: #17110f;
  color: #fff;
}

body.woocommerce-cart .sis-cart-aov-product__button--secondary {
  background: rgba(255, 250, 245, 0.72);
}

body.woocommerce-cart .sis-cart-aov-product__button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.62;
}

@media (max-width: 900px) {
  body.woocommerce-cart .sis-cart-aov-suggestions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .sis-cart-aov-progress,
  body.woocommerce-cart .sis-cart-aov-suggestions {
    margin-bottom: 12px;
    border-radius: 13px;
  }

  body.woocommerce-cart .sis-cart-aov-progress {
    padding: 13px 13px 12px;
  }

  body.woocommerce-cart .sis-cart-aov-progress__head {
    align-items: flex-start;
  }

  body.woocommerce-cart .sis-cart-aov-progress__text {
    font-size: 13.5px;
  }

  body.woocommerce-cart .sis-cart-aov-progress__note {
    font-size: 11.5px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions {
    padding: 14px 12px 12px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__header {
    margin-bottom: 11px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__header h2 {
    font-size: 16px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__header p {
    font-size: 12.5px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__grid {
    gap: 9px;
  }

  body.woocommerce-cart .sis-cart-aov-product__body {
    gap: 7px;
    padding: 9px;
  }

  body.woocommerce-cart .sis-cart-aov-product__title {
    font-size: 12.5px;
  }

  body.woocommerce-cart .sis-cart-aov-product__button {
    min-height: 40px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (min-width: 768px) {
  body.page-id-3 .entry-content p,
  body.page-id-11 .entry-content p,
  body.page-id-401 .entry-content p,
  body.page-id-1408 .entry-content p,
  body.page-id-3432 .entry-content p,
  body.page-id-3435 .entry-content p {
    text-align: justify;
    text-align-last: left;
  }
}

@media (max-width: 767px) {

  body.page-id-3 .content-container.site-container,
  body.page-id-11 .content-container.site-container,
  body.page-id-401 .content-container.site-container,
  body.page-id-1408 .content-container.site-container,
  body.page-id-3430 .content-container.site-container,
  body.page-id-3431 .content-container.site-container,
  body.page-id-3432 .content-container.site-container,
  body.page-id-3433 .content-container.site-container,
  body.page-id-3434 .content-container.site-container,
  body.page-id-3435 .content-container.site-container {
    width: 100%;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  body.page-id-3 .entry.single-entry,
  body.page-id-11 .entry.single-entry,
  body.page-id-401 .entry.single-entry,
  body.page-id-1408 .entry.single-entry,
  body.page-id-3430 .entry.single-entry,
  body.page-id-3431 .entry.single-entry,
  body.page-id-3432 .entry.single-entry,
  body.page-id-3433 .entry.single-entry,
  body.page-id-3434 .entry.single-entry,
  body.page-id-3435 .entry.single-entry {
    width: 100%;
    max-width: 100%;
  }

  body.page-id-3 .entry-content-wrap,
  body.page-id-11 .entry-content-wrap,
  body.page-id-401 .entry-content-wrap,
  body.page-id-1408 .entry-content-wrap,
  body.page-id-3430 .entry-content-wrap,
  body.page-id-3431 .entry-content-wrap,
  body.page-id-3432 .entry-content-wrap,
  body.page-id-3433 .entry-content-wrap,
  body.page-id-3434 .entry-content-wrap,
  body.page-id-3435 .entry-content-wrap {
    padding: 30px 22px 32px;
  }

  body.woocommerce-cart .entry-hero,
  body.woocommerce-cart .entry-hero-container-inner,
  body.woocommerce-cart .entry-hero .hero-container,
  body.woocommerce-cart .entry-header {
    min-height: 96px !important;
  }
}

/* Module 6 - Feedback / Notice System v1.1 */
body.woocommerce .woocommerce-notices-wrapper {
  width: min(100%, 1180px);
  margin: clamp(12px, 2.2vw, 24px) auto clamp(10px, 1.8vw, 18px);
  padding-right: clamp(16px, 3vw, 40px);
  padding-left: clamp(16px, 3vw, 40px);
}

body.single-product .woocommerce-notices-wrapper {
  margin-top: clamp(8px, 1.8vw, 16px);
  margin-bottom: clamp(18px, 2.2vw, 24px);
}

body.single-product .woocommerce-notices-wrapper:empty {
  display: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-shop .woocommerce-notices-wrapper:empty,
body.post-type-archive-product .woocommerce-notices-wrapper:empty,
body.tax-product_cat .woocommerce-notices-wrapper:empty,
body.search-results.post-type-archive-product .woocommerce-notices-wrapper:empty {
  display: none;
  margin: 0;
  padding: 0;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}
body.woocommerce-shop .woocommerce-notices-wrapper .woocommerce-message:empty,
body.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message:empty,
body.tax-product_cat .woocommerce-notices-wrapper .woocommerce-message:empty,
body.search-results.post-type-archive-product .woocommerce-notices-wrapper .woocommerce-message:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 0;
  margin: 0;
  padding: 11px clamp(14px, 2.4vw, 20px);
  border: 1px solid rgba(184, 155, 94, 0.24);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.97);
  color: rgba(23, 17, 15, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  list-style: none;
  box-shadow: 0 10px 22px rgba(58, 43, 31, 0.045);
}

body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before,
body.woocommerce .woocommerce-error::before {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: rgba(143, 119, 72, 0.82);
  font-size: 13px;
  line-height: 1;
  opacity: 0.9;
}

body.woocommerce .woocommerce-error {
  border-color: rgba(118, 56, 49, 0.2);
  background: rgba(255, 249, 246, 0.97);
  color: #5f332d;
}

body.woocommerce .woocommerce-error::before {
  color: #7b453d;
}

body.woocommerce .woocommerce-message .sis-notice-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

body.woocommerce .woocommerce-message .sis-notice-title {
  color: rgba(23, 17, 15, 0.88);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;

}

body.woocommerce .woocommerce-message .sis-notice-detail {
  color: rgba(23, 17, 15, 0.68);
  font-size: 13px;
  font-weight: 550;
  line-height: 1.36;
}

body.woocommerce .woocommerce-error li {
  margin: 0;
}

body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce .woocommerce-error .button,
body.woocommerce .woocommerce-message .wc-forward,
body.woocommerce .woocommerce-info .wc-forward,
body.woocommerce .woocommerce-error .wc-forward {
  order: 2;
  align-self: center;
  float: none !important;
  margin-left: auto;
  padding: 8px 14px;
  border: 1px solid rgba(23, 17, 15, 0.16);
  border-radius: 999px;
  background: #1f1815;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  white-space: nowrap;
}

body.woocommerce .woocommerce-message .button:hover,
body.woocommerce .woocommerce-message .button:focus-visible,
body.woocommerce .woocommerce-message .wc-forward:hover,
body.woocommerce .woocommerce-message .wc-forward:focus-visible {
  background: #2a201c;
  color: #fff;

}

body.woocommerce-shop ul.products li.product .added_to_cart,
body.post-type-archive-product ul.products li.product .added_to_cart,
body.tax-product_cat ul.products li.product .added_to_cart,
body.search-results.post-type-archive-product ul.products li.product .added_to_cart,
body.single-product .related ul.products li.product .added_to_cart {
  display: none !important;

}

/* Module 6 Catalog Quick Actions + Inline Options v1 */
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  min-width: 0;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  aspect-ratio: 3 / 4;
  transform: none !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-actions,
body.post-type-archive-product ul.products li.product .sis-catalog-actions,
body.tax-product_cat ul.products li.product .sis-catalog-actions,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 16px);
  min-width: 0;
  min-height: 0;
  margin: 0 auto 12px;
  z-index: 7;
  pointer-events: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open,
body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open,
body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open {
  z-index: 9;
}

body.woocommerce-shop ul.products li.product .sis-catalog-actions [hidden],
body.post-type-archive-product ul.products li.product .sis-catalog-actions [hidden],
body.tax-product_cat ul.products li.product .sis-catalog-actions [hidden],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions [hidden] {
  display: none !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-actions__rail,
body.post-type-archive-product ul.products li.product .sis-catalog-actions__rail,
body.tax-product_cat ul.products li.product .sis-catalog-actions__rail,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__rail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(37px, 2.8vw, 40px);
  min-width: clamp(37px, 2.8vw, 40px);
  height: clamp(37px, 2.8vw, 40px);
  min-height: clamp(37px, 2.8vw, 40px);
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.18);
  border-radius: 999px;
  background: rgba(32, 27, 23, 0.86) !important;
  color: #fffaf4;
  box-shadow: 0 8px 20px rgba(23, 17, 15, 0.18);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  background-image: none !important;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action::before,
body.woocommerce-shop ul.products li.product .sis-catalog-action::after,
body.post-type-archive-product ul.products li.product .sis-catalog-action::before,
body.post-type-archive-product ul.products li.product .sis-catalog-action::after,
body.tax-product_cat ul.products li.product .sis-catalog-action::before,
body.tax-product_cat ul.products li.product .sis-catalog-action::after,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action::before,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.tax-product_cat ul.products li.product .sis-catalog-action:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active {
  border-color: rgba(255, 250, 244, 0.74);
  background: rgba(24, 20, 17, 0.94) !important;
  color: #fffaf4 !important;
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.24);
  transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action:focus,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus {
  background: rgba(32, 27, 23, 0.86) !important;
  color: #fffaf4 !important;
  outline: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible {
  background: rgba(24, 20, 17, 0.94) !important;
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action svg,
body.tax-product_cat ul.products li.product .sis-catalog-action svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist svg {
  width: 15px;
  height: 15px;

}

body.woocommerce-shop ul.products li.product .sis-catalog-action span,
body.post-type-archive-product ul.products li.product .sis-catalog-action span,
body.tax-product_cat ul.products li.product .sis-catalog-action span,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.tax-product_cat ul.products li.product .sis-catalog-action--disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--disabled {
  border-color: rgba(24, 20, 17, 0.12);
  background: rgba(255, 253, 249, 0.82);
  color: rgba(24, 20, 17, 0.5);
  box-shadow: none;
  cursor: not-allowed;
}

body.woocommerce-shop ul.products li.product .product-details,
body.post-type-archive-product ul.products li.product .product-details,
body.tax-product_cat ul.products li.product .product-details,
body.search-results.post-type-archive-product ul.products li.product .product-details {
  position: static !important;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: calc(2.56em + 23px);
  padding: 13px 4px 0;
  text-align: center;
  transform: none !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  position: static !important;
  max-width: 92%;
  min-height: 2.56em;
  margin: 0 auto !important;
  color: #241d18;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
  transform: none !important;
}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
  position: static !important;
  display: block;
  margin: 0 auto !important;
  color: rgba(36, 29, 24, 0.72);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transform: none !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options,
body.post-type-archive-product ul.products li.product .sis-catalog-options,
body.tax-product_cat ul.products li.product .sis-catalog-options,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options {
  position: absolute;
  right: 12px;
  bottom: 52px;
  left: 12px;
  z-index: 8;
  width: min(238px, calc(100% - 24px));
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
  pointer-events: auto;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__label,
body.post-type-archive-product ul.products li.product .sis-catalog-options__label,
body.tax-product_cat ul.products li.product .sis-catalog-options__label,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__label {
  margin: 0 0 8px;
  color: rgba(24, 20, 17, 0.7);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choices,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choices,
body.tax-product_cat ul.products li.product .sis-catalog-options__choices,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
  appearance: none;
  min-height: 32px;
  padding: 7px 8px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: #fffaf4;
  background-image: none !important;
  color: #2c231d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected {
  border-color: rgba(24, 20, 17, 0.72);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: 7px;
  padding: 8px 12px;
  border: 1px solid #2c231d;
  border-radius: 999px;
  background: #2c231d;
  background-image: none !important;
  color: #fffaf4;
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice::before,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice::after,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add::before,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add::after,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice::before,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice::after,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add::before,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add::after,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice::before,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice::after,
body.tax-product_cat ul.products li.product .sis-catalog-options__add::before,
body.tax-product_cat ul.products li.product .sis-catalog-options__add::after,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice::before,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice::after,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add::before,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible {
  background: #181411;
  color: #fffaf4;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 2px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled {
  opacity: 0.64;
  cursor: wait;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__message,
body.post-type-archive-product ul.products li.product .sis-catalog-options__message,
body.tax-product_cat ul.products li.product .sis-catalog-options__message,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__message {
  min-height: 15px;
  margin: 7px 0 0;
  color: #7a4d45;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

html.sis-catalog-zoom-open,
body.sis-catalog-zoom-open {
  overflow: hidden;

}

.sis-catalog-zoom {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 38px);
  overflow: hidden;
  background: rgba(24, 20, 17, 0.62);
  opacity: 0;
  pointer-events: none;
  contain: layout style paint;
  transition: opacity 180ms ease;

}

.sis-catalog-zoom[hidden] {
  display: none !important;

}

.sis-catalog-zoom.is-open {
  opacity: 1;
  pointer-events: auto;

}

.sis-catalog-zoom.is-closing {
  pointer-events: none;

}

button.sis-catalog-zoom__overlay,
.sis-catalog-zoom__overlay {
  appearance: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-shadow: none;
  user-select: none;

}

button.sis-catalog-zoom__overlay:hover,
button.sis-catalog-zoom__overlay:focus,
button.sis-catalog-zoom__overlay:active,
.sis-catalog-zoom__overlay:hover,
.sis-catalog-zoom__overlay:focus,
.sis-catalog-zoom__overlay:active {
  border: 0;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  color: transparent;
  outline: none;
}

.sis-catalog-zoom__figure {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(560px, calc(100vw - 56px));
  height: clamp(360px, 56vh, 540px);
  max-height: calc(100vh - 56px);
  padding: clamp(12px, 2vw, 18px);
  margin: 0;
  border: 1px solid rgba(255, 250, 244, 0.46);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf9 0%, #f8efe5 100%);
  box-shadow: 0 24px 62px rgba(18, 12, 10, 0.26), 0 1px 0 rgba(255, 255, 255, 0.58) inset;
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;

}

.sis-catalog-zoom.is-open .sis-catalog-zoom__figure {
  opacity: 1;
  transform: translateY(0) scale(1);

}

.sis-catalog-zoom__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
  background: #fbf5ed;
  object-fit: contain;
  vertical-align: middle;

}

button.sis-catalog-zoom__close,
.sis-catalog-zoom__close {
  appearance: none;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.94);
  background-image: none !important;
  color: #2c231d;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  user-select: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;

}

.sis-catalog-zoom__close::before,
.sis-catalog-zoom__close::after,
.sis-catalog-zoom__overlay::before,
.sis-catalog-zoom__overlay::after {
  content: none !important;
  display: none !important;

}

button.sis-catalog-zoom__close:hover,
button.sis-catalog-zoom__close:focus-visible,
button.sis-catalog-zoom__close:active,
.sis-catalog-zoom__close:hover,
.sis-catalog-zoom__close:focus-visible,
.sis-catalog-zoom__close:active {
  background: #fffaf4;
  background-image: none !important;
  color: #181411;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 2px;
  box-shadow: 0 8px 18px rgba(18, 12, 10, 0.14);
  transform: translateY(-1px);
}

body.woocommerce-shop ul.products li.product .product-action-wrap,
body.post-type-archive-product ul.products li.product .product-action-wrap,
body.tax-product_cat ul.products li.product .product-action-wrap,
body.search-results.post-type-archive-product ul.products li.product .product-action-wrap {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

@media (hover: hover) and (min-width: 768px) {
  body.woocommerce-shop ul.products li.product .sis-catalog-actions,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions,
  body.tax-product_cat ul.products li.product .sis-catalog-actions,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions {
    transition: opacity 160ms ease, transform 160ms ease;
  }

  body.woocommerce-shop ul.products li.product:hover .sis-catalog-actions,
  body.post-type-archive-product ul.products li.product:hover .sis-catalog-actions,
  body.tax-product_cat ul.products li.product:hover .sis-catalog-actions,
  body.search-results.post-type-archive-product ul.products li.product:hover .sis-catalog-actions,
  body.woocommerce-shop ul.products li.product:focus-within .sis-catalog-actions,
  body.post-type-archive-product ul.products li.product:focus-within .sis-catalog-actions,
  body.tax-product_cat ul.products li.product:focus-within .sis-catalog-actions,
  body.search-results.post-type-archive-product ul.products li.product:focus-within .sis-catalog-actions,
  body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open,
  body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open {
    opacity: 1;
  }
}

@media (max-width: 480px) {

  body.woocommerce-shop ul.products li.product .sis-catalog-actions,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions,
  body.tax-product_cat ul.products li.product .sis-catalog-actions,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions {
    min-height: 0;
    margin: 0 0 10px;
  }


  body.woocommerce-shop ul.products li.product .sis-catalog-actions__rail,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions__rail,
  body.tax-product_cat ul.products li.product .sis-catalog-actions__rail,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__rail {
    gap: 6px;
  }


  body.woocommerce-shop ul.products li.product .sis-catalog-action,
  body.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.tax-product_cat ul.products li.product .sis-catalog-action,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
  }


  body.woocommerce-shop ul.products li.product .sis-catalog-action svg,
  body.post-type-archive-product ul.products li.product .sis-catalog-action svg,
  body.tax-product_cat ul.products li.product .sis-catalog-action svg,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action svg {
    width: 15px;
    height: 15px;
  }

  body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
  body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
  body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    max-width: 96%;
    font-size: 13px;
    line-height: 1.25;
  }

  body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
    font-size: 12.5px;

}


  body.woocommerce-shop ul.products li.product .sis-catalog-options,
  body.post-type-archive-product ul.products li.product .sis-catalog-options,
  body.tax-product_cat ul.products li.product .sis-catalog-options,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options {
    right: 6px;
    bottom: 48px;
    left: 6px;
    width: calc(100% - 12px);
    padding: 8px;
    border-radius: 12px;
  }


  body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
    min-height: 31px;
    padding: 6px 7px;
    font-size: 10.5px;
  }

  .sis-catalog-zoom {
    padding: 18px;

}

  .sis-catalog-zoom__figure {
    width: min(344px, calc(100vw - 36px));
    height: clamp(300px, 50vh, 430px);
    max-height: calc(100vh - 36px);
    padding: 12px;
    border-radius: 16px;

}

  .sis-catalog-zoom__image {
    border-radius: 12px;

}

  .sis-catalog-zoom__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;

}
}

@media (prefers-reduced-motion: reduce) {
  .sis-catalog-zoom,
  .sis-catalog-zoom__figure,
  .sis-catalog-zoom__close {
    transition: none;
  }

  .sis-catalog-zoom__figure {
    transform: none;

}
}

body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-cart .wc-block-components-validation-error,
body.woocommerce-checkout .wc-block-components-validation-error {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(118, 56, 49, 0.18);
  border-radius: 12px;
  background: rgba(255, 249, 246, 0.96);
  color: #66372f;
  font-size: 12.75px;
  font-weight: 600;
  line-height: 1.34;
  box-shadow: none;
}

body.woocommerce-cart .wc-block-components-notice-banner.is-success {
  border-color: rgba(93, 122, 92, 0.16);
  background: rgba(253, 253, 248, 0.96);
  color: #455f45;
}
body.woocommerce-checkout .wc-block-components-notice-banner.is-success {
  border-color: rgba(93, 122, 92, 0.16);
  background: rgba(253, 253, 248, 0.96);
  color: #455f45;
}


body.woocommerce-cart .wc-block-components-notice-banner.is-info {
  border-color: rgba(184, 155, 94, 0.22);
  background: rgba(255, 253, 249, 0.96);
  color: rgba(23, 17, 15, 0.76);
}
body.woocommerce-checkout .wc-block-components-notice-banner.is-info {
  border-color: rgba(184, 155, 94, 0.22);
  background: rgba(255, 253, 249, 0.96);
  color: rgba(23, 17, 15, 0.76);
}


body.woocommerce-cart .wc-block-components-notice-banner svg,
body.woocommerce-cart .wc-block-components-validation-error svg {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: currentColor;
  fill: currentColor;
  opacity: 0.82;
}
body.woocommerce-checkout .wc-block-components-notice-banner svg,
body.woocommerce-checkout .wc-block-components-validation-error svg {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: currentColor;
  fill: currentColor;
  opacity: 0.82;
}


body.woocommerce-cart .wc-block-components-notice-banner__content {
  line-height: inherit;
}
body.woocommerce-checkout .wc-block-components-notice-banner__content {
  line-height: inherit;
}


body.woocommerce-cart .wc-block-components-notice-banner a {
  color: rgba(23, 17, 15, 0.82);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
body.woocommerce-checkout .wc-block-components-notice-banner a {
  color: rgba(23, 17, 15, 0.82);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}


body.woocommerce-cart .wc-block-components-validation-error p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body.woocommerce-checkout .wc-block-components-validation-error p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}


body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-validation-error {
  margin-top: 10px;
}

body.woocommerce-checkout .wc-block-components-checkout-step .wc-block-components-validation-error {
  width: fit-content;
  max-width: 100%;
}

body.woocommerce-checkout .wc-block-components-text-input.has-error input,
body.woocommerce-checkout .wc-block-components-text-input input.has-error,
body.woocommerce-checkout .wc-block-components-text-input.is-error input {
  border-color: rgba(118, 56, 49, 0.3);
  box-shadow: 0 0 0 1px rgba(118, 56, 49, 0.08);
}

@media (max-width: 767px) {
  body.woocommerce .woocommerce-notices-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }

  body.single-product .woocommerce-notices-wrapper {
    margin-bottom: 20px;
  }

  body.woocommerce .woocommerce-message,
  body.woocommerce .woocommerce-info,
  body.woocommerce .woocommerce-error {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    align-items: flex-start;
    column-gap: 8px;
    row-gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 13.25px;
  }

  body.woocommerce .woocommerce-message::before,
  body.woocommerce .woocommerce-info::before,
  body.woocommerce .woocommerce-error::before {
    width: 16px;
    height: 16px;
    font-size: 12px;
    grid-column: 1;
    grid-row: 1;
  }

  body.woocommerce .woocommerce-message .sis-notice-text {
    grid-column: 2;
    grid-row: 1;
  }

  body.woocommerce .woocommerce-message .sis-notice-title {
    font-size: 13.5px;
  }

  body.woocommerce .woocommerce-message .sis-notice-detail {
    font-size: 12.75px;
  }

  body.woocommerce .woocommerce-message .button,
  body.woocommerce .woocommerce-info .button,
  body.woocommerce .woocommerce-error .button,
  body.woocommerce .woocommerce-message .wc-forward,
  body.woocommerce .woocommerce-info .wc-forward,
  body.woocommerce .woocommerce-error .wc-forward {
    align-self: flex-start;
    justify-self: start;
    grid-column: 2;
    grid-row: 2;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 8px 13px;
    text-align: center;
    white-space: normal;
  }

  body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-cart .wc-block-components-validation-error {
    padding: 8px 9px;
    border-radius: 11px;
    font-size: 12.25px;
    line-height: 1.34;
  }
body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-validation-error {
    padding: 8px 9px;
    border-radius: 11px;
    font-size: 12.25px;
    line-height: 1.34;
  }

}

/* Module 6 Sitewide Button System v1 */
body.home .sis-home-hero .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
body.home .sis-aov-card__cta,
body.home .sis-look-card__toggle,
body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add,
body.home .sis-look-card__choice-chip,
body.home .sis-look-card__choice-select,
body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add,
.sis-quick-cart__button,
.sis-quick-cart__close,
.sis-quick-cart__qty-button,
.sis-quick-cart__remove,
.sis-quick-cart__continue,
body.single-product .summary.entry-summary .single_add_to_cart_button.button,
body.single-product div.product .woocommerce-product-gallery__trigger,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-quantity-selector__button,
body.woocommerce-cart .sis-cart-aov-product__button,
body.woocommerce-cart .sis-cart-empty-v3a__button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-address-card__edit,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce .woocommerce-error .button,
body.woocommerce .woocommerce-message .wc-forward,
body.woocommerce .woocommerce-info .wc-forward,
body.woocommerce .woocommerce-error .wc-forward,
.sis-header-search__submit,
.sis-header-icon,
.sis-header-account,
.sis-header-cart,
.sis-header-search-trigger,
#mobile-drawer .drawer-header .drawer-toggle {
  box-sizing: border-box;
  border-radius: var(--sis-button-radius);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  letter-spacing: 0;
  text-transform: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease;
}

body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
body.home .sis-aov-card__cta,
body.home .sis-look-card__toggle,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]),
body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add,
.sis-quick-cart__button--primary,
body.single-product .summary.entry-summary .single_add_to_cart_button.button,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .sis-cart-empty-v3a__button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button:not(.wc-block-components-checkout-return-to-cart-button) {
  border: 1px solid var(--sis-button-border-strong);
  background: #17110f;
  color: var(--sis-button-primary-text) !important;
  box-shadow: var(--sis-button-shadow);
  font-size: var(--sis-button-font-size);
  font-weight: var(--sis-button-font-weight);
}

body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link:hover,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:hover,
body.home .sis-aov-card__cta:hover,
body.home .sis-look-card__toggle:hover,
body.home .sis-look-card__toggle:focus-visible,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):hover,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
.sis-quick-cart__button--primary:hover,
.sis-quick-cart__button--primary:focus-visible,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:hover,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:focus-visible,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus,
body.woocommerce-cart .sis-cart-empty-v3a__button:hover,
body.woocommerce-cart .sis-cart-empty-v3a__button:focus,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:focus-visible,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus {
  border-color: var(--sis-button-primary-bg-hover);
  background: var(--sis-button-primary-bg-hover);
  color: var(--sis-button-primary-text) !important;
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.18);
  transform: translateY(-1px);
}

body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link,
body.home .sis-look-card__back-button,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
.sis-quick-cart__button--secondary,
.sis-quick-cart__continue,
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .sis-cart-aov-product__button,
body.woocommerce-checkout .wc-block-components-totals-coupon__button,
body.woocommerce-checkout .wc-block-components-address-card__edit,
body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-info .button,
body.woocommerce .woocommerce-error .button,
body.woocommerce .woocommerce-message .wc-forward,
body.woocommerce .woocommerce-info .wc-forward,
body.woocommerce .woocommerce-error .wc-forward {
  border: 1px solid var(--sis-button-border);
  background: var(--sis-button-secondary-bg);
  color: var(--sis-button-secondary-text) !important;
  box-shadow: var(--sis-button-shadow-soft);
  font-weight: var(--sis-button-font-weight);
}

body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link:hover,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link:hover,
body.home .sis-look-card__back-button:hover,
body.home .sis-look-card__back-button:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
.sis-quick-cart__button--secondary:hover,
.sis-quick-cart__button--secondary:focus-visible,
.sis-quick-cart__continue:hover,
.sis-quick-cart__continue:focus-visible,
body.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible,
body.woocommerce-cart .sis-cart-aov-product__button:hover,
body.woocommerce-cart .sis-cart-aov-product__button:focus,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:hover,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:focus-visible,
body.woocommerce-checkout .wc-block-components-address-card__edit:hover,
body.woocommerce-checkout .wc-block-components-address-card__edit:focus-visible,
body.woocommerce .woocommerce-message .button:hover,
body.woocommerce .woocommerce-message .button:focus-visible,
body.woocommerce .woocommerce-message .wc-forward:hover,
body.woocommerce .woocommerce-message .wc-forward:focus-visible {
  border-color: rgba(23, 17, 15, 0.32);
  background: var(--sis-button-secondary-bg-hover);
  color: var(--sis-button-secondary-text) !important;
  box-shadow: 0 10px 22px rgba(58, 43, 31, 0.11);
}

body.home .sis-look-card__choice-chip {
  min-height: 47px;
  padding: 7px 11px;
  border-color: rgba(148, 117, 66, 0.24);
  background: rgba(255, 250, 245, 0.92);
  color: rgba(23, 17, 15, 0.78);
  box-shadow: none;

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
  min-height: 34px;
  padding: 7px 11px;
  border-color: rgba(148, 117, 66, 0.24);
  background: rgba(255, 250, 245, 0.92);
  color: rgba(23, 17, 15, 0.78);
  box-shadow: none;

}

body.home .sis-look-card__choice-chip:hover,
body.home .sis-look-card__choice-chip:focus-visible,
body.home .sis-look-card__choice-chip.is-selected {
  border-color: rgba(23, 17, 15, 0.72);
  background: var(--sis-button-primary-bg);
  color: var(--sis-button-primary-text);
  box-shadow: var(--sis-button-focus);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected {
  border-color: rgba(23, 17, 15, 0.72);
  background: var(--sis-button-primary-bg);
  color: var(--sis-button-primary-text);
  box-shadow: var(--sis-button-focus);

}

body.home .sis-look-card__choice-select {
  min-height: 36px;
  border-radius: var(--sis-button-radius);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
.sis-quick-cart__close,
.sis-quick-cart__qty-button,
.sis-header-search__submit,
.sis-header-icon,
.sis-header-account,
.sis-header-cart,
.sis-header-search-trigger,
#mobile-drawer .drawer-header .drawer-toggle,
body.single-product div.product .woocommerce-product-gallery__trigger {
  width: var(--sis-button-icon-size);
  min-width: var(--sis-button-icon-size);
  height: var(--sis-button-icon-size);
  min-height: var(--sis-button-icon-size);
  border: 1px solid rgba(23, 17, 15, 0.12);
  background: rgba(255, 253, 249, 0.9) !important;
  color: #17110f;
  box-shadow: var(--sis-button-shadow-soft);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action {
  max-width: var(--sis-button-icon-size);
  max-height: var(--sis-button-icon-size);
  background: rgba(23, 17, 15, 0.88) !important;
  color: var(--sis-button-primary-text);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
.sis-quick-cart__close:hover,
.sis-quick-cart__close:focus-visible,
.sis-quick-cart__qty-button:hover,
.sis-quick-cart__qty-button:focus-visible,
.sis-header-search__submit:hover,
.sis-header-search__submit:focus-visible,
.sis-header-icon:hover,
.sis-header-icon:focus-visible,
.sis-header-account:hover,
.sis-header-account:focus-visible,
.sis-header-cart:hover,
.sis-header-cart:focus-visible,
.sis-header-search-trigger:hover,
.sis-header-search-trigger:focus-visible,
.sis-header-search-trigger[aria-expanded="true"],
#mobile-drawer .drawer-header .drawer-toggle:hover,
#mobile-drawer .drawer-header .drawer-toggle:focus-visible,
body.single-product div.product .woocommerce-product-gallery__trigger:hover,
body.single-product div.product .woocommerce-product-gallery__trigger:focus-visible {
  border-color: rgba(184, 155, 94, 0.38);
  background: #f8efe5 !important;
  color: #17110f !important;
  box-shadow: var(--sis-button-focus);
  transform: translateY(-1px);
}

.sis-quick-cart__qty-button:disabled,
body.home .sis-look-card__back-add.is-disabled,
body.home .sis-look-card__back-add[disabled],
body.woocommerce-shop ul.products li.product .sis-catalog-action--disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.tax-product_cat ul.products li.product .sis-catalog-action--disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.single-product .summary.entry-summary .single_add_to_cart_button.button.disabled,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:disabled,
body.woocommerce-cart .wc-block-components-button:disabled,
body.woocommerce-checkout .wc-block-components-button:disabled {
  opacity: var(--sis-button-disabled-opacity);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  box-shadow: none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
.sis-quick-cart__remove,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  box-shadow: none;
  text-underline-offset: 3px;
}

body.home .sis-home-hero .wp-block-button__link:focus-visible,
body.home .sis-home-collections .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button:focus-visible,
body.home .sis-aov-card__cta:focus-visible,
body.home .sis-look-card__toggle:focus-visible,
body.home .sis-look-card__back-button:focus-visible,
body.home .sis-look-card__back-add:focus-visible,
body.home .sis-look-card__choice-chip:focus-visible,
body.home .sis-look-card__choice-select:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
.sis-quick-cart__button:focus-visible,
.sis-quick-cart__close:focus-visible,
.sis-quick-cart__qty-button:focus-visible,
.sis-quick-cart__remove:focus-visible,
.sis-quick-cart__continue:focus-visible,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:focus-visible,
body.single-product div.product .woocommerce-product-gallery__trigger:focus-visible,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible,
body.woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible,
body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button:focus-visible,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus-visible,
body.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible,
body.woocommerce-cart .sis-cart-aov-product__button:focus-visible,
body.woocommerce-cart .sis-cart-empty-v3a__button:focus-visible,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:focus-visible,
body.woocommerce-checkout .wc-block-components-address-card__edit:focus-visible,
body.woocommerce .woocommerce-message .button:focus-visible,
body.woocommerce .woocommerce-info .button:focus-visible,
body.woocommerce .woocommerce-error .button:focus-visible,
.sis-header-search__submit:focus-visible,
.sis-header-icon:focus-visible,
.sis-header-account:focus-visible,
.sis-header-cart:focus-visible,
.sis-header-search-trigger:focus-visible,
#mobile-drawer .drawer-header .drawer-toggle:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.58);
  outline-offset: 2px;
  box-shadow: var(--sis-button-focus);
}

@media (max-width: 480px) {
  body.home .sis-home-hero .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
  body.home .sis-aov-card__cta,
  body.home .sis-look-card__toggle,
  body.single-product .summary.entry-summary .single_add_to_cart_button.button,
  body.woocommerce-cart .wc-block-cart__submit-button,
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  .sis-quick-cart__button {
    min-height: 46px;
    padding-right: 18px;
    padding-left: 18px;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;

}
.sis-header-search__submit,
.sis-header-icon,
.sis-header-account,
.sis-header-cart,
.sis-header-search-trigger {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;

}
}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-home-hero .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
  body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button .button,
  body.home .sis-aov-card__cta,
  body.home .sis-look-card__toggle,
  body.home .sis-look-card__back-button,
  body.home .sis-look-card__back-add,
  body.home .sis-look-card__choice-chip,
  body.woocommerce-shop ul.products li.product .sis-catalog-action,
  body.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.tax-product_cat ul.products li.product .sis-catalog-action,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
  .sis-quick-cart__button,
  .sis-quick-cart__close,
  .sis-quick-cart__qty-button,
  body.single-product .summary.entry-summary .single_add_to_cart_button.button,
  body.woocommerce-cart .wc-block-cart__submit-button,
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  .sis-header-search__submit,
  .sis-header-icon,
  .sis-header-account,
  .sis-header-cart,
  .sis-header-search-trigger {
    transition: none;
  }
}

/* Module 6 Header Icons + Mobile Drawer v1 */
@media (max-width: 1024px) {
  .site-mobile-header-wrap .sis-header-utilities--mobile-right {
    gap: 2px;
  }

  .site-mobile-header-wrap .sis-header-icon,
.site-mobile-header-wrap .sis-header-account,
.site-mobile-header-wrap .sis-header-cart,
.site-mobile-header-wrap .sis-header-search-trigger,
.site-mobile-header-wrap #mobile-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #1b1512;
    box-shadow: none !important;
    transform: none;

}

  .site-mobile-header-wrap .sis-header-icon:hover,
.site-mobile-header-wrap .sis-header-icon:focus-visible,
.site-mobile-header-wrap .sis-header-account:hover,
.site-mobile-header-wrap .sis-header-account:focus-visible,
.site-mobile-header-wrap .sis-header-cart:hover,
.site-mobile-header-wrap .sis-header-cart:focus-visible,
.site-mobile-header-wrap .sis-header-search-trigger:hover,
.site-mobile-header-wrap .sis-header-search-trigger:focus-visible,
.site-mobile-header-wrap .sis-header-search-trigger[aria-expanded="true"],
.site-mobile-header-wrap #mobile-toggle:hover,
.site-mobile-header-wrap #mobile-toggle:focus-visible {
    border: 0 !important;
    background: transparent !important;
    color: #8a6b32 !important;
    box-shadow: none !important;
    transform: none;

}
  .site-mobile-header-wrap .sis-header-search-trigger:focus-visible,
.site-mobile-header-wrap .sis-header-icon:focus-visible,
.site-mobile-header-wrap .sis-header-account:focus-visible,
.site-mobile-header-wrap .sis-header-cart:focus-visible,
.site-mobile-header-wrap #mobile-toggle:focus-visible {
    outline: 2px solid rgba(184, 155, 94, 0.42);
    outline-offset: 2px;

}

  .site-mobile-header-wrap .sis-header-icon__svg,
.site-mobile-header-wrap .sis-header-account__icon,
.site-mobile-header-wrap #mobile-toggle .menu-toggle-icon,
.site-mobile-header-wrap #mobile-toggle .kadence-svg-iconset,
.site-mobile-header-wrap #mobile-toggle .kadence-svg-icon {
    width: 26px;
    height: 26px;
    stroke-width: 1.7;

}

  .site-mobile-header-wrap .sis-header-cart__count {
    top: 6px;
    right: -2px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border: 1px solid rgba(255, 250, 245, 0.94);
    background: #17110f;
    color: #fffaf5;
    font-size: 9px;
    font-weight: 700;
    line-height: 13px;
    box-shadow: 0 4px 10px rgba(23, 17, 15, 0.16);

}

  #mobile-drawer.popup-drawer .drawer-overlay {
    background: rgba(24, 20, 17, 0.42) !important;
    backdrop-filter: blur(2px);
  }

  #mobile-drawer.popup-drawer.popup-drawer-side-left .drawer-inner,
  #mobile-drawer .drawer-inner {
    top: 10px;
    bottom: auto;
    left: 10px;
    width: min(82vw, 322px);
    max-width: calc(100vw - 20px);
    height: auto;
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    overflow: hidden;
    border: 1px solid rgba(88, 70, 48, 0.13);
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf9 0%, #f7efe5 100%);
    box-shadow: 0 22px 58px rgba(24, 18, 14, 0.24);
  }

  #mobile-drawer .drawer-header {
    display: flex;
    justify-content: flex-start;
    min-height: 58px;
    padding: 12px 14px 0;
  }

  #mobile-drawer .drawer-header .drawer-toggle {
    margin-right: auto;
    margin-left: 0 !important;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    border: 1px solid rgba(88, 70, 48, 0.14);
    background: rgba(255, 255, 255, 0.68) !important;
    color: rgba(24, 20, 17, 0.78);
    box-shadow: 0 8px 18px rgba(32, 24, 18, 0.07);
  }

  #mobile-drawer .drawer-content {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 0 16px 16px;
    overflow: hidden !important;
  }

  #mobile-drawer.popup-drawer .drawer-content {
    flex: 1 1 auto;
    max-height: none;
    overflow: hidden !important;
    overscroll-behavior: contain;
  }

  #mobile-drawer .sis-drawer-utility {
    padding: 8px 0 10px;
  }

  #mobile-drawer .sis-drawer-utility--search {
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(88, 70, 48, 0.13);
    flex: 0 0 auto;
  }

  #mobile-drawer .sis-drawer-scroll-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  #mobile-drawer .sis-drawer-scroll-body::-webkit-scrollbar {
    width: 4px;
  }

  #mobile-drawer .sis-drawer-scroll-body::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(88, 70, 48, 0.18);
  }

  #mobile-drawer .sis-header-search__field {
    min-height: 46px;
    border-color: rgba(88, 70, 48, 0.16);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 24px rgba(32, 24, 18, 0.06);
  }

  #mobile-drawer .sis-header-search__input {
    height: 46px;
    padding-left: 15px;
    color: #211915;
    line-height: 46px;
  }

  #mobile-drawer .sis-header-search__submit {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    border: 0 !important;
    background: transparent !important;
    color: rgba(24, 20, 17, 0.78);
    box-shadow: none !important;
  }

  #mobile-drawer .mobile-navigation > div > ul,
  #mobile-drawer .mobile-navigation > ul,
  #mobile-drawer .mobile-navigation ul.menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
  }

  #mobile-drawer .mobile-navigation ul li {
    font-size: 14px;
  }

  #mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) a,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap {
    min-height: 44px;
    border: 1px solid rgba(88, 70, 48, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.54);
    box-shadow: 0 8px 20px rgba(32, 24, 18, 0.045);
  }

  #mobile-drawer .mobile-navigation ul li a {
    min-width: 0;
    padding: 11px 13px;
    color: #211915;
    font-weight: 680;
    line-height: 1.2;
  }

  #mobile-drawer .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button,
  #mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    width: 44px;
    min-width: 44px;
    border-left: 1px solid rgba(88, 70, 48, 0.10);
    border-radius: 0 14px 14px 0;
    color: rgba(43, 37, 32, 0.7);
  }

  #mobile-drawer .mobile-navigation li.menu-item-has-children:not(:has(> .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"])) > .sub-menu {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  #mobile-drawer .mobile-navigation li.menu-item-has-children:has(> .drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded="true"]) > .sub-menu {
    display: flex !important;
    flex-direction: column;
    position: static !important;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  #mobile-drawer .mobile-navigation .sub-menu {
    gap: 5px;
    margin: 6px 0 6px 10px;
    padding: 8px;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    border: 1px solid rgba(88, 70, 48, 0.10);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.36);
    box-shadow: none !important;
  }

  #mobile-drawer .mobile-navigation .sub-menu li a {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13.5px;
  }

  #mobile-drawer .sis-drawer-utility--links {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(88, 70, 48, 0.13);
  }

  #mobile-drawer .sis-drawer-utility__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(88, 70, 48, 0.10);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.44);
    color: rgba(33, 25, 21, 0.82);
    font-size: 13.5px;
    font-weight: 620;
    text-decoration: none;
  }

  #mobile-drawer .sis-drawer-utility__icon,
  #mobile-drawer .sis-drawer-utility__icon svg {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: rgba(138, 107, 50, 0.88);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #mobile-drawer .sis-drawer-utility__link:hover,
  #mobile-drawer .sis-drawer-utility__link:focus-visible {
    border-color: rgba(184, 155, 94, 0.28);
    background: rgba(255, 250, 245, 0.86);
    color: #17110f;
    outline: none;
  }
}

@media (max-width: 390px) {
  .site-mobile-header-wrap .sis-header-utilities--mobile-right {
    gap: 1px;
  }

  .site-mobile-header-wrap .sis-header-icon,
.site-mobile-header-wrap .sis-header-account,
.site-mobile-header-wrap .sis-header-cart,
.site-mobile-header-wrap .sis-header-search-trigger,
.site-mobile-header-wrap #mobile-toggle {
    width: 44px;
    min-width: 44px;

}
}

body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .button {
  border: 1px solid var(--sis-button-border-strong);
  background: linear-gradient(180deg, #1c1411 0%, var(--sis-button-primary-bg) 100%);
  color: var(--sis-button-primary-text) !important;
  box-shadow: var(--sis-button-shadow);
}

body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .wp-block-button__link:focus-visible,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .button:hover,
body.home .sis-home-featured-products .wc-block-product .wp-block-button.wc-block-components-product-button .button:focus-visible {
  border-color: var(--sis-button-primary-bg-hover);
  background: var(--sis-button-primary-bg-hover);
  color: var(--sis-button-primary-text) !important;

}

/* Module 6 Wishlist v1 */
body.woocommerce-shop ul.products li.product .sis-catalog-actions__message,
body.post-type-archive-product ul.products li.product .sis-catalog-actions__message,
body.tax-product_cat ul.products li.product .sis-catalog-actions__message,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__message {
  position: absolute;
  right: 12px;
  bottom: calc(100% + 8px);
  left: 12px;
  z-index: 10;
  max-width: min(226px, calc(100% - 24px));
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: var(--sis-button-radius);
  background: rgba(255, 253, 249, 0.97);
  color: rgba(23, 17, 15, 0.82);
  box-shadow: var(--sis-button-shadow-soft);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.woocommerce-shop ul.products li.product .sis-catalog-actions__message.is-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-actions__message.is-visible,
body.tax-product_cat ul.products li.product .sis-catalog-actions__message.is-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.58);
  background: #fff7ed !important;
  color: #7f5d2e !important;
  box-shadow: var(--sis-button-focus);

}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible {
  border-color: rgba(184, 155, 94, 0.68);
  background: #fff1df !important;
  color: #604632 !important;
  box-shadow: var(--sis-button-focus);

}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg {
  fill: rgba(184, 155, 94, 0.22);
  stroke-width: 1.95;

}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-shop ul.products li.product .sis-catalog-actions__message,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions__message,
  body.tax-product_cat ul.products li.product .sis-catalog-actions__message,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__message {
    transition: none;
  }
}

/* Module 6 Variable Selector Bottom Sheet v2 */
body.woocommerce-shop ul.products li.product .sis-catalog-options,
body.post-type-archive-product ul.products li.product .sis-catalog-options,
body.tax-product_cat ul.products li.product .sis-catalog-options,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__overlay,
body.post-type-archive-product ul.products li.product .sis-catalog-options__overlay,
body.tax-product_cat ul.products li.product .sis-catalog-options__overlay,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__overlay {
  display: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__sheet,
body.post-type-archive-product ul.products li.product .sis-catalog-options__sheet,
body.tax-product_cat ul.products li.product .sis-catalog-options__sheet,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__sheet {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.14);
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__head,
body.post-type-archive-product ul.products li.product .sis-catalog-options__head,
body.tax-product_cat ul.products li.product .sis-catalog-options__head,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__intro,
body.post-type-archive-product ul.products li.product .sis-catalog-options__intro,
body.tax-product_cat ul.products li.product .sis-catalog-options__intro,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__intro {
  min-width: 0;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__eyebrow,
body.post-type-archive-product ul.products li.product .sis-catalog-options__eyebrow,
body.tax-product_cat ul.products li.product .sis-catalog-options__eyebrow,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__eyebrow {
  margin: 0 0 3px;
  color: rgba(96, 70, 50, 0.72);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.2;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__title,
body.post-type-archive-product ul.products li.product .sis-catalog-options__title,
body.tax-product_cat ul.products li.product .sis-catalog-options__title,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__title {
  margin: 0;
  color: #17110f;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.22;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__close,
body.post-type-archive-product ul.products li.product .sis-catalog-options__close,
body.tax-product_cat ul.products li.product .sis-catalog-options__close,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid rgba(23, 17, 15, 0.12);
  border-radius: var(--sis-button-radius);
  background: rgba(255, 250, 245, 0.92);
  color: #17110f;
  box-shadow: none;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__close:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__close:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__close:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__close:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__close:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__close:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__close:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__close:focus-visible {
  border-color: rgba(184, 155, 94, 0.42);
  background: #f8efe5;
  outline: 2px solid rgba(184, 155, 94, 0.34);
  outline-offset: 2px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__label,
body.post-type-archive-product ul.products li.product .sis-catalog-options__label,
body.tax-product_cat ul.products li.product .sis-catalog-options__label,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__label {
  margin: 0 0 9px;
  color: rgba(24, 20, 17, 0.78) !important;
  font-size: 12px;
  font-weight: 740;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
  min-height: 36px;
  border-color: rgba(85, 65, 52, 0.18) !important;
  background: #fffaf4 !important;
  color: #2c231d !important;
  box-shadow: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__eyebrow,
body.post-type-archive-product ul.products li.product .sis-catalog-options__eyebrow,
body.tax-product_cat ul.products li.product .sis-catalog-options__eyebrow,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__eyebrow {
  color: rgba(96, 70, 50, 0.78) !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__title,
body.post-type-archive-product ul.products li.product .sis-catalog-options__title,
body.tax-product_cat ul.products li.product .sis-catalog-options__title,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__title {
  color: #17110f !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible {
  border-color: rgba(184, 155, 94, 0.44) !important;
  background: #fff3e4 !important;
  color: #17110f !important;
  outline: 2px solid rgba(184, 155, 94, 0.22);
  outline-offset: 2px;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice[aria-pressed="true"] {
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled {
  border-color: rgba(85, 65, 52, 0.12) !important;
  background: rgba(255, 250, 244, 0.72) !important;
  color: rgba(44, 35, 29, 0.54) !important;
  cursor: not-allowed;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add {
  min-height: 38px;
  margin-top: 9px;
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
  opacity: 1;
  text-shadow: none;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:active,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:active,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:active {
  border-color: #181411 !important;
  background: #181411 !important;
  color: #fffaf4 !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__add:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled {
  border-color: rgba(44, 35, 29, 0.72) !important;
  background: rgba(44, 35, 29, 0.76) !important;
  color: rgba(255, 250, 244, 0.92) !important;
  opacity: 1;
}

@media (max-width: 640px) {
  body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open,
  body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open,
  body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open {
    z-index: 12;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options,
  body.post-type-archive-product ul.products li.product .sis-catalog-options,
  body.tax-product_cat ul.products li.product .sis-catalog-options,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options {
    position: absolute;
    inset: auto 6px 48px;
    z-index: 12;
    display: block;
    width: calc(100% - 12px);
    max-width: 226px;
    margin: 0;
    overflow: visible;
    pointer-events: auto;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__overlay,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__overlay,
  body.tax-product_cat ul.products li.product .sis-catalog-options__overlay,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__overlay {
    display: none !important;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__sheet,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__sheet,
  body.tax-product_cat ul.products li.product .sis-catalog-options__sheet,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__sheet {
    width: 100%;
    max-height: min(58vh, 380px);
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgba(85, 65, 52, 0.16);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__head,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__head,
  body.tax-product_cat ul.products li.product .sis-catalog-options__head,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__head {
    margin-bottom: 7px;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__title,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__title,
  body.tax-product_cat ul.products li.product .sis-catalog-options__title,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__title {
    font-size: 12.5px;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__choices,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choices,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choices,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
    min-height: 32px;
    padding: 6px 7px;
    font-size: 10.5px;
  }

body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add {
    min-height: 34px;
    margin-top: 8px;
    font-size: 11.5px;
  }
}

/* Module 8 Look Cards Responsive + Back Side Redesign v1.2 */
body.home .sis-look-cards {
  --sis-look-cream: #fff8ee;
  --sis-look-cream-soft: #fffbf5;
  --sis-look-cream-deep: #f5eadb;
  --sis-look-ink: #2c231d;
  --sis-look-muted: #746457;
  --sis-look-gold: #b28a42;
  --sis-look-gold-soft: rgba(178, 138, 66, 0.28);
  --sis-look-border: rgba(117, 91, 54, 0.2);
  --sis-look-shadow: 0 20px 44px rgba(41, 31, 24, 0.13), 0 2px 0 rgba(255, 255, 255, 0.82) inset;
}

body.home .sis-look-cards__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

body.home .sis-look-card {
  min-height: 690px;
}

body.home .sis-look-card__face {
  overflow: hidden;
  border: 1px solid var(--sis-look-border);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.96) 0%, rgba(255, 248, 238, 0.98) 56%, rgba(246, 235, 219, 0.92) 100%);
  box-shadow: var(--sis-look-shadow);
}

body.home .sis-look-card__face::before {
  background:
    linear-gradient(90deg, rgba(178, 138, 66, 0), rgba(178, 138, 66, 0.34), rgba(178, 138, 66, 0));
}

body.home .sis-look-card__face--front {
  gap: 14px;
  padding: 16px;
}

body.home .sis-look-card__media {
  min-height: 250px;
  padding: 14px;
  border: 1px solid rgba(178, 138, 66, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.98), rgba(255, 248, 238, 0.74) 48%, rgba(245, 234, 219, 0.54) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 24px rgba(44, 35, 29, 0.07);
}

body.home .sis-look-card__thumb {
  align-self: stretch;
  min-height: 210px;
  padding: 8px;
  border: 1px solid rgba(178, 138, 66, 0.18);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.86);
  box-shadow: 0 10px 18px rgba(44, 35, 29, 0.07);
}

body.home .sis-look-card__thumb img,
body.home .sis-look-card__back-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home .sis-look-card__body {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto auto;
  gap: 7px;
}

body.home .sis-look-card__label {
  width: fit-content;
  max-width: 100%;
  border-color: rgba(178, 138, 66, 0.32);
  background: rgba(255, 251, 245, 0.9);
  color: #80622f;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

body.home .sis-look-card__body h3 {
  color: var(--sis-look-ink);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.15;
}

body.home .sis-look-card__count {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(178, 138, 66, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--sis-look-muted);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.1;
}

body.home .sis-look-card__composition,
body.home .sis-look-card__aov-note {
  color: var(--sis-look-muted);
  font-size: 13px;
  line-height: 1.38;
}

body.home .sis-look-card__total {
  margin-top: 3px;
  padding-top: 10px;
  border-top: 1px solid rgba(178, 138, 66, 0.18);
}

body.home .sis-look-card__total strong {
  color: var(--sis-look-ink);
}

body.home .sis-look-card__toggle {
  min-height: 43px;
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
  box-shadow: 0 12px 22px rgba(44, 35, 29, 0.16) !important;
}

body.home .sis-look-card__toggle:hover,
body.home .sis-look-card__toggle:focus-visible {
  border-color: #181411 !important;
  background: #181411 !important;
  color: #fffaf4 !important;
}

body.home .sis-look-card__face--back {
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 10px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 248, 239, 0.98) 100%);
}

body.home .sis-look-card__back-head {
  margin-bottom: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(178, 138, 66, 0.18);
}

body.home .sis-look-card__back-head h3 {
  color: var(--sis-look-ink);
  font-size: 15px;
}

body.home .sis-look-card__back-head p {
  color: var(--sis-look-muted);
  font-size: 12px;
}

body.home .sis-look-card__back-items {
  display: grid;
  gap: 9px;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 2px;
}

body.home .sis-look-card__back-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 7px 9px;
  align-items: start;
  padding: 9px;
  border: 1px solid rgba(178, 138, 66, 0.16);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.78);
  box-shadow: 0 10px 18px rgba(44, 35, 29, 0.055);
}

body.home .sis-look-card__back-media {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  padding: 5px;
  border: 1px solid rgba(178, 138, 66, 0.18);
  border-radius: 12px;
  background: #fffaf4;
}

body.home .sis-look-card__back-copy {
  grid-column: 2;
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.home .sis-look-card__back-name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--sis-look-ink);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.25;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.home .sis-look-card__back-price {
  color: var(--sis-look-muted);
  font-size: 12px;
  font-weight: 740;
}

body.home .sis-look-card__back-link {
  grid-column: 2;
  width: fit-content;
  max-width: 100%;
  align-self: start;
  justify-self: start;
  color: #7d5e2f;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.home .sis-look-card__choice {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  min-width: 0;
  margin-top: 1px;
  padding: 8px;
  border: 1px solid rgba(117, 91, 54, 0.12);
  border-radius: 12px;
  background: rgba(255, 248, 238, 0.86);
}

body.home .sis-look-card__choice-label {
  color: var(--sis-look-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

body.home .sis-look-card__choice-chips {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.home .sis-look-card__choice-chip {
  min-height: 46px;
  padding: 6px 8px;
  border-color: rgba(44, 35, 29, 0.2) !important;
  background: #fffaf4 !important;
  color: var(--sis-look-ink) !important;
  font-size: 11px;
  line-height: 1.1;
  white-space: normal;
}

body.home .sis-look-card__choice-chip:hover,
body.home .sis-look-card__choice-chip:focus-visible {
  border-color: rgba(178, 138, 66, 0.58) !important;
  background: #fff5e4 !important;
  color: var(--sis-look-ink) !important;
}

body.home .sis-look-card__choice-chip[aria-pressed="true"] {
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
}

body.home .sis-look-card__choice-chip:disabled {
  border-color: rgba(44, 35, 29, 0.12) !important;
  background: rgba(255, 250, 244, 0.64) !important;
  color: rgba(44, 35, 29, 0.52) !important;
}

body.home .sis-look-card__choice-select {
  min-height: 38px;
  border-color: rgba(44, 35, 29, 0.22) !important;
  background-color: #fffaf4 !important;
  color: var(--sis-look-ink) !important;
  font-size: 12px;
}

body.home .sis-look-card__back-footer {
  gap: 9px;
  padding-top: 10px;
  border-top: 1px solid rgba(178, 138, 66, 0.2);
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.6), rgba(255, 248, 238, 0.98));
}

body.home .sis-look-card__back-footer strong {
  color: var(--sis-look-ink);
  font-size: 13px;
}

body.home .sis-look-card__back-actions {
  grid-template-columns: minmax(78px, 0.78fr) minmax(0, 1.22fr);
  gap: 8px;
}

body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add {
  min-height: 39px;
  border-radius: 999px;
  font-size: 12px;
}

body.home .sis-look-card__back-button--secondary {
  border-color: rgba(44, 35, 29, 0.18) !important;
  background: #fffaf4 !important;
  color: var(--sis-look-ink) !important;
}

body.home .sis-look-card__back-add {
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
}

body.home .sis-look-card__back-add.is-disabled,
body.home .sis-look-card__back-add[aria-disabled="true"] {
  border-color: rgba(44, 35, 29, 0.58) !important;
  background: rgba(44, 35, 29, 0.68) !important;
  color: rgba(255, 250, 244, 0.96) !important;
  opacity: 1;
}

body.home .sis-look-card__message {
  min-height: 14px;
  font-size: 11px;
}

@media (max-width: 1180px) {
  body.home .sis-look-cards__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .sis-look-card {
    min-height: 704px;
  }

  body.home .sis-look-card__face--front,
  body.home .sis-look-card__face--back {
    padding: 12px;
  }

  body.home .sis-look-card__media {
    min-height: 230px;
    padding: 10px;
  }

  body.home .sis-look-card__body h3 {
    font-size: 18px;
  }

  body.home .sis-look-card__composition,
  body.home .sis-look-card__aov-note {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.home .sis-look-cards {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.home .sis-look-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 430px;
    gap: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  body.home .sis-look-card:nth-child(n+4) {
    display: none;
  }

  body.home .sis-look-card {
    min-height: 704px;
  }

  body.home .sis-look-card__face {
    border-radius: 18px;
  }

  body.home .sis-look-card__face--front {
    grid-template-rows: auto 1fr;
    gap: 16px;
    padding: 16px;
  }

  body.home .sis-look-card__media {
    min-height: 250px;
    padding: 16px;
  }

  body.home .sis-look-card__thumb {
    min-height: 210px;
    padding: 9px;
  }

  body.home .sis-look-card__body {
    grid-template-rows: auto auto auto auto 1fr auto auto;
    gap: 8px;
  }

  body.home .sis-look-card__body h3 {
    font-size: 22px;
    line-height: 1.12;
  }

  body.home .sis-look-card__count {
    font-size: 11.5px;
  }

  body.home .sis-look-card__composition,
  body.home .sis-look-card__aov-note {
    font-size: 14px;
    line-height: 1.42;
  }

  body.home .sis-look-card__total {
    font-size: 14px;
  }

  body.home .sis-look-card__toggle {
    min-height: 48px;
    font-size: 13px;
  }

  body.home .sis-look-card__face--back {
    gap: 9px;
    padding: 12px;
  }

  body.home .sis-look-card__back-head {
    padding-bottom: 8px;
  }

  body.home .sis-look-card__back-head h3 {
    font-size: 16px;
  }

  body.home .sis-look-card__back-head p {
    font-size: 12.5px;
  }

  body.home .sis-look-card__back-items {
    gap: 8px;
    padding-right: 3px;
  }

  body.home .sis-look-card__back-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 9px;
    border-radius: 15px;
  }

  body.home .sis-look-card__back-media {
    width: 76px;
    height: 76px;
    padding: 6px;
    border-radius: 13px;
  }

  body.home .sis-look-card__back-name {
    font-size: 13px;
    line-height: 1.25;
  }

  body.home .sis-look-card__back-price {
    font-size: 12.5px;
  }

  body.home .sis-look-card__back-link {
    font-size: 12px;
  }

  body.home .sis-look-card__choice {
    gap: 6px;
    padding: 8px;
  }

  body.home .sis-look-card__choice-label {
    font-size: 11.5px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 35px;
    padding: 7px 8px;
    font-size: 11px;
  }

  body.home .sis-look-card__choice-select {
    min-height: 40px;
    font-size: 12px;
  }

  body.home .sis-look-card__back-footer {
    gap: 8px;
    padding-top: 9px;
  }

  body.home .sis-look-card__back-footer strong {
    font-size: 13.5px;
  }

  body.home .sis-look-card__back-actions {
    grid-template-columns: minmax(82px, 0.8fr) minmax(0, 1.2fr);
  }

  body.home .sis-look-card__back-button,
  body.home .sis-look-card__back-add {
    min-height: 42px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-cards {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.home .sis-look-card {
    min-height: 696px;
  }

  body.home .sis-look-card__face--front {
    padding: 14px;
  }

  body.home .sis-look-card__media {
    min-height: 232px;
    padding: 12px;
  }

  body.home .sis-look-card__thumb {
    min-height: 194px;
  }

  body.home .sis-look-card__back-item {
    grid-template-columns: 70px minmax(0, 1fr);
    padding: 8px;
  }

  body.home .sis-look-card__back-media {
    width: 70px;
    height: 70px;
  }

  body.home .sis-look-card__choice-chips {
    gap: 5px;
  }
}

/* Module 8 Look Cards Desktop Width + Collage + Back Product Blocks Polish v1.3 */
body.home .sis-look-cards {
  max-width: min(1320px, calc(100vw - 32px));
  padding-right: 0;
  padding-left: 0;
}

body.home .sis-look-cards__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home .sis-look-card {
  min-height: 596px;
}

body.home .sis-look-card__face {
  border-color: rgba(117, 91, 54, 0.18);
  background: linear-gradient(180deg, #fffbf6 0%, #fff6ea 100%);
  box-shadow: 0 18px 36px rgba(41, 31, 24, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.home .sis-look-card__face--front,
body.home .sis-look-card__face--back {
  padding: 15px;
}

body.home .sis-look-card__face--front {
  gap: 12px;
}

body.home .sis-look-card__media {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
  height: 212px;
  min-height: 0;
  padding: 8px;
  border: 1px solid rgba(178, 138, 66, 0.14);
  border-radius: 15px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.95), transparent 44%),
    linear-gradient(135deg, rgba(255, 250, 244, 0.96), rgba(247, 236, 219, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body.home .sis-look-card__media--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
}

body.home .sis-look-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 6px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb:first-child {
  grid-row: 1 / span 2;
  padding: 10px;
  background: rgba(255, 255, 255, 0.48);
}

body.home .sis-look-card__thumb img {
  max-width: 100%;
  max-height: 100%;
}

body.home .sis-look-card__body {
  grid-template-rows: auto auto auto auto minmax(0, 1fr) auto auto;
  gap: 6px;
}

body.home .sis-look-card__body h3 {
  font-size: clamp(17px, 1.3vw, 20px);
}

body.home .sis-look-card__composition,
body.home .sis-look-card__aov-note {
  font-size: 12.5px;
  line-height: 1.34;
}

body.home .sis-look-card__total {
  padding-top: 8px;
}

body.home .sis-look-card__face--back {
  gap: 8px;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

body.home .sis-look-card__back-head {
  padding-bottom: 7px;
}

body.home .sis-look-card__back-items {
  gap: 7px;
  overflow: visible;
  padding-right: 0;
}

body.home .sis-look-card__back-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 8px;
  border-color: rgba(178, 138, 66, 0.13);
  border-radius: 13px;
  background: rgba(255, 252, 247, 0.56);
  box-shadow: none;
}

body.home .sis-look-card__back-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
}

body.home .sis-look-card__back-media {
  grid-column: auto;
  grid-row: auto;
  width: 72px;
  height: 72px;
  padding: 6px;
  border-color: rgba(178, 138, 66, 0.14);
  background: rgba(255, 250, 244, 0.82);
}

body.home .sis-look-card__back-copy {
  grid-column: auto;
  gap: 5px;
}

body.home .sis-look-card__back-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: center;
  min-width: 0;
}

body.home .sis-look-card__back-name {
  font-size: 12.5px;
  line-height: 1.22;
  -webkit-line-clamp: 2;
}

body.home .sis-look-card__back-price {
  font-size: 12px;
  line-height: 1.1;
}

body.home .sis-look-card__back-link {
  grid-column: auto;
  justify-self: auto;
  font-size: 11.5px;
  line-height: 1.1;
}

body.home .sis-look-card__choice {
  grid-column: auto;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  margin-top: 0;
  padding: 7px 0 0;
  border: 0;
  border-top: 1px solid rgba(117, 91, 54, 0.11);
  border-radius: 0;
  background: transparent;
}

body.home .sis-look-card__choice-label {
  font-size: 11px;
  white-space: nowrap;
}

body.home .sis-look-card__choice-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

body.home .sis-look-card__choice-chip {
  min-height: 31px;
  padding: 5px 9px;
  font-size: 10.8px;
}

body.home .sis-look-card__choice-select {
  min-height: 34px;
}

body.home .sis-look-card__back-footer {
  gap: 7px;
  padding-top: 8px;
  background: transparent;
}

body.home .sis-look-card__back-actions {
  gap: 7px;
}

body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add {
  min-height: 38px;
}

@media (max-width: 1180px) {
  body.home .sis-look-cards {
    max-width: min(1240px, calc(100vw - 28px));
  }

  body.home .sis-look-cards__grid {
    gap: 12px;
  }

  body.home .sis-look-card {
    min-height: 604px;
  }

  body.home .sis-look-card__media {
    height: 202px;
    padding: 7px;
  }

  body.home .sis-look-card__back-product {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 8px;
  }

  body.home .sis-look-card__back-media {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 767px) {
  body.home .sis-look-cards {
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }

  body.home .sis-look-cards__grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 430px;
    gap: 14px;
  }

  body.home .sis-look-card {
    min-height: 612px;
  }

  body.home .sis-look-card__face--front,
  body.home .sis-look-card__face--back {
    padding: 13px;
  }

  body.home .sis-look-card__face--front {
    gap: 11px;
  }

  body.home .sis-look-card__media {
    height: 190px;
    padding: 8px;
  }

  body.home .sis-look-card__media--3 .sis-look-card__thumb:first-child {
    padding: 8px;
  }

  body.home .sis-look-card__body h3 {
    font-size: 20px;
  }

  body.home .sis-look-card__composition,
  body.home .sis-look-card__aov-note {
    font-size: 13.5px;
    line-height: 1.34;
  }

  body.home .sis-look-card__toggle {
    min-height: 46px;
  }

  body.home .sis-look-card__back-items {
    gap: 7px;
    overflow: visible;
    padding-right: 0;
  }

  body.home .sis-look-card__back-item {
    gap: 6px;
    padding: 8px;
  }

  body.home .sis-look-card__back-product {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 10px;
  }

  body.home .sis-look-card__back-media {
    width: 88px;
    height: 88px;
    padding: 7px;
  }

  body.home .sis-look-card__back-name {
    font-size: 13px;
    line-height: 1.22;
  }

  body.home .sis-look-card__back-meta {
    gap: 5px 10px;
  }

  body.home .sis-look-card__choice {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
    padding-top: 6px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 11px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card {
    min-height: 600px;
  }

  body.home .sis-look-card__media {
    height: 178px;
  }

  body.home .sis-look-card__back-product {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 82px;
    height: 82px;
  }

  body.home .sis-look-card__back-name {
    font-size: 12.5px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 33px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* Module 8 Look Card Back Product Block Compact Layout Polish v1.4 */
body.home .sis-look-card__back-item {
  align-items: center;
}

body.home .sis-look-card__back-item.has-options {
  grid-template-columns: 78px minmax(0, 1fr) minmax(74px, 0.82fr);
  gap: 8px 10px;
}

body.home .sis-look-card__back-item.no-options {
  grid-template-columns: 78px minmax(0, 1fr);
}

body.home .sis-look-card__back-product {
  display: contents;
}

body.home .sis-look-card__back-media {
  grid-column: 1;
  width: 78px;
  height: 78px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

body.home .sis-look-card__back-media img {
  border-radius: 12px;
}

body.home .sis-look-card__back-copy {
  grid-column: 2;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

body.home .sis-look-card__back-meta {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: auto;
}

body.home .sis-look-card__back-link {
  display: inline-flex;
  align-self: flex-start;
  padding-top: 1px;
}

body.home .sis-look-card__choice {
  grid-column: 3;
  align-self: stretch;
  justify-content: center;
  gap: 7px;
  padding: 0 0 0 10px;
  border-top: 0;
  border-left: 1px solid rgba(117, 91, 54, 0.14);
}

body.home .sis-look-card__choice-label {
  font-size: 10.8px;
  line-height: 1.15;
}

body.home .sis-look-card__choice-chips {
  gap: 7px 8px;
}

body.home .sis-look-card__choice-chip {
  min-height: 33px;
  padding: 6px 10px;
}

@media (max-width: 767px) {
  body.home .sis-look-card__back-item {
    padding: 7px 8px;
  }

  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 94px minmax(0, 1fr) minmax(96px, 0.85fr);
    gap: 8px 9px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 94px;
    height: 94px;
  }

  body.home .sis-look-card__back-copy {
    gap: 6px;
  }

  body.home .sis-look-card__back-link {
    margin-top: 1px;
  }

  body.home .sis-look-card__choice {
    gap: 7px;
    padding-left: 9px;
  }

  body.home .sis-look-card__choice-chips {
    gap: 8px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 88px minmax(0, 1fr) minmax(90px, 0.9fr);
    gap: 8px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 88px;
    height: 88px;
  }

  body.home .sis-look-card__choice {
    padding-left: 8px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 34px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

/* Module 8 Look Cards Option Chips + Image Frame Cleanup v1.5 */
body.home .sis-look-card__back-item {
  overflow: visible;
}

body.home .sis-look-card__back-item.has-options {
  grid-template-columns: 78px minmax(88px, 1fr) minmax(90px, 0.9fr);
}

body.home .sis-look-card__back-media {
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home .sis-look-card__back-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

body.home .sis-look-card__choice {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-content: stretch;
  min-width: 0;
  overflow: visible;
}

body.home .sis-look-card__choice-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  gap: 6px;
}

body.home .sis-look-card__choice-chip {
  flex: 0 1 auto;
  max-width: 100%;
  overflow: visible;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.home .sis-look-card__back-item {
    padding: 6px 7px;
  }

  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 84px minmax(0, 1fr) minmax(86px, 0.75fr);
    gap: 7px 8px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 84px;
    height: 84px;
  }

  body.home .sis-look-card__choice {
    gap: 0;
    padding-left: 8px;
  }

  body.home .sis-look-card__choice-chips {
    gap: 6px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 32px;
    padding: 5px 8px;
    font-size: 10.8px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 78px minmax(0, 1fr) minmax(84px, 0.78fr);
    gap: 7px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 78px;
    height: 78px;
  }

  body.home .sis-look-card__choice {
    padding-left: 7px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 31px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 10.6px;
  }
}

/* Module 8 Look Cards Strict Image Frame Removal + Bigger Option Chips v1.6 */
body.home .sis-look-card__media,
body.home .sis-look-card__thumb,
body.home .sis-look-card__media--3 .sis-look-card__thumb:first-child,
body.home .sis-look-card__back-media {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home .sis-look-card__thumb,
body.home .sis-look-card__back-media {
  overflow: visible;
}

body.home .sis-look-card__thumb img,
body.home .sis-look-card__back-media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

body.home .sis-look-card__choice-chip {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 11.4px;
  line-height: 1.12;
}

@media (max-width: 767px) {
  body.home .sis-look-card__choice-chip {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 11.2px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card__choice-chip {
    min-height: 33px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }
}

/* Module 8 Look Cards Visual Recovery v1.7 */
body.home .sis-look-card__media {
  gap: 0;
  overflow: visible;
}

body.home .sis-look-card__thumb {
  border-radius: 0;
}

body.home .sis-look-card__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

body.home .sis-look-card__back-item {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home .sis-look-card__back-item.has-options {
  grid-template-columns: 78px minmax(74px, 1fr) minmax(100px, 0.96fr);
  gap: 8px 9px;
}

body.home .sis-look-card__choice-chip {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 12.4px;
  line-height: 1.16;
}

@media (max-width: 767px) {
  body.home .sis-look-card__back-item {
    padding: 6px 5px;
  }

  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 82px minmax(0, 1fr) minmax(92px, 0.9fr);
    gap: 7px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 82px;
    height: 82px;
  }

  body.home .sis-look-card__choice {
    padding-left: 7px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.15;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card__back-item.has-options {
    grid-template-columns: 76px minmax(0, 1fr) minmax(88px, 0.88fr);
    gap: 7px;
  }

  body.home .sis-look-card__back-item.no-options {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 76px;
    height: 76px;
  }

  body.home .sis-look-card__choice {
    padding-left: 6px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 38px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11.8px;
  }
}

/* Module 8 Look Cards Front Collage Image Gap Polish v1.8 */
body.home .sis-look-card__media {
  gap: 8px;
}

@media (max-width: 767px) {
  body.home .sis-look-card__media {
    gap: 6px;
  }
}

/* Module 8 Look Cards Mobile Content Height Tightening v1.9 */
@media (max-width: 767px) {
  body.home .sis-look-card {
    height: auto;
    min-height: 0;
  }

  body.home .sis-look-card__flip {
    height: auto;
    min-height: 0;
  }

  body.home .sis-look-card__face {
    height: auto;
    min-height: 0;
  }

  body.home .sis-look-card__face--front {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 12px;
  }

  body.home .sis-look-card__media {
    height: 180px;
  }

  body.home .sis-look-card__body {
    grid-template-rows: auto;
    height: auto;
    gap: 6px;
    padding: 0;
  }

  body.home .sis-look-card__composition {
    min-height: 0;
    margin-bottom: 2px;
  }

  body.home .sis-look-card__aov-note {
    align-self: start;
    margin-bottom: 8px;
  }

  body.home .sis-look-card__total {
    margin-bottom: 10px;
  }

  body.home .sis-look-card__face--back {
    grid-template-rows: auto auto auto;
    height: auto;
    min-height: 0;
  }

  body.home .sis-look-card.is-flipped .sis-look-card__face--front {
    position: absolute;
    inset: 0;
  }

  body.home .sis-look-card.is-flipped .sis-look-card__face--back {
    position: relative;
    inset: auto;
  }

  body.home .sis-look-card__back-items {
    min-height: 0;
  }

  body.home .sis-look-card__back-footer {
    align-self: start;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card {
    min-height: 0;
  }

  body.home .sis-look-card__media {
    height: 168px;
  }
}

/* Module 6 Wishlist v2A Functional Guest Wishlist Page */
.sis-header-wishlist__count,
.sis-drawer-utility__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  border-radius: 999px;
  background: #17110f;
  color: #fffaf5;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}

.sis-header-wishlist__count[hidden],
.sis-drawer-utility__count[hidden],
body.sis-wishlist-page-view .sis-wishlist__grid[hidden],
body.sis-wishlist-page-view .sis-wishlist__empty[hidden],
body.sis-wishlist-page-view .sis-wishlist__status[hidden] {
  display: none !important;
}

.sis-header-wishlist__count {
  position: absolute;
  top: 1px;
  right: -7px;
  border: 1px solid rgba(255, 250, 245, 0.94);
  box-shadow: 0 4px 10px rgba(23, 17, 15, 0.16);
}

@media (max-width: 1024px) {
  .site-mobile-header-wrap .sis-header-wishlist__count {
    top: 6px;
    right: -2px;
  }

  #mobile-drawer .sis-drawer-utility__link {
    position: relative;
  }

  #mobile-drawer .sis-drawer-utility__count {
    margin-left: auto;
    background: rgba(23, 17, 15, 0.9);

}
}

body.sis-wishlist-page-view .entry-content-wrap {
  background: #fffaf5;
}

body.sis-wishlist-page-view .entry-content {
  margin: 0;
}

body.sis-wishlist-page-view .entry-content > p:empty {
  display: none;
}

body.sis-wishlist-page-view .sis-wishlist {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 34px 0 52px;
  color: #17110f;
}

body.sis-wishlist-page-view .sis-wishlist__intro {
  max-width: 680px;
  margin: 0 0 22px;
}

body.sis-wishlist-page-view .sis-wishlist__eyebrow {
  margin: 0 0 7px;
  color: #9b7a3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.sis-wishlist-page-view .sis-wishlist__title {
  margin: 0;
  color: #17110f;
  font-family: var(--sis-home-heading, "Noto Serif Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

body.sis-wishlist-page-view .sis-wishlist__copy {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(33, 25, 21, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

body.sis-wishlist-page-view .sis-wishlist__status {
  margin: 18px 0;
  color: rgba(33, 25, 21, 0.66);
  font-size: 14px;
}

body.sis-wishlist-page-view .sis-wishlist__status.is-error {
  color: #8d3026;
}

body.sis-wishlist-page-view .sis-wishlist__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(88, 70, 48, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 17, 15, 0.05);
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #fffaf5;
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

body.sis-wishlist-page-view .sis-wishlist-item__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
}

body.sis-wishlist-page-view .sis-wishlist-item__title {
  margin: 0;
  color: #17110f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__title a {
  color: inherit;
  text-decoration: none;
}

body.sis-wishlist-page-view .sis-wishlist-item__title a:hover,
body.sis-wishlist-page-view .sis-wishlist-item__title a:focus-visible {
  color: #8a6b32;
}

body.sis-wishlist-page-view .sis-wishlist-item__price,
body.sis-wishlist-page-view .sis-wishlist-item__stock,
body.sis-wishlist-page-view .sis-wishlist-item__meta {
  margin: 0;
  color: rgba(33, 25, 21, 0.66);
  font-size: 13px;
  line-height: 1.35;
}

body.sis-wishlist-page-view .sis-wishlist-item__price {
  color: #17110f;
  font-size: 15px;
  font-weight: 800;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

body.sis-wishlist-page-view .sis-wishlist-item__button,
body.sis-wishlist-page-view .sis-wishlist-item__remove,
body.sis-wishlist-page-view .sis-wishlist__empty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-item__button--primary,
body.sis-wishlist-page-view .sis-wishlist__empty-button {
  border: 1px solid rgba(23, 17, 15, 0.88);
  background: #17110f;
  color: #fffaf5;
}

body.sis-wishlist-page-view .sis-wishlist-item__button--secondary {
  border: 1px solid rgba(184, 155, 94, 0.34);
  background: #fffaf5;
  color: #17110f;
}

body.sis-wishlist-page-view .sis-wishlist-item__remove {
  border: 1px solid rgba(88, 70, 48, 0.16);
  background: transparent;
  color: rgba(33, 25, 21, 0.7);
}

body.sis-wishlist-page-view .sis-wishlist-item__button:hover,
body.sis-wishlist-page-view .sis-wishlist-item__button:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__remove:hover,
body.sis-wishlist-page-view .sis-wishlist-item__remove:focus-visible,
body.sis-wishlist-page-view .sis-wishlist__empty-button:hover,
body.sis-wishlist-page-view .sis-wishlist__empty-button:focus-visible {
  border-color: rgba(184, 155, 94, 0.5);
  background: #f8efe5;
  color: #17110f;
  outline: 2px solid rgba(184, 155, 94, 0.32);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-item__button:disabled {
  opacity: 0.56;
  cursor: wait;
}

body.sis-wishlist-page-view .sis-wishlist__empty {
  max-width: 620px;
  padding: 26px;
  border: 1px solid rgba(184, 155, 94, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 17, 15, 0.05);
}

body.sis-wishlist-page-view .sis-wishlist__empty h3 {
  margin: 0;
  color: #17110f;
  font-family: var(--sis-home-heading, "Noto Serif Display", Georgia, serif);
  font-size: 26px;
  line-height: 1.15;
}

body.sis-wishlist-page-view .sis-wishlist__empty p {
  margin: 10px 0 18px;
  color: rgba(33, 25, 21, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  body.sis-wishlist-page-view .sis-wishlist {
    width: min(100% - 18px, 420px);
    padding: 24px 0 42px;
  }

  body.sis-wishlist-page-view .sis-wishlist__copy {
    font-size: 14px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__title {
    font-size: 14px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions {
    gap: 6px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__button,
  body.sis-wishlist-page-view .sis-wishlist-item__remove,
  body.sis-wishlist-page-view .sis-wishlist__empty-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* Module 6 Wishlist v2A.1 Desktop Header + Greek Copy Polish */
body.sis-wishlist-page-view .entry-hero,
body.sis-wishlist-page-view .entry-hero-container-inner,
body.sis-wishlist-page-view .entry-hero .hero-container,
body.sis-wishlist-page-view .entry-header {
  display: none !important;
}

body.sis-wishlist-page-view .content-area,
body.sis-wishlist-page-view .site-main {
  margin-top: 0;
}

body.sis-wishlist-page-view .entry-content-wrap {
  padding-top: 0 !important;
}

body.sis-wishlist-page-view .sis-wishlist {
  padding-top: 22px;
}

body.sis-wishlist-page-view .sis-wishlist__intro {
  margin-bottom: 18px;
}

body.sis-wishlist-page-view .sis-wishlist__eyebrow {
  color: #8a6b32;
}

body.sis-wishlist-page-view .sis-wishlist__title {
  font-size: clamp(28px, 3.2vw, 42px);
}

@media (min-width: 1025px) {
  .site-header .sis-header-utilities--desktop {
    gap: 8px;
  }

  .site-header .sis-header-utilities--desktop .sis-header-icon,
  .site-header .sis-header-utilities--desktop .sis-header-account,
  .site-header .sis-header-utilities--desktop .sis-header-cart,
  .site-header .sis-header-utilities--desktop .sis-header-search-trigger {
    width: 34px;
    min-width: 34px;
    height: 38px;
    min-height: 38px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #1b1512;
    box-shadow: none !important;
    transform: none;
  }

  .site-header .sis-header-utilities--desktop .sis-header-icon:hover,
  .site-header .sis-header-utilities--desktop .sis-header-icon:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-account:hover,
  .site-header .sis-header-utilities--desktop .sis-header-account:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-cart:hover,
  .site-header .sis-header-utilities--desktop .sis-header-cart:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-search-trigger:hover,
  .site-header .sis-header-utilities--desktop .sis-header-search-trigger:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-search-trigger[aria-expanded="true"] {
    border: 0 !important;
    background: transparent !important;
    color: #8a6b32 !important;
    box-shadow: none !important;
    transform: none;
  }

  .site-header .sis-header-utilities--desktop .sis-header-icon:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-account:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-cart:focus-visible,
  .site-header .sis-header-utilities--desktop .sis-header-search-trigger:focus-visible {
    outline: 2px solid rgba(184, 155, 94, 0.42);
    outline-offset: 2px;
  }

  .site-header .sis-header-utilities--desktop .sis-header-icon__svg,
  .site-header .sis-header-utilities--desktop .sis-header-account__icon,
  .site-header .sis-header-utilities--desktop .sis-header-account__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
  }

  .site-header .sis-header-utilities--desktop .sis-header-cart__count,
  .site-header .sis-header-utilities--desktop .sis-header-wishlist__count {
    top: 4px;
    right: -2px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border: 1px solid rgba(255, 250, 245, 0.94);
    border-radius: 10px;
    background: #17110f;
    color: #fffaf5;
    font-size: 9px;
    font-weight: 700;
    line-height: 13px;
    box-shadow: 0 4px 10px rgba(23, 17, 15, 0.16);
  }
}

@media (max-width: 520px) {
  body.sis-wishlist-page-view .sis-wishlist {
    padding-top: 18px;
  }
}

/* Module 6 Wishlist v2A.2 Product Card Visual Polish */
body.sis-wishlist-page-view .sis-wishlist__grid {
  grid-template-columns: repeat(auto-fit, minmax(255px, 320px));
  justify-content: start;
  gap: 18px;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  overflow: hidden;
  border-color: rgba(88, 70, 48, 0.13);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.07);
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  width: 100%;
  aspect-ratio: 1 / 1.04;
  border-radius: 10px;
  background: #fbf4ec;
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  padding: 7px;
  border-radius: 10px;
  object-fit: contain;
}

body.sis-wishlist-page-view .sis-wishlist-item__body {
  flex: 1;
  gap: 8px;
  padding: 2px 4px 4px;
}

body.sis-wishlist-page-view .sis-wishlist-item__top {
  display: grid;
  gap: 5px;
}

body.sis-wishlist-page-view .sis-wishlist-item__title {
  padding-right: 30px;
  font-size: 15px;
  line-height: 1.28;
}

body.sis-wishlist-page-view .sis-wishlist-item__price {
  font-size: 16px;
  line-height: 1.15;
}

body.sis-wishlist-page-view .sis-wishlist-item__stock {
  color: rgba(33, 25, 21, 0.54);
  font-size: 12.5px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 4px;
}

body.sis-wishlist-page-view .sis-wishlist-item__button,
body.sis-wishlist-page-view .sis-wishlist__empty-button {
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
}

body.sis-wishlist-page-view .sis-wishlist-item__button--primary,
body.sis-wishlist-page-view .sis-wishlist__empty-button {
  background: #17110f;
  color: #fffaf5;
  box-shadow: 0 12px 20px rgba(23, 17, 15, 0.14);
}

body.sis-wishlist-page-view .sis-wishlist-item__button--secondary {
  background: #fffaf5;
  box-shadow: 0 8px 18px rgba(184, 155, 94, 0.08);
}

body.sis-wishlist-page-view .sis-wishlist-item__remove {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 30px;
  width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border-color: rgba(23, 17, 15, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(33, 25, 21, 0.62);
  font-size: 0;
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.08);
}

body.sis-wishlist-page-view .sis-wishlist-item__remove::before,
body.sis-wishlist-page-view .sis-wishlist-item__remove::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.sis-wishlist-page-view .sis-wishlist-item__remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

body.sis-wishlist-page-view .sis-wishlist-item__remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.sis-wishlist-page-view .sis-wishlist-item__remove:hover,
body.sis-wishlist-page-view .sis-wishlist-item__remove:focus-visible {
  background: #fffaf5;
  color: #17110f;
}

body.sis-wishlist-page-view .sis-wishlist__empty {
  margin: 0 auto;
  text-align: center;
}

body.sis-wishlist-page-view .sis-wishlist__empty-button {
  margin-inline: auto;
}

@media (min-width: 1160px) {
  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: repeat(3, minmax(255px, 320px));
  }
}

@media (max-width: 900px) {
  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 13px;
    padding: 10px;
    border-radius: 10px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__media {
    align-self: start;
    aspect-ratio: 1;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__media img {
    padding: 5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__body {
    padding: 2px 0;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__title {
    padding-right: 32px;
    font-size: 14px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__price {
    font-size: 15px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions {
    gap: 7px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__button {
    width: 100%;
    min-height: 42px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__remove {
    top: 10px;
    right: 10px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
  }
}

@media (max-width: 380px) {
  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  body.sis-wishlist-page-view .sis-wishlist-item__button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11.5px;
  }
}

/* Module 6 Wishlist v2A.3 Inline Options + Homepage Featured Quick Actions */
body.sis-wishlist-page-view .sis-wishlist a.added_to_cart.wc-forward,
body.sis-wishlist-page-view .sis-wishlist a.wc-forward {
  display: none !important;
}

body.sis-wishlist-page-view .sis-wishlist-item.is-options-open {
  z-index: 2;
}

body.sis-wishlist-page-view .sis-wishlist-options[hidden] {
  display: none !important;
}

body.sis-wishlist-page-view .sis-wishlist-options {
  display: grid;
  gap: 9px;
  margin-top: 2px;
  padding: 11px;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: 10px;
  background: rgba(255, 250, 245, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.sis-wishlist-page-view .sis-wishlist-options__label {
  margin: 0;
  color: rgba(33, 25, 21, 0.62);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

body.sis-wishlist-page-view .sis-wishlist-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.sis-wishlist-page-view .sis-wishlist-options__choice {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(88, 70, 48, 0.18);
  border-radius: 999px;
  background: #fffdf9;
  background-image: none !important;
  color: #231b17;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-options__choice:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-options__choice.is-selected {
  border-color: rgba(23, 17, 15, 0.76);
  background: #1c1411;
  color: #fffaf5;
  outline: none;
}

body.sis-wishlist-page-view .sis-wishlist-options__add {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #1c1411;
  border-radius: 999px;
  background: #1c1411;
  background-image: none !important;
  color: #fffaf5;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-options__add:hover,
body.sis-wishlist-page-view .sis-wishlist-options__add:focus-visible {
  background: #2a201c;
  color: #fffaf5;
  outline: 2px solid rgba(184, 155, 94, 0.25);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-options__add:disabled {
  opacity: 0.62;
  cursor: wait;
}

body.sis-wishlist-page-view .sis-wishlist-options__message {
  min-height: 1.2em;
  margin: 0;
  color: rgba(33, 25, 21, 0.64);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
}

body.home .sis-home-featured-products .wc-block-components-product-image {
  position: relative;
}

body.home .sis-home-featured-products .sis-catalog-actions {
  position: absolute;
  right: 8px;
  bottom: 12px;
  left: 8px;
  z-index: 6;
  display: flex;
  justify-content: center;
  width: auto;
  min-width: 0;
  pointer-events: none;
}

body.home .sis-home-featured-products .sis-catalog-actions.is-options-open {
  z-index: 8;
}

body.home .sis-home-featured-products .sis-catalog-actions [hidden] {
  display: none !important;
}

body.home .sis-home-featured-products .sis-catalog-actions__rail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

body.home .sis-home-featured-products .sis-catalog-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.18);
  border-radius: 999px;
  background: rgba(32, 27, 23, 0.86) !important;
  background-image: none !important;
  color: #fffaf4;
  box-shadow: 0 8px 20px rgba(23, 17, 15, 0.18);
  font-size: 0;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

body.home .sis-home-featured-products .sis-catalog-action:hover,
body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action:active {
  border-color: rgba(255, 250, 244, 0.74);
  background: rgba(24, 20, 17, 0.94) !important;
  color: #fffaf4 !important;
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.24);
  transform: translateY(-1px);
}

body.home .sis-home-featured-products .sis-catalog-action:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
}

body.home .sis-home-featured-products .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.home .sis-home-featured-products .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.home .sis-home-featured-products .sis-catalog-action--disabled {
  border-color: rgba(24, 20, 17, 0.12);
  background: rgba(255, 253, 249, 0.82) !important;
  color: rgba(24, 20, 17, 0.5);
  box-shadow: none;
  cursor: not-allowed;
}

body.home .sis-home-featured-products .sis-catalog-options {
  position: absolute;
  right: 12px;
  bottom: 50px;
  left: 12px;
  z-index: 7;
  width: min(238px, calc(100% - 24px));
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
  pointer-events: auto;
}

body.home .sis-home-featured-products .sis-catalog-options__label,
body.home .sis-home-featured-products .sis-catalog-options__message {
  margin: 0 0 8px;
  color: rgba(24, 20, 17, 0.7);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.home .sis-home-featured-products .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.home .sis-home-featured-products .sis-catalog-options__choice,
body.home .sis-home-featured-products .sis-catalog-options__add {
  appearance: none;
  background-image: none !important;
  cursor: pointer;
}

body.home .sis-home-featured-products .sis-catalog-options__choice {
  min-height: 32px;
  padding: 7px 8px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: #fffaf4;
  color: #2c231d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

body.home .sis-home-featured-products .sis-catalog-options__choice:hover,
body.home .sis-home-featured-products .sis-catalog-options__choice:focus-visible,
body.home .sis-home-featured-products .sis-catalog-options__choice.is-selected {
  border-color: rgba(24, 20, 17, 0.72);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

body.home .sis-home-featured-products .sis-catalog-options__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin-top: 7px;
  padding: 8px 12px;
  border: 1px solid #2c231d;
  border-radius: 999px;
  background: #2c231d;
  color: #fffaf4;
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.1;
}

body.home .sis-home-featured-products .sis-catalog-options__add:hover,
body.home .sis-home-featured-products .sis-catalog-options__add:focus-visible {
  background: #181411;
  color: #fffaf4;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 2px;
}

body.home .sis-home-featured-products .sis-catalog-options__add:disabled {
  opacity: 0.64;
  cursor: wait;
}

body.home .sis-home-featured-products .sis-catalog-options__message {
  min-height: 1.2em;
  margin: 7px 0 0;
}

body.home .sis-home-featured-products .added_to_cart {
  display: none !important;
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist-options {
    grid-column: 1 / -1;
  }

  body.sis-wishlist-page-view .sis-wishlist-options__choices {
    gap: 6px;

}

  body.sis-wishlist-page-view .sis-wishlist-options__choice {
    min-height: 36px;
    padding-right: 11px;
    padding-left: 11px;

}

  body.home .sis-home-featured-products .sis-catalog-actions {
    bottom: 10px;
  }

  body.home .sis-home-featured-products .sis-catalog-action {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 374px) {
  body.home .sis-home-featured-products .sis-catalog-actions {
    right: 4px;
    left: 4px;
  }

  body.home .sis-home-featured-products .sis-catalog-actions__rail {
    gap: 5px !important;
  }

  body.home .sis-home-featured-products .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
}

/* Module 6 Wishlist v2A.4 Unified Product Card Actions Polish */
body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button,
body.home .sis-home-featured-products .wc-block-components-product-button {
  display: none !important;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
  margin: 13px 14px 4px;
  color: #1b1512;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.24;
  letter-spacing: 0;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title a,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title a,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title a:hover,
body.home .sis-home-featured-products .wc-block-product .wp-block-post-title a:focus-visible,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title a:hover,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title a:focus-visible,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title a:hover,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title a:focus-visible {
  color: #8a6b32;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
  margin: 0 14px 16px;
  color: rgba(27, 21, 18, 0.84);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  overflow: visible;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 2px;
  padding: 0 4px 4px;
}

body.sis-wishlist-page-view .sis-wishlist-item__button {
  display: none !important;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 8px;
  pointer-events: auto;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions [hidden] {
  display: none !important;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: #fffaf5 !important;
  background-image: none !important;
  color: #211915;
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.08);
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active {
  border-color: rgba(184, 155, 94, 0.38);
  background: #f8efe5 !important;
  color: #17110f !important;
  box-shadow: 0 10px 22px rgba(23, 17, 15, 0.12);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled {
  background: rgba(255, 253, 249, 0.82) !important;
  color: rgba(24, 20, 17, 0.5);
  box-shadow: none;
  cursor: not-allowed;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  position: static;
  z-index: 2;
  width: min(100%, 280px);
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 12px 26px rgba(23, 17, 15, 0.1);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__label,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__message {
  margin: 0 0 8px;
  color: rgba(24, 20, 17, 0.7);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add {
  appearance: none;
  background-image: none !important;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice {
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: #fffaf4;
  color: #2c231d;
  font-size: 11.5px;
  font-weight: 750;
  line-height: 1.1;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice.is-selected {
  border-color: rgba(24, 20, 17, 0.72);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #2c231d;
  border-radius: 999px;
  background: #2c231d;
  color: #fffaf4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:focus-visible {
  background: #181411;
  color: #fffaf4;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__message {
  min-height: 1.2em;
  margin: 8px 0 0;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__message {
  min-height: 1.2em;
  margin: 0;
  color: rgba(33, 25, 21, 0.64);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
}

@media (max-width: 620px) {
  body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
    margin: 12px 12px 4px;
    font-size: 13px;
  }

  body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
    margin: 0 12px 14px;
    font-size: 12.5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions {
    grid-column: 1 / -1;
    padding: 0;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
    width: 100%;

}
}

/* Module 6 Homepage Featured Product Cards Polish v2A.5 */
body.home .sis-home-featured-products .wc-block-product-template {
  gap: 18px;
  align-items: start;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  padding: 10px 10px 13px;
}

body.home .sis-home-featured-products .wp-block-button.wc-block-components-product-button,
body.home .sis-home-featured-products .wc-block-components-product-button {
  display: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
  min-height: 0 !important;
  margin: 11px 6px 3px;
  color: #17110f;
  font-size: 14.5px;
  font-weight: 720;
  line-height: 1.2;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
  margin: 0 6px;
  color: rgba(23, 17, 15, 0.86);
  font-size: 13.2px;
  font-weight: 780;
  line-height: 1.2;
}

body.home .sis-home-featured-products .sis-catalog-actions {
  bottom: 13px;
}

body.home .sis-home-featured-products .sis-catalog-actions__message {
  display: none !important;
}

body.home .sis-home-featured-products .sis-catalog-actions__rail {
  gap: 9px;
}

body.home .sis-home-featured-products .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  max-width: 44px;
  max-height: 44px;
  border-color: rgba(255, 250, 244, 0.2);
  background: rgba(28, 23, 20, 0.88) !important;
  color: #fffaf4 !important;
  box-shadow: 0 9px 22px rgba(23, 17, 15, 0.2);
  opacity: 1;

}

body.home .sis-home-featured-products .sis-catalog-action:hover,
body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action:active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible {
  border-color: rgba(255, 250, 244, 0.7);
  background: rgba(24, 20, 17, 0.96) !important;
  color: #fffaf4 !important;
  box-shadow: 0 11px 25px rgba(23, 17, 15, 0.26);

}

body.home .sis-home-featured-products .sis-catalog-action svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;

}

body.home .sis-home-featured-products .sis-catalog-options {
  position: absolute;
  right: 8px;
  bottom: 51px;
  left: 8px;
  z-index: 9;
  display: block;
  width: min(248px, calc(100% - 16px));
  max-width: 248px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}

body.home .sis-home-featured-products .sis-catalog-options__sheet {
  position: relative;
  width: 100%;
  padding: 12px;
  overflow: visible;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.14);
}

body.home .sis-home-featured-products .sis-catalog-options__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

body.home .sis-home-featured-products .sis-catalog-options__intro {
  min-width: 0;
}

body.home .sis-home-featured-products .sis-catalog-options__eyebrow {
  margin: 0 0 3px;
  color: rgba(96, 70, 50, 0.78);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.2;
}

body.home .sis-home-featured-products .sis-catalog-options__title {
  margin: 0;
  color: #17110f;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.22;
}

body.home .sis-home-featured-products .sis-catalog-options__close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid rgba(23, 17, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.92);
  color: #17110f;
  box-shadow: none;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
}

body.home .sis-home-featured-products .sis-catalog-options__close:hover,
body.home .sis-home-featured-products .sis-catalog-options__close:focus-visible {
  border-color: rgba(184, 155, 94, 0.42);
  background: #f8efe5;
  outline: 2px solid rgba(184, 155, 94, 0.34);
  outline-offset: 2px;
}

body.home .sis-home-featured-products .sis-catalog-options__label {
  margin: 0 0 9px;
  color: rgba(24, 20, 17, 0.78) !important;
  font-size: 12px;
  font-weight: 740;
  line-height: 1.25;
}

body.home .sis-home-featured-products .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.home .sis-home-featured-products .sis-catalog-options__choice {
  min-height: 36px;
  padding: 7px 8px;
  border-color: rgba(85, 65, 52, 0.18) !important;
  background: #fffaf4 !important;
  color: #2c231d !important;
  box-shadow: none;
  font-size: 11px;
  font-weight: 740;
}

body.home .sis-home-featured-products .sis-catalog-options__choice:hover,
body.home .sis-home-featured-products .sis-catalog-options__choice:focus-visible {
  border-color: rgba(184, 155, 94, 0.44) !important;
  background: #fff3e4 !important;
  color: #17110f !important;
  outline: 2px solid rgba(184, 155, 94, 0.22);
  outline-offset: 2px;
}

body.home .sis-home-featured-products .sis-catalog-options__choice.is-selected,
body.home .sis-home-featured-products .sis-catalog-options__choice[aria-pressed="true"] {
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
}

body.home .sis-home-featured-products .sis-catalog-options__choice:disabled {
  border-color: rgba(85, 65, 52, 0.12) !important;
  background: rgba(255, 250, 244, 0.72) !important;
  color: rgba(44, 35, 29, 0.54) !important;
  cursor: not-allowed;
}

body.home .sis-home-featured-products .sis-catalog-options__add {
  min-height: 38px;
  margin-top: 9px;
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
  font-size: 12px;
  font-weight: 780;
  opacity: 1;
  text-shadow: none;
}

body.home .sis-home-featured-products .sis-catalog-options__add:hover,
body.home .sis-home-featured-products .sis-catalog-options__add:focus-visible,
body.home .sis-home-featured-products .sis-catalog-options__add:active {
  border-color: #181411 !important;
  background: #181411 !important;
  color: #fffaf4 !important;
}

body.home .sis-home-featured-products .sis-catalog-options__add:disabled {
  border-color: rgba(44, 35, 29, 0.72) !important;
  background: rgba(44, 35, 29, 0.76) !important;
  color: rgba(255, 250, 244, 0.92) !important;
  opacity: 1;
}

body.home .sis-home-featured-products .sis-catalog-options__message {
  min-height: 1.2em;
  margin: 8px 0 0;
  color: rgba(24, 20, 17, 0.7);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 620px) {
  body.home .sis-home-featured-products .wc-block-product-template {
    gap: 14px 12px;
  }

  body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
    padding: 8px 8px 11px;
  }

  body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
    margin: 10px 4px 3px;
    font-size: 13.4px;
    line-height: 1.18;
  }

  body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
    margin: 0 4px;
    font-size: 12.6px;
  }

  body.home .sis-home-featured-products .sis-catalog-actions {
    bottom: 11px;
  }

  body.home .sis-home-featured-products .sis-catalog-action,
  body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
  body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
  }

  body.home .sis-home-featured-products .sis-catalog-options {
    right: 6px;
    bottom: 48px;
    left: 6px;
    width: min(226px, calc(100% - 12px));
  }

  body.home .sis-home-featured-products .sis-catalog-options__sheet {
    max-height: min(58vh, 380px);
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 14px;
  }

  body.home .sis-home-featured-products .sis-catalog-options__head {
    margin-bottom: 7px;
  }

  body.home .sis-home-featured-products .sis-catalog-options__title {
    font-size: 12.5px;
  }

  body.home .sis-home-featured-products .sis-catalog-options__choices {
    gap: 5px;
  }

  body.home .sis-home-featured-products .sis-catalog-options__choice {
    min-height: 32px;
    padding: 6px 7px;
    font-size: 10.5px;
  }

  body.home .sis-home-featured-products .sis-catalog-options__add {
    min-height: 34px;
    margin-top: 8px;
    font-size: 11.5px;
  }
}

/* Module 6 Product Card Variable Selector + Typography Unification v2A.6 */
body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post,
body.home .sis-home-featured-products .sis-catalog-options,
body.home .sis-home-featured-products .sis-catalog-options__sheet,
body.home .sis-home-featured-products .sis-catalog-options button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
body.home .sis-home-featured-products .wc-block-product .wp-block-post-title.has-medium-font-size,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
  min-height: 0 !important;
  margin: 10px 4px 3px !important;
  color: #241d18 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.24 !important;
  letter-spacing: 0;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-post-title a,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title a,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title a {
  color: inherit !important;
  font: inherit;
}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price.has-small-font-size,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
  margin: 0 4px !important;
  color: rgba(36, 29, 24, 0.72) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.home .sis-home-featured-products .sis-catalog-actions {
  bottom: 12px;
}

body.home .sis-home-featured-products .sis-catalog-actions.is-options-open {
  z-index: 12;
}

body.home .sis-home-featured-products .sis-catalog-actions__rail {
  gap: 8px;
  align-items: center;
}

body.home .sis-home-featured-products .sis-catalog-action:hover,
body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action:active,
body.home .sis-home-featured-products .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible {
  border-color: rgba(255, 250, 244, 0.72);
  background: rgba(23, 17, 15, 0.94) !important;
  color: #fffaf5 !important;
  box-shadow: 0 9px 20px rgba(58, 43, 31, 0.12);
  transform: none !important;

}

body.home .sis-home-featured-products .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(255, 250, 244, 0.78);
  background: rgba(23, 17, 15, 0.96) !important;

}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] svg {
  fill: rgba(255, 250, 245, 0.9);
  stroke: #fffaf5;

}

body.home .sis-home-featured-products .sis-catalog-options {
  right: 6px;
  bottom: 48px;
  left: 6px;
  z-index: 12;
  width: calc(100% - 12px);
  max-width: 226px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

body.home .sis-home-featured-products .sis-catalog-options__sheet {
  width: 100%;
  max-height: min(58vh, 380px);
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
}

body.home .sis-home-featured-products .sis-catalog-options__head {
  gap: 10px;
  margin-bottom: 7px;
}

body.home .sis-home-featured-products .sis-catalog-options__eyebrow {
  margin: 0 0 3px;
  color: rgba(96, 70, 50, 0.78) !important;
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.2;
}

body.home .sis-home-featured-products .sis-catalog-options__title {
  margin: 0;
  padding: 0;
  color: #17110f !important;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.22;
}

body.home .sis-home-featured-products .sis-catalog-options__label {
  margin: 0 0 9px;
  color: rgba(24, 20, 17, 0.78) !important;
  font-size: 12px;
  font-weight: 740;
  line-height: 1.25;
}

body.home .sis-home-featured-products .sis-catalog-options__choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

body.home .sis-home-featured-products .sis-catalog-options__choice {
  min-height: 32px;
  padding: 6px 7px;
  border-color: rgba(85, 65, 52, 0.18) !important;
  background: #fffaf4 !important;
  color: #2c231d !important;
  font-size: 10.5px;
  font-weight: 740;
}

body.home .sis-home-featured-products .sis-catalog-options__add {
  min-height: 34px;
  margin-top: 8px;
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;
  font-size: 11.5px;
  font-weight: 740;
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.12);
}

body.home .sis-home-featured-products .sis-catalog-options__message {
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 620px) {
  body.home .sis-home-featured-products .wc-block-product .wp-block-post-title,
  body.home .sis-home-featured-products .wc-block-product .wp-block-post-title.has-medium-font-size,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
    margin: 9px 3px 3px !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.22 !important;
  }

  body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price.has-small-font-size,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
    margin: 0 3px !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
  }

  body.home .sis-home-featured-products .sis-catalog-action,
  body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
  body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }
}

/* Module 6 Homepage Featured Selector + Wishlist Feedback Match v2A.7 */
body.home .sis-home-featured-products .sis-catalog-actions__message {
  position: absolute;
  right: 12px;
  bottom: calc(100% + 8px);
  left: 12px;
  z-index: 13;
  display: block !important;
  max-width: min(226px, calc(100% - 24px));
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: var(--sis-button-radius);
  background: rgba(255, 253, 249, 0.97);
  color: rgba(23, 17, 15, 0.82);
  box-shadow: var(--sis-button-shadow-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.home .sis-home-featured-products .sis-catalog-actions__message[hidden] {
  display: none !important;
}

body.home .sis-home-featured-products .sis-catalog-actions__message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.58);
  background: #fff7ed !important;
  color: #7f5d2e !important;
  box-shadow: var(--sis-button-focus);

}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:hover,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"]:focus-visible {
  border-color: rgba(184, 155, 94, 0.68);
  background: #fff1df !important;
  color: #604632 !important;
  box-shadow: var(--sis-button-focus);

}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] svg {
  fill: rgba(184, 155, 94, 0.22);
  stroke: currentColor;
  stroke-width: 1.95;

}

body.home .sis-home-featured-products .sis-catalog-actions.is-options-open .sis-catalog-action--select {
  border-color: rgba(184, 155, 94, 0.42);
  background: #f8efe5 !important;
  color: #17110f !important;
  box-shadow: var(--sis-button-focus);
}

/* Module 6 Product Card Floating Selector + Price + Image Focus Polish v2A.8 */
body.home .sis-home-featured-products .wp-block-woocommerce-product-image a,
body.home .sis-home-featured-products .wc-block-components-product-image a {
  overflow: hidden;

}
body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  overflow: hidden;

}

body.home .sis-home-featured-products .sis-catalog-actions.is-options-open {
  z-index: 30;
}

body.home .sis-home-featured-products .sis-catalog-options {
  z-index: 31;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img {
  object-position: center 40% !important;

}
body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link img,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link img,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link img,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link img {
  object-position: center 40% !important;

}

body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-product .wp-block-woocommerce-product-price.has-small-font-size,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
  font-weight: 760 !important;

}
body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
  font-weight: 760 !important;

}

/* Module 6 Wishlist Card Layout Polish v2A.9 */
body.sis-wishlist-page-view .sis-wishlist__grid {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 14px;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  grid-template-areas:
    "media body"
    "media actions";
  align-items: start;
  gap: 8px 14px;
  min-height: 0;
  padding: 12px 44px 12px 12px;
  overflow: visible;
  border-radius: 12px;
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(23, 17, 15, 0.06);
}

body.sis-wishlist-page-view .sis-wishlist-item.is-options-open {
  z-index: 20;
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  grid-area: media;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: start;
  border-radius: 10px;
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}

body.sis-wishlist-page-view .sis-wishlist-item__body {
  grid-area: body;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 3px 0 0;
}

body.sis-wishlist-page-view .sis-wishlist-item__top {
  gap: 4px;
}

body.sis-wishlist-page-view .sis-wishlist-item__title {
  margin: 0;
  padding-right: 0;
  color: #17110f;
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__price {
  margin: 0;
  color: rgba(23, 17, 15, 0.86);
  font-family: var(--sis-home-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
}

body.sis-wishlist-page-view .sis-wishlist-item__stock {
  margin: 0;
  color: rgba(33, 25, 21, 0.56);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions {
  grid-area: actions;
  grid-column: auto;
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
  position: relative;
  display: inline-grid;
  width: auto;
  max-width: 100%;
  gap: 7px;
  z-index: 1;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  width: auto;
  min-width: 86px;
  max-width: none;
  height: 36px;
  min-height: 36px;
  max-height: none;
  gap: 7px;
  padding: 0 12px;
  border-color: rgba(85, 65, 52, 0.15);
  border-radius: 999px;
  background: #fffaf5 !important;
  color: #211915;
  font-size: 11.5px;
  font-weight: 720;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.07);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
  width: 15px;
  height: 15px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action span {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__message {
  max-width: 220px;
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 50;
  width: min(300px, calc(100vw - 36px));
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__sheet {
  width: 100%;
  max-height: min(58vh, 380px);
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__intro {
  min-width: 0;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__eyebrow {
  margin: 0 0 3px;
  color: rgba(96, 70, 50, 0.78);
  font-size: 10.5px;
  font-weight: 760;
  line-height: 1.2;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__title {
  margin: 0;
  color: #17110f;
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.22;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid rgba(23, 17, 15, 0.12);
  border-radius: var(--sis-button-radius);
  background: rgba(255, 250, 245, 0.92);
  color: #17110f;
  box-shadow: none;
  font-size: 18px;
  font-weight: 650;
  line-height: 1;
  cursor: pointer;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close:focus-visible {
  border-color: rgba(184, 155, 94, 0.42);
  background: #f8efe5;
  outline: 2px solid rgba(184, 155, 94, 0.34);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__label {
  margin: 0 0 9px;
  color: rgba(24, 20, 17, 0.78);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice {
  min-height: 32px;
  padding: 6px 7px;
  border-color: rgba(85, 65, 52, 0.18);
  background: #fffaf4;
  color: #2c231d;
  font-size: 10.5px;
  font-weight: 740;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add {
  min-height: 34px;
  margin-top: 8px;
  font-size: 11.5px;
  font-weight: 740;
}

body.sis-wishlist-page-view .sis-wishlist-item__remove {
  top: 10px;
  right: 10px;
  z-index: 3;
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 7px 10px;
    padding: 10px 38px 10px 10px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__title {
    font-size: 13.5px;
    line-height: 1.24;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__price {
    font-size: 13px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__stock {
    font-size: 11.5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    min-width: 76px;
    height: 34px;
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 370px) {
  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 92px minmax(0, 1fr);
    padding-right: 36px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    min-width: 70px;
    padding: 0 9px;
    font-size: 10.5px;
  }
}

/* Module 6 Wishlist Card Symmetry Polish v2A.10 */
body.sis-wishlist-page-view .sis-wishlist-item {
  gap: 8px 13px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
  display: inline-grid;
  justify-items: start;
  gap: 8px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
  display: grid;
  grid-template-columns: repeat(2, 44px);
  align-items: center;
  gap: 8px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: #fffaf5 !important;
  color: #211915;
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.07);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions.is-options-open .sis-catalog-action--select {
  border-color: rgba(184, 155, 94, 0.38);
  background: #f8efe5 !important;
  color: #17110f !important;
  box-shadow: 0 10px 22px rgba(23, 17, 15, 0.12);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  margin: 0;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  top: calc(100% + 8px);
  right: auto;
  left: 0;
  width: min(238px, calc(100vw - 32px));
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__sheet {
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(23, 17, 15, 0.14);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__head {
  margin-bottom: 8px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__title {
  font-size: 14px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice {
  min-height: 36px;
  font-size: 11px;
  font-weight: 700;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add {
  min-height: 34px;
  font-size: 11.5px;
  font-weight: 750;
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
    grid-template-columns: repeat(2, 42px);
    gap: 7px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    padding: 0;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
    width: 15px;
    height: 15px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
    width: min(226px, calc(100vw - 28px));
  }
}

/* Module 6 Wishlist Action Pills + Selector Layer v2A.11 */
body.sis-wishlist-page-view .sis-wishlist__grid,
body.sis-wishlist-page-view .sis-wishlist-item,
body.sis-wishlist-page-view .sis-wishlist-item__actions {
  overflow: visible;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  z-index: 1;
}

body.sis-wishlist-page-view .sis-wishlist-item.is-options-open {
  z-index: 200;
}

body.sis-wishlist-page-view .sis-wishlist-item:has(.sis-catalog-actions.is-options-open) {
  z-index: 200;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
  display: grid;
  z-index: 210;
  width: 100%;
  max-width: 272px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 8px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 250, 245, 0.12);
  border-radius: 999px;
  background: #17110f !important;
  color: #fffaf5 !important;
  box-shadow: 0 12px 22px rgba(23, 17, 15, 0.16);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions.is-options-open .sis-catalog-action--select {
  border-color: rgba(255, 250, 245, 0.24);
  background: #2c231d !important;
  color: #fffaf5 !important;
  box-shadow: 0 14px 26px rgba(23, 17, 15, 0.2);
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.35);
  outline-offset: 2px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  margin: 0;
  color: inherit;
  stroke: currentColor;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  z-index: 999;
  width: min(272px, calc(100vw - 32px));
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__sheet {
  position: relative;
  z-index: 1000;
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
    width: 100%;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
    gap: 7px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action svg {
    width: 15px;
    height: 15px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
    width: min(248px, calc(100vw - 28px));
  }
}

@media (max-width: 370px) {
  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

/* Module 6 Wishlist Visual Polish v2A.12 */
body.sis-wishlist-page-view .sis-wishlist {
  width: min(1060px, calc(100vw - 40px));
  padding-top: 30px;
}

body.sis-wishlist-page-view .sis-wishlist__intro {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body.sis-wishlist-page-view .sis-wishlist__copy {
  margin-right: auto;
  margin-left: auto;
}

body.sis-wishlist-page-view .sis-wishlist__grid {
  grid-template-columns: minmax(0, 940px);
  justify-content: center;
  gap: 16px;
}

body.sis-wishlist-page-view .sis-wishlist-item {
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 10px 18px;
  padding: 16px 52px 16px 16px;
  border: 1px solid rgba(88, 70, 48, 0.12);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.065);
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  border-radius: 12px;
  background: #fff8f0;
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  padding: 6px;
  border-radius: 12px;
}

body.sis-wishlist-page-view .sis-wishlist-item__body {
  align-content: start;
  gap: 5px;
  padding-top: 6px;
}

body.sis-wishlist-page-view .sis-wishlist-item__top {
  gap: 5px;
}

body.sis-wishlist-page-view .sis-wishlist-item__title {
  font-size: 15.5px;
  font-weight: 660;
  line-height: 1.24;
}

body.sis-wishlist-page-view .sis-wishlist-item__price {
  font-size: 14.5px;
  font-weight: 780;
}

body.sis-wishlist-page-view .sis-wishlist-item__stock {
  font-size: 12px;
  line-height: 1.25;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions {
  align-self: end;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
  max-width: 320px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
  gap: 9px;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

body.sis-wishlist-page-view .sis-wishlist-item__remove {
  top: 12px;
  right: 12px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  border-color: rgba(23, 17, 15, 0.08);
  background: rgba(255, 253, 249, 0.9);
  color: rgba(33, 25, 21, 0.58);
  box-shadow: 0 8px 18px rgba(23, 17, 15, 0.055);
}

@media (max-width: 1024px) {
  body.sis-wishlist-page-view .sis-wishlist {
    width: min(920px, calc(100vw - 36px));
  }

  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: minmax(0, 820px);
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 146px minmax(0, 1fr);
  }
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist {
    width: min(100%, calc(100vw - 24px));
    padding-top: 22px;
  }

  body.sis-wishlist-page-view .sis-wishlist__intro {
    margin-bottom: 16px;
    text-align: left;
  }

  body.sis-wishlist-page-view .sis-wishlist__title {
    font-size: clamp(27px, 8vw, 34px);
  }

  body.sis-wishlist-page-view .sis-wishlist__copy {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.52;
  }

  body.sis-wishlist-page-view .sis-wishlist__grid {
    gap: 12px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 12px 40px 12px 12px;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(23, 17, 15, 0.058);
  }

  body.sis-wishlist-page-view .sis-wishlist-item__media,
  body.sis-wishlist-page-view .sis-wishlist-item__media img {
    border-radius: 10px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__media img {
    padding: 5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__body {
    gap: 4px;
    padding-top: 3px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__title {
    font-size: 13.8px;
    line-height: 1.23;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__price {
    font-size: 13.2px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__stock {
    font-size: 11.5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
    gap: 7px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__remove {
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 370px) {
  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 7px 10px;
    padding-right: 38px;
  }
}

/* Module 6 Wishlist Desktop Grid Polish v2A.13 */
@media (min-width: 901px) {
  body.sis-wishlist-page-view .sis-wishlist {
    width: min(1120px, calc(100vw - 56px));
  }

  body.sis-wishlist-page-view .sis-wishlist__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 14px 42px 14px 14px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__media img {
    padding: 5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__body {
    gap: 4px;
    padding-top: 4px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__title {
    font-size: 14.2px;
    line-height: 1.23;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__price {
    font-size: 13.6px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__stock {
    font-size: 11.5px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions {
    max-width: 228px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions__rail {
    gap: 8px;
  }

  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  top: auto;
  bottom: calc(100% + 10px);
}

@media (max-width: 900px) {
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
    top: auto;
    bottom: calc(100% + 8px);
  }
}

/* Module 6 Wishlist Empty + Unavailable States v2A.14 */
body.sis-wishlist-page-view .sis-wishlist__empty {
  width: min(560px, 100%);
  margin: 10px auto 0;
  padding: 34px 30px;
  border-color: rgba(184, 155, 94, 0.26);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.07);
  text-align: center;
}

body.sis-wishlist-page-view .sis-wishlist__empty h3 {
  max-width: 420px;
  margin: 0 auto;
  font-size: clamp(23px, 3vw, 30px);
}

body.sis-wishlist-page-view .sis-wishlist__empty p {
  max-width: 390px;
  margin: 12px auto 20px;
}

body.sis-wishlist-page-view .sis-wishlist__empty-button {
  min-width: 168px;
  min-height: 44px;
}

body.sis-wishlist-page-view .sis-wishlist-item--unavailable .sis-wishlist-item__stock {
  color: rgba(141, 48, 38, 0.72);
  font-weight: 700;
}

body.sis-wishlist-page-view .sis-wishlist-item--missing .sis-wishlist-item__media--placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(184, 155, 94, 0.3);
  background: #fff8f0;
}

body.sis-wishlist-page-view .sis-wishlist-item__placeholder {
  max-width: 78px;
  color: rgba(33, 25, 21, 0.48);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
}

body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled:active {
  border-color: rgba(255, 250, 245, 0.12);
  background: #17110f !important;
  color: #fffaf5 !important;
  box-shadow: none;
}

@media (max-width: 620px) {
  body.sis-wishlist-page-view .sis-wishlist__empty {
    padding: 28px 20px;
    text-align: left;
  }

  body.sis-wishlist-page-view .sis-wishlist__empty h3,
  body.sis-wishlist-page-view .sis-wishlist__empty p {
    margin-right: 0;
    margin-left: 0;
  }
}

/* Module 6 Section 2 Mobile Compact v2 */
@media (max-width: 767px) {
  body.home .sis-home-occasions {
    padding-top: 10px;
    padding-bottom: 14px;
    margin-bottom: 0;
  }

  body.home .sis-home-occasions__header {
    max-width: 330px;
    margin-bottom: 10px;
  }

  body.home .sis-home-occasions__header h2 {
    max-width: 310px;
    margin-bottom: 5px;
    font-size: clamp(25px, 7.2vw, 30px);
    line-height: 1.02;
  }

  body.home .sis-home-occasions__header p {
    max-width: 315px;
    font-size: 12px;
    line-height: 1.38;
  }

  body.home .sis-home-occasions__grid {
    gap: 8px 10px;
  }

  body.home .sis-home-occasion-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
  }

  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 0.78;
    border-radius: 10px;
  }

  body.home .sis-home-occasion-card::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 82%;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgba(23, 17, 15, 0) 0%, rgba(23, 17, 15, 0.74) 62%, rgba(23, 17, 15, 0.9) 100%);
    pointer-events: none;
  }

  body.home .sis-home-occasion-card__label {
    position: absolute;
    right: 10px;
    bottom: 43px;
    left: 10px;
    z-index: 2;
    gap: 5px;
    justify-content: space-between;
    padding: 3px 6px;
    border-radius: 999px;
    background: rgba(255, 250, 244, 0.92);
    color: #17110f;
    font-size: 13.2px;
    line-height: 1.12;
    text-shadow: none;
  }

  body.home .sis-home-occasion-card__label::after {
    width: 4px;
    height: 4px;
  }

  body.home .sis-home-occasion-card__text {
    display: -webkit-box !important;
    position: absolute !important;
    right: 10px;
    bottom: 9px;
    left: 10px;
    z-index: 2;
    margin: 0 !important;
    padding: 3px 6px;
    border-radius: 8px;
    background: rgba(255, 250, 244, 0.9);
    overflow: hidden;
    color: #17110f !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.7em !important;
    font-size: 10.8px !important;
    line-height: 1.22 !important;
    text-shadow: none;
  }

  body.home .sis-home-occasions::after {
    margin-top: 14px;
  }
}

@media (max-width: 380px) {
  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 0.72;
  }

  body.home .sis-home-occasions__header h2 {
    font-size: 24px;
  }

  body.home .sis-home-occasion-card__text {
    font-size: 10.5px !important;
  }
}

/* Module 6 Homepage Rhythm + Footer Compact Polish v1 */
body.home .sis-look-cards {
  margin-bottom: clamp(30px, 3vw, 42px);
}

body.home .sis-footer-v2__logo-link {
  width: clamp(210px, 17vw, 270px);
}

body.home .sis-footer-v2__text {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.55;
}

body.home .sis-footer-v2__contact {
  gap: 6px 16px;
  margin-top: 9px;
}

body.home .sis-footer-v2__social-title {
  margin-top: 16px;
}

body.home .sis-footer-v2__socials {
  gap: 14px;
  margin-top: 8px;
}

body.home .sis-footer-v2__social-link {
  width: 44px;
  height: 44px;
}

body.home .sis-footer-v2__social-img {
  width: 40px;
  height: 40px;
}

body.home .sis-footer-v2__desktop-nav {
  margin-top: clamp(24px, 2.6vw, 34px);
  padding-top: clamp(18px, 2vw, 26px);
}

body.home .sis-footer-v2__heading {
  margin-bottom: 12px;
}

body.home .sis-footer-v2__links {
  gap: 8px;
}

body.home .sis-footer-v2__copyright {
  margin-top: clamp(20px, 2.2vw, 28px);
  padding-top: 14px;
}

@media (max-width: 767px) {
  body.home .sis-look-cards {
    margin-bottom: 18px;
  }

  body.home .sis-footer-v2__inner {
    padding: 16px 20px 20px;
  }

  body.home .sis-footer-v2__logo-link {
    width: 184px;

}

  body.home .sis-footer-v2__text {
    max-width: 315px;
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.52;

}


  body.home .sis-footer-v2__contact-link {
    min-height: 24px;
    font-size: 13.5px;

}

  body.home .sis-footer-v2__social-title {
    margin-top: 16px;
    font-size: 12px;

}

  body.home .sis-footer-v2__socials {
    gap: 12px;
    margin-top: 8px;

}

  body.home .sis-footer-v2__social-link {
    width: 40px;
    height: 40px;

}

  body.home .sis-footer-v2__social-img {
    width: 36px;
    height: 36px;

}


  body.home .sis-footer-v2__summary {
    min-height: 47px;

}

  body.home .sis-footer-v2__accordion .sis-footer-v2__links {
    gap: 9px;
    padding-bottom: 14px;

}

  body.home .sis-footer-v2__copyright {
    margin-top: 16px;
    padding-top: 16px;

}
}

/* Module 6 Homepage Unified Spacing + Container v2 */
body.home {
  --sis-home-container-max: 1320px;
  --sis-home-container-gutter: clamp(24px, 4.2vw, 60px);
  --sis-home-section-gap: clamp(32px, 3vw, 42px);
  --sis-home-final-gap: clamp(36px, 3.25vw, 48px);
  --sis-home-heading-size: clamp(34px, 3.2vw, 46px);
  --sis-home-heading-line: 1.08;
  --sis-home-flow-offset: 32px;
  --sis-home-container-width: min(var(--sis-home-container-max), calc(100vw - (var(--sis-home-container-gutter) * 2)));
}

body.home .sis-home-hero,
body.home .sis-home-occasions,
body.home .wp-block-columns.sis-home-featured-products,
body.home .sis-look-cards {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--sis-home-container-width);
  margin-inline: auto;

}
body.home .sis-footer-v2__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--sis-home-container-width);
  margin-inline: auto;

}

body.home .wp-block-columns.sis-home-featured-products > .wp-block-column.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-product-collection.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-handpicked-products.sis-home-featured-products {
  flex-basis: 100% !important;
  flex-grow: 1;
  width: 100%;
  max-width: min(100%, 960px);
  margin-inline: auto;
}

body.home .sis-home-hero {
  margin-bottom: var(--sis-home-section-gap);
}

body.home .sis-home-occasions {
  margin-bottom: var(--sis-home-section-gap);
  padding-bottom: 0;
}

body.home .wp-block-columns.sis-home-featured-products {
  gap: 0;
  row-gap: 0;
  margin-top: 0;
  margin-bottom: max(0px, calc(var(--sis-home-section-gap) - var(--sis-home-flow-offset)));
  padding-top: 0;
  padding-bottom: 0;
}

body.home .wp-block-columns.sis-home-featured-products::after {
  content: none;
  display: none;
}

body.home .wp-block-columns.sis-home-featured-products > .wp-block-column.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-product-collection.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-handpicked-products.sis-home-featured-products {
  padding-top: 0;
  padding-bottom: 0;
}

body.home .sis-look-cards {
  margin-top: 0;
  margin-bottom: var(--sis-home-final-gap);
  padding-right: 0;
  padding-left: 0;
}

body.home .sis-home-occasions__header,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-look-cards__header {
  margin-left: 0;
}

body.home .sis-home-occasions__header h2,
body.home .sis-home-featured-products > .wp-block-column > h2,
body.home .sis-look-cards__header h2 {
  max-width: min(100%, 860px);
  margin-bottom: 10px;
  font-size: var(--sis-home-heading-size) !important;
  font-weight: 700;
  line-height: var(--sis-home-heading-line) !important;
  letter-spacing: 0;
}

body.home .sis-home-occasions__header p,
body.home .sis-home-featured-products > .wp-block-column > p,
body.home .sis-look-cards__header p {
  max-width: min(100%, 700px);
}

@media (max-width: 1180px) {
  body.home {
    --sis-home-container-gutter: 32px;
    --sis-home-section-gap: 32px;
    --sis-home-final-gap: 34px;
    --sis-home-heading-size: 32px;
  }
}

@media (max-width: 767px) {
  body.home {
    --sis-home-container-gutter: 24px;
    --sis-home-section-gap: 24px;
    --sis-home-final-gap: 38px;
    --sis-home-flow-offset: 24px;
    --sis-home-heading-size: clamp(26px, 7vw, 30px);
    --sis-home-heading-line: 1.08;
  }

  body.home .sis-home-occasions {
    padding-top: 0;
    padding-bottom: 0;

}

  body.home .wp-block-columns.sis-home-featured-products {
    margin-bottom: max(0px, calc(var(--sis-home-section-gap) - var(--sis-home-flow-offset)));

}

  body.home .sis-look-cards {
    margin-bottom: var(--sis-home-final-gap);

}

  body.home .sis-look-cards__header,
body.home .sis-look-cards__header h2,
body.home .sis-look-cards__header p {
    max-width: 100%;

}

  body.home .sis-home-occasions__header h2,
  body.home .sis-home-featured-products > .wp-block-column > h2,
  body.home .sis-look-cards__header h2 {
    margin-bottom: 7px;
  }

  body.home .sis-home-occasions__header p,
  body.home .sis-home-featured-products > .wp-block-column > p,
  body.home .sis-look-cards__header p {
    font-size: 13px;
    line-height: 1.56;
  }

  body.home .sis-footer-v2__inner {
    width: 100%;
    max-width: 100%;

}
}

/* Module 6 Homepage Cohesion + Footer Handoff v3 */
body.home .wp-block-columns.sis-home-featured-products > .wp-block-column.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-product-collection.sis-home-featured-products,
body.home .wp-block-columns.sis-home-featured-products .wp-block-woocommerce-handpicked-products.sis-home-featured-products {
  max-width: min(100%, 1280px);
}

@media (min-width: 1181px) {
  body.home {
    --sis-home-final-gap: clamp(44px, 3.7vw, 56px);
  }
}

@media (min-width: 768px) {
  body.home .sis-home-occasions {
    margin-bottom: max(24px, calc(var(--sis-home-section-gap) - 16px));
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  body.home {
    --sis-home-final-gap: 44px;
  }
}

@media (max-width: 767px) {
  body.home .sis-footer-v2__text {
    margin-top: 8px;
    line-height: 1.52;
  }

  body.home .sis-footer-v2__contact {
    gap: 4px;
    margin-top: 8px;
  }

  body.home .sis-footer-v2__social-title {
    margin-top: 16px;

}

  body.home .sis-footer-v2__socials {
    margin-top: 8px;

}

  body.home .sis-footer-v2__mobile-nav {
    margin-top: 20px;

}
}

/* Module 6 Homepage Final Micro-Polish v4 */
@media (max-width: 767px) {
  body.home {
    --sis-home-final-gap: 22px;
  }

  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 0.98;
  }
}

/* Module 8 Mobile Look Card Stack v7 Premium Motion Stage */
@media (max-width: 767px) {
  body.home .sis-look-deck-section,
  body.home .sis-look-deck-section .sis-look-cards__inner {
    overflow: visible;
  }

  body.home .sis-look-cards__grid.sis-look-deck {
    position: relative;
    display: block;
    width: 100%;
    height: calc(var(--sis-look-deck-height, 0px) + 76px);
    max-width: min(430px, 100%);
    margin: 0 auto;
    padding: 30px 0 34px;
    overflow: visible;
    perspective: 1200px;
    isolation: isolate;
  }

  body.home .sis-look-cards__grid.sis-look-deck::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(50% - 8px);
    left: 50%;
    width: min(82%, 330px);
    height: max(190px, calc(var(--sis-look-deck-height, 0px) * 0.56));
    border-radius: 999px;
    background:
      radial-gradient(ellipse at center,
        rgba(160, 114, 72, 0.14) 0%,
        rgba(226, 188, 145, 0.10) 38%,
        rgba(255, 248, 238, 0) 72%);
    filter: blur(18px);
    opacity: 0.46;
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    display: block !important;
    width: min(92%, 354px);
    max-width: 354px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    touch-action: pan-y;
    transform: translate3d(-26px, -26px, 0) scale(0.94) rotate(-0.7deg);
    transform-origin: 50% 78%;
    transition:
      transform 560ms cubic-bezier(.22, 1, .36, 1),
      opacity 360ms ease,
      visibility 0s linear 560ms;
    filter: none;
    backface-visibility: hidden;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-active {
    z-index: 8;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    transition-delay: 0s;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-next {
    z-index: 7;
    visibility: visible;
    opacity: 1;
    transform: translate3d(-2px, -34px, 0) scale(0.968) rotate(-0.25deg);
    transition-delay: 0s;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-third {
    z-index: 6;
    visibility: visible;
    opacity: 0.98;
    transform: translate3d(-4px, -56px, 0) scale(0.945) rotate(-0.35deg);
    transition-delay: 0s;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-prev {
    z-index: 7;
    visibility: visible;
    opacity: 0;
    transform: translate3d(-2px, -34px, 0) scale(0.968) rotate(-0.25deg);
    transition-delay: 0s;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-hidden {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-dragging {
    z-index: 10;
    transition: none !important;
    cursor: grabbing;
    will-change: transform;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-settling,
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-exiting,
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-restacking {
    transition:
      transform 620ms cubic-bezier(.22, 1, .36, 1),
      opacity 360ms ease !important;
    will-change: transform;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-inactive .sis-look-card__face {
    border: 1px solid rgba(90, 65, 45, 0.10);
    background: linear-gradient(180deg, #fffbf6 0%, #fff5e9 100%);
    box-shadow:
      0 8px 20px rgba(48, 35, 25, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-next .sis-look-card__face,
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-prev .sis-look-card__face {
    box-shadow:
      0 12px 30px rgba(48, 35, 25, 0.10),
      0 3px 10px rgba(48, 35, 25, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-active .sis-look-card__face {
    border: 1px solid rgba(90, 65, 45, 0.10);
    background: linear-gradient(180deg, #fffcf8 0%, #fff7ed 100%);
    box-shadow:
      0 18px 45px rgba(48, 35, 25, 0.14),
      0 4px 14px rgba(48, 35, 25, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-pressed.is-deck-active .sis-look-card__face {
    box-shadow:
      0 22px 50px rgba(48, 35, 25, 0.17),
      0 6px 16px rgba(48, 35, 25, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-restacking .sis-look-card__face {
    box-shadow:
      0 10px 24px rgba(48, 35, 25, 0.09),
      0 3px 10px rgba(48, 35, 25, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }
}

@media (max-width: 390px) {
  body.home .sis-look-cards__grid.sis-look-deck {
    height: calc(var(--sis-look-deck-height, 0px) + 68px);
    padding-top: 28px;
    padding-bottom: 30px;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card {
    width: min(92%, 354px);
  }

  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 0.98;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-next {
    transform: translate3d(-2px, -30px, 0) scale(0.969) rotate(-0.2deg);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-third {
    transform: translate3d(-4px, -50px, 0) scale(0.947) rotate(-0.3deg);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-prev {
    transform: translate3d(-2px, -30px, 0) scale(0.969) rotate(-0.2deg);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card {
    transition-duration: 120ms;
  }

  body.home .sis-look-cards__grid.sis-look-deck::before {
    opacity: 0.32;
    filter: blur(12px);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-next {
    transform: translate3d(0, -22px, 0) scale(0.982) rotate(0deg);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-third {
    transform: translate3d(0, -36px, 0) scale(0.965) rotate(0deg);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-prev {
    transform: translate3d(0, -22px, 0) scale(0.982) rotate(0deg);
  }
}

/* Module 6 Visual Depth System v1 - tokenized custom component surfaces */

.site-top-header-wrap,
.site-top-header-wrap .site-header-row-container-inner {
  background: var(--sis-color-ink);
  border-bottom-color: var(--sis-border-accent);
}

.sis-announcement-dismiss {
  border-color: var(--sis-border-inverse);
  background: #fffaf5;
  color: #17110f;
}

.sis-announcement-dismiss:hover,
.sis-announcement-dismiss:focus-visible {
  border-color: rgba(244, 213, 143, 0.74);
  background: #f4d58f;
  color: #17110f;
  box-shadow: var(--sis-focus-ring);
}

button.sis-quick-cart__overlay {
  background: var(--sis-overlay-scrim) !important;
}
#mobile-drawer.popup-drawer .drawer-overlay {
  background: var(--sis-overlay-scrim) !important;
}


.sis-quick-cart__drawer {
  border-color: var(--sis-panel-border);
  background: var(--sis-panel-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-panel-shadow);
}
#mobile-drawer .drawer-inner {
  border-color: var(--sis-panel-border);
  background: var(--sis-panel-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-panel-shadow);
}


.sis-quick-cart__header,
.sis-quick-cart__footer {
  background: var(--sis-frost-bg);
}

.sis-quick-cart__header,
.sis-quick-cart__footer,
.sis-quick-cart__item {
  border-color: var(--sis-border-soft);
}

.sis-quick-cart__title,
.sis-quick-cart__empty-title,
.sis-quick-cart__item-title {
  color: var(--sis-color-ink);
}

.sis-quick-cart__count,
.sis-quick-cart__loading,
.sis-quick-cart__empty-text,
.sis-quick-cart__item-meta,
.sis-quick-cart__progress-note {
  color: var(--sis-color-ink-muted);
}

.sis-quick-cart__close,
.sis-quick-cart__qty-button {
  border-color: var(--sis-border-medium);
  background: var(--sis-surface-ivory);
  color: var(--sis-color-ink-soft);
}
#mobile-drawer .drawer-header .drawer-toggle {
  border-color: var(--sis-border-medium);
  background: var(--sis-surface-ivory);
  color: var(--sis-color-ink-soft);
}


.sis-quick-cart__close:hover,
.sis-quick-cart__close:focus-visible,
.sis-quick-cart__qty-button:hover,
.sis-quick-cart__qty-button:focus-visible,
.sis-quick-cart__remove:hover,
.sis-quick-cart__remove:focus-visible,
.sis-quick-cart__continue:hover,
.sis-quick-cart__continue:focus-visible,
.sis-quick-cart__button:focus-visible {
  outline-color: rgba(184, 155, 94, 0.34);
  box-shadow: var(--sis-focus-ring);
}
#mobile-drawer .drawer-header .drawer-toggle:hover,
#mobile-drawer .drawer-header .drawer-toggle:focus-visible {
  outline-color: rgba(184, 155, 94, 0.34);
  box-shadow: var(--sis-focus-ring);
}


.sis-quick-cart__notice {
  border-color: var(--sis-state-error-border);
  background: var(--sis-state-error-bg);
  color: var(--sis-color-error);
}

.sis-quick-cart__notice.is-status {
  border-color: var(--sis-state-success-border);
  background: var(--sis-state-success-bg);
  color: var(--sis-color-success);
}

.sis-quick-cart__progress,
.sis-quick-cart__item-media {
  border-color: var(--sis-border-soft);
  background: var(--sis-surface-muted);
}

.sis-quick-cart__progress-fill {
  background: var(--sis-color-ink-soft);
}

.sis-quick-cart__button--primary {
  border-color: var(--sis-cta-bg) !important;
  background: var(--sis-gradient-cta) !important;
  color: var(--sis-cta-text) !important;
}
body.home .sis-home-featured-products .sis-catalog-options__add,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add {
  border-color: var(--sis-cta-bg) !important;
  background: var(--sis-gradient-cta) !important;
  color: var(--sis-cta-text) !important;
}


.sis-quick-cart__button--secondary {
  border-color: var(--sis-button-border);
  background: var(--sis-button-secondary-bg);
  color: var(--sis-button-secondary-text) !important;
}


#mobile-drawer .sis-header-search__field,
#mobile-drawer .mobile-navigation .sub-menu {
  border-color: var(--sis-frost-border);
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--sis-shadow-xs);
}

#mobile-drawer .sis-header-search__field:focus-within {
  border-color: rgba(184, 155, 94, 0.48);
  box-shadow: var(--sis-focus-ring);
}

#mobile-drawer .mobile-navigation ul li a:hover,
#mobile-drawer .mobile-navigation ul li a:focus-visible,
#mobile-drawer .mobile-navigation ul li.current-menu-item > a,
#mobile-drawer .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap,
#mobile-drawer .sis-header-account:hover,
#mobile-drawer .sis-header-account:focus-visible {
  color: var(--sis-color-accent-deep);
}



.sis-search-overlay__close,
.sis-search-overlay__form,
.sis-search-overlay__popular-link {
  border-color: var(--sis-frost-border);
  background: rgba(255, 255, 255, 0.56);
}

.sis-search-overlay__form:focus-within,
.sis-search-overlay__close:hover,
.sis-search-overlay__close:focus-visible,
.sis-search-overlay__popular-link:hover,
.sis-search-overlay__popular-link:focus-visible {
  border-color: var(--sis-border-accent);
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-focus-ring);
}

.sis-catalog-zoom {
  background: var(--sis-overlay-scrim-strong);

}

.sis-catalog-zoom__figure {
  border-color: rgba(255, 250, 244, 0.46);
  background: var(--sis-gradient-panel-strong);
  box-shadow: 0 24px 62px rgba(18, 12, 10, 0.26), var(--sis-shadow-inset-soft);

}

.sis-catalog-zoom__image {
  background: var(--sis-surface-muted);

}

.sis-catalog-zoom__close {
  border-color: var(--sis-border-medium);
  background: var(--sis-frost-bg-strong);
  color: var(--sis-color-ink-soft);

}

.sis-catalog-zoom__close:hover,
.sis-catalog-zoom__close:focus-visible,
.sis-catalog-zoom__close:active {
  background: var(--sis-surface-card-warm);
  color: var(--sis-color-ink);
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-shadow-sm);
}

body.woocommerce-shop ul.products li.product .sis-catalog-options__sheet,
body.post-type-archive-product ul.products li.product .sis-catalog-options__sheet,
body.tax-product_cat ul.products li.product .sis-catalog-options__sheet,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__sheet,
body.home .sis-home-featured-products .sis-catalog-options__sheet {
  border-color: var(--sis-border-medium);
  background: var(--sis-frost-bg-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.12), var(--sis-shadow-inset-soft);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__sheet {
  border-color: var(--sis-border-medium);
  background: var(--sis-frost-bg-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.12), var(--sis-shadow-inset-soft);

}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.home .sis-home-featured-products .sis-catalog-options__choice {
  border-color: var(--sis-border-medium) !important;
  background: var(--sis-surface-card-warm) !important;
  color: var(--sis-color-ink-soft) !important;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice {
  border-color: var(--sis-border-medium) !important;
  background: var(--sis-surface-card-warm) !important;
  color: var(--sis-color-ink-soft) !important;

}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}
body.home .sis-home-featured-products .sis-catalog-options__choice:hover {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:hover {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}
body.home .sis-home-featured-products .sis-catalog-options__choice:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  outline: var(--sis-focus-outline);
  box-shadow: var(--sis-state-selected-glow);

}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}
body.home .sis-home-featured-products .sis-catalog-options__choice.is-selected,
body.home .sis-home-featured-products .sis-catalog-options__choice[aria-pressed="true"] {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice.is-selected {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}

body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled,
body.home .sis-home-featured-products .sis-catalog-options__choice:disabled {
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  opacity: 1;

}

body.home .sis-home-featured-products .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  box-shadow: var(--sis-shadow-sm);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
  box-shadow: var(--sis-shadow-sm);

}

body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  box-shadow: var(--sis-state-selected-glow);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible {
  box-shadow: var(--sis-state-selected-glow);

}

body.sis-wishlist-page-view .sis-wishlist-item {
  border-color: var(--sis-border-soft);
  background: var(--sis-gradient-surface);
  box-shadow: var(--sis-shadow-md);
}

body.sis-wishlist-page-view .sis-wishlist-item.is-options-open,
body.sis-wishlist-page-view .sis-wishlist-item:has(.sis-catalog-actions.is-options-open) {
  border-color: var(--sis-border-accent);
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.08);
}

body.home .sis-home-occasion-card picture,
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post,
body.home .sis-look-card__face {
  border-color: var(--sis-border-soft);
  box-shadow: var(--sis-shadow-md);
}

body.home .sis-home-occasion-card:focus-visible,
body.home .sis-home-featured-products .wc-block-product:focus-within,
body.home .sis-home-featured-products .wp-block-post:focus-within,
body.home .sis-look-card__toggle:focus-visible {
  box-shadow: var(--sis-state-selected-glow);
}

body.home .sis-look-cards__grid.sis-look-deck::before {
  background: var(--sis-gradient-stage);
}

@media (max-width: 767px) {
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-inactive .sis-look-card__face {
    border-color: rgba(90, 65, 45, 0.10);
    background: linear-gradient(180deg, #fffbf6 0%, #fff5e9 100%);
    box-shadow: 0 8px 20px rgba(48, 35, 25, 0.07), var(--sis-shadow-inset-soft);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-next .sis-look-card__face,
  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-prev .sis-look-card__face {
    box-shadow: 0 12px 30px rgba(48, 35, 25, 0.10), 0 3px 10px rgba(48, 35, 25, 0.06), var(--sis-shadow-inset-soft);
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card.is-deck-active .sis-look-card__face {
    background: linear-gradient(180deg, #fffcf8 0%, #fff7ed 100%);
    box-shadow: 0 18px 45px rgba(48, 35, 25, 0.14), 0 4px 14px rgba(48, 35, 25, 0.08), var(--sis-shadow-inset-soft);
  }
}

/* Module 6 Component States v1 - tokenized interaction states */
body.home .sis-home-hero .wp-block-button__link,
body.home .sis-aov-card__cta,
body.home .sis-look-card__toggle,
body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add,
body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add,
body.tax-product_cat ul.products li.product .sis-catalog-options__add,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add,
.sis-search-overlay__close,
.sis-search-overlay__submit,
.sis-search-overlay__popular-link,
.sis-catalog-zoom__close,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close,
body.sis-wishlist-page-view .sis-wishlist-item__remove,
body.single-product .summary.entry-summary .single_add_to_cart_button.button,
body.single-product div.product .woocommerce-product-gallery__trigger,
#mobile-drawer .drawer-header .drawer-toggle,
#mobile-drawer .mobile-navigation ul li a,
#mobile-drawer .sis-header-account {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease, opacity 160ms ease;
}
.sis-quick-cart__button,
.sis-quick-cart__close,
.sis-quick-cart__qty-button,
.sis-quick-cart__remove,
.sis-quick-cart__continue {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease, opacity 160ms ease;
}
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-quantity-selector__button,
body.woocommerce-checkout .wc-block-components-totals-coupon__button {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease, opacity 160ms ease;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-address-card__edit {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease, opacity 160ms ease;
}


body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link:hover,
body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link:focus-visible,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link:hover,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link:focus-visible,
body.home .sis-aov-card__cta:hover,
body.home .sis-aov-card__cta:focus-visible,
body.home .sis-look-card__toggle:hover,
body.home .sis-look-card__toggle:focus-visible,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):hover,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:focus-visible,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:hover,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:focus-visible {
  border-color: #2a201c !important;
  background: #2a201c !important;
  color: #fffaf5 !important;
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.18);
  transform: translateY(-1px);
}
.sis-quick-cart__button--primary:hover,
.sis-quick-cart__button--primary:focus-visible {
  border-color: var(--sis-cta-bg-hover) !important;
  background: var(--sis-cta-bg-hover) !important;
  color: var(--sis-cta-text) !important;
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.18);
  transform: translateY(-1px);
}
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus-visible {
  border-color: var(--sis-cta-bg-hover) !important;
  background: var(--sis-cta-bg-hover) !important;
  color: var(--sis-cta-text) !important;
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.18);
  transform: translateY(-1px);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
  border-color: var(--sis-cta-bg-hover) !important;
  background: var(--sis-cta-bg-hover) !important;
  color: var(--sis-cta-text) !important;
  box-shadow: 0 16px 30px rgba(23, 17, 15, 0.18);
  transform: translateY(-1px);
}


body.home .sis-home-hero .wp-block-button:first-child .wp-block-button__link:active,
body.home .sis-home-hero .sis-button-primary .wp-block-button__link:active,
body.home .sis-aov-card__cta:active,
body.home .sis-look-card__toggle:active,
body.home .sis-look-card__back-add:not(.is-disabled):not([disabled]):active,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:active,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:active,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:active,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:active {
  box-shadow: var(--sis-shadow-sm);
  transform: translateY(0) scale(0.985);
}
.sis-quick-cart__button--primary:active {
  box-shadow: var(--sis-shadow-sm);
  transform: translateY(0) scale(0.985);
}
body.woocommerce-cart .wc-block-cart__submit-button:active {
  box-shadow: var(--sis-shadow-sm);
  transform: translateY(0) scale(0.985);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:active {
  box-shadow: var(--sis-shadow-sm);
  transform: translateY(0) scale(0.985);
}


body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link:hover,
body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link:focus-visible,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link:hover,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link:focus-visible,
body.home .sis-look-card__back-button:hover,
body.home .sis-look-card__back-button:focus-visible,
.sis-search-overlay__popular-link:hover,
.sis-search-overlay__popular-link:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-shadow-sm);
}
.sis-quick-cart__button--secondary:hover,
.sis-quick-cart__button--secondary:focus-visible,
.sis-quick-cart__continue:hover,
.sis-quick-cart__continue:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-shadow-sm);
}
body.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:hover,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-shadow-sm);
}
body.woocommerce-checkout .wc-block-components-address-card__edit:hover,
body.woocommerce-checkout .wc-block-components-address-card__edit:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-shadow-sm);
}


body.home .sis-home-hero .wp-block-button:last-child .wp-block-button__link:active,
body.home .sis-home-hero .sis-button-secondary .wp-block-button__link:active,
body.home .sis-look-card__back-button:active,
.sis-search-overlay__popular-link:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.985);
}
.sis-quick-cart__button--secondary:active,
.sis-quick-cart__continue:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.985);
}
body.woocommerce-cart .wc-block-components-totals-coupon__button:active,
body.woocommerce-checkout .wc-block-components-totals-coupon__button:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.985);
}
body.woocommerce-checkout .wc-block-components-address-card__edit:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.985);
}


body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
.sis-search-overlay__close:hover,
.sis-search-overlay__close:focus-visible,
.sis-search-overlay__submit:hover,
.sis-search-overlay__submit:focus-visible,
.sis-catalog-zoom__close:hover,
.sis-catalog-zoom__close:focus-visible,
body.single-product div.product .woocommerce-product-gallery__trigger:hover,
body.single-product div.product .woocommerce-product-gallery__trigger:focus-visible,
#mobile-drawer .drawer-header .drawer-toggle:hover,
#mobile-drawer .drawer-header .drawer-toggle:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__remove:hover,
body.sis-wishlist-page-view .sis-wishlist-item__remove:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-state-selected-bg) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-focus-ring);
}
.sis-quick-cart__close:hover,
.sis-quick-cart__close:focus-visible,
.sis-quick-cart__qty-button:hover,
.sis-quick-cart__qty-button:focus-visible,
.sis-quick-cart__remove:hover,
.sis-quick-cart__remove:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-state-selected-bg) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-focus-ring);
}


body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.tax-product_cat ul.products li.product .sis-catalog-action:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active,
.sis-search-overlay__close:active,
.sis-search-overlay__submit:active,
.sis-catalog-zoom__close:active,
body.single-product div.product .woocommerce-product-gallery__trigger:active,
body.sis-wishlist-page-view .sis-wishlist-item__remove:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__close:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.96);
}
.sis-quick-cart__close:active,
.sis-quick-cart__qty-button:active,
.sis-quick-cart__remove:active {
  box-shadow: var(--sis-shadow-xs);
  transform: translateY(0) scale(0.96);
}


body.home .sis-look-card__choice-chip,
body.home .sis-look-card__choice-select {
  border-color: var(--sis-border-medium) !important;
  background: var(--sis-surface-card-warm) !important;
  color: var(--sis-color-ink-soft) !important;

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice {
  border-color: var(--sis-border-medium) !important;
  background: var(--sis-surface-card-warm) !important;
  color: var(--sis-color-ink-soft) !important;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice,
body.sis-wishlist-page-view .sis-wishlist-options__choice {
  border-color: var(--sis-border-medium) !important;
  background: var(--sis-surface-card-warm) !important;
  color: var(--sis-color-ink-soft) !important;

}

body.home .sis-look-card__choice-chip:hover,
body.home .sis-look-card__choice-chip:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-focus-ring);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-focus-ring);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-options__choice:focus-visible {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-gradient-selected) !important;
  color: var(--sis-color-ink) !important;
  box-shadow: var(--sis-focus-ring);

}

body.home .sis-look-card__choice-chip:active,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:active,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:active,
body.sis-wishlist-page-view .sis-wishlist-options__choice:active {
  transform: scale(0.975);
}

body.home .sis-look-card__choice-chip.is-selected,
body.home .sis-look-card__choice-chip[aria-pressed="true"] {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice[aria-pressed="true"] {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice.is-selected,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice[aria-pressed="true"],
body.sis-wishlist-page-view .sis-wishlist-options__choice.is-selected,
body.sis-wishlist-page-view .sis-wishlist-options__choice[aria-pressed="true"] {
  border-color: var(--sis-state-selected-bg-strong) !important;
  background: var(--sis-state-selected-bg-strong) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow: var(--sis-state-selected-glow);

}

body.home .sis-look-card__choice-chip:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:disabled,
body.sis-wishlist-page-view .sis-wishlist-options__choice:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;

}

body.home .sis-look-card__back-add.is-disabled,
body.home .sis-look-card__back-add[disabled],
body.woocommerce-shop ul.products li.product .sis-catalog-action--disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.tax-product_cat ul.products li.product .sis-catalog-action--disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-options__add:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add:disabled,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__add:disabled,
body.single-product .summary.entry-summary .single_add_to_cart_button.button.disabled,
body.single-product .summary.entry-summary .single_add_to_cart_button.button:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
}
.sis-quick-cart__qty-button:disabled,
.sis-quick-cart.is-loading .sis-quick-cart__button {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
}
body.woocommerce-cart .wc-block-components-button:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
}
body.woocommerce-checkout .wc-block-components-button:disabled {
  border-color: var(--sis-border-soft) !important;
  background: var(--sis-disabled-bg) !important;
  color: var(--sis-disabled-text) !important;
  box-shadow: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
}


.sis-quick-cart.is-loading .sis-quick-cart__item-controls,
.sis-quick-cart.is-loading .sis-quick-cart__button {
  opacity: 0.72;
  cursor: wait;
}
body.home .sis-look-card__back-add.is-loading,
body.woocommerce-shop ul.products li.product .sis-catalog-options__add.is-loading,
body.post-type-archive-product ul.products li.product .sis-catalog-options__add.is-loading,
body.tax-product_cat ul.products li.product .sis-catalog-options__add.is-loading,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__add.is-loading {
  opacity: 0.72;
  cursor: wait;
}


body.home .sis-look-card__toggle.is-active,
body.home .sis-look-card__toggle[aria-expanded="true"],
body.home .sis-home-featured-products .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"],
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: var(--sis-state-selected-border) !important;
  background: var(--sis-state-selected-bg) !important;
  color: var(--sis-color-accent-deep) !important;
  box-shadow: var(--sis-state-selected-glow);
}

body.sis-wishlist-page-view .sis-wishlist-item:hover,
body.sis-wishlist-page-view .sis-wishlist-item:focus-within {
  border-color: var(--sis-border-accent);
  box-shadow: 0 18px 42px rgba(23, 17, 15, 0.08);
}

.sis-quick-cart__item:hover,
.sis-quick-cart__item:focus-within {
  background: rgba(255, 250, 245, 0.42);
}


#mobile-drawer .mobile-navigation ul li a:hover,
#mobile-drawer .mobile-navigation ul li a:focus-visible,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:focus-within,
#mobile-drawer .sis-header-account:hover,
#mobile-drawer .sis-header-account:focus-visible {
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-accent-deep);
}

#mobile-drawer .mobile-navigation ul li a:active,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:active,
#mobile-drawer .drawer-header .drawer-toggle:active,
#mobile-drawer .sis-header-account:active {
  transform: scale(0.985);
}

body.home .sis-home-occasion-card:focus-visible,
body.home .sis-home-featured-products .wc-block-product:focus-within,
body.home .sis-home-featured-products .wp-block-post:focus-within,
body.home .sis-look-card:focus-within {
  outline: var(--sis-focus-outline);
  outline-offset: 3px;

}
body.woocommerce-shop ul.products li.product:focus-within,
body.post-type-archive-product ul.products li.product:focus-within,
body.tax-product_cat ul.products li.product:focus-within,
body.search-results.post-type-archive-product ul.products li.product:focus-within {
  outline: var(--sis-focus-outline);
  outline-offset: 3px;

}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-home-hero .wp-block-button__link,
  body.home .sis-aov-card__cta,
  body.home .sis-look-card__toggle,
  body.home .sis-look-card__back-button,
  body.home .sis-look-card__back-add,
  body.home .sis-look-card__choice-chip,
  body.woocommerce-shop ul.products li.product .sis-catalog-action,
  body.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.tax-product_cat ul.products li.product .sis-catalog-action,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  .sis-quick-cart__button,
  .sis-quick-cart__close,
  .sis-quick-cart__qty-button,
  .sis-search-overlay__close,
  .sis-search-overlay__submit,
  .sis-catalog-zoom__close,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action,
  body.sis-wishlist-page-view .sis-wishlist-item__remove,
  #mobile-drawer .drawer-header .drawer-toggle,
  #mobile-drawer .mobile-navigation ul li a,
  #mobile-drawer .sis-header-account {
    transition-duration: 1ms;
  }
}

/* Module 6 Color Application & Visual Cohesion v2 - tokenized safe custom surfaces */
.site-header {
  border-bottom-color: var(--sis-border);
  background: var(--sis-surface-card);
}

.sis-announcement-track,
.sis-announcement-dismiss,
#mobile-drawer .sis-header-search__input,
#mobile-drawer .sis-header-search__submit,
#mobile-drawer .sis-header-account {
  color: var(--sis-color-inverse);
}

.sis-announcement-dismiss {
  border-color: var(--sis-border-inverse);
  background: #fffaf5;
  color: #17110f;
}

.sis-announcement-dismiss:hover,
.sis-announcement-dismiss:focus-visible {
  border-color: rgba(244, 213, 143, 0.74);
  background: #f4d58f;
  color: #17110f;
  box-shadow: var(--sis-focus-ring);
}

.sis-header-icon,
.sis-header-account,
.sis-header-cart {
  color: var(--sis-color-ink);
}

.sis-header-cart__count {
  border-color: var(--sis-border-accent);
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-accent-deep);
}

.sis-quick-cart__drawer {
  border-color: var(--sis-panel-border);
  background: var(--sis-panel-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-panel-shadow);
}

.sis-quick-cart__header,
.sis-quick-cart__footer {
  background: var(--sis-frost-bg);
}

.sis-quick-cart__header,
.sis-quick-cart__item,
.sis-quick-cart__footer {
  border-color: var(--sis-border-soft);
}

.sis-quick-cart__title,
.sis-quick-cart__item-title,
.sis-quick-cart__empty-title,
.sis-quick-cart__subtotal,
.sis-quick-cart__qty-value {
  color: var(--sis-color-ink);
}

.sis-quick-cart__count,
.sis-quick-cart__item-meta,
.sis-quick-cart__empty-text,
.sis-quick-cart__loading,
.sis-quick-cart__progress-note {
  color: var(--sis-color-ink-muted);
}

.sis-quick-cart__close,
.sis-quick-cart__qty-button,
.sis-quick-cart__progress {
  border-color: var(--sis-border-medium);
  background: var(--sis-surface-ivory);
  color: var(--sis-color-ink-soft);
}

.sis-quick-cart__notice {
  border-color: var(--sis-state-error-border);
  background: var(--sis-state-error-bg);
  color: var(--sis-color-error);
}

.sis-quick-cart__notice.is-status {
  border-color: var(--sis-state-success-border);
  background: var(--sis-state-success-bg);
  color: var(--sis-color-success);
}

.sis-quick-cart__progress-track,
.sis-quick-cart__item-media {
  background: var(--sis-surface-muted);
}

.sis-quick-cart__progress-fill {
  background: var(--sis-color-ink-soft);
}

.sis-quick-cart__button--primary {
  border-color: var(--sis-cta-border);
  background: var(--sis-gradient-cta);
  color: var(--sis-cta-text);
}

.sis-quick-cart__button--secondary {
  border-color: var(--sis-button-border);
  background: var(--sis-button-secondary-bg);
  color: var(--sis-color-ink-soft);
}

.sis-search-overlay {
  color: var(--sis-color-ink);
}

.sis-search-overlay__backdrop {
  background: var(--sis-overlay-glow), var(--sis-overlay-scrim);
}

.sis-search-overlay__panel {
  border-color: var(--sis-frost-border);
  background: var(--sis-gradient-panel);
  box-shadow: var(--sis-shadow-xl);
}

.sis-search-overlay__close,
.sis-search-overlay__form,
.sis-search-overlay__popular-link {
  border-color: var(--sis-frost-border);
  background: rgba(255, 255, 255, 0.56);

}
#mobile-drawer .sis-header-search__field {
  border-color: var(--sis-frost-border);
  background: rgba(255, 255, 255, 0.56);

}

.sis-search-overlay__title,
.sis-search-overlay__input,
.sis-search-overlay__submit {
  color: var(--sis-color-ink);
}

.sis-search-overlay__input::placeholder,
.sis-search-overlay__popular-link {
  color: var(--sis-color-ink-subtle);

}
#mobile-drawer .sis-header-search__input::placeholder {
  color: var(--sis-color-ink-subtle);

}

.sis-search-overlay__form:focus-within {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-focus-ring);

}
#mobile-drawer .sis-header-search__field:focus-within {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-focus-ring);

}

.sis-search-overlay__close:hover,
.sis-search-overlay__close:focus-visible,
.sis-search-overlay__submit:hover,
.sis-search-overlay__submit:focus-visible,
.sis-search-overlay__popular-link:hover,
.sis-search-overlay__popular-link:focus-visible {
  border-color: var(--sis-border-accent);
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-accent-deep);
}

#mobile-drawer .drawer-overlay,
#mobile-drawer.popup-drawer .drawer-overlay {
  background: var(--sis-overlay-scrim) !important;
}

#mobile-drawer .drawer-inner {
  border-color: var(--sis-panel-border);
  background: var(--sis-panel-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-panel-shadow);
}

#mobile-drawer .drawer-header,
#mobile-drawer .mobile-navigation ul li > a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap,
#mobile-drawer .sis-header-account {
  color: var(--sis-color-ink);
}

#mobile-drawer .drawer-header .drawer-toggle {
  border-color: var(--sis-frost-border);
  background: rgba(255, 255, 255, 0.56);
  color: var(--sis-color-ink-subtle);
}

#mobile-drawer .sis-drawer-utility--search,
#mobile-drawer .sis-drawer-utility--account,
#mobile-drawer .mobile-navigation ul li:not(.menu-item-has-children) a,
#mobile-drawer .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-drawer .mobile-navigation .sub-menu {
  border-color: var(--sis-frost-border);
}

#mobile-drawer .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button,
#mobile-drawer .mobile-navigation .sub-menu li a,
#mobile-drawer .sis-header-search__submit {
  color: var(--sis-color-ink-muted);
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
  border-color: var(--sis-border-soft);
  background: var(--sis-gradient-surface);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-md);

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
  border-color: var(--sis-border-soft);
  background: var(--sis-gradient-surface);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-md);

}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  color: var(--sis-color-ink);

}
body.home .sis-home-featured-products .wc-block-components-product-title,
body.home .sis-home-featured-products .wp-block-post-title {
  color: var(--sis-color-ink);

}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price {
  color: var(--sis-color-ink-soft);

}
body.home .sis-home-featured-products .wc-block-components-product-price {
  color: var(--sis-color-ink-soft);

}

body.woocommerce-shop ul.products li.product .onsale,
body.post-type-archive-product ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.search-results.post-type-archive-product ul.products li.product .onsale {
  border-color: var(--sis-state-warning-border);
  background: var(--sis-state-warning-bg);
  color: var(--sis-color-warning);
  box-shadow: var(--sis-shadow-xs);

}
body.single-product span.onsale {
  border-color: var(--sis-state-warning-border);
  background: var(--sis-state-warning-bg);
  color: var(--sis-color-warning);
  box-shadow: var(--sis-shadow-xs);

}

body.single-product .summary.entry-summary .stock {
  color: var(--sis-color-success);

}
body.woocommerce-shop ul.products li.product .stock,
body.post-type-archive-product ul.products li.product .stock,
body.tax-product_cat ul.products li.product .stock {
  color: var(--sis-color-success);

}

body.single-product .summary.entry-summary .stock.out-of-stock {
  color: var(--sis-color-error);

}
body.woocommerce-shop ul.products li.product .stock.out-of-stock,
body.post-type-archive-product ul.products li.product .stock.out-of-stock,
body.tax-product_cat ul.products li.product .stock.out-of-stock {
  color: var(--sis-color-error);

}

body.single-product .sis-product-reassurance__link {
  border-color: var(--sis-border-accent);
  background: var(--sis-frost-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-xs);
}
body.woocommerce-checkout .sis-checkout-reassurance {
  border-color: var(--sis-border-accent);
  background: var(--sis-frost-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-xs);
}


body.single-product .sis-product-reassurance__link:hover,
body.single-product .sis-product-reassurance__link:focus {
  border-color: var(--sis-state-selected-border);
  background: var(--sis-gradient-selected);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-focus-ring);
}

body.single-product .sis-product-reassurance__title {
  color: var(--sis-color-ink);
}
body.woocommerce-checkout .sis-checkout-reassurance__item {
  color: var(--sis-color-ink);
}


body.single-product .sis-product-reassurance__text {
  color: var(--sis-color-ink-subtle);
}

body.woocommerce-cart,
body.woocommerce-checkout {
  --sis-checkout-ink: var(--sis-color-ink);
  --sis-checkout-muted: var(--sis-color-ink-subtle);
  --sis-checkout-soft: var(--sis-surface-page);
  --sis-checkout-card: var(--sis-frost-bg-strong);
  --sis-checkout-line: var(--sis-border-accent);
  --sis-checkout-gold: var(--sis-color-accent);
  --sis-checkout-card-strong: var(--sis-surface-ivory);
  --sis-checkout-line-strong: var(--sis-state-selected-border);
  --sis-checkout-shadow-tight: var(--sis-shadow-sm);
  background: var(--sis-gradient-page);
  color: var(--sis-color-ink);
}

body.woocommerce-cart .entry-hero {
  background: var(--sis-gradient-panel-strong);
}
body.woocommerce-checkout .entry-hero {
  background: var(--sis-gradient-panel-strong);
}


body.woocommerce-cart .entry.single-entry,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-frost-bg-strong);
  box-shadow: var(--sis-shadow-sm);
}
body.woocommerce-checkout .entry.single-entry,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary {
  border-color: var(--sis-border-accent) !important;
  background: var(--sis-frost-bg-strong);
  box-shadow: var(--sis-shadow-sm);
}


body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-components-totals-wrapper {
  border-color: var(--sis-border-accent) !important;
}
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: var(--sis-border-accent) !important;
}


body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-textarea,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-color: var(--sis-border-accent);
  background: var(--sis-surface-card);
  color: var(--sis-color-ink);
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
  border-color: var(--sis-border-accent);
  background: var(--sis-surface-card);
  color: var(--sis-color-ink);
}


body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-textarea:focus,
body.woocommerce-checkout .wc-blocks-components-select__select:focus {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-focus-ring);
}
body.woocommerce-cart .wc-block-components-text-input input:focus {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-focus-ring);
}


body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-blocks-components-select__label,
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  color: var(--sis-color-ink-subtle);
}
body.woocommerce-cart .wc-block-components-text-input label,
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-metadata {
  color: var(--sis-color-ink-subtle);
}


body.woocommerce-checkout .wc-block-components-address-form__postcode label,
body.woocommerce-checkout .wc-block-components-address-form__phone label,
body.woocommerce-checkout .wc-block-components-text-input:has(#shipping-postcode) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#billing-postcode) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#shipping-phone) label,
body.woocommerce-checkout .wc-block-components-text-input:has(#billing-phone) label {
  background: var(--sis-surface-card);
}

body.woocommerce-checkout .wc-block-components-radio-control__option-checked,
body.woocommerce-checkout .sis-checkout-threshold-note td,
body.woocommerce-checkout .sis-checkout-threshold-note-block {
  border-color: var(--sis-state-warning-border);
  background: var(--sis-state-warning-bg);
  color: var(--sis-color-warning);
}
body.woocommerce-cart .wc-block-components-radio-control__option-checked,
body.woocommerce-cart .sis-checkout-threshold-note td,
body.woocommerce-cart .sis-checkout-threshold-note-block {
  border-color: var(--sis-state-warning-border);
  background: var(--sis-state-warning-bg);
  color: var(--sis-color-warning);
}


body.woocommerce-cart .wc-block-cart__submit-button {
  border-color: var(--sis-cta-border);
  background: var(--sis-gradient-cta);
  color: var(--sis-cta-text);
  box-shadow: var(--sis-button-shadow);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button {
  border-color: var(--sis-cta-border);
  background: var(--sis-gradient-cta);
  color: var(--sis-cta-text);
  box-shadow: var(--sis-button-shadow);
}


body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:focus {
  background: var(--sis-cta-bg-hover);
  color: var(--sis-cta-text);
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus {
  background: var(--sis-cta-bg-hover);
  color: var(--sis-cta-text);
}


body.woocommerce-cart .wc-block-components-notice-banner {
  border-color: var(--sis-border-accent);
  background: var(--sis-frost-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-xs);
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  border-color: var(--sis-border-accent);
  background: var(--sis-frost-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-xs);
}
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
  border-color: var(--sis-border-accent);
  background: var(--sis-frost-bg);
  color: var(--sis-color-ink);
  box-shadow: var(--sis-shadow-xs);
}


body.woocommerce .woocommerce-message {
  border-color: var(--sis-state-success-border);
  background: var(--sis-state-success-bg);
  color: var(--sis-color-success);
}

body.woocommerce .woocommerce-error {
  border-color: var(--sis-state-error-border);
  background: var(--sis-state-error-bg);
  color: var(--sis-color-error);
}
body.woocommerce-checkout .wc-block-components-validation-error {
  border-color: var(--sis-state-error-border);
  background: var(--sis-state-error-bg);
  color: var(--sis-color-error);
}


body.woocommerce-checkout .wc-block-components-validation-error p {
  color: var(--sis-color-error);
}

/* Module 6 App-like Background & Surface Mood Pass v1 */


#wrapper,
#inner-wrap,
.site,
.site-main,
.content-area,
.content-container,
.entry-content-wrap,
.entry-content {
  background: transparent;
}


.site-header {
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 10px 28px rgba(23, 17, 15, 0.035);
  backdrop-filter: blur(12px);
}

body:not(.home) .entry-hero,
body:not(.home) .entry-hero-container-inner {
  background:
    radial-gradient(circle at 50% -40%, rgba(255, 253, 249, 0.86), rgba(255, 253, 249, 0) 58%),
    linear-gradient(180deg, rgba(248, 239, 229, 0.96) 0%, rgba(255, 250, 245, 0.82) 100%) !important;

}

body:not(.home) .entry-hero {
  box-shadow: inset 0 -1px 0 var(--sis-border-soft), 0 16px 38px rgba(58, 43, 31, 0.035);

}

body.home .sis-home-occasions,
body.home .sis-home-featured-products,
body.home .sis-look-cards {
  position: relative;
  isolation: isolate;
}

body.home .sis-home-occasions::after,
body.home .sis-home-featured-products::after,
body.home .sis-look-cards::after {
  content: "";
  position: absolute;
  inset: -22px -18px;
  z-index: -1;
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 213, 143, 0.10), transparent 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.36), rgba(255, 247, 237, 0.18));
  pointer-events: none;
}

body.woocommerce-shop .products,
body.post-type-archive-product .products,
body.tax-product_cat .products,
body.search-results.post-type-archive-product .products {
  isolation: isolate;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  background: var(--sis-surface-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-image a,
body.home .sis-home-featured-products .wc-block-components-product-image a {
  background: var(--sis-surface-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);

}
body.sis-wishlist-page-view .sis-wishlist-item__media {
  background: var(--sis-surface-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);

}

body.home .sis-home-occasion-card picture {
  box-shadow:
    0 18px 42px rgba(48, 35, 25, 0.14),
    0 2px 0 rgba(255, 255, 255, 0.18) inset;
}

body.home .sis-look-cards__grid.sis-look-deck::before {
  opacity: 0.72;
}

.sis-quick-cart__drawer {
  border-color: var(--sis-frost-border) !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 42%),
    var(--sis-gradient-panel);
  box-shadow:
    0 24px 62px rgba(48, 35, 25, 0.12),
    var(--sis-shadow-inset-soft);
}
#mobile-drawer .drawer-inner,
.sis-search-overlay__panel,
.sis-catalog-zoom__figure,
body.single-product .sis-product-reassurance__link {
  border-color: var(--sis-frost-border) !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 42%),
    var(--sis-gradient-panel);
  box-shadow:
    0 24px 62px rgba(48, 35, 25, 0.12),
    var(--sis-shadow-inset-soft);
}
body.woocommerce-cart .entry.single-entry,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border-color: var(--sis-frost-border) !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 42%),
    var(--sis-gradient-panel);
  box-shadow:
    0 24px 62px rgba(48, 35, 25, 0.12),
    var(--sis-shadow-inset-soft);
}
body.woocommerce-checkout .entry.single-entry,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .sis-checkout-reassurance {
  border-color: var(--sis-frost-border) !important;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 42%),
    var(--sis-gradient-panel);
  box-shadow:
    0 24px 62px rgba(48, 35, 25, 0.12),
    var(--sis-shadow-inset-soft);
}


.sis-quick-cart__header,
.sis-quick-cart__footer {
  background: rgba(255, 253, 249, 0.94);
}
body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-textarea,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  background: rgba(255, 253, 249, 0.94);
}
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-blocks-components-select__select {
  background: rgba(255, 253, 249, 0.94);
}


.sis-search-overlay__backdrop {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 245, 0.28), transparent 42%),
    var(--sis-overlay-scrim) !important;

}
.sis-catalog-zoom {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 245, 0.28), transparent 42%),
    var(--sis-overlay-scrim) !important;

}

.sis-search-overlay__panel {
  backdrop-filter: blur(14px);

}
.sis-catalog-zoom__figure {
  backdrop-filter: blur(14px);

}

body.woocommerce-cart .wc-block-components-notice-banner {
  box-shadow:
    0 14px 34px rgba(48, 35, 25, 0.07),
    var(--sis-shadow-inset-soft);
}
body.woocommerce-checkout .wc-block-components-notice-banner {
  box-shadow:
    0 14px 34px rgba(48, 35, 25, 0.07),
    var(--sis-shadow-inset-soft);
}
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error {
  box-shadow:
    0 14px 34px rgba(48, 35, 25, 0.07),
    var(--sis-shadow-inset-soft);
}
.sis-quick-cart__notice {
  box-shadow:
    0 14px 34px rgba(48, 35, 25, 0.07),
    var(--sis-shadow-inset-soft);
}


@media (max-width: 767px) {

  body.home .sis-home-occasions::after,
  body.home .sis-home-featured-products::after,
  body.home .sis-look-cards::after {
    inset: -16px -10px;
    border-radius: 22px;
  }

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.08),
      0 2px 0 rgba(255, 255, 255, 0.68) inset;

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.08),
      0 2px 0 rgba(255, 255, 255, 0.68) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.08),
      0 2px 0 rgba(255, 255, 255, 0.68) inset;

}

  .sis-quick-cart__drawer,
  #mobile-drawer .drawer-inner,
  .sis-search-overlay__panel,
  .sis-catalog-zoom__figure {
    box-shadow:
      0 22px 58px rgba(48, 35, 25, 0.17),
      var(--sis-shadow-inset-soft);
  }
}

/* Module 6 Mood Intensity + Site-wide Surface System + Footer Boundary v2 */
html {
  background: #eadfce;
}

body {
  background:
    radial-gradient(circle at 8% -6%, rgba(244, 213, 143, 0.38) 0, rgba(244, 213, 143, 0) 32rem),
    radial-gradient(circle at 92% 8%, rgba(184, 120, 112, 0.22) 0, rgba(184, 120, 112, 0) 36rem),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.78) 0, rgba(255, 255, 255, 0) 34rem),
    radial-gradient(circle at 20% 78%, rgba(226, 188, 145, 0.18) 0, rgba(226, 188, 145, 0) 38rem),
    linear-gradient(180deg, #fffaf3 0%, #fff2e4 34%, #f5eadb 68%, #eadfce 100%);
}

.site-main {
  background:
    radial-gradient(circle at 50% -2%, rgba(255, 253, 249, 0.84), rgba(255, 253, 249, 0) 30rem),
    radial-gradient(circle at 8% 18%, rgba(244, 213, 143, 0.19), rgba(244, 213, 143, 0) 28rem),
    radial-gradient(circle at 92% 56%, rgba(184, 120, 112, 0.11), rgba(184, 120, 112, 0) 34rem),
    linear-gradient(180deg, rgba(255, 250, 245, 0.38) 0%, rgba(242, 229, 211, 0.64) 100%);
}

.site-header {
  background: rgba(255, 253, 249, 0.96);
  box-shadow:
    0 1px 0 rgba(88, 70, 48, 0.09),
    0 14px 34px rgba(48, 35, 25, 0.055);
}

body:not(.home) .entry-hero,
body:not(.home) .entry-hero-container-inner {
  background:
    radial-gradient(circle at 50% -34%, rgba(255, 253, 249, 0.96), rgba(255, 253, 249, 0) 56%),
    radial-gradient(circle at 14% 0%, rgba(244, 213, 143, 0.16), rgba(244, 213, 143, 0) 42%),
    linear-gradient(180deg, rgba(247, 235, 220, 0.98) 0%, rgba(255, 249, 242, 0.86) 100%) !important;

}

body:not(.home) .entry-hero {
  box-shadow:
    inset 0 -1px 0 rgba(88, 70, 48, 0.15),
    0 22px 52px rgba(48, 35, 25, 0.06);

}

body.page:not(.home) .entry.single-entry {
  border: 1px solid rgba(88, 70, 48, 0.10);
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.88) 0%, rgba(255, 248, 239, 0.72) 100%);
  box-shadow:
    0 18px 46px rgba(48, 35, 25, 0.075),
    var(--sis-shadow-inset-soft);

}
body.single-product .content-bg,
body.single-product .entry-summary {
  border: 1px solid rgba(88, 70, 48, 0.10);
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.88) 0%, rgba(255, 248, 239, 0.72) 100%);
  box-shadow:
    0 18px 46px rgba(48, 35, 25, 0.075),
    var(--sis-shadow-inset-soft);

}
body.woocommerce-account .entry.single-entry {
  border: 1px solid rgba(88, 70, 48, 0.10);
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.88) 0%, rgba(255, 248, 239, 0.72) 100%);
  box-shadow:
    0 18px 46px rgba(48, 35, 25, 0.075),
    var(--sis-shadow-inset-soft);

}

body.home .sis-home-occasions::after,
body.home .sis-home-featured-products::after,
body.home .sis-look-cards::after {
  inset: -30px -26px;
  background:
    radial-gradient(circle at 18% 4%, rgba(244, 213, 143, 0.18), transparent 40%),
    radial-gradient(circle at 88% 72%, rgba(184, 120, 112, 0.08), transparent 44%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.50), rgba(255, 244, 232, 0.24));
  box-shadow: 0 18px 60px rgba(48, 35, 25, 0.045);
}

body.woocommerce-shop .products,
body.post-type-archive-product .products,
body.tax-product_cat .products,
body.search-results.post-type-archive-product .products {
  position: relative;
  z-index: 0;

}
body.home .sis-home-featured-products .wc-block-grid__products,
body.home .sis-home-featured-products .wp-block-post-template {
  position: relative;
  z-index: 0;

}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product,
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post,
body.sis-wishlist-page-view .sis-wishlist-item,
body.home .sis-look-card__face {
  border-color: rgba(88, 70, 48, 0.16);
  background:
    radial-gradient(circle at 50% -16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 241, 0.96) 100%);
  box-shadow:
    0 28px 68px rgba(48, 35, 25, 0.135),
    0 8px 18px rgba(48, 35, 25, 0.045),
    0 2px 0 rgba(255, 255, 255, 0.78) inset;
}

body.home .sis-look-card__face {
  box-shadow:
    0 30px 78px rgba(48, 35, 25, 0.16),
    0 8px 20px rgba(48, 35, 25, 0.055),
    0 2px 0 rgba(255, 255, 255, 0.80) inset;
}

body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover,
body.search-results.post-type-archive-product ul.products li.product:hover,
body.home .sis-home-featured-products .wc-block-product:hover,
body.home .sis-home-featured-products .wp-block-post:hover,
body.sis-wishlist-page-view .sis-wishlist-item:hover,
body.sis-wishlist-page-view .sis-wishlist-item:focus-within {
  border-color: rgba(184, 155, 94, 0.28);
  box-shadow:
    0 34px 82px rgba(48, 35, 25, 0.17),
    0 10px 22px rgba(48, 35, 25, 0.055),
    0 2px 0 rgba(255, 255, 255, 0.82) inset;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 26px rgba(48, 35, 25, 0.055);

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-image a,
body.home .sis-home-featured-products .wc-block-components-product-image a {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 26px rgba(48, 35, 25, 0.055);

}
body.sis-wishlist-page-view .sis-wishlist-item__media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 26px rgba(48, 35, 25, 0.055);

}
body.single-product div.product div.images,
body.single-product .woocommerce-product-gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 251, 245, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 10px 26px rgba(48, 35, 25, 0.055);

}

body.home .sis-home-occasion-card picture {
  box-shadow:
    0 24px 56px rgba(48, 35, 25, 0.19),
    0 2px 0 rgba(255, 255, 255, 0.22) inset;
}

body.home .sis-look-cards__grid.sis-look-deck::before {
  opacity: 0.84;
}

.sis-quick-cart__drawer,
#mobile-drawer .drawer-inner,
.sis-search-overlay__panel,
.sis-catalog-zoom__figure,
body.woocommerce-cart .entry.single-entry,
body.woocommerce-checkout .entry.single-entry,
body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-components-order-summary,
body.single-product .sis-product-reassurance__link,
body.woocommerce-checkout .sis-checkout-reassurance {
  background:
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 44%),
    radial-gradient(circle at 92% 8%, rgba(244, 213, 143, 0.12), rgba(244, 213, 143, 0) 38%),
    var(--sis-gradient-panel);
  box-shadow:
    0 30px 76px rgba(48, 35, 25, 0.15),
    0 8px 18px rgba(48, 35, 25, 0.055),
    var(--sis-shadow-inset-soft);
}

.sis-footer-v2,
.site-footer {
  position: relative;
  isolation: isolate;
  border-top: 1px solid rgba(88, 70, 48, 0.16);
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 253, 249, 0.76), rgba(255, 253, 249, 0) 42%),
    linear-gradient(180deg, #f0e6d8 0%, #e8dccb 56%, #e3d5c2 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 -20px 50px rgba(48, 35, 25, 0.078);
}

.sis-footer-v2::before,
.site-footer::before {
  content: "";
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 42px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(48, 35, 25, 0.07), rgba(48, 35, 25, 0) 62%),
    linear-gradient(180deg, rgba(255, 246, 235, 0), rgba(88, 70, 48, 0.055));
  pointer-events: none;
}

@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at 10% -8%, rgba(244, 213, 143, 0.32) 0, rgba(244, 213, 143, 0) 20rem),
      radial-gradient(circle at 102% 10%, rgba(184, 120, 112, 0.20) 0, rgba(184, 120, 112, 0) 21rem),
      radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.62) 0, rgba(255, 255, 255, 0) 22rem),
      linear-gradient(180deg, #fff9f1 0%, #fff0e0 42%, #eadfce 100%);
  }

  .site-main {
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 253, 249, 0.72), rgba(255, 253, 249, 0) 21rem),
      radial-gradient(circle at 2% 24%, rgba(244, 213, 143, 0.17), rgba(244, 213, 143, 0) 18rem),
      linear-gradient(180deg, rgba(255, 250, 245, 0.42) 0%, rgba(234, 223, 206, 0.68) 100%);

}

  body.page:not(.home) .entry.single-entry {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.075),
      var(--sis-shadow-inset-soft);

}
body.single-product .content-bg,
body.single-product .entry-summary {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.075),
      var(--sis-shadow-inset-soft);

}
body.woocommerce-account .entry.single-entry {
    box-shadow:
      0 14px 34px rgba(48, 35, 25, 0.075),
      var(--sis-shadow-inset-soft);

}

  body.home .sis-home-occasions::after,
  body.home .sis-home-featured-products::after,
  body.home .sis-look-cards::after {
    inset: -20px -12px;
    background:
      radial-gradient(circle at 18% 4%, rgba(244, 213, 143, 0.18), transparent 38%),
      linear-gradient(180deg, rgba(255, 253, 249, 0.44), rgba(255, 244, 232, 0.22));
  }

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
    box-shadow:
      0 18px 42px rgba(48, 35, 25, 0.105),
      0 5px 14px rgba(48, 35, 25, 0.035),
      0 2px 0 rgba(255, 255, 255, 0.72) inset;

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
    box-shadow:
      0 18px 42px rgba(48, 35, 25, 0.105),
      0 5px 14px rgba(48, 35, 25, 0.035),
      0 2px 0 rgba(255, 255, 255, 0.72) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item {
    box-shadow:
      0 18px 42px rgba(48, 35, 25, 0.105),
      0 5px 14px rgba(48, 35, 25, 0.035),
      0 2px 0 rgba(255, 255, 255, 0.72) inset;

}

  body.home .sis-look-card__face {
    box-shadow:
      0 26px 68px rgba(48, 35, 25, 0.17),
      0 7px 18px rgba(48, 35, 25, 0.052),
      0 2px 0 rgba(255, 255, 255, 0.78) inset;

}

  .sis-quick-cart__drawer {
    box-shadow:
      0 28px 72px rgba(48, 35, 25, 0.20),
      0 8px 18px rgba(48, 35, 25, 0.07),
      var(--sis-shadow-inset-soft);
  }
#mobile-drawer .drawer-inner,
.sis-search-overlay__panel,
.sis-catalog-zoom__figure {
    box-shadow:
      0 28px 72px rgba(48, 35, 25, 0.20),
      0 8px 18px rgba(48, 35, 25, 0.07),
      var(--sis-shadow-inset-soft);
  }


  .sis-footer-v2 {
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 253, 249, 0.76), rgba(255, 253, 249, 0) 42%),
      linear-gradient(180deg, #f0e6d8 0%, #e8dccb 56%, #e3d5c2 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.48),
      0 -20px 50px rgba(48, 35, 25, 0.078);

}
.site-footer {
    background:
      radial-gradient(circle at 50% -18%, rgba(255, 253, 249, 0.76), rgba(255, 253, 249, 0) 42%),
      linear-gradient(180deg, #f0e6d8 0%, #e8dccb 56%, #e3d5c2 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.48),
      0 -20px 50px rgba(48, 35, 25, 0.078);

}
}

/* Module 6 Final Surface Micro-Polish v3 */
body.home .sis-home-hero {
  border-color: rgba(88, 70, 48, 0.16);
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 82% 18%, rgba(244, 213, 143, 0.13), rgba(244, 213, 143, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 248, 238, 0.94) 100%);
  box-shadow:
    0 28px 72px rgba(48, 35, 25, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

body.home .sis-home-occasions::after {
  background:
    radial-gradient(circle at 16% 6%, rgba(255, 255, 255, 0.42), transparent 36%),
    radial-gradient(circle at 88% 24%, rgba(244, 213, 143, 0.15), transparent 42%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.48), rgba(255, 245, 234, 0.20));
}

body.home .sis-home-featured-products::after {
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 213, 143, 0.15), transparent 34%),
    radial-gradient(circle at 90% 70%, rgba(184, 120, 112, 0.075), transparent 42%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.42), rgba(255, 244, 232, 0.20));
}

body.home .sis-look-cards::after {
  background:
    radial-gradient(circle at 18% 2%, rgba(244, 213, 143, 0.18), transparent 40%),
    radial-gradient(circle at 80% 84%, rgba(48, 35, 25, 0.06), transparent 44%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.58), rgba(255, 244, 232, 0.28));
  box-shadow:
    0 20px 64px rgba(48, 35, 25, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
  border-color: rgba(88, 70, 48, 0.17);
  box-shadow:
    0 30px 74px rgba(48, 35, 25, 0.145),
    0 8px 18px rgba(48, 35, 25, 0.046),
    0 2px 0 rgba(255, 255, 255, 0.80) inset;

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
  border-color: rgba(88, 70, 48, 0.17);
  box-shadow:
    0 30px 74px rgba(48, 35, 25, 0.145),
    0 8px 18px rgba(48, 35, 25, 0.046),
    0 2px 0 rgba(255, 255, 255, 0.80) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item {
  border-color: rgba(88, 70, 48, 0.17);
  box-shadow:
    0 30px 74px rgba(48, 35, 25, 0.145),
    0 8px 18px rgba(48, 35, 25, 0.046),
    0 2px 0 rgba(255, 255, 255, 0.80) inset;

}

body.home .sis-look-card__face {
  border-color: rgba(88, 70, 48, 0.17);
  box-shadow:
    0 32px 84px rgba(48, 35, 25, 0.165),
    0 8px 20px rgba(48, 35, 25, 0.058),
    0 2px 0 rgba(255, 255, 255, 0.82) inset;
}

body.home .sis-home-occasion-card picture {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 26px 58px rgba(48, 35, 25, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.24) inset;
}

@media (max-width: 767px) {
  body.home .sis-home-hero {
    box-shadow:
      0 22px 54px rgba(48, 35, 25, 0.11),
      0 1px 0 rgba(255, 255, 255, 0.72) inset;
  }

  body.home .sis-home-occasions::after,
  body.home .sis-home-featured-products::after,
  body.home .sis-look-cards::after {
    inset: -18px -10px;
  }

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
    box-shadow:
      0 20px 46px rgba(48, 35, 25, 0.115),
      0 5px 14px rgba(48, 35, 25, 0.038),
      0 2px 0 rgba(255, 255, 255, 0.76) inset;

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
    box-shadow:
      0 20px 46px rgba(48, 35, 25, 0.115),
      0 5px 14px rgba(48, 35, 25, 0.038),
      0 2px 0 rgba(255, 255, 255, 0.76) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item {
    box-shadow:
      0 20px 46px rgba(48, 35, 25, 0.115),
      0 5px 14px rgba(48, 35, 25, 0.038),
      0 2px 0 rgba(255, 255, 255, 0.76) inset;

}

  body.home .sis-look-card__face {
    box-shadow:
      0 27px 72px rgba(48, 35, 25, 0.17),
      0 7px 18px rgba(48, 35, 25, 0.055),
      0 2px 0 rgba(255, 255, 255, 0.80) inset;

}

  .sis-footer-v2 {
    background:
      radial-gradient(circle at 50% -16%, rgba(255, 253, 249, 0.70), rgba(255, 253, 249, 0) 42%),
      linear-gradient(180deg, #f0e5d6 0%, #e8dccb 58%, #e2d4c0 100%);

}
.site-footer {
    background:
      radial-gradient(circle at 50% -16%, rgba(255, 253, 249, 0.70), rgba(255, 253, 249, 0) 42%),
      linear-gradient(180deg, #f0e5d6 0%, #e8dccb 58%, #e2d4c0 100%);

}
}

/* Module 6 Boutique App Surface & Product Card Polish v1 */
body.woocommerce-shop ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover,
body.search-results.post-type-archive-product ul.products li.product:hover,
body.woocommerce-shop ul.products li.product:focus-within,
body.post-type-archive-product ul.products li.product:focus-within,
body.tax-product_cat ul.products li.product:focus-within,
body.search-results.post-type-archive-product ul.products li.product:focus-within {
  border-color: rgba(184, 155, 94, 0.30);
  box-shadow:
    0 32px 76px rgba(48, 35, 25, 0.15),
    0 10px 24px rgba(48, 35, 25, 0.052),
    0 2px 0 rgba(255, 255, 255, 0.86) inset;

}
body.home .sis-home-featured-products .wc-block-product:hover,
body.home .sis-home-featured-products .wp-block-post:hover,
body.home .sis-home-featured-products .wc-block-product:focus-within,
body.home .sis-home-featured-products .wp-block-post:focus-within {
  border-color: rgba(184, 155, 94, 0.30);
  box-shadow:
    0 32px 76px rgba(48, 35, 25, 0.15),
    0 10px 24px rgba(48, 35, 25, 0.052),
    0 2px 0 rgba(255, 255, 255, 0.86) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item:hover,
body.sis-wishlist-page-view .sis-wishlist-item:focus-within {
  border-color: rgba(184, 155, 94, 0.30);
  box-shadow:
    0 32px 76px rgba(48, 35, 25, 0.15),
    0 10px 24px rgba(48, 35, 25, 0.052),
    0 2px 0 rgba(255, 255, 255, 0.86) inset;

}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.single-product .related.products ul.products li.product .woocommerce-loop-image-link {
  border-color: rgba(88, 70, 48, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 247, 238, 0.94));
  box-shadow:
    0 12px 28px rgba(48, 35, 25, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image {
  border-color: rgba(88, 70, 48, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 247, 238, 0.94));
  box-shadow:
    0 12px 28px rgba(48, 35, 25, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);

}
body.sis-wishlist-page-view .sis-wishlist-item__media {
  border-color: rgba(88, 70, 48, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 247, 238, 0.94));
  box-shadow:
    0 12px 28px rgba(48, 35, 25, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);

}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
  color: var(--sis-color-ink);

}
body.home .sis-home-featured-products .wp-block-post-title a {
  color: var(--sis-color-ink);

}
body.sis-wishlist-page-view .sis-wishlist-item__title {
  color: var(--sis-color-ink);

}

body.woocommerce-shop ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.search-results.post-type-archive-product ul.products li.product .price,
body.single-product .related.products ul.products li.product .price {
  color: rgba(24, 20, 17, 0.74);
  font-weight: 650;

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-components-product-price {
  color: rgba(24, 20, 17, 0.74);
  font-weight: 650;

}
body.sis-wishlist-page-view .sis-wishlist-item__price {
  color: rgba(24, 20, 17, 0.74);
  font-weight: 650;

}

body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action {
  border-color: rgba(255, 250, 245, 0.24);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 58%),
    rgba(28, 20, 17, 0.92) !important;
  color: var(--sis-color-inverse) !important;
  box-shadow:
    0 11px 24px rgba(24, 18, 14, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action,
body.sis-wishlist-page-view .sis-wishlist-item__remove {
  border-color: rgba(255, 250, 245, 0.24);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 58%),
    rgba(28, 20, 17, 0.92) !important;
  color: var(--sis-color-inverse) !important;
  box-shadow:
    0 11px 24px rgba(24, 18, 14, 0.19),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

}

body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.home .sis-home-featured-products .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
body.sis-wishlist-page-view .sis-wishlist-item__remove:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-item__remove:focus-visible {
  border-color: rgba(255, 250, 245, 0.36);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 58%),
    rgba(24, 18, 15, 0.96) !important;
  box-shadow:
    0 13px 28px rgba(24, 18, 14, 0.23),
    0 0 0 3px rgba(184, 155, 94, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

body.woocommerce-shop ul.products li.product .sis-catalog-action.is-active,
body.woocommerce-shop ul.products li.product .sis-catalog-action[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action.is-active,
body.post-type-archive-product ul.products li.product .sis-catalog-action[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action.is-active,
body.tax-product_cat ul.products li.product .sis-catalog-action[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action.is-active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #3a2a21 0%, #241914 100%) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow:
    0 13px 30px rgba(48, 35, 25, 0.24),
    0 0 0 3px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

}
body.home .sis-home-featured-products .sis-catalog-action.is-active,
body.home .sis-home-featured-products .sis-catalog-action[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #3a2a21 0%, #241914 100%) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow:
    0 13px 30px rgba(48, 35, 25, 0.24),
    0 0 0 3px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action.is-active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #3a2a21 0%, #241914 100%) !important;
  color: var(--sis-state-selected-text) !important;
  box-shadow:
    0 13px 30px rgba(48, 35, 25, 0.24),
    0 0 0 3px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);

}

body.woocommerce-shop ul.products li.product .sis-catalog-action--disabled,
body.woocommerce-shop ul.products li.product .sis-catalog-action:disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.post-type-archive-product ul.products li.product .sis-catalog-action:disabled,
body.tax-product_cat ul.products li.product .sis-catalog-action--disabled,
body.tax-product_cat ul.products li.product .sis-catalog-action:disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--disabled,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:disabled,
body.home .sis-home-featured-products .sis-catalog-action--disabled,
body.home .sis-home-featured-products .sis-catalog-action:disabled {
  border-color: var(--sis-border-soft);
  background: rgba(255, 253, 249, 0.78) !important;
  color: rgba(24, 20, 17, 0.42) !important;
  box-shadow: none;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--disabled,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:disabled {
  border-color: var(--sis-border-soft);
  background: rgba(255, 253, 249, 0.78) !important;
  color: rgba(24, 20, 17, 0.42) !important;
  box-shadow: none;

}

body.home .sis-look-card__face {
  border-color: rgba(88, 70, 48, 0.18);
  background:
    radial-gradient(circle at 50% -16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 249, 242, 0.965));
  box-shadow:
    0 34px 88px rgba(48, 35, 25, 0.17),
    0 10px 24px rgba(48, 35, 25, 0.06),
    0 2px 0 rgba(255, 255, 255, 0.84) inset;
}

@media (max-width: 767px) {
body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.search-results.post-type-archive-product ul.products li.product {
    box-shadow:
      0 22px 50px rgba(48, 35, 25, 0.12),
      0 6px 16px rgba(48, 35, 25, 0.04),
      0 2px 0 rgba(255, 255, 255, 0.80) inset;

}
body.home .sis-home-featured-products .wc-block-product,
body.home .sis-home-featured-products .wp-block-post {
    box-shadow:
      0 22px 50px rgba(48, 35, 25, 0.12),
      0 6px 16px rgba(48, 35, 25, 0.04),
      0 2px 0 rgba(255, 255, 255, 0.80) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item {
    box-shadow:
      0 22px 50px rgba(48, 35, 25, 0.12),
      0 6px 16px rgba(48, 35, 25, 0.04),
      0 2px 0 rgba(255, 255, 255, 0.80) inset;

}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
    box-shadow:
      0 9px 20px rgba(48, 35, 25, 0.052),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image {
    box-shadow:
      0 9px 20px rgba(48, 35, 25, 0.052),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);

}
body.sis-wishlist-page-view .sis-wishlist-item__media {
    box-shadow:
      0 9px 20px rgba(48, 35, 25, 0.052),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);

}
}

/* Module 6 Motion Micro-Polish v1 */
@media (hover: hover) and (pointer: fine) {
  body.woocommerce-shop ul.products li.product:hover,
  body.post-type-archive-product ul.products li.product:hover,
  body.tax-product_cat ul.products li.product:hover,
  body.search-results.post-type-archive-product ul.products li.product:hover,
  body.home .sis-home-featured-products .wc-block-product:hover,
  body.home .sis-home-featured-products .wp-block-post:hover,
  body.sis-wishlist-page-view .sis-wishlist-item:hover {
    transform: translate3d(0, -2px, 0);
  }
}

body.woocommerce-shop ul.products li.product:active,
body.post-type-archive-product ul.products li.product:active,
body.tax-product_cat ul.products li.product:active,
body.search-results.post-type-archive-product ul.products li.product:active,
body.home .sis-home-featured-products .wc-block-product:active,
body.home .sis-home-featured-products .wp-block-post:active,
body.sis-wishlist-page-view .sis-wishlist-item:active {
  transform: translate3d(0, 0, 0) scale(0.998);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link {
  transition:
    border-color 170ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 190ms cubic-bezier(0.22, 1, 0.36, 1);

}
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image {
  transition:
    border-color 170ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 190ms cubic-bezier(0.22, 1, 0.36, 1);

}
body.sis-wishlist-page-view .sis-wishlist-item__media {
  transition:
    border-color 170ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 190ms cubic-bezier(0.22, 1, 0.36, 1);

}

body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
body.home .sis-home-featured-products .sis-catalog-options__choice {
  transition:
    background-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    background 150ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 110ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 150ms ease;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action,
body.sis-wishlist-page-view .sis-wishlist-item__remove,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice,
body.sis-wishlist-page-view .sis-wishlist-options__choice {
  transition:
    background-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    background 150ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 110ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 150ms ease;

}
body.home .sis-look-card__choice-chip {
  transition:
    background-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    background 150ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 110ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 150ms ease;

}

body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.tax-product_cat ul.products li.product .sis-catalog-action:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.home .sis-home-featured-products .sis-catalog-action:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active,
body.sis-wishlist-page-view .sis-wishlist-item__remove:active {
  transform: translateY(0) scale(0.972);
}

body.home .sis-look-card__choice-chip:hover,
body.home .sis-look-card__choice-chip:focus-visible {
  transform: translate3d(0, -1px, 0);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:hover,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:focus-visible {
  transform: translate3d(0, -1px, 0);

}
body.home .sis-home-featured-products .sis-catalog-options__choice:hover,
body.home .sis-home-featured-products .sis-catalog-options__choice:focus-visible {
  transform: translate3d(0, -1px, 0);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:focus-visible,
body.sis-wishlist-page-view .sis-wishlist-options__choice:hover,
body.sis-wishlist-page-view .sis-wishlist-options__choice:focus-visible {
  transform: translate3d(0, -1px, 0);

}

body.home .sis-look-card__choice-chip:active,
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:active,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
body.home .sis-home-featured-products .sis-catalog-options__choice:active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:active,
body.sis-wishlist-page-view .sis-wishlist-options__choice:active {
  transform: translate3d(0, 0, 0) scale(0.985);
}

body.home .sis-look-card__choice-chip.is-selected,
body.home .sis-look-card__choice-chip[aria-pressed="true"] {
  transform: translateZ(0);

}
body.woocommerce-shop ul.products li.product .sis-catalog-options__choice.is-selected,
body.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected,
body.tax-product_cat ul.products li.product .sis-catalog-options__choice.is-selected,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice.is-selected {
  transform: translateZ(0);

}
body.home .sis-home-featured-products .sis-catalog-options__choice.is-selected,
body.home .sis-home-featured-products .sis-catalog-options__choice[aria-pressed="true"] {
  transform: translateZ(0);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice.is-selected,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice[aria-pressed="true"],
body.sis-wishlist-page-view .sis-wishlist-options__choice.is-selected,
body.sis-wishlist-page-view .sis-wishlist-options__choice[aria-pressed="true"] {
  transform: translateZ(0);

}

.sis-footer-v2__summary {
  transition:
    color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 150ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sis-footer-v2__summary::after {
  transition:
    color 150ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 150ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sis-footer-v2__summary:hover,
.sis-footer-v2__summary:focus-visible {
  color: var(--sis-color-accent-deep);
  background-color: rgba(255, 250, 245, 0.34);
}

.sis-footer-v2__accordion[open] .sis-footer-v2__summary::after {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-shop ul.products li.product,
  body.post-type-archive-product ul.products li.product,
  body.tax-product_cat ul.products li.product,
  body.search-results.post-type-archive-product ul.products li.product,
  body.home .sis-home-featured-products .wc-block-product,
  body.home .sis-home-featured-products .wp-block-post,
  body.sis-wishlist-page-view .sis-wishlist-item,
  body.woocommerce-shop ul.products li.product .woocommerce-loop-image-link,
  body.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
  body.tax-product_cat ul.products li.product .woocommerce-loop-image-link,
  body.search-results.post-type-archive-product ul.products li.product .woocommerce-loop-image-link,
  body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
  body.home .sis-home-featured-products .wc-block-components-product-image,
  body.sis-wishlist-page-view .sis-wishlist-item__media,
  body.woocommerce-shop ul.products li.product .sis-catalog-action,
  body.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.tax-product_cat ul.products li.product .sis-catalog-action,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
  body.home .sis-home-featured-products .sis-catalog-action,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action,
  body.sis-wishlist-page-view .sis-wishlist-item__remove,
  body.home .sis-look-card__choice-chip,
  body.woocommerce-shop ul.products li.product .sis-catalog-options__choice,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choice,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice,
  body.home .sis-home-featured-products .sis-catalog-options__choice,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice,
  body.sis-wishlist-page-view .sis-wishlist-options__choice,
  .sis-footer-v2__summary,
  .sis-footer-v2__summary::after {
    transition-duration: 1ms !important;
  }

  body.woocommerce-shop ul.products li.product,
  body.post-type-archive-product ul.products li.product,
  body.tax-product_cat ul.products li.product,
  body.search-results.post-type-archive-product ul.products li.product,
  body.home .sis-home-featured-products .wc-block-product,
  body.home .sis-home-featured-products .wp-block-post,
  body.sis-wishlist-page-view .sis-wishlist-item,
  body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.tax-product_cat ul.products li.product .sis-catalog-action:active,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.home .sis-home-featured-products .sis-catalog-action:active,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active,
  body.sis-wishlist-page-view .sis-wishlist-item__remove:active,
  body.home .sis-look-card__choice-chip:active,
  body.woocommerce-shop ul.products li.product .sis-catalog-options__choice:active,
  body.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
  body.tax-product_cat ul.products li.product .sis-catalog-options__choice:active,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options__choice:active,
  body.home .sis-home-featured-products .sis-catalog-options__choice:active,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options__choice:active,
  body.sis-wishlist-page-view .sis-wishlist-options__choice:active {
    transform: none !important;
  }
}

/* Module 6 Homepage / Header / Footer UI Refinement v1 */
#masthead.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.admin-bar #masthead.site-header {
  top: 32px;
}

body.home .sis-home-occasion-card img {
  filter: brightness(1.055) saturate(1.015);
}

@media (max-width: 782px) {
  .admin-bar #masthead.site-header {
    top: 46px;
  }
}

@media (max-width: 767px) {
  body.home .sis-home-occasion-card picture {
    aspect-ratio: 1 / 1.065;
  }

  body.home .sis-home-occasion-card::before {
    height: 74%;
    background: linear-gradient(180deg, rgba(23, 17, 15, 0) 0%, rgba(23, 17, 15, 0.52) 62%, rgba(23, 17, 15, 0.72) 100%);
  }
}

/* Module 6 Footer Instagram Icon + Hero Button Motion Fix v1 */
/* CSS Refactor v2 Phase 167 mobile moment cards */
@media (max-width: 767px) {
  body.home .sis-home-occasions {
    padding-right: 0;
    padding-left: 0;
  }

  body.home .sis-home-occasions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }

  body.home .sis-home-occasion-card {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 8px;
    min-width: 0;
    padding: 7px 7px 10px;
    overflow: visible;
    border: 1px solid rgba(88, 70, 48, 0.12);
    border-radius: 13px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 48%),
      linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 247, 238, 0.94));
    box-shadow:
      0 20px 46px rgba(48, 35, 25, 0.115),
      0 5px 14px rgba(48, 35, 25, 0.038),
      0 2px 0 rgba(255, 255, 255, 0.76) inset;
  }

  body.home .sis-home-occasion-card::before,
  body.home .sis-home-occasion-card::after {
    display: none;
  }

  body.home .sis-home-occasion-card picture {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border: 1px solid rgba(88, 70, 48, 0.12);
    border-radius: 10px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 46%),
      linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 247, 238, 0.94));
    box-shadow:
      0 12px 28px rgba(48, 35, 25, 0.06),
      inset 0 1px 0 rgba(255, 255, 255, 0.84);
    transform: none;
  }

  body.home .sis-home-occasion-card img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }

  body.home .sis-home-occasion-card__label {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    min-width: 0;
    width: 100%;
    padding: 0 2px;
    border-radius: 0;
    background: transparent;
    color: var(--sis-color-ink);
    font-family: var(--sis-home-serif);
    font-size: clamp(14px, 3.85vw, 15.5px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
    text-shadow: none;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  body.home .sis-home-occasion-card__label::after {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    opacity: 0.55;
  }

  body.home .sis-home-occasion-card__text {
    display: block !important;
    position: static !important;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    margin: -2px 2px 0 !important;
    padding: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    color: rgba(24, 20, 17, 0.66) !important;
    font-family: var(--sis-home-ui);
    font-size: clamp(11.2px, 3.05vw, 12.2px) !important;
    font-weight: 500;
    line-height: 1.36 !important;
    text-shadow: none;
    -webkit-line-clamp: unset;
    max-height: none !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  body.home .sis-home-occasion-card:focus-visible {
    outline: 3px solid rgba(184, 155, 94, 0.36);
    outline-offset: 3px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.home .sis-home-hero__actions {
    animation: sisPremiumHeroActionsReveal 3000ms cubic-bezier(0.34, 0, 0.16, 1) 2400ms both;
    will-change: transform, opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .sis-home-hero__actions {
    animation: none;
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

/* Module 6 Checkout Visual Polish v2 */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading-container,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading-container {
    width: 100%;
    margin-bottom: 9px;
    justify-content: space-between;
  }

  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__title {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-contact-login {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-left: auto;
    color: #7b5b21;
    font-size: 13px;
    font-weight: 780;
    text-decoration-line: underline;
    text-decoration-thickness: 1.5px;
    text-decoration-color: rgba(123, 91, 33, 0.72);
    text-underline-offset: 4px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype {
    display: grid;
    gap: 7px;
    width: 100%;
    margin-top: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin: 0 0 2px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__label {
    color: rgba(23, 17, 15, 0.78);
    font-size: 12.5px;
    font-weight: 760;
    line-height: 1.25;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    border: 1px solid rgba(123, 91, 33, 0.34);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.92);
    color: #7b5b21;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button:focus-visible {
    outline: 2px solid rgba(123, 91, 33, 0.34);
    outline-offset: 2px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__message {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    max-width: 286px;
    margin-top: 1px;
    padding: 10px 12px;
    border: 1px solid rgba(123, 91, 33, 0.18);
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.98);
    color: rgba(23, 17, 15, 0.72);
    font-size: 11.75px;
    font-weight: 560;
    line-height: 1.45;
    box-shadow: 0 14px 32px rgba(48, 35, 25, 0.12);
    opacity: 0;
    transform: translateY(-2px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help:hover .sis-speedex-help__message,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help:focus-within .sis-speedex-help__message,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help.is-open .sis-speedex-help__message {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__label,
  body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__label {
    display: block;
    margin: 0;
    padding: 0;
    color: rgba(23, 17, 15, 0.78);
    font-size: 12.5px;
    font-weight: 760;
    line-height: 1.25;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__select,
  body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__select {
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    padding-right: 38px !important;
    padding-left: 14px !important;
    border-color: rgba(157, 127, 76, 0.24);
    border-radius: 10px;
    background-color: rgba(255, 253, 249, 0.94);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-threshold-note-block {
    display: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    border-radius: 13px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    min-height: 54px;
    padding: 14px 14px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-text {
    font-size: 16px;
    font-weight: 760;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-price {
    color: rgba(23, 17, 15, 0.92);
    font-size: 15.5px;
    font-weight: 780;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    grid-template-columns: 62px minmax(0, 1fr) auto;
    column-gap: 11px;
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image {
    position: relative;
    width: 58px !important;
    min-width: 58px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image img {
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    border-radius: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__quantity {
    top: -7px;
    right: -7px;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    border-color: rgba(123, 91, 33, 0.22);
    background: rgba(255, 253, 249, 0.98);
    color: rgba(23, 17, 15, 0.86);
    font-size: 11px;
    font-weight: 780;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-name {
    color: rgba(23, 17, 15, 0.90);
    font-size: 13.25px;
    font-weight: 740;
    line-height: 1.28;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-metadata {
    margin-top: 4px;
    color: rgba(23, 17, 15, 0.54);
    font-size: 11.4px;
    line-height: 1.35;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price {
    color: rgba(23, 17, 15, 0.92);
    font-size: 14.5px;
    font-weight: 780;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__label {
    color: rgba(23, 17, 15, 0.62);
    font-size: 13px;
    font-weight: 620;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__value {
    color: rgba(23, 17, 15, 0.88);
    font-size: 15px;
    font-weight: 760;
    text-align: right;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item {
    margin-top: 3px;
    padding-top: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: rgba(23, 17, 15, 0.95);
    font-size: 17px;
    font-weight: 820;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control {
    gap: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    border-color: rgba(123, 91, 33, 0.18) !important;
    border-radius: 14px;
    background: rgba(255, 253, 249, 0.78);
    box-shadow: 0 8px 18px rgba(48, 35, 25, 0.04) !important;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 62px;
    padding: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    border-color: rgba(123, 91, 33, 0.40) !important;
    background: rgba(255, 252, 247, 0.98);
    box-shadow: 0 14px 28px rgba(48, 35, 25, 0.075) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:focus-within,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus-within {
    border-color: rgba(123, 91, 33, 0.32) !important;
    background: rgba(255, 253, 249, 0.96);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    align-items: center;
    min-height: 38px;
    padding-left: 30px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
    display: flex;
    align-items: center;
    width: 100% !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 106px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 34px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    color: rgba(23, 17, 15, 0.90);
    font-size: 13.5px;
    font-weight: 780;
    line-height: 1.22;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo {
    width: 106px !important;
    height: 32px !important;
    max-width: 106px !important;
    max-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    object-position: center right;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    width: 106px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    margin: -2px 10px 10px 40px;
    padding: 0 8px 10px 0 !important;
    color: rgba(23, 17, 15, 0.60);
  }
}

/* Module 6 Checkout Payment Rows + Summary Toggle Final Recovery v8 */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    --sis-checkout-mobile-amount-column: 86px;
    --sis-checkout-mobile-toggle-space: 22px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sis-checkout-mobile-amount-column) 18px;
    column-gap: 4px;
    align-items: center;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-text {
    grid-column: 1;
    min-width: 0;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-price {
    grid-column: 2;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-icon {
    display: inline-flex;
    grid-column: 3;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    width: 18px;
    height: 18px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-icon svg {
    width: 18px;
    height: 18px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-price,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:has(.wc-block-formatted-money-amount) .wc-block-components-totals-item__value,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    justify-self: end;
    width: var(--sis-checkout-mobile-amount-column);
    text-align: right;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    grid-template-columns: 62px minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price {
    position: relative;
    right: calc(11px + var(--sis-checkout-mobile-toggle-space));
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:has(.wc-block-formatted-money-amount),
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item {
    grid-template-columns: minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:has(.wc-block-formatted-money-amount) .wc-block-components-totals-item__value,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    position: relative;
    right: var(--sis-checkout-mobile-toggle-space);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help .sis-speedex-help__message {
    display: none;
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    z-index: 20;
    flex: none;
    width: max-content;
    max-width: min(292px, calc(100vw - 48px));
    margin: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help.is-open .sis-speedex-help__message {
    display: block;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group {
    display: grid;
    overflow: visible;
    gap: 8px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option::after {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    display: block;
    overflow: visible;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    overflow: visible;
    border: 0 !important;
    border-radius: 10px;
    background: rgba(248, 243, 235, 0.72);
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option + .wc-block-components-radio-control-accordion-option,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
    border-top: 0 !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 54px;
    margin: 0;
    padding: 8px 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    background: rgba(255, 247, 238, 0.88);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:focus-within {
    background: transparent !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus-within {
    background: rgba(255, 249, 242, 0.94);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    display: flex !important;
    align-items: center;
    min-height: 38px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
    display: flex;
    align-items: center;
    width: 100% !important;
    min-width: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 108px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 32px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    justify-self: start;
    color: rgba(23, 17, 15, 0.90);
    font-size: 13.5px;
    font-weight: 780;
    line-height: 1.22;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    justify-self: end;
    align-self: center;
    display: block;
    width: 108px !important;
    max-width: 108px !important;
    height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    object-position: center right;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    object-fit: fill;
    transform: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    border-radius: 6px !important;
    clip-path: inset(0 round 6px);
    overflow: hidden;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    max-width: 75%;
    min-height: 32px;
    margin: 4px auto 6px;
    padding: 6px 8px !important;
    border: 0 !important;
    border-radius: 10px;
    background: rgba(255, 250, 244, 0.54) !important;
    color: rgba(23, 17, 15, 0.62);
    font-size: 10.8px;
    line-height: 1.22;
    text-align: center;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content div {
    margin: 0;
    text-align: center;
  }
}

/* Module 6 Checkout Visual Harmonization v10 */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish {
    --sis-checkout-field-bg: var(--sis-surface-panel);
    --sis-checkout-field-border: var(--sis-border-accent);
    --sis-checkout-field-focus-border: var(--sis-state-selected-border);
    --sis-checkout-row-bg: var(--sis-surface-muted);
    --sis-checkout-row-selected-bg: var(--sis-state-selected-bg);
    --sis-checkout-help-accent: var(--sis-color-accent-deep);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-wrapper,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-order-summary,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkbox {
    border-color: var(--sis-frost-border) !important;
    border-radius: 13px;
    background: var(--sis-gradient-panel);
    box-shadow: var(--sis-shadow-sm), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input input,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-textarea,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-blocks-components-select__select,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-combobox-control input.components-combobox-control__input {
    border-color: var(--sis-checkout-field-border) !important;
    border-radius: 11px;
    background: var(--sis-checkout-field-bg);
    color: var(--sis-color-ink-soft);
    box-shadow: var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input input:focus,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-textarea:focus,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-blocks-components-select__select:focus,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    border-color: var(--sis-checkout-field-focus-border) !important;
    outline: 0;
    box-shadow: var(--sis-focus-ring), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-blocks-components-select__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-form__postcode label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-address-form__phone label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkbox__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-product-metadata,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-radio-control__description,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-totals-item__description,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__terms {
    color: var(--sis-color-ink-subtle);
    font-weight: 520;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step__title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-order-summary__title-text {
    color: var(--sis-color-ink);
    font-weight: 720;
    letter-spacing: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-contact-login,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__terms a,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkbox__label a,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-return-to-cart-button {
    color: var(--sis-color-accent-deep);
    text-decoration-color: var(--sis-border-accent);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__label,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-prototype__label,
  body.woocommerce-checkout.sis-checkout-final-polish .sisellena-speedex-prototype__label {
    color: var(--sis-color-ink);
    font-weight: 700;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button {
    border-color: var(--sis-border-accent);
    background: var(--sis-button-secondary-bg);
    color: var(--sis-checkout-help-accent);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button:focus-visible {
    outline: var(--sis-focus-outline);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__message {
    border-color: var(--sis-border-accent);
    background: var(--sis-surface-panel);
    color: var(--sis-color-ink-subtle);
    box-shadow: var(--sis-shadow-sm), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    border-bottom-color: var(--sis-border-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    border-color: var(--sis-border-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    background: var(--sis-gradient-surface);
    box-shadow: var(--sis-shadow-xs), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-metadata {
    color: var(--sis-color-ink-subtle);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    background: var(--sis-checkout-row-bg);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    background: var(--sis-checkout-row-selected-bg);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus-within {
    background: var(--sis-surface-card-warm);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    color: var(--sis-color-ink);
    font-weight: 740;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    background: var(--sis-frost-bg) !important;
    color: var(--sis-color-ink-subtle);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-place-order-button,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__actions_row .wc-block-components-button {
    border-color: var(--sis-cta-border);
    background: var(--sis-gradient-cta);
    color: var(--sis-cta-text);
    box-shadow: var(--sis-button-shadow);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-place-order-button:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-place-order-button:focus-visible,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__actions_row .wc-block-components-button:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__actions_row .wc-block-components-button:focus-visible {
    background: var(--sis-cta-bg-hover);
    color: var(--sis-cta-text);
    box-shadow: var(--sis-button-shadow), var(--sis-focus-ring);
  }
}

/* Module 6 Mobile Checkout Summary + Payment Visual Harmony v5.5 */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    --sis-checkout-mobile-amount-column: 78px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title {
    min-height: 50px;
    padding: 13px 14px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-text {
    font-size: 15.25px;
    font-weight: 650;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-checkout-order-summary__title-price {
    font-size: 14.25px;
    font-weight: 680;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    grid-template-columns: 58px minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
    column-gap: 10px;
    align-items: start;
    margin: 10px 12px 8px;
    padding: 9px;
    border-radius: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image {
    align-self: start;
    width: 54px !important;
    min-width: 54px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    border-radius: 9px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__quantity {
    top: -6px;
    right: -6px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-color: rgba(184, 155, 94, 0.28);
    background: rgba(255, 253, 249, 0.96);
    color: var(--sis-color-ink-soft);
    font-size: 10.5px;
    font-weight: 650;
    box-shadow: 0 4px 10px rgba(23, 17, 15, 0.10);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__description {
    align-self: start;
    padding-top: 1px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-name {
    font-size: 13px;
    font-weight: 650;
    line-height: 1.28;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-metadata {
    margin-top: 3px;
    font-size: 11.15px;
    font-weight: 500;
    line-height: 1.34;
    overflow-wrap: anywhere;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price {
    align-self: start;
    padding-top: 2px;
    font-size: 13.75px;
    font-weight: 680;
    right: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item {
    grid-template-columns: minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
    column-gap: 10px;
    padding: 8px 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__label {
    font-size: 12.75px;
    font-weight: 540;
    line-height: 1.28;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__value {
    font-size: 14.15px;
    font-weight: 650;
    right: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:not(:has(.wc-block-formatted-money-amount)) {
    grid-template-columns: minmax(0, auto) minmax(112px, 1fr);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:not(:has(.wc-block-formatted-money-amount)) .wc-block-components-totals-item__value {
    font-size: 12.25px;
    font-weight: 560;
    line-height: 1.3;
    white-space: normal;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item {
    margin-top: 7px;
    padding-top: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
    font-weight: 720;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group {
    gap: 7px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    min-height: 56px;
    padding: 10px 12px;
    border-radius: 11px;
    box-shadow: var(--sis-shadow-xs), var(--sis-shadow-inset-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    min-height: 34px;
    padding-left: 29px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 10px;
    min-height: 30px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    font-size: 13.15px;
    font-weight: 620;
    line-height: 1.18;
    overflow-wrap: normal;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    width: 86px !important;
    max-width: 86px !important;
    height: 24px !important;
    max-height: 24px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    width: 78px !important;
    max-width: 78px !important;
    height: 22px !important;
    max-height: 22px !important;
    border-radius: 6px !important;
    clip-path: inset(0 round 6px);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    display: block;
    width: auto;
    max-width: calc(100% - 44px);
    min-height: 0;
    margin: 3px 8px 5px 44px;
    padding: 6px 2px 2px !important;
    border: 0 !important;
    border-top: 1px solid var(--sis-border-soft) !important;
    border-radius: 0;
    background: transparent !important;
    font-size: 11.6px;
    font-weight: 500;
    line-height: 1.36;
    text-align: left;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content div {
    text-align: left;
  }
}

/* Module 6 Mobile Checkout Order Summary Refinement v5.6 */
@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment {
    --sis-checkout-mobile-product-amount-column: 58px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary {
    padding-bottom: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item {
    grid-template-columns: 50px minmax(0, 1fr) var(--sis-checkout-mobile-product-amount-column);
    column-gap: 8px;
    align-items: start;
    margin: 8px 12px 6px;
    padding: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image {
    width: 48px !important;
    min-width: 48px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__image img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__quantity {
    top: -5px;
    right: -5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid rgba(255, 253, 249, 0.94);
    background: rgba(42, 30, 23, 0.88);
    color: rgba(255, 253, 249, 0.98);
    font-size: 10px;
    font-weight: 720;
    line-height: 1;
    opacity: 1;
    box-shadow: 0 5px 12px rgba(23, 17, 15, 0.16);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__quantity span[aria-hidden="true"] {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__description {
    padding-top: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-name {
    font-size: 12.75px;
    line-height: 1.24;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-cart-item__prices {
    margin-top: 1px;
    font-size: 11.5px;
    line-height: 1.2;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-product-metadata {
    margin-top: 2px;
    font-size: 10.95px;
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: normal;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-order-summary-item__total-price {
    width: var(--sis-checkout-mobile-product-amount-column);
    padding-top: 0;
    font-size: 13.25px;
    font-weight: 690;
    line-height: 1.22;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper {
    margin-right: 12px;
    margin-left: 12px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
    padding-bottom: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    padding-top: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-wrapper:has(> .wc-block-components-totals-footer-item) {
    padding: 2px 14px 10px;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item {
    padding: 6px 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__label {
    font-size: 12.5px;
    line-height: 1.24;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item__value {
    font-size: 13.75px;
    line-height: 1.24;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-item:not(:has(.wc-block-formatted-money-amount)) .wc-block-components-totals-item__value {
    font-size: 12px;
    line-height: 1.24;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
    column-gap: 10px;
    align-items: center;
    margin: 5px 12px 10px;
    padding: 6px 0 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--sis-checkout-mobile-amount-column);
    column-gap: 10px;
    align-items: center;
    padding: 4px 0 2px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item::after {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar.sis-mobile-summary-before-payment .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 15.25px;
    font-weight: 720;
    line-height: 1.22;
  }
}

/* Module 6 Desktop Checkout Visual Harmonization v2 */
@media (min-width: 768px) {
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__label {
    color: var(--sis-color-ink);
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.25;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    padding: 0;
    border: 1px solid var(--sis-border-accent);
    border-radius: 999px;
    background: var(--sis-button-secondary-bg);
    color: var(--sis-color-accent-deep);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    cursor: pointer;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__button:focus-visible {
    border-color: var(--sis-state-selected-border);
    background: var(--sis-surface-panel);
    color: var(--sis-color-ink);
    outline: 0;
    box-shadow: var(--sis-focus-ring);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help__message {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 35;
    width: max-content;
    max-width: min(318px, calc(100vw - 64px));
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--sis-border-accent);
    border-radius: 12px;
    background: var(--sis-surface-panel);
    color: var(--sis-color-ink-subtle);
    font-size: 12px;
    font-weight: 560;
    line-height: 1.42;
    box-shadow: var(--sis-shadow-sm), var(--sis-shadow-inset-soft);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-3px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help:hover .sis-speedex-help__message,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help:focus-within .sis-speedex-help__message,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-speedex-help.is-open .sis-speedex-help__message {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .wc-block-components-address-form__postcode {
    flex: 0 0 min(100%, 340px);
    max-width: min(100%, 340px);
  }

  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .sis-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .sisellena-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form [class*="speedex-prototype"] {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 2px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .sis-speedex-prototype__select,
  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .sisellena-speedex-prototype__select,
  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form [class*="speedex-prototype__select"] {
    width: 100%;
    max-width: 100%;
  }

  body.woocommerce-checkout.sis-checkout-final-polish #shipping.wc-block-components-address-form .wc-block-components-address-form__phone {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.woocommerce-checkout.sis-checkout-final-polish .sis-duplicate-field-error-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step .wc-block-components-validation-error {
    width: fit-content;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 6px 8px;
    border-color: rgba(118, 56, 49, 0.14);
    border-radius: 10px;
    background: rgba(255, 249, 246, 0.72);
    color: rgba(118, 56, 49, 0.92);
    font-size: 11.75px;
    font-weight: 560;
    line-height: 1.32;
    box-shadow: none;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step .wc-block-components-validation-error p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-step .wc-block-components-validation-error svg {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    opacity: 0.72;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input.has-error input,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input input.has-error,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input.is-error input,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-text-input input[aria-invalid="true"] {
    border-color: rgba(118, 56, 49, 0.26);
    box-shadow: 0 0 0 1px rgba(118, 56, 49, 0.06);
  }
}

@media (min-width: 1025px) {
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading-container,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__title {
    min-width: 0;
    margin: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-contact-login {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--sis-color-accent-deep);
    font-size: 14px;
    font-weight: 680;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-thickness: 1.3px;
    text-decoration-color: var(--sis-border-accent);
    text-underline-offset: 4px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar-layout.is-large {
    gap: clamp(28px, 3.4vw, 44px);
    align-items: flex-start;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group {
    display: grid;
    gap: 10px;
    overflow: visible;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__group::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option::after,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option::before,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option::after {
    display: none !important;
    content: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
    display: block;
    overflow: visible;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option + .wc-block-components-radio-control-accordion-option,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
    border-top: 0 !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    display: flex;
    align-items: center;
    min-height: 64px;
    margin: 0;
    padding: 12px 15px;
    overflow: visible;
    border: 1px solid var(--sis-border-soft) !important;
    border-radius: 13px;
    background: var(--sis-surface-muted);
    box-shadow: var(--sis-shadow-xs), var(--sis-shadow-inset-soft) !important;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:hover,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option:focus-within {
    border-color: var(--sis-border-accent) !important;
    background: var(--sis-surface-card-warm);
    box-shadow: var(--sis-shadow-sm), var(--sis-shadow-inset-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option--checked-option-highlighted {
    border-color: var(--sis-state-selected-border) !important;
    background: var(--sis-state-selected-bg);
    box-shadow: inset 3px 0 0 rgba(184, 155, 94, 0.62), var(--sis-shadow-sm), var(--sis-shadow-inset-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding-left: 32px;
    box-sizing: border-box;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control__label-group {
    display: flex;
    align-items: center;
    width: 100% !important;
    min-width: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 118px;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 36px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-label-with-logo .sis-payment-label-text {
    justify-self: start;
    color: var(--sis-color-ink);
    font-size: 14.5px;
    font-weight: 740;
    line-height: 1.22;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios,
  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--speedex {
    justify-self: end;
    align-self: center;
    display: block;
    width: 118px !important;
    max-width: 118px !important;
    height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
    object-position: center right;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--peiraios {
    border-radius: 7px !important;
    clip-path: inset(0 round 7px);
    overflow: hidden;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
    width: auto;
    max-width: calc(100% - 46px);
    margin: 6px 0 4px 46px;
    padding: 9px 12px !important;
    border: 1px solid var(--sis-border-soft) !important;
    border-radius: 11px;
    background: var(--sis-frost-bg) !important;
    color: var(--sis-color-ink-subtle);
    font-size: 12.25px;
    font-weight: 520;
    line-height: 1.42;
    box-shadow: var(--sis-shadow-inset-soft) !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content p,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content div {
    margin: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar {
    overflow: hidden;
    border: 1px solid var(--sis-frost-border) !important;
    border-radius: 17px;
    background: linear-gradient(180deg, var(--sis-surface-panel) 0%, var(--sis-surface-card-warm) 100%) !important;
    box-shadow: var(--sis-shadow-md), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-checkout-order-summary__title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-order-summary__title {
    padding: 18px 18px 12px;
    border-bottom: 1px solid var(--sis-border-soft);
    color: var(--sis-color-ink);
    font-size: 17px;
    font-weight: 740;
    line-height: 1.2;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    column-gap: 12px;
    align-items: center;
    margin: 12px 14px 10px;
    padding: 10px;
    border: 1px solid var(--sis-border-soft) !important;
    border-radius: 13px;
    background: var(--sis-gradient-surface);
    box-shadow: var(--sis-shadow-xs), var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__image {
    position: relative;
    align-self: center;
    width: 60px !important;
    min-width: 60px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__image img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    border: 1px solid rgba(184, 155, 94, 0.12);
    border-radius: 10px;
    background: var(--sis-surface-panel);
    object-fit: cover;
    box-shadow: var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity {
    top: -8px;
    right: -8px;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 7px;
    border: 1px solid rgba(255, 253, 249, 0.96);
    background: var(--sis-color-ink);
    color: var(--sis-color-inverse);
    font-size: 11.5px;
    font-weight: 820;
    line-height: 1;
    opacity: 1;
    box-shadow: 0 6px 14px rgba(23, 17, 15, 0.18);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity span[aria-hidden="true"] {
    color: inherit;
    line-height: 1;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__description {
    display: block;
    align-self: center;
    min-width: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-product-name {
    color: var(--sis-color-ink);
    font-size: 13.5px;
    font-weight: 720;
    line-height: 1.3;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-cart-item__prices {
    display: block;
    margin: 2px 0 0;
    color: var(--sis-color-ink-soft);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.25;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-product-metadata {
    display: block;
    max-width: 100%;
    margin-top: 4px;
    color: var(--sis-color-ink-subtle);
    font-size: 11.5px;
    line-height: 1.36;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__total-price {
    align-self: center;
    justify-self: end;
    color: var(--sis-color-ink);
    font-size: 14.5px;
    font-weight: 760;
    text-align: right;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    margin: 0 14px;
    padding: 0;
    border-color: var(--sis-border-soft) !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 14px;
    align-items: center;
    padding: 10px 0;
    color: var(--sis-color-ink-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-item__label {
    color: var(--sis-color-ink-subtle);
    font-size: 13.25px;
    font-weight: 620;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-item__value {
    justify-self: end;
    max-width: 100%;
    color: var(--sis-color-ink);
    font-size: 14.75px;
    font-weight: 740;
    text-align: right;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-item__description,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
    color: var(--sis-color-ink-subtle);
    font-size: 12px;
    line-height: 1.42;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-threshold-note-block {
    box-sizing: border-box;
    max-width: calc(100% - 28px);
    margin: 2px 14px 12px;
    padding: 9px 11px;
    overflow: visible;
    border: 1px solid var(--sis-border-soft);
    border-radius: 11px;
    background: var(--sis-frost-bg);
    color: var(--sis-color-ink-subtle);
    font-size: 12px;
    font-weight: 540;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: normal;
    box-shadow: var(--sis-shadow-inset-soft);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-footer-item {
    margin: 10px 14px 14px;
    padding: 9px 10px 2px 0;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    color: var(--sis-color-ink);
    font-size: 18px;
    font-weight: 800;
  }
}

@media (min-width: 1024px) and (max-width: 1024px) {
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__heading-container,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin-bottom: 10px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish #contact-fields .wc-block-components-checkout-step__title,
  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-checkout__contact-fields .wc-block-components-checkout-step__title {
    min-width: 0;
    margin: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-checkout-contact-login {
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--sis-color-accent, #a8823f);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.25;
    text-align: right;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity {
    top: -8px;
    right: -8px;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 7px;
    border: 1px solid rgba(255, 253, 249, 0.96);
    background: var(--sis-color-ink);
    color: var(--sis-color-inverse);
    font-size: 11.5px;
    font-weight: 820;
    line-height: 1;
    opacity: 1;
    box-shadow: 0 6px 14px rgba(23, 17, 15, 0.18);
  }

  body.woocommerce-checkout.sis-checkout-final-polish .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity span[aria-hidden="true"] {
    color: inherit;
    line-height: 1;
  }
}

/* Module 6 Footer Instagram Icon + Complete the Look Spacing v1 */
body.home .sis-look-cards__grid {
  padding-top: 10px;
}

@media (max-width: 767px) {
  body.home .sis-look-cards__grid {
    padding-top: 12px;
  }

  body.home .sis-look-cards__grid.sis-look-deck {
    padding-top: 30px;
  }

  body.home .sis-look-cards__grid.sis-look-deck .sis-look-deck-card {
    top: 26px;
  }
}

/* Module 5 Cookie Banner UI Preview v1 */
.sis-cookie-preview,
.sis-cookie-preview * {
  box-sizing: border-box;
}

.sis-cookie-banner[hidden],
.sis-cookie-modal[hidden] {
  display: none !important;
}

html.sis-cookie-modal-open,
html.sis-cookie-modal-open body {
  overflow: hidden;
}

.sis-cookie-banner {
  position: fixed;
  left: clamp(12px, 1.8vw, 24px);
  bottom: clamp(12px, 1.8vw, 22px);
  z-index: 99980;
  width: min(352px, calc(100vw - 24px));
  color: var(--sis-color-ink);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 520ms;
}

.sis-cookie-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1), transform 520ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0s;
}

.sis-cookie-banner__inner {
  overflow: hidden;
  border: 1px solid var(--sis-frost-border);
  border-radius: 16px;
  background: var(--sis-gradient-panel-strong);
  box-shadow: var(--sis-shadow-md), var(--sis-shadow-inset-soft);
  padding: 10px 12px 11px;
}

.sis-cookie-banner__eyebrow,
.sis-cookie-modal__eyebrow {
  margin: 0 0 8px;
  color: var(--sis-color-accent-deep);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sis-cookie-banner__copy {
  display: grid;
  gap: 0;
  margin: 0 0 7px;
}

.sis-cookie-banner__copy p,
.sis-cookie-modal__intro,
.sis-cookie-category p {
  margin: 0;
  color: var(--sis-color-ink-soft);
  font-size: 11.8px;
  line-height: 1.34;
}

.sis-cookie-banner__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(78px, 0.9fr);
  gap: 5px;
  align-items: center;
}

.sis-cookie-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.sis-cookie-modal__actions .sis-cookie-btn--text {
  grid-column: 1 / -1;
}

.sis-cookie-btn {
  min-height: 44px;
  padding: 9px 14px;
  border-radius: var(--sis-button-radius);
  border: 1px solid var(--sis-button-border);
  cursor: pointer;
  font: inherit;
  font-size: 11.6px;
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.sis-cookie-btn--primary {
  border-color: var(--sis-cta-border);
  background: #17110f;
  color: var(--sis-cta-text);
  box-shadow: var(--sis-button-shadow-soft);
}

.sis-cookie-btn--secondary {
  border-color: var(--sis-cta-border);
  background: var(--sis-button-secondary-bg);
  color: var(--sis-cta-bg);
  box-shadow: var(--sis-button-shadow-soft);
}

.sis-cookie-btn--text {
  min-height: 44px;
  border-color: transparent;
  background: transparent;
  color: var(--sis-color-accent-deep);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  box-shadow: none;
}

.sis-cookie-btn:hover,
.sis-cookie-btn:focus-visible {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-button-shadow-soft), var(--sis-focus-ring);
}

.sis-cookie-btn--primary:hover,
.sis-cookie-btn--primary:focus-visible {
  background: #2a201c;
  color: #fffaf5;
}

.sis-cookie-banner .sis-cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 10px;
  font-size: 10.4px;
  white-space: nowrap;
}

.sis-cookie-banner .sis-cookie-btn--text {
  border-color: var(--sis-border-accent);
  background: rgba(255, 250, 244, 0.82);
  text-decoration: none;
  box-shadow: var(--sis-shadow-xs);
}

.sis-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.sis-cookie-modal__overlay {
  position: absolute;
  inset: 0;
  background: var(--sis-overlay-scrim-strong);
}

.sis-cookie-modal__panel {
  position: relative;
  width: min(580px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  overflow: auto;
  border: 1px solid var(--sis-frost-border);
  border-radius: 22px;
  background: var(--sis-gradient-panel-strong);
  box-shadow: var(--sis-shadow-xl), var(--sis-shadow-inset-soft);
  padding: 24px;
  color: var(--sis-color-ink);
  outline: 0;
}

.sis-cookie-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--sis-border-soft);
  border-radius: 50%;
  background: rgba(255, 250, 244, 0.86);
  color: var(--sis-color-ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.sis-cookie-modal__close:hover,
.sis-cookie-modal__close:focus-visible {
  border-color: var(--sis-state-selected-border);
  box-shadow: var(--sis-focus-ring);
}

.sis-cookie-modal__title {
  margin: 0 42px 8px 0;
  color: var(--sis-color-ink);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.08;
  letter-spacing: 0;
}

.sis-cookie-modal__intro {
  margin-bottom: 18px;
  color: var(--sis-color-ink-muted);
}

.sis-cookie-categories {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.sis-cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--sis-border-soft);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.78);
  padding: 14px;
  box-shadow: var(--sis-shadow-xs), var(--sis-shadow-inset-soft);
}

.sis-cookie-category h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 5px;
  color: var(--sis-color-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.25;
}

.sis-cookie-category h3 span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border: 1px solid var(--sis-border-accent);
  border-radius: 999px;
  padding: 2px 8px;
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-accent-deep);
  font-size: 10px;
  font-weight: 760;
}

.sis-cookie-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 32px;
}

.sis-cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.sis-cookie-switch span[aria-hidden="true"] {
  position: relative;
  display: block;
  width: 52px;
  height: 30px;
  border: 1px solid var(--sis-border-medium);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.92);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sis-cookie-switch span[aria-hidden="true"]::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sis-color-ink-muted);
  box-shadow: var(--sis-shadow-xs);
  transition: transform 180ms ease, background-color 180ms ease;
}

.sis-cookie-switch input:checked + span[aria-hidden="true"] {
  border-color: var(--sis-state-selected-border);
  background: var(--sis-state-selected-bg);
}

.sis-cookie-switch input:checked + span[aria-hidden="true"]::after {
  transform: translateX(22px);
  background: var(--sis-color-accent-deep);
}

.sis-cookie-switch input:focus-visible + span[aria-hidden="true"] {
  box-shadow: var(--sis-focus-ring);
}

.sis-footer-v2__cookie-settings {
  margin: 18px 0 0;
  text-align: center;
}

.sis-footer-v2__cookie-settings a {
  color: rgba(255, 250, 245, 0.82);
  font-size: 12px;
  font-weight: 640;
  text-decoration: underline;
  text-decoration-color: rgba(244, 213, 143, 0.36);
  text-underline-offset: 4px;
}

.sis-footer-v2__cookie-settings a:hover,
.sis-footer-v2__cookie-settings a:focus-visible {
  color: var(--sis-color-inverse);
  text-decoration-color: rgba(244, 213, 143, 0.72);
}

@media (max-width: 767px) {
  .sis-cookie-banner {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    width: auto;
  }

  .sis-cookie-banner__inner {
    border: 1px solid var(--sis-frost-border);
    border-radius: 16px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    box-shadow: 0 16px 34px rgba(24, 18, 14, 0.18), var(--sis-shadow-inset-soft);
  }

  .sis-cookie-banner__copy {
    gap: 0;
    margin-bottom: 6px;
  }

  .sis-cookie-banner__copy p {
    font-size: 11px;
    line-height: 1.28;
  }

  .sis-cookie-banner__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(74px, 0.86fr);
    gap: 4px;
  }

  .sis-cookie-banner .sis-cookie-btn {
    min-height: 44px;
    padding: 7px 6px;
    font-size: 9.8px;
  }

  .sis-cookie-modal__actions {
    grid-template-columns: 1fr;
  }

  .sis-cookie-modal {
    align-items: flex-end;
    padding: 0;
  }

  .sis-cookie-modal__panel {
    width: 100%;
    max-height: min(82vh, 700px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    padding: 18px 14px calc(16px + env(safe-area-inset-bottom));
  }

  .sis-cookie-category {
    gap: 12px;
    padding: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sis-cookie-banner,
  .sis-cookie-btn,
  .sis-cookie-switch span[aria-hidden="true"],
  .sis-cookie-switch span[aria-hidden="true"]::after {
    transition: opacity 160ms ease;
    transform: none;
  }
}

/* Module 6 Order Received / Thank You Polish v1 */
body.woocommerce-order-received.sis-order-received-polish .entry-hero,
body.woocommerce-order-received.sis-order-received-polish .entry-hero-container-inner,
body.woocommerce-order-received.sis-order-received-polish .entry-hero .hero-container,
body.woocommerce-order-received.sis-order-received-polish .entry-header {
  height: auto !important;
  min-height: 112px !important;
}

body.woocommerce-order-received.sis-order-received-polish .entry-header {
  align-items: flex-start;
  justify-content: center;
  padding-top: clamp(22px, 4vw, 42px);
  padding-bottom: clamp(18px, 3vw, 34px);
}

body.woocommerce-order-received.sis-order-received-polish .entry-hero .entry-title,
body.woocommerce-order-received.sis-order-received-polish .entry-hero .page-title {
  max-width: 760px;
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  color: var(--sis-color-ink);
}

body.woocommerce-order-received.sis-order-received-polish .entry-content-wrap {
  overflow: visible;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce {
  width: min(100%, 980px);
  margin-inline: auto;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details,
body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  border: 1px solid var(--sis-border-soft);
  border-radius: 18px;
  background: var(--sis-gradient-surface);
  box-shadow: var(--sis-shadow-sm);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received {
  position: relative;
  margin: 0;
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3vw, 30px);
  color: var(--sis-color-ink-soft);
  font-size: clamp(16px, 1.7vw, 19px);
  font-weight: 700;
  line-height: 1.45;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice::before,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--sis-color-success);
  box-shadow: 0 0 0 5px var(--sis-state-success-bg);
  vertical-align: 1px;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li {
  margin: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--sis-border-soft);
  color: var(--sis-color-ink-muted);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:last-child {
  border-right: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  color: var(--sis-color-ink);
  font-size: 15px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step {
  padding: clamp(16px, 2.4vw, 24px);
  border-color: var(--sis-state-warning-border);
  background: linear-gradient(180deg, #fffaf2 0%, #fff6e8 100%);
  color: var(--sis-color-ink-soft);
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step p {
  margin: 0;
  max-width: 720px;
  color: inherit;
  font-size: 14px;
  line-height: 1.58;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step p + p {
  margin-top: 8px;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step__eyebrow {
  color: var(--sis-color-accent-deep) !important;
  font-size: 11px !important;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  padding: clamp(18px, 3vw, 28px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details h2,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details h3,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details__title,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-column__title {
  margin: 0 0 14px;
  color: var(--sis-color-ink);
  font-family: var(--sis-home-serif, "Noto Serif Display", Georgia, serif);
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.18;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details p {
  margin: 0 0 12px;
  color: var(--sis-color-ink-muted);
  font-size: 14px;
  line-height: 1.6;
}

body.woocommerce-order-received.sis-order-received-polish .wc-bacs-bank-details-account-name,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  margin: 14px 0 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--sis-border-soft);
  color: var(--sis-color-ink);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li strong {
  color: var(--sis-color-ink-muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table th,
body.woocommerce-order-received.sis-order-received-polish table.shop_table td {
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--sis-border-soft);
  color: var(--sis-color-ink-soft);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: top;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table th {
  color: var(--sis-color-ink-muted);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table tr:last-child th,
body.woocommerce-order-received.sis-order-received-polish table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table .amount,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview .amount {
  color: var(--sis-color-ink);
  font-weight: 760;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details .woocommerce-column {
  min-width: 0;
}

body.woocommerce-order-received.sis-order-received-polish address {
  min-height: 100%;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--sis-border-soft);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.58);
  color: var(--sis-color-ink-soft);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  body.woocommerce-order-received.sis-order-received-polish .entry-hero,
  body.woocommerce-order-received.sis-order-received-polish .entry-hero-container-inner,
  body.woocommerce-order-received.sis-order-received-polish .entry-hero .hero-container,
  body.woocommerce-order-received.sis-order-received-polish .entry-header {
    min-height: 92px !important;
  }

  body.woocommerce-order-received.sis-order-received-polish .entry-header {
    padding-top: 18px;
    padding-bottom: 16px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce {
    width: 100%;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li {
    border-right: 0;
    border-bottom: 1px solid var(--sis-border-soft);
    padding: 15px 16px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:last-child {
    border-bottom: 0;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details {
    padding: 16px;
  }
}

/* Module 6 Order Received / Thank You Polish v1.1 */
body.woocommerce-order-received.sis-order-received-polish {
  background: var(--sis-gradient-page);
}

body.woocommerce-order-received.sis-order-received-polish .site,
body.woocommerce-order-received.sis-order-received-polish .site-main,
body.woocommerce-order-received.sis-order-received-polish .content-bg,
body.woocommerce-order-received.sis-order-received-polish .single-entry,
body.woocommerce-order-received.sis-order-received-polish .entry-content-wrap {
  background: transparent;
  box-shadow: none;
}

body.woocommerce-order-received.sis-order-received-polish #inner-wrap {
  flex: 0 0 auto;
}

body.woocommerce-order-received.sis-order-received-polish #wrapper {
  min-height: 0;
}

body.woocommerce-order-received.sis-order-received-polish .entry-hero {
  border-bottom: 1px solid var(--sis-border-soft);
  background:
    radial-gradient(circle at 18% 0%, rgba(184, 155, 94, 0.12), transparent 34%),
    linear-gradient(180deg, #fffaf3 0%, #f7ede2 100%);
}

body.woocommerce-order-received.sis-order-received-polish .entry-hero .entry-title,
body.woocommerce-order-received.sis-order-received-polish .entry-hero .page-title {
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 640;
  letter-spacing: 0;
  color: var(--sis-color-ink-soft);
}

body.woocommerce-order-received.sis-order-received-polish #primary {
  margin-bottom: clamp(26px, 5vw, 58px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce {
  padding-top: clamp(18px, 3vw, 34px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order {
  gap: clamp(14px, 2vw, 20px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details,
body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  border-radius: 16px;
  border-color: rgba(85, 65, 52, 0.13);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 12px 28px rgba(58, 43, 31, 0.06), var(--sis-shadow-inset-soft);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--sis-color-ink-soft);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 680;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-notice::before,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-thankyou-order-received::before {
  flex: 0 0 auto;
  margin: 0;
  margin-top: 7px;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 253, 249, 0.96);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 16px 18px;
  background: transparent;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
  margin: 0;
  font-size: 14px;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step {
  border-color: rgba(184, 155, 94, 0.22);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 246, 232, 0.96) 100%);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details > p {
  display: none;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details ul {
  gap: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li.sis-order-bank-detail-row {
  grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 13px 0;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row__label {
  color: var(--sis-color-ink-muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row__value {
  min-width: 0;
  color: var(--sis-color-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy {
  width: 96px;
  min-height: 34px;
  border: 1px solid rgba(23, 17, 15, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--sis-color-ink-soft);
  box-shadow: var(--sis-shadow-xs);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy:hover,
body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy:focus-visible,
body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy.is-copied {
  border-color: var(--sis-border-accent);
  background: var(--sis-state-selected-bg);
  color: var(--sis-color-accent-deep);
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table th,
body.woocommerce-order-received.sis-order-received-polish table.shop_table td {
  padding-block: 12px;
}

body.woocommerce-order-received.sis-order-received-polish table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received.sis-order-received-polish table.shop_table tfoot tr:last-child td {
  color: var(--sis-color-ink);
  font-size: 16px;
  font-weight: 780;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  align-items: stretch;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details.sis-order-addresses--same {
  grid-template-columns: minmax(0, 1fr);
}

body.woocommerce-order-received.sis-order-received-polish address {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: var(--sis-color-ink-soft);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details .woocommerce-column {
  padding: 16px;
  border: 1px solid var(--sis-border-soft);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.52);
}

@media (max-width: 767px) {
  body.woocommerce-order-received.sis-order-received-polish .entry-hero .entry-title,
  body.woocommerce-order-received.sis-order-received-polish .entry-hero .page-title {
    font-size: clamp(27px, 8.4vw, 34px);
    line-height: 1.08;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce {
    padding-top: 12px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
    font-size: 14px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li.sis-order-bank-detail-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
  }

  body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row__label {
    grid-column: 1 / -1;
  }

  body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy {
    width: 92px;
  }
}

/* Module 6 Real Keyed Order Received Premium Fix v1.2 */
body.woocommerce-order-received.sis-order-received-polish #primary {
  margin-bottom: clamp(18px, 3.5vw, 36px);
}

body.woocommerce-order-received.sis-order-received-polish .entry-content-wrap {
  padding-bottom: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order {
  gap: clamp(14px, 2vw, 22px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li {
  min-width: 0;
  padding: clamp(14px, 2.2vw, 18px) clamp(15px, 2.4vw, 22px);
  border-right: 1px solid rgba(85, 65, 52, 0.1);
  border-bottom: 1px solid rgba(85, 65, 52, 0.1);
  color: var(--sis-color-ink-muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-child(2n) {
  border-right: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
  max-width: 100%;
  color: var(--sis-color-ink);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: none;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step {
  padding: clamp(17px, 2.5vw, 24px);
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-next-step p {
  max-width: 760px;
  font-size: 14px;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details {
  padding: clamp(16px, 2.8vw, 24px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details .sis-order-bacs-duplicate-instruction,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details > p {
  display: none !important;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-details-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li.sis-order-bank-detail-row,
body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.32fr) minmax(0, 1fr) minmax(142px, auto);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(85, 65, 52, 0.1);
  color: var(--sis-color-ink);
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row:first-child {
  border-top: 0;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row__label {
  min-width: 0;
  color: var(--sis-color-ink-muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row__value {
  min-width: 0;
  color: var(--sis-color-ink);
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy {
  position: relative;
  width: auto;
  min-width: 138px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(23, 17, 15, 0.15);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.95);
  color: var(--sis-color-ink-soft);
  box-shadow: var(--sis-shadow-xs);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
  white-space: nowrap;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy::after {
  content: attr(data-sis-feedback);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  min-width: 92px;
  padding: 5px 8px;
  border: 1px solid var(--sis-border-accent);
  border-radius: 999px;
  background: #fffaf2;
  color: var(--sis-color-accent-deep);
  box-shadow: var(--sis-shadow-xs);
  font-size: 10px;
  font-weight: 780;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translateX(-50%) translateY(2px);
  transition: opacity 140ms ease, transform 140ms ease;
}

body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy.is-copied::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details {
  padding: clamp(16px, 2.8vw, 26px);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table {
  border-spacing: 0;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table th,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(85, 65, 52, 0.1);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table .product-name,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table .product-total {
  color: var(--sis-color-ink);
  font-weight: 700;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table .product-total,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot td {
  text-align: right;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot th {
  color: var(--sis-color-ink-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot tr:last-child td {
  padding-top: 16px;
  color: var(--sis-color-ink);
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details {
  padding: clamp(16px, 2.8vw, 24px);
  gap: 14px;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details .woocommerce-column {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-customer-details address {
  padding: 14px 0 0;
  color: var(--sis-color-ink-soft);
  font-style: normal;
  line-height: 1.65;
}

body.woocommerce-order-received.sis-order-received-polish .woocommerce-column__title,
body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details__title {
  font-size: clamp(20px, 2vw, 25px);
}

body.woocommerce-order-received.sis-order-received-polish + .site-footer,
body.woocommerce-order-received.sis-order-received-polish .site-footer,
body.woocommerce-order-received.sis-order-received-polish .sis-footer-v2 {
  margin-top: 0;

}

@media (max-width: 767px) {
  body.woocommerce-order-received.sis-order-received-polish #primary {
    margin-bottom: 18px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-child(2n),
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-last-child(-n + 2) {
    display: grid;
    grid-template-columns: minmax(116px, 0.46fr) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(85, 65, 52, 0.1);
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:last-child {
    border-bottom: 0;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
    margin-top: 0;
    text-align: right;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-bacs-bank-details li.sis-order-bank-detail-row,
  body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-detail-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    align-items: start;
    min-height: 0;
    padding: 14px 0;
  }

  body.woocommerce-order-received.sis-order-received-polish .sis-order-bank-copy {
    justify-self: start;
    min-width: min(100%, 178px);
    min-height: 38px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table thead {
    display: none;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tbody,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tr,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table th,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table td {
    display: block;
    width: 100%;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tbody tr,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot tr {
    padding: 12px 0;
    border-bottom: 1px solid rgba(85, 65, 52, 0.1);
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tbody tr:last-child,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot tr:last-child {
    border-bottom: 0;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table th,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table td {
    padding: 0;
    border: 0;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table td + td,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot td {
    margin-top: 6px;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table .product-total,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-details table.shop_table tfoot td {
    text-align: left;
  }
}

@media (max-width: 380px) {
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li,
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-child(2n),
  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li:nth-last-child(-n + 2) {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    align-items: start;
  }

  body.woocommerce-order-received.sis-order-received-polish .woocommerce-order-overview li strong {
    text-align: left;
  }
}

/* Module 6 Desktop Checkout Target Correction v6.6 */
@media (min-width: 1025px) {
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping-fields
    .wc-block-components-address-card:not([data-sisellena-address-card-empty="true"]) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 18px;
    align-items: center;
    padding: 14px 16px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping-fields
    .wc-block-components-address-card:not([data-sisellena-address-card-empty="true"])
    address {
    min-width: 0;
    margin: 0;
    padding-right: 6px;
    line-height: 1.48;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping-fields
    .wc-block-components-address-card:not([data-sisellena-address-card-empty="true"])
    .wc-block-components-address-card__edit {
    justify-self: end;
    min-height: 34px;
    margin-left: 0;
    padding: 8px 14px !important;
    white-space: nowrap;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    .sis-speedex-help {
    margin-bottom: 8px;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    .sis-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    .sisellena-speedex-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    [class*="speedex-prototype"] {
    margin-top: 8px !important;
    margin-bottom: 6px !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    #sis-speedex-area-prototype,
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    .sis-speedex-prototype__select,
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    .sisellena-speedex-prototype__select,
  body.woocommerce-checkout.sis-checkout-final-polish
    #shipping.wc-block-components-address-form
    [class*="speedex-prototype__select"] {
    min-height: 58px !important;
    padding: 0 16px !important;
    line-height: 1.45 !important;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-components-sidebar-layout.is-large
    > .wc-block-components-sidebar,
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-components-sidebar-layout.is-large
    .wc-block-components-sidebar {
    top: 132px !important;
    margin-top: 0;
  }

  body.woocommerce-checkout.sis-checkout-final-polish .sis-payment-logo--iris {
    width: 164px !important;
    max-width: 164px !important;
    height: 46px !important;
    max-height: 46px !important;
    object-fit: contain;
    object-position: center right;
    transform: none;
    transform-origin: center right;
  }
}

/* Module 2 Mobile Product Card Quick Actions v1 - final cascade */
@keyframes sis-wishlist-premium-pulse {
  0% {
    transform: translateZ(0) scale(1);
    box-shadow:
      0 7px 16px rgba(24, 18, 14, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  42% {
    transform: translateZ(0) scale(1.055);
    box-shadow:
      0 9px 20px rgba(24, 18, 14, 0.18),
      0 0 0 5px rgba(184, 155, 94, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  100% {
    transform: translateZ(0) scale(1);
    box-shadow:
      0 7px 16px rgba(24, 18, 14, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}

/* Module 6 Cart Page Mobile-First Premium Polish v1 */
body.woocommerce-cart .wc-block-cart-items {
  overflow: visible;
}

body.woocommerce-cart .sis-cart-aov-progress {
  margin-bottom: clamp(14px, 3vw, 20px);
  border-color: rgba(148, 117, 66, 0.18);
  border-radius: 15px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 239, 0.92));
  box-shadow: 0 12px 28px rgba(58, 43, 31, 0.06);
}

body.woocommerce-cart .sis-cart-aov-suggestions {
  margin: clamp(14px, 3vw, 20px) 0 clamp(12px, 2vw, 16px);
  padding: clamp(15px, 2.5vw, 20px);
  border-color: rgba(148, 117, 66, 0.16);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 243, 0.9));
}

body.woocommerce-cart .sis-cart-aov-suggestions__header {
  margin-bottom: 13px;
}

body.woocommerce-cart .sis-cart-aov-suggestions__grid {
  gap: clamp(9px, 1.4vw, 13px);
}

body.woocommerce-cart .sis-cart-aov-product {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-cart .sis-cart-aov-product__media {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(148, 117, 66, 0.14);
  border-radius: 13px;
  background: #fffaf2;
  box-shadow: 0 10px 22px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .sis-cart-aov-product__image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

body.woocommerce-cart .sis-cart-aov-product__body {
  gap: 6px;
  padding: 9px 1px 0;
}

body.woocommerce-cart .sis-cart-aov-product__title {
  font-size: 12.5px;
  line-height: 1.3;
}

body.woocommerce-cart .sis-cart-aov-product__price {
  color: rgba(23, 17, 15, 0.72);
  font-size: 12px;
  font-weight: 760;
}

body.woocommerce-cart .sis-cart-aov-product__button.sis-catalog-action {
  width: 100%;
  min-height: 39px;
  margin-top: 2px;
  gap: 7px;
  border: 1px solid rgba(23, 17, 15, 0.12);
  border-radius: 999px;
  background: #17110f;
  color: #fff !important;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(23, 17, 15, 0.12);
}

body.woocommerce-cart .sis-cart-aov-product__button.sis-catalog-action svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.woocommerce-cart .sis-cart-aov-product__button--secondary.sis-catalog-action {
  border-color: rgba(148, 117, 66, 0.24);
  background: rgba(255, 250, 243, 0.94);
  color: rgba(23, 17, 15, 0.82) !important;
  box-shadow: 0 6px 14px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .sis-cart-aov-product__button.sis-catalog-action:hover,
body.woocommerce-cart .sis-cart-aov-product__button.sis-catalog-action:focus-visible {
  border-color: rgba(23, 17, 15, 0.24);
  background: #2a1f19;
  color: #fff;
  transform: translateY(-1px);
}

body.woocommerce-cart .sis-cart-aov-product__button[aria-disabled="true"] {
  cursor: progress;
  opacity: 0.72;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-coupon,
body.woocommerce-cart .wc-block-components-totals-coupon {
  margin: 2px 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 12px 14px !important;
  border: 1px solid rgba(148, 117, 66, 0.16);
  border-radius: 14px;
  background: rgba(255, 250, 243, 0.78);
  color: rgba(23, 17, 15, 0.76);
  text-align: left;
  box-shadow: none;
}

body.woocommerce-cart .sis-cart-coupon-toggle__copy {
  display: grid;
  gap: 2px;
}

body.woocommerce-cart .sis-cart-coupon-toggle__title {
  color: rgba(23, 17, 15, 0.78);
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.2;
}

body.woocommerce-cart .sis-cart-coupon-toggle__subtitle {
  color: rgba(23, 17, 15, 0.52);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.2;
}

body.woocommerce-cart .sis-cart-coupon-toggle__chevron {
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

body.woocommerce-cart .wc-block-components-panel__button[aria-expanded="true"] .sis-cart-coupon-toggle__chevron {
  transform: rotate(225deg);
}

body.woocommerce-cart .wc-block-components-totals-coupon__form.sis-cart-coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(148, 117, 66, 0.14);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.88);
}

body.woocommerce-cart .wc-block-components-totals-coupon__input input {
  min-height: 46px;
  border-radius: 12px;
  background: #fffdf8;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button {
  min-height: 46px;
  padding: 0 17px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button:disabled,
body.woocommerce-cart .wc-block-components-totals-coupon__button[aria-disabled="true"] {
  border-color: rgba(148, 117, 66, 0.14) !important;
  background: rgba(245, 237, 226, 0.8) !important;
  color: rgba(23, 17, 15, 0.42) !important;
  opacity: 1;
  box-shadow: none;
}

body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  margin-top: 6px;
  padding-top: 16px;
}

body.woocommerce-cart .wc-block-cart__submit-container {
  display: grid;
  gap: 10px;
}

body.woocommerce-cart .sis-cart-continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 11px 16px;
  border: 1px solid rgba(23, 17, 15, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: rgba(23, 17, 15, 0.76);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

body.woocommerce-cart .sis-cart-continue-shopping:hover,
body.woocommerce-cart .sis-cart-continue-shopping:focus-visible {
  border-color: rgba(148, 117, 66, 0.28);
  background: rgba(255, 250, 243, 0.96);
  color: #17110f;
}

@media (max-width: 767px) {
  body.woocommerce-cart .entry-content-wrap {
    padding-bottom: 22px;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    border-radius: 14px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions {
    padding: 14px 12px 13px;
  }

  body.woocommerce-cart .sis-cart-aov-product__media {
    border-radius: 12px;
  }

  body.woocommerce-cart .sis-cart-aov-product__button.sis-catalog-action {
    min-height: 38px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11.5px;
  }

  body.woocommerce-cart .wc-block-components-totals-coupon__form.sis-cart-coupon-form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.woocommerce-cart .wc-block-components-totals-coupon__button {
    width: 100%;
  }
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
[data-sis-header-wishlist-link].is-sis-wishlist-pulse,
.sis-header-wishlist.is-sis-wishlist-pulse {
  animation: sis-wishlist-premium-pulse 560ms cubic-bezier(0.22, 1, 0.36, 1);

}

body.woocommerce-shop ul.products li.product .sis-catalog-options,
body.post-type-archive-product ul.products li.product .sis-catalog-options,
body.tax-product_cat ul.products li.product .sis-catalog-options,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-options,
body.home .sis-home-featured-products .sis-catalog-options {
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  overscroll-behavior: contain;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-options {
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  overscroll-behavior: contain;

}

@media (prefers-reduced-motion: reduce) {
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-sis-wishlist-pulse,
[data-sis-header-wishlist-link].is-sis-wishlist-pulse,
.sis-header-wishlist.is-sis-wishlist-pulse {
    animation: none !important;

}
}

/* Module 6 Cart Final Polish v2 */
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-cart__sidebar {
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
}

body.woocommerce-cart .wc-block-cart-items {
  width: 100%;
}

body.woocommerce-cart .wc-block-cart-item__remove-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border: 1px solid rgba(148, 117, 66, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  color: rgba(23, 17, 15, 0.7);
  box-shadow: 0 7px 16px rgba(58, 43, 31, 0.06);
}

body.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 17px;
  height: 17px;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus-visible {
  border-color: rgba(148, 117, 66, 0.3);
  background: #fffdf8;
  color: #17110f;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid rgba(148, 117, 66, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 16px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
  font-weight: 720;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  border-radius: 999px;
  color: rgba(23, 17, 15, 0.82);
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover:not(:disabled),
body.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible {
  background: rgba(148, 117, 66, 0.11);
  color: #17110f;
}

body.woocommerce-cart .sis-cart-aov-suggestions {
  overflow: visible;
}

body.woocommerce-cart .sis-cart-aov-suggestions__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.woocommerce-cart .sis-cart-aov-product__media,
body.woocommerce-cart .sis-cart-aov-product__image {
  aspect-ratio: 4 / 5;
}

@media (min-width: 768px) {
  body.woocommerce-cart .wc-block-cart-items {
    display: block;
    padding: clamp(12px, 1.7vw, 18px) !important;
  }

  body.woocommerce-cart .wc-block-cart-items thead,
  body.woocommerce-cart .wc-block-cart-items tbody {
    display: block;
  }

  body.woocommerce-cart .wc-block-cart-items__header,
  body.woocommerce-cart .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) minmax(78px, 0.34fr) 132px minmax(78px, 0.32fr);
    gap: 0 clamp(12px, 1.5vw, 20px);
    align-items: center;
  }

  body.woocommerce-cart .wc-block-cart-items__header {
    min-height: 44px;
    padding: 0 clamp(10px, 1.5vw, 16px) 10px;
    border-bottom: 1px solid rgba(148, 117, 66, 0.16);
    color: rgba(23, 17, 15, 0.54);
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  body.woocommerce-cart .wc-block-cart-items__header th {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 !important;
    border: 0 !important;
    text-align: left;
  }

  body.woocommerce-cart .wc-block-cart-items__header th > span {
    display: none;
  }

  body.woocommerce-cart .wc-block-cart-items__header-image {
    grid-column: 1 / 3;
  }

  body.woocommerce-cart .wc-block-cart-items__header-product {
    grid-column: 3 / 5;
    display: grid !important;
    grid-template-columns: minmax(78px, 0.34fr) 132px;
    gap: clamp(12px, 1.5vw, 20px);
  }

  body.woocommerce-cart .wc-block-cart-items__header-total {
    grid-column: 5;
    justify-content: flex-end;
  }

  body.woocommerce-cart .wc-block-cart-items__header-image::after {
    content: "ΠΡΟΪΟΝ";
  }

  body.woocommerce-cart .wc-block-cart-items__header-product::before {
    content: "ΤΙΜΗ";
  }

  body.woocommerce-cart .wc-block-cart-items__header-product::after {
    content: "ΠΟΣΟΤΗΤΑ";
  }

  body.woocommerce-cart .wc-block-cart-items__header-total::after {
    content: "ΣΥΝΟΛΟ";
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    min-height: 134px;
    margin-top: 0;
    padding: clamp(16px, 1.9vw, 22px) clamp(10px, 1.5vw, 16px) !important;
    border-bottom: 1px solid rgba(148, 117, 66, 0.14) !important;
    border-radius: 0;
  }

  body.woocommerce-cart .wc-block-cart-items__row:last-child {
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__product,
  body.woocommerce-cart .wc-block-cart-item__total {
    display: block;
    width: auto;
    padding: 0 !important;
    border: 0 !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image {
    grid-column: 1;
    align-self: center;
  }

  body.woocommerce-cart .wc-block-cart-item__image img {
    width: 92px;
    height: 112px;
    object-fit: cover;
    border-radius: 13px;
  }

  body.woocommerce-cart .wc-block-cart-item__product {
    grid-column: 2 / 5;
    min-width: 0;
  }

  body.woocommerce-cart .wc-block-cart-item__wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(78px, 0.34fr) 132px;
    gap: 6px clamp(12px, 1.5vw, 20px);
    align-items: center;
  }

  body.woocommerce-cart .wc-block-components-product-name {
    grid-column: 1;
    align-self: end;
    font-size: clamp(14px, 1.05vw, 16px);
  }

  body.woocommerce-cart .wc-block-components-product-metadata {
    grid-column: 1;
    align-self: start;
    max-width: 48ch;
    margin-top: 2px;
    font-size: 12.5px;
    line-height: 1.4;
  }

  body.woocommerce-cart .wc-block-cart-item__prices {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    margin: 0;
    color: rgba(23, 17, 15, 0.72);
    font-size: 14px;
    font-weight: 720;
    white-space: nowrap;
  }

  body.woocommerce-cart .wc-block-cart-item__quantity {
    grid-column: 3;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  body.woocommerce-cart .wc-block-components-quantity-selector {
    width: 106px;
    min-height: 42px;
  }

  body.woocommerce-cart .wc-block-cart-item__total {
    grid-column: 5;
    align-self: center;
    color: #17110f;
    font-size: 14px;
    font-weight: 780;
    text-align: right;
    white-space: nowrap;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions {
    margin-top: clamp(16px, 2vw, 22px);
    padding: clamp(16px, 2vw, 22px);
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 16px);
  }

  body.woocommerce-cart .sis-cart-aov-product__title {
    font-size: 12.5px;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    gap: 14px;
    align-items: stretch;
  }

  body.woocommerce-cart .wc-block-cart__totals-title,
  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
    grid-column: 1;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block) {
    grid-column: 2;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block) .wc-block-components-totals-footer-item {
    min-height: 58px;
    padding: 12px 16px;
    border: 1px solid rgba(148, 117, 66, 0.18);
    border-radius: 14px;
    background:
      radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 54%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 239, 0.94));
    box-shadow: 0 10px 24px rgba(58, 43, 31, 0.06);
  }

  body.woocommerce-cart .wc-block-cart__submit-container {
    grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr);
    gap: 14px;
    align-items: center;
    padding-top: 14px;
    background: transparent !important;
  }

  body.woocommerce-cart .sis-cart-continue-shopping {
    order: 1;
    width: 100%;
    min-height: 52px;
  }

  body.woocommerce-cart .wc-block-cart__submit-button {
    order: 2;
    width: 100%;
    min-height: 52px;
  }
}

@media (min-width: 1024px) {
  body.woocommerce-cart .sis-cart-aov-suggestions__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .wc-block-cart-item__remove-link {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  body.woocommerce-cart .sis-cart-aov-suggestions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Module 6 Cart Micro Polish v3 */
body.woocommerce-cart .wc-block-components-quantity-selector {
  --sis-cart-control-size: 36px;
  --sis-cart-control-gap: 7px;
}
.sis-quick-cart__item-controls {
  --sis-cart-control-size: 36px;
  --sis-cart-control-gap: 7px;
}


body.woocommerce-cart .wc-block-components-quantity-selector {
  display: inline-grid !important;
  grid-template-columns: var(--sis-cart-control-size) minmax(30px, auto) var(--sis-cart-control-size);
  align-items: center;
  width: auto !important;
  min-width: calc((var(--sis-cart-control-size) * 2) + 34px + (var(--sis-cart-control-gap) * 2));
  min-height: var(--sis-cart-control-size) !important;
  gap: var(--sis-cart-control-gap);
  padding: 3px;
  border: 1px solid rgba(148, 117, 66, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .wc-block-components-quantity-selector__button {
  position: static !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--sis-cart-control-size) !important;
  min-width: var(--sis-cart-control-size) !important;
  height: var(--sis-cart-control-size) !important;
  min-height: var(--sis-cart-control-size) !important;
  padding: 0 !important;
  border: 1px solid rgba(148, 117, 66, 0.22) !important;
  border-radius: 999px;
  background: #fffdf8;
  color: rgba(23, 17, 15, 0.82);
  font-size: 16px;
  font-weight: 650;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(58, 43, 31, 0.055);
}

body.woocommerce-cart .wc-block-components-quantity-selector__button--minus {
  grid-column: 1;
  grid-row: 1;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button--plus {
  grid-column: 3;
  grid-row: 1;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input {
  grid-column: 2;
  grid-row: 1;
  width: 34px !important;
  min-width: 34px !important;
  height: var(--sis-cart-control-size) !important;
  min-height: var(--sis-cart-control-size) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #17110f;
  font-size: 14px;
  font-weight: 760;
  line-height: var(--sis-cart-control-size);
  text-align: center;
  box-shadow: none !important;
  appearance: textfield;
}

body.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
body.woocommerce-cart .wc-block-components-quantity-selector__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector__button:hover:not(:disabled),
body.woocommerce-cart .wc-block-components-quantity-selector__button:focus-visible {
  border-color: rgba(148, 117, 66, 0.34) !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7ec 100%) !important;
  color: #17110f !important;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.09);
}
.sis-quick-cart__qty-button:hover:not(:disabled),
.sis-quick-cart__qty-button:focus-visible {
  border-color: rgba(148, 117, 66, 0.34) !important;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7ec 100%) !important;
  color: #17110f !important;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.09);
}


body.woocommerce-cart .wc-block-components-quantity-selector__button:disabled {
  border-color: rgba(148, 117, 66, 0.12) !important;
  background: rgba(245, 237, 226, 0.66) !important;
  color: rgba(23, 17, 15, 0.36) !important;
  opacity: 1;
  box-shadow: none;
}
.sis-quick-cart__qty-button:disabled {
  border-color: rgba(148, 117, 66, 0.12) !important;
  background: rgba(245, 237, 226, 0.66) !important;
  color: rgba(23, 17, 15, 0.36) !important;
  opacity: 1;
  box-shadow: none;
}


.sis-quick-cart__item-controls {
  gap: var(--sis-cart-control-gap);
}

.sis-quick-cart__qty-button,
.sis-quick-cart__qty-value {
  width: var(--sis-cart-control-size);
  height: var(--sis-cart-control-size);
  min-width: var(--sis-cart-control-size);
  min-height: var(--sis-cart-control-size);
  border-radius: 999px;
}

.sis-quick-cart__qty-button {
  border: 1px solid rgba(148, 117, 66, 0.22) !important;
  background: #fffdf8;
  color: rgba(23, 17, 15, 0.82);
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 6px 14px rgba(58, 43, 31, 0.055);
}

.sis-quick-cart__qty-value {
  min-width: 34px;
  width: auto;
  padding: 0 5px;
  color: #17110f;
  font-size: 14px;
  font-weight: 760;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
.sis-quick-cart__remove {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0 !important;
  border: 1px solid rgba(148, 117, 66, 0.2) !important;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.96) !important;
  color: rgba(23, 17, 15, 0.74) !important;
  font-size: 0 !important;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.06);
}

body.woocommerce-cart .wc-block-cart-item__remove-link svg {
  width: 21px;
  height: 21px;
}

.sis-quick-cart__remove {
  margin-left: auto;
}

.sis-quick-cart__remove::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask:
    linear-gradient(#000 0 0) 7px 2px / 4px 2px no-repeat,
    linear-gradient(#000 0 0) 4px 5px / 10px 2px no-repeat,
    linear-gradient(#000 0 0) 5px 8px / 8px 8px no-repeat;
  mask:
    linear-gradient(#000 0 0) 7px 2px / 4px 2px no-repeat,
    linear-gradient(#000 0 0) 4px 5px / 10px 2px no-repeat,
    linear-gradient(#000 0 0) 5px 8px / 8px 8px no-repeat;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-cart-item__remove-link:focus-visible {
  border-color: rgba(148, 117, 66, 0.34) !important;
  background: #fffdf8 !important;
  color: #17110f !important;
  box-shadow: 0 10px 20px rgba(58, 43, 31, 0.09);
}
.sis-quick-cart__remove:hover,
.sis-quick-cart__remove:focus-visible {
  border-color: rgba(148, 117, 66, 0.34) !important;
  background: #fffdf8 !important;
  color: #17110f !important;
  box-shadow: 0 10px 20px rgba(58, 43, 31, 0.09);
}


body.woocommerce-cart .wc-block-cart__sidebar {
  border-color: rgba(148, 117, 66, 0.14);
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 249, 241, 0.9));
}

body.woocommerce-cart .wc-block-cart__totals-title {
  padding-bottom: 4px;
  color: rgba(23, 17, 15, 0.84);
  font-size: 15.5px;
  font-weight: 720;
}

body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  min-height: 50px;
  padding: 9px 12px !important;
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: none;
}

body.woocommerce-cart .sis-cart-coupon-toggle__title {
  font-size: 12.5px;
  font-weight: 690;
}

body.woocommerce-cart .sis-cart-coupon-toggle__subtitle {
  font-size: 11px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form.sis-cart-coupon-form {
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.76);
}

body.woocommerce-cart .wc-block-components-totals-coupon__input input {
  min-height: 40px;
  border-radius: 10px;
  font-size: 13px;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button {
  align-self: center;
  min-height: 36px !important;
  height: 36px !important;
  max-height: 36px;
  padding: 0 13px !important;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 680;
  box-shadow: none !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
body.woocommerce-cart .wc-block-components-totals-coupon__button:focus-visible {
  box-shadow: 0 8px 16px rgba(58, 43, 31, 0.08) !important;
  transform: translateY(-1px);
}

body.woocommerce-cart .wc-block-components-totals-coupon__button:disabled,
body.woocommerce-cart .wc-block-components-totals-coupon__button[aria-disabled="true"] {
  background: rgba(245, 237, 226, 0.66) !important;
}

@media (min-width: 768px) {
  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    grid-template-columns: minmax(0, 0.92fr) minmax(248px, 0.58fr);
    gap: 11px 14px;
    padding: 6px 0 0;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > .wc-block-components-totals-wrapper:not(.wp-block-woocommerce-cart-order-summary-coupon-form-block) .wc-block-components-totals-footer-item {
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 12px;
    background:
      radial-gradient(circle at 86% 0%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 50%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 249, 241, 0.88));
    box-shadow: 0 8px 18px rgba(58, 43, 31, 0.05);
  }

  body.woocommerce-cart .wc-block-cart__submit-container {
    grid-template-columns: minmax(210px, 0.58fr) minmax(300px, 0.92fr);
    gap: 12px;
    padding-top: 12px;
  }

  body.woocommerce-cart .sis-cart-continue-shopping,
  body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .sis-cart-aov-product:nth-child(n+5) {
    display: none;
  }

  body.woocommerce-cart .wc-block-components-quantity-selector {
    --sis-cart-control-size: 34px;
  }
.sis-quick-cart__item-controls {
    --sis-cart-control-size: 34px;
  }


  body.woocommerce-cart .wc-block-cart-item__remove-link {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }
.sis-quick-cart__remove {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }


  body.woocommerce-cart .wc-block-cart-item__remove-link svg {
    width: 20px;
    height: 20px;
  }


  body.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    min-height: 48px;
    padding: 9px 11px !important;
  }


  body.woocommerce-cart .wc-block-components-totals-coupon__form.sis-cart-coupon-form {
    padding: 9px;
  }


  body.woocommerce-cart .wc-block-components-totals-coupon__input input {
    min-height: 40px;
  }


  body.woocommerce-cart .wc-block-components-totals-coupon__button {
    justify-self: end;
    width: auto !important;
    min-width: 126px;
    min-height: 38px !important;
  }
}

/* Module 2 active wishlist interaction override */
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: rgba(255, 250, 245, 0.46) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #34261f 0%, #201713 100%) !important;
  color: #fffaf5 !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(255, 250, 245, 0.46) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #34261f 0%, #201713 100%) !important;
  color: #fffaf5 !important;

}
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(255, 250, 245, 0.46) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #34261f 0%, #201713 100%) !important;
  color: #fffaf5 !important;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(255, 250, 245, 0.46) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #34261f 0%, #201713 100%) !important;
  color: #fffaf5 !important;

}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active svg path,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg path,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg path,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg path,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active svg path,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg path,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active svg path,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active svg path,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"] svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-active svg,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist[aria-pressed="true"] svg,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-active svg path,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist[aria-pressed="true"] svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}

@media (max-width: 767px) {
body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action {
    box-shadow:
      0 7px 16px rgba(24, 18, 14, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    box-shadow:
      0 7px 16px rgba(24, 18, 14, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);

}

  body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
  body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
  body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
  body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
  body.tax-product_cat ul.products li.product .sis-catalog-action:active,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.home .sis-home-featured-products .sis-catalog-action:hover,
  body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
  body.home .sis-home-featured-products .sis-catalog-action:active,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active {
    box-shadow:
      0 8px 18px rgba(24, 18, 14, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
}

/* Module 2 Mobile Product Card Quick Actions v2 */
body.woocommerce-shop ul.products li.product:has(.sis-catalog-actions.is-options-open),
body.post-type-archive-product ul.products li.product:has(.sis-catalog-actions.is-options-open),
body.tax-product_cat ul.products li.product:has(.sis-catalog-actions.is-options-open),
body.search-results.post-type-archive-product ul.products li.product:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 60;
  overflow: visible;

}
body.home .sis-home-featured-products .wp-block-post:has(.sis-catalog-actions.is-options-open),
body.home .sis-home-featured-products .wc-block-product:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 60;
  overflow: visible;

}
body.sis-wishlist-page-view .sis-wishlist-item:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 60;
  overflow: visible;

}

body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open,
body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open,
body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open,
body.home .sis-home-featured-products .sis-catalog-actions.is-options-open {
  z-index: 80;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions.is-options-open {
  z-index: 80;

}

body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-options,
body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-options,
body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-options,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-options,
body.home .sis-home-featured-products .sis-catalog-actions.is-options-open .sis-catalog-options {
  z-index: 90;
  box-shadow:
    0 18px 42px rgba(23, 17, 15, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.84) inset;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-actions.is-options-open .sis-catalog-options {
  z-index: 90;
  box-shadow:
    0 18px 42px rgba(23, 17, 15, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.84) inset;

}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"],
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist.is-active,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist[aria-pressed="true"],
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: rgba(184, 155, 94, 0.48) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fffdf9 0%, #fff6ec 100%) !important;
  color: #604632 !important;
  box-shadow:
    0 5px 12px rgba(48, 35, 25, 0.12),
    0 0 0 2px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}

@media (max-width: 767px) {
body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action {
    box-shadow:
      0 3px 8px rgba(24, 18, 14, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);

}
body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action {
    box-shadow:
      0 3px 8px rgba(24, 18, 14, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);

}

  body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
  body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
  body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
  body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
  body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
  body.tax-product_cat ul.products li.product .sis-catalog-action:active,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
  body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
  body.home .sis-home-featured-products .sis-catalog-action:hover,
  body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
  body.home .sis-home-featured-products .sis-catalog-action:active,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:hover,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:focus-visible,
  body.sis-wishlist-page-view .sis-wishlist-item__actions .sis-catalog-action:active {
    box-shadow:
      0 4px 9px rgba(24, 18, 14, 0.15),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
  body.home .sis-home-featured-products .wc-block-components-product-image {
    aspect-ratio: 3 / 4;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image a,
  body.home .sis-home-featured-products .wc-block-components-product-image a {
    display: block;
    width: 100%;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
  body.home .sis-home-featured-products .wc-block-components-product-image img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1025px) {
  body.home .sis-home-featured-products .wc-block-product-template,
  body.home .sis-home-featured-products .wp-block-post-template {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
  body.home .sis-home-featured-products .wc-block-components-product-image {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: visible;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a,
  body.home .sis-home-featured-products .wc-block-components-product-image > a {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
  body.home .sis-home-featured-products .wc-block-components-product-image img {
    width: 100%;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.home .sis-home-featured-products .sis-catalog-actions {
    bottom: 8px;
  }

  body.home .sis-home-featured-products .sis-catalog-action {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
  }
}
/* Module 6 Cart Recommendations Quick Buttons Consistency v4 */
body.woocommerce-cart .sis-cart-aov-product {
  overflow: visible;
}

body.woocommerce-cart .sis-cart-aov-product__media {
  position: relative;
  display: block;
  overflow: visible;
}

body.woocommerce-cart .sis-cart-aov-product__image-link {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 14px;
  background: #fffaf2;
}

body.woocommerce-cart .sis-cart-aov-product__image-link:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.44);
  outline-offset: 3px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 6;
  min-height: 0;
  margin: 0;
  pointer-events: none;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions.is-options-open {
  z-index: 60;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions [hidden] {
  display: none !important;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions__rail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 39px;
  min-width: 39px;
  max-width: 39px;
  height: 39px;
  min-height: 39px;
  max-height: 39px;
  padding: 0 !important;
  border: 1px solid rgba(255, 250, 245, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 56%),
    linear-gradient(180deg, #372820 0%, #211713 100%) !important;
  color: #fffaf5 !important;
  box-shadow:
    0 10px 22px rgba(24, 18, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-decoration: none !important;
  cursor: pointer;
  pointer-events: auto;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 180ms ease,
    transform 160ms ease;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action:hover,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action:focus-visible {
  border-color: rgba(184, 155, 94, 0.52);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #3f2f27 0%, #251a15 100%) !important;
  color: #fffaf5 !important;
  box-shadow:
    0 14px 30px rgba(24, 18, 14, 0.24),
    0 0 0 3px rgba(184, 155, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  outline: none;
  transform: translateY(-1px);
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist svg {
  width: 15px;
  height: 15px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--disabled,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action:disabled {
  border-color: rgba(255, 250, 245, 0.16);
  background: rgba(33, 23, 18, 0.62) !important;
  color: rgba(255, 250, 245, 0.58) !important;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist.is-active,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist[aria-pressed="true"],
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: rgba(184, 155, 94, 0.48) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fffdf9 0%, #fff6ec 100%) !important;
  color: #604632 !important;
  box-shadow:
    0 5px 12px rgba(48, 35, 25, 0.12),
    0 0 0 2px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions__message {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 64;
  max-width: min(226px, 100%);
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: 12px;
  background: rgba(255, 250, 245, 0.95);
  color: #5d4132;
  box-shadow: 0 12px 28px rgba(24, 18, 14, 0.14);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions__message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 62;
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(83, 62, 48, 0.12);
  border-radius: 16px;
  background: rgba(255, 251, 246, 0.98);
  box-shadow:
    0 18px 42px rgba(23, 17, 15, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.84) inset;
  pointer-events: auto;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__sheet {
  padding: 12px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__eyebrow,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__label,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__message {
  margin: 0;
  color: rgba(24, 20, 17, 0.68);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__title {
  margin: 2px 0 0;
  color: #181411;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.25;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__close {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(85, 65, 52, 0.12);
  border-radius: 999px;
  background: #fffaf4;
  color: #2f241d;
  cursor: pointer;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__add {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 8px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.96);
  color: #241b16;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice:hover,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice:focus-visible,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice.is-selected {
  border-color: rgba(24, 20, 17, 0.72);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__add {
  width: 100%;
  margin-top: 9px;
  border-color: rgba(23, 17, 15, 0.88);
  background: #181411;
  color: #fffaf4;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__message {
  min-height: 15px;
  margin-top: 7px;
  color: #7a4d45;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice::before,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__choice::after,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__add::before,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-options__add::after {
  content: none !important;
  display: none !important;
}

/* Module 2B - Product Page v2 Phase 1A */
body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 7px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb a {
  display: inline-flex;
  align-items: center;
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb,
body.single-product.sis-product-page-v2 .woocommerce-breadcrumb span {
  word-break: normal;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatch {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.94);
  color: var(--sis-pdp-ink, #181411);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.045);
}

body.single-product.sis-product-page-v2 .sis-pdp-swatch:hover,
body.single-product.sis-product-page-v2 .sis-pdp-swatch:focus-visible,
body.single-product.sis-product-page-v2 .sis-pdp-swatch.is-selected {
  border-color: rgba(24, 20, 17, 0.72);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16), 0 10px 22px rgba(58, 43, 31, 0.08);
}

body.single-product.sis-product-page-v2 .sis-pdp-swatch.is-selected {
  background: #fffaf4;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatch:disabled,
body.single-product.sis-product-page-v2 .sis-pdp-swatch[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatch__chip {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image a,
body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .flex-viewport {
  aspect-ratio: 4 / 5;
  max-height: clamp(500px, 54vw, 700px);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a,
body.single-product.sis-product-page-v2 div.product .flex-viewport {
  overflow: hidden;
}

body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
  display: none;
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image a,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .flex-viewport {
    max-height: min(62vh, 460px);
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
    position: fixed;
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    z-index: 760;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(85, 65, 52, 0.16);
    border-radius: 18px;
    background: rgba(255, 251, 246, 0.98);
    box-shadow:
      0 18px 42px rgba(23, 17, 15, 0.18),
      0 1px 0 rgba(255, 255, 255, 0.82) inset;
    transform: translateY(calc(100% + 24px));
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  body.single-product.sis-product-page-v2.sis-pdp-sticky-purchase-visible {
    padding-bottom: 84px;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__title,
  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__price {
    margin: 0;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__title {
    display: -webkit-box;
    overflow: hidden;
    color: #181411;
    font-size: 12.5px;
    font-weight: 760;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__price {
    margin-top: 2px;
    color: rgba(24, 20, 17, 0.68);
    font-size: 12px;
    font-weight: 720;
    line-height: 1.2;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__button {
    appearance: none;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(24, 20, 17, 0.92);
    border-radius: 999px;
    background: #181411;
    color: #fffaf5;
    font-size: 12.5px;
    font-weight: 780;
    line-height: 1.1;
    white-space: nowrap;
    cursor: pointer;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase__button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.2);
  }
}

@media (max-width: 380px) {
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image a,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .flex-viewport {
    max-height: min(60vh, 420px);
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
    grid-template-columns: minmax(0, 1fr) minmax(112px, auto);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
    transition: none;
  }
}

/* Module 2C Phase 1: shop/category archive foundation */
body.sis-product-archive-v2 {
  --sis-archive-ink: #181411;
  --sis-archive-muted: rgba(48, 39, 32, 0.66);
  --sis-archive-soft: rgba(184, 155, 94, 0.16);
  --sis-archive-line: rgba(96, 73, 54, 0.14);
  --sis-archive-paper: rgba(255, 251, 246, 0.72);
  --sis-archive-paper-strong: rgba(255, 250, 243, 0.9);
  --sis-archive-shadow: 0 18px 44px rgba(36, 27, 21, 0.08);
}

body.sis-product-archive-v2 .content-area {
  margin-top: clamp(18px, 3vw, 42px);
}

body.sis-product-archive-v2 .content-container.site-container {
  max-width: min(100% - 36px, 1320px);
}

body.sis-product-archive-v2 .sis-archive-breadcrumb {
  width: 100%;
  margin: 0 0 clamp(14px, 1.8vw, 22px);
  color: var(--sis-archive-muted);
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.35;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__item + .sis-archive-breadcrumb__item::before {
  content: ">";
  margin: 0 6px 0 1px;
  color: rgba(48, 39, 32, 0.35);
  font-weight: 500;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__link {
  color: rgba(48, 39, 32, 0.72);
  text-decoration: none;
  text-underline-offset: 0.18em;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__link:hover,
body.sis-product-archive-v2 .sis-archive-breadcrumb__link:focus-visible {
  color: var(--sis-archive-ink);
  text-decoration: underline;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb__current {
  overflow: hidden;
  max-width: min(44vw, 340px);
  color: var(--sis-archive-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sis-product-archive-v2 .woocommerce-products-header {
  position: relative;
  margin: 0 0 clamp(18px, 2.8vw, 34px);
  padding: clamp(4px, 1vw, 10px) 0 clamp(20px, 2.8vw, 34px);
}

body.sis-product-archive-v2 .woocommerce-products-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 155, 94, 0.32), rgba(96, 73, 54, 0.08), transparent);
  content: "";
}

body.sis-product-archive-v2 .woocommerce-products-header__title,
body.sis-product-archive-v2 .page-title,
body.sis-product-archive-v2 .entry-title {
  max-width: 820px;
  margin: 0;
  color: var(--sis-archive-ink);
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

body.sis-product-archive-v2 .term-description,
body.sis-product-archive-v2 .woocommerce-products-header .page-description {
  max-width: 760px;
  margin-top: clamp(12px, 1.7vw, 18px);
  color: var(--sis-archive-muted);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.72;
}

body.sis-product-archive-v2 .term-description > :last-child,
body.sis-product-archive-v2 .woocommerce-products-header .page-description > :last-child {
  margin-bottom: 0;
}

body.sis-product-archive-v2 .sis-catalog-trust-strip {
  margin-top: clamp(16px, 2vw, 24px);
}

body.sis-product-archive-v2 .kadence-shop-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  padding: 10px 12px;
  border: 1px solid var(--sis-archive-line);
  border-radius: 16px;
  background: var(--sis-archive-paper);
  box-shadow: 0 10px 28px rgba(32, 24, 18, 0.045);
}

body.sis-product-archive-v2 .woocommerce-result-count {
  margin: 0;
  color: rgba(48, 39, 32, 0.58);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.3;
}

body.sis-product-archive-v2 .woocommerce-ordering {
  margin: 0;
}

body.sis-product-archive-v2 .woocommerce-ordering select,
body.sis-product-archive-v2 select.orderby {
  min-height: 42px;
  max-width: min(100%, 260px);
  padding: 9px 38px 9px 14px;
  border: 1px solid rgba(96, 73, 54, 0.16);
  border-radius: 999px;
  background-color: rgba(255, 253, 249, 0.96);
  color: var(--sis-archive-ink);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

body.sis-product-archive-v2 .woocommerce-ordering select:focus,
body.sis-product-archive-v2 select.orderby:focus {
  border-color: rgba(184, 155, 94, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16);
}

body.sis-product-archive-v2 ul.products.product-archive {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 34px) clamp(14px, 1.6vw, 20px);
  align-items: start;
  margin-bottom: clamp(34px, 5vw, 70px);
}

body.sis-product-archive-v2 ul.products.product-archive::before,
body.sis-product-archive-v2 ul.products.product-archive::after {
  display: none;
}

body.sis-product-archive-v2 ul.products.product-archive li.product {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(9px, 0.9vw, 13px) clamp(9px, 0.9vw, 12px) 16px;
  border: 1px solid rgba(96, 73, 54, 0.11);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.78);
  box-shadow: var(--sis-archive-shadow);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.sis-product-archive-v2 ul.products.product-archive li.product:hover {
  border-color: rgba(184, 155, 94, 0.28);
  box-shadow: 0 22px 54px rgba(36, 27, 21, 0.105);
  transform: translateY(-2px);
}

body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .kadence-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .product-details.entry-content-wrap,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__link img {
  min-width: 0;
}

body.sis-product-archive-v2 ul.products.product-archive li.product img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  object-position: center 45%;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__title {
  min-height: 2.62em;
  margin-top: 12px;
  color: var(--sis-archive-ink);
  font-size: clamp(13.2px, 0.95vw, 15px);
  font-weight: 760;
  line-height: 1.31;
  letter-spacing: 0;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .price {
  display: block;
  min-height: 1.4em;
  margin-top: 6px;
  color: rgba(24, 20, 17, 0.78);
  font-size: clamp(13px, 0.9vw, 14.5px);
  font-weight: 760;
  line-height: 1.35;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .price del {
  color: rgba(48, 39, 32, 0.42);
  font-weight: 600;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .price ins {
  color: var(--sis-archive-ink);
  font-weight: 800;
  text-decoration: none;
}

body.sis-product-archive-v2 .sis-catalog-actions {
  margin: 0 auto 10px;
}

body.sis-product-archive-v2 .sis-catalog-action {
  box-shadow: 0 10px 24px rgba(24, 20, 17, 0.08);
}

body.sis-product-archive-v2 .sis-catalog-options {
  border-color: rgba(96, 73, 54, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 20px 46px rgba(24, 20, 17, 0.13);
}

body.sis-product-archive-v2-low-count ul.products.product-archive {
  max-width: min(100%, 1120px);
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 260px));
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

body.sis-product-archive-v2-count-4 ul.products.product-archive {
  max-width: min(100%, 1180px);
  grid-template-columns: repeat(4, minmax(0, 260px));
}

@media (max-width: 1099px) {
  body.sis-product-archive-v2 ul.products.product-archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.sis-product-archive-v2 .content-area {
    margin-top: 14px;
  }

  body.sis-product-archive-v2 .content-container.site-container {
    max-width: min(100% - 24px, 1320px);
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb {
    margin-bottom: 10px;
    font-size: 11.5px;
    line-height: 1.25;
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb__list {
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 3px;
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb__item {
    flex: 0 1 auto;
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb__item:first-child {
    flex: 0 0 auto;
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb__link,
  body.sis-product-archive-v2 .sis-archive-breadcrumb__current {
    overflow: hidden;
    max-width: 32vw;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.sis-product-archive-v2 .woocommerce-products-header {
    margin-bottom: 14px;
    padding-bottom: 16px;
  }

  body.sis-product-archive-v2 .woocommerce-products-header__title,
  body.sis-product-archive-v2 .page-title,
  body.sis-product-archive-v2 .entry-title {
    font-size: clamp(29px, 8.4vw, 36px);
    line-height: 1.02;
  }

  body.sis-product-archive-v2 .term-description,
  body.sis-product-archive-v2 .woocommerce-products-header .page-description {
    margin-top: 10px;
    font-size: 13.4px;
    line-height: 1.58;
  }

  body.sis-product-archive-v2 .sis-catalog-trust-strip {
    margin-top: 12px;
  }

  body.sis-product-archive-v2 .kadence-shop-top-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 15px;
    padding: 9px;
    border-radius: 14px;
  }

  body.sis-product-archive-v2 .woocommerce-result-count {
    font-size: 11.8px;
  }

  body.sis-product-archive-v2 .woocommerce-ordering,
  body.sis-product-archive-v2 .woocommerce-ordering select,
  body.sis-product-archive-v2 select.orderby {
    width: 100%;
    max-width: none;
  }

  body.sis-product-archive-v2 .woocommerce-ordering select,
  body.sis-product-archive-v2 select.orderby {
    min-height: 40px;
    font-size: 12.2px;
  }

  body.sis-product-archive-v2 ul.products.product-archive,
  body.sis-product-archive-v2-low-count ul.products.product-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
    margin-bottom: 36px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product {
    padding: 8px 8px 13px;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(36, 27, 21, 0.075);
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product:hover {
    transform: none;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product img {
    border-radius: 12px;
  }

  body.sis-product-archive-v2 .sis-catalog-actions {
    margin-bottom: 8px;
  }

  body.sis-product-archive-v2 .sis-catalog-action {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__title {
    min-height: 2.76em;
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.38;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .price {
    margin-top: 5px;
    font-size: 12.6px;
  }
}

@media (max-width: 374px) {
  body.sis-product-archive-v2 .content-container.site-container {
    max-width: min(100% - 20px, 1320px);
  }

  body.sis-product-archive-v2 ul.products.product-archive,
  body.sis-product-archive-v2-low-count ul.products.product-archive {
    gap: 16px 8px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product {
    padding: 7px 7px 12px;
  }

  body.sis-product-archive-v2 .sis-catalog-action {
    width: 34px;
    height: 34px;
    min-height: 34px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__title {
    font-size: 12.25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sis-product-archive-v2 ul.products.product-archive li.product {
    transition: none;
  }
}

/* Module 2C Phase 1B: archive visual hotfix */
body.sis-product-archive-v2 .sis-catalog-trust-strip {
  display: none;
}

body.sis-product-archive-v2 .sis-archive-breadcrumb {
  position: relative;
  z-index: 1;
  display: block;
  clear: both;
  margin-bottom: clamp(12px, 1.5vw, 18px);
}

body.sis-product-archive-v2 .woocommerce-products-header {
  position: relative;
  z-index: 0;
  clear: both;
  margin-bottom: clamp(16px, 2.2vw, 28px);
  padding-bottom: clamp(16px, 2.2vw, 26px);
}

body.sis-product-archive-v2 .term-description,
body.sis-product-archive-v2 .woocommerce-products-header .page-description {
  position: relative;
  z-index: 0;
  max-width: min(760px, 100%);
  margin: clamp(10px, 1.4vw, 16px) 0 0;
  color: rgba(48, 39, 32, 0.68);
}

body.sis-product-archive-v2 .kadence-shop-top-row {
  display: grid;
  grid-template-columns: minmax(74px, auto) minmax(0, 1fr) minmax(170px, auto);
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  margin: 0 0 clamp(20px, 2.8vw, 34px);
  padding: 12px 0;
  border: 0;
  border-top: 1px solid rgba(96, 73, 54, 0.12);
  border-bottom: 1px solid rgba(96, 73, 54, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.sis-product-archive-v2 .kadence-shop-top-item {
  min-width: 0;
}

body.sis-product-archive-v2 .kadence-woo-toggle {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

body.sis-product-archive-v2 .kadence-woo-results-count {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  text-align: center;
}

body.sis-product-archive-v2 .kadence-woo-ordering {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

body.sis-product-archive-v2 .woocommerce-result-count {
  color: rgba(48, 39, 32, 0.58);
  font-size: 12.4px;
  font-weight: 680;
}

body.sis-product-archive-v2 .woocommerce-result-count:not(.sis-archive-result-count) {
  display: none;
}

body.sis-product-archive-v2 .kadence-product-toggle-container {
  display: inline-flex;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.sis-product-archive-v2 .kadence-toggle-shop-layout {
  display: inline-grid;
  width: 44px;
  height: 44px;
  min-height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(96, 73, 54, 0.16);
  border-radius: 10px;
  background: rgba(255, 253, 249, 0.54);
  color: rgba(48, 39, 32, 0.52);
  box-shadow: none;
}

body.sis-product-archive-v2 .kadence-toggle-shop-layout.toggle-active,
body.sis-product-archive-v2 .kadence-toggle-shop-layout.sis-archive-view-toggle-active,
body.sis-product-archive-v2 .kadence-toggle-shop-layout:hover,
body.sis-product-archive-v2 .kadence-toggle-shop-layout:focus-visible {
  border-color: rgba(184, 155, 94, 0.36);
  background: rgba(184, 155, 94, 0.1);
  color: #181411;
}

body.sis-product-archive-v2 .kadence-toggle-shop-layout svg {
  width: 16px;
  height: 16px;
}

body.sis-product-archive-v2 .woocommerce-ordering select,
body.sis-product-archive-v2 select.orderby {
  min-height: 44px;
  width: 178px;
  max-width: 178px;
  padding: 7px 32px 7px 12px;
  border-color: rgba(96, 73, 54, 0.16);
  border-radius: 12px;
  background-color: rgba(255, 253, 249, 0.72);
  color: #181411;
  font-size: 12.2px;
  font-weight: 720;
}

body.sis-product-archive-v2 ul.products.product-archive {
  gap: clamp(26px, 2.8vw, 38px) clamp(18px, 2.2vw, 30px);
}

body.sis-product-archive-v2 ul.products.product-archive li.product {
  padding: 0 0 8px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: none;
}

body.sis-product-archive-v2 ul.products.product-archive li.product:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

body.sis-product-archive-v2 ul.products.product-archive li.product img {
  border-radius: 13px;
  box-shadow: 0 18px 44px rgba(36, 27, 21, 0.08);
}

body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__title {
  min-height: 0;
  margin-top: 10px;
  font-size: clamp(13px, 0.9vw, 14.4px);
  line-height: 1.28;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .price {
  min-height: 0;
  margin-top: 4px;
  color: rgba(24, 20, 17, 0.74);
}

body.sis-product-archive-v2 ul.products.product-archive li.product .product-excerpt,
body.sis-product-archive-v2 ul.products.product-archive li.product .loop-product-excerpt,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-product-details__short-description {
  display: none;
}

@media (max-width: 767px) {
  body.sis-product-archive-v2 .sis-archive-breadcrumb {
    margin-bottom: 9px;
  }

  body.sis-product-archive-v2 .woocommerce-products-header {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }

  body.sis-product-archive-v2 .term-description,
  body.sis-product-archive-v2 .woocommerce-products-header .page-description {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }

  body.sis-product-archive-v2 .kadence-shop-top-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 10px;
    margin-bottom: 16px;
    padding: 10px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.sis-product-archive-v2 .kadence-woo-ordering {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
  }

  body.sis-product-archive-v2 .kadence-woo-toggle {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    justify-self: end;
  }

  body.sis-product-archive-v2 .kadence-woo-results-count {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    text-align: left;
  }

  body.sis-product-archive-v2 .kadence-product-toggle-container {
    display: inline-flex !important;
  }

  body.sis-product-archive-v2 .woocommerce-ordering select,
  body.sis-product-archive-v2 select.orderby {
    width: 100%;
    max-width: none;
    min-height: 44px;
    border-radius: 12px;
    font-size: 12px;
  }

  body.sis-product-archive-v2 .kadence-toggle-shop-layout {
    width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 10px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product {
    padding: 0 0 8px;
    border-radius: 13px;
    box-shadow: none;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product img {
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(36, 27, 21, 0.075);
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-product__title {
    min-height: 0;
    margin-top: 8px;
    font-size: 12.45px;
    line-height: 1.32;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .price {
    margin-top: 4px;
    font-size: 12.3px;
  }
}

@media (max-width: 374px) {
  body.sis-product-archive-v2 .woocommerce-ordering select,
  body.sis-product-archive-v2 select.orderby {
    font-size: 11.8px;
  }

  body.sis-product-archive-v2 .kadence-toggle-shop-layout {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-hero-container-inner {
  height: auto !important;
  min-height: 0 !important;
  padding-top: clamp(30px, 3.4vw, 46px);
  padding-bottom: clamp(24px, 3vw, 40px);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(249, 243, 235, 0.62));
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .hero-container {
  position: static;
  height: auto !important;
  min-height: 0 !important;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-header {
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: clamp(9px, 1.2vw, 14px);
  height: auto !important;
  min-height: 0 !important;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-title {
  position: static;
  margin: 0;
  color: #181411;
  line-height: 1.06;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(48, 39, 32, 0.68);
  font-size: 14.2px;
  line-height: 1.62;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description p {
  margin: 0 0 0.72em;
}

body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-hero-container-inner {
    padding-top: 22px;
    padding-bottom: 18px;
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-header {
    gap: 8px;
    max-width: none;
    text-align: left;
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-title {
    font-size: clamp(27px, 8vw, 34px);
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description {
    max-width: none;
    font-size: 13px;
    line-height: 1.5;
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description p {
    margin-bottom: 0.58em;
  }
}

/* Module 2B Hotfix 3 - unified variation selectors */
body.single-product.sis-product-page-v2 form.variations_form.sis-variation-ui-active table.variations select {
  position: absolute;
  width: 1px;
  min-width: 0;
  height: 1px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

body.single-product.sis-product-page-v2 .sis-variation-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.sis-product-archive-v2 ul.products li.product .sis-variation-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatches.sis-variation-selector {
  margin: 8px 0 12px;
}

body.single-product.sis-product-page-v2 .sis-variation-option {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(85, 65, 52, 0.18);
  background: rgba(255, 253, 249, 0.96);
  color: #181411;
  font-weight: 760;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.045);

}
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(85, 65, 52, 0.18);
  background: rgba(255, 253, 249, 0.96);
  color: #181411;
  font-weight: 760;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(58, 43, 31, 0.045);

}

body.single-product.sis-product-page-v2 .sis-variation-option {
  min-height: 40px;
  padding: 7px 12px 7px 8px;
  border-radius: 999px;
  font-size: 12.5px;
}

body.single-product.sis-product-page-v2 .sis-variation-option--size {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 999px;
  font-size: 12.8px;
  font-variant-numeric: tabular-nums;

}
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option--size {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border-radius: 999px;
  font-size: 12.8px;
  font-variant-numeric: tabular-nums;

}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option--size {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  font-size: 12px;
}

body.single-product.sis-product-page-v2 .sis-variation-option__swatch,
body.single-product.sis-product-page-v2 .sis-pdp-swatch__chip {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;

}
body.sis-product-archive-v2 ul.products li.product .sis-variation-option__swatch {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border: 1px solid rgba(24, 20, 17, 0.16);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;

}

body.sis-product-archive-v2 ul.products li.product .sis-variation-option__swatch {
  width: 17px;
  min-width: 17px;
  height: 17px;
}

body.single-product.sis-product-page-v2 .sis-variation-option:hover,
body.single-product.sis-product-page-v2 .sis-variation-option:focus-visible,
body.single-product.sis-product-page-v2 .sis-variation-option.is-selected,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-pressed="true"],
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option:hover,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option:focus-visible,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option.is-selected,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option[aria-pressed="true"] {
  border-color: rgba(24, 20, 17, 0.72) !important;
  background: #fffaf4 !important;
  color: #181411 !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.16), 0 10px 22px rgba(58, 43, 31, 0.08);

}

body.single-product.sis-product-page-v2 .sis-variation-option.is-selected,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-pressed="true"],
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option.is-selected,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option[aria-pressed="true"] {
  border-color: #2c231d !important;
  background: #2c231d !important;
  color: #fffaf4 !important;

}

body.single-product.sis-product-page-v2 .sis-variation-option.is-selected .sis-variation-option__swatch,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-pressed="true"] .sis-variation-option__swatch,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option.is-selected .sis-variation-option__swatch,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option[aria-pressed="true"] .sis-variation-option__swatch {
  border-color: rgba(255, 250, 244, 0.74);

}

body.single-product.sis-product-page-v2 .sis-variation-option:disabled,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-disabled="true"],
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option:disabled,
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option[aria-disabled="true"] {
  border-color: rgba(85, 65, 52, 0.12) !important;
  background: rgba(255, 250, 244, 0.72) !important;
  color: rgba(44, 35, 29, 0.48) !important;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none !important;
  transform: none;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group:last-of-type {
  margin-bottom: 8px;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group-label {
  margin: 0;
  color: rgba(48, 39, 32, 0.72);
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choices {
  gap: 7px;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option {
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11.5px;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__label {
  margin-bottom: 10px;
}

body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__add:disabled {
  border-color: rgba(85, 65, 52, 0.13) !important;
  background: rgba(244, 236, 227, 0.92) !important;
  color: rgba(48, 39, 32, 0.54) !important;
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .sis-variation-selector,
  body.sis-product-archive-v2 ul.products li.product .sis-variation-selector {
    gap: 7px;
  }

  body.single-product.sis-product-page-v2 .sis-variation-option {
    min-height: 38px;
    padding: 7px 11px 7px 8px;
    font-size: 12px;

}

  body.single-product.sis-product-page-v2 .sis-variation-option--size {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;

}


  body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__sheet {
    padding: 11px;
  }


  body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option {
    min-height: 33px;
    padding: 7px 9px;
  }


  body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__choice.sis-variation-option--size {
    width: 33px;
    min-width: 33px;
    height: 33px;
    min-height: 33px;
    padding: 0;
  }
}

/* Module 2B/2C follow-up: variation spacing and mobile archive controls */
body.single-product.sis-product-page-v2 .entry-summary .product_title,
body.single-product.sis-product-page-v2 div.product .product_title {
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

body.single-product.sis-product-page-v2 form.variations_form table.variations th.label,
body.single-product.sis-product-page-v2 form.variations_form table.variations th.label label {
  color: rgba(48, 39, 32, 0.76);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;

}
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group-label {
  color: rgba(48, 39, 32, 0.76);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.25;

}

body.single-product.sis-product-page-v2 .related.products > h2,
body.single-product.sis-product-page-v2 .upsells.products > h2,
body.single-product.sis-product-page-v2 .woocommerce-tabs .panel > h2,
body.single-product.sis-product-page-v2 .sis-pdp-reassurance__title {
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;

}
body.sis-product-archive-v2 .woocommerce-products-header__title,
body.sis-product-archive-v2 .page-title,
body.sis-product-archive-v2 .entry-title,
body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-title {
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;

}

body.single-product.sis-product-page-v2 .sis-variation-selector--size:is(.sis-variation-selector--count-1, .sis-variation-selector--count-2, .sis-variation-selector--count-3, .sis-variation-selector--count-4, .sis-variation-selector--count-5) {
  flex-wrap: nowrap;
}

body.single-product.sis-product-page-v2 .sis-variation-selector--size .sis-variation-option--size {
  flex: 0 0 auto;

}
body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group.sis-variation-selector--size .sis-catalog-options__choice.sis-variation-option--size {
  flex: 0 0 auto;

}


body.sis-product-archive-v2 ul.products li.product .sis-catalog-options__group.sis-variation-selector--size:is(.sis-variation-selector--count-1, .sis-variation-selector--count-2, .sis-variation-selector--count-3, .sis-variation-selector--count-4, .sis-variation-selector--count-5) .sis-catalog-options__choices {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

body.sis-product-archive-v2 .sis-archive-mobile-filter {
  display: none;
}

body.sis-product-archive-v2 .sis-archive-sort-panel[hidden] {
  display: none !important;
}

body.sis-product-archive-v2 .sis-archive-sort-panel {
  position: fixed;
  inset: 0;
  z-index: 100030;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 210ms;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__overlay {
  appearance: none;
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(24, 20, 17, 0.26);
  color: transparent;
  opacity: 0;
  transition: opacity 180ms ease;
  cursor: pointer;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__drawer {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  width: min(82vw, 322px);
  max-width: calc(100vw - 20px);
  overflow: hidden;
  border: 1px solid rgba(85, 65, 52, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #fffdf9 0%, #f7efe5 100%);
  color: #181411;
  box-shadow: 18px 0 52px rgba(24, 18, 14, 0.22);
  transform: translate3d(-104%, 0, 0);
  transition: transform 210ms var(--sis-panel-motion-ease, ease);
  touch-action: pan-y;
  outline: none;
  contain: layout paint;
}

body.sis-product-archive-v2 .sis-archive-sort-panel.is-open {
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

body.sis-product-archive-v2 .sis-archive-sort-panel.is-open .sis-archive-sort-panel__overlay {
  opacity: 1;
}

body.sis-product-archive-v2 .sis-archive-sort-panel.is-open .sis-archive-sort-panel__drawer {
  transform: translate3d(0, 0, 0);
}

body.sis-product-archive-v2 .sis-archive-sort-panel__header {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  gap: 3px;
  padding: 16px 58px 14px 16px;
  border-bottom: 1px solid rgba(96, 73, 54, 0.14);
  background: rgba(255, 250, 244, 0.96);
}

body.sis-product-archive-v2 .sis-archive-sort-panel__eyebrow,
body.sis-product-archive-v2 .sis-archive-sort-panel__title {
  margin: 0;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__eyebrow {
  color: rgba(48, 39, 32, 0.54);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__title {
  color: #181411;
  font-family: "Noto Serif Display", Georgia, serif;
  font-size: 24px;
  font-weight: 650;
  line-height: 1.05;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__close {
  position: absolute;
  top: 13px;
  right: 14px;
  display: inline-grid;
  width: 36px;
  height: 36px;
  min-height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(96, 73, 54, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.86);
  color: #181411;
  font-size: 18px;
  line-height: 1;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__body {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 18px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px 14px 20px;
}

body.sis-product-archive-v2 .sis-archive-filter-section {
  display: grid;
  gap: 9px;
}

body.sis-product-archive-v2 .sis-archive-filter-section__title {
  margin: 0;
  color: rgba(48, 39, 32, 0.62);
  font-size: 11.5px;
  font-weight: 780;
  line-height: 1.25;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__options {
  display: grid;
  gap: 8px;
}

body.sis-product-archive-v2 .sis-archive-price-filter {
  display: grid;
  gap: 10px;
}

body.sis-product-archive-v2 .sis-archive-price-slider {
  display: grid;
  gap: 10px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(96, 73, 54, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.86), rgba(248, 240, 228, 0.54));
  box-shadow: 0 10px 24px rgba(42, 31, 23, 0.045);
}

body.sis-product-archive-v2 .sis-archive-price-slider__values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #181411;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}

body.sis-product-archive-v2 .sis-archive-price-slider__stage {
  position: relative;
  min-height: 34px;
  padding: 12px 0;
  touch-action: none;
}

body.sis-product-archive-v2 .sis-archive-price-slider__track,
body.sis-product-archive-v2 .sis-archive-price-slider__range {
  position: absolute;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  transform: translateY(-50%);
}

body.sis-product-archive-v2 .sis-archive-price-slider__track {
  right: 0;
  left: 0;
  background: rgba(96, 73, 54, 0.16);
}

body.sis-product-archive-v2 .sis-archive-price-slider__range {
  right: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(44, 35, 29, 0.9), rgba(184, 155, 94, 0.86));
}

body.sis-product-archive-v2 .sis-archive-price-slider__input {
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 34px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  touch-action: none;
}

body.sis-product-archive-v2 .sis-archive-price-slider__input::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

body.sis-product-archive-v2 .sis-archive-price-slider__input::-moz-range-track {
  height: 3px;
  background: transparent;
}

body.sis-product-archive-v2 .sis-archive-price-slider__input::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -7.5px;
  border: 2px solid #2c231d;
  border-radius: 999px;
  background: #fffdf9;
  box-shadow: 0 4px 12px rgba(24, 20, 17, 0.16);
  cursor: grab;
  pointer-events: auto;
}

body.sis-product-archive-v2 .sis-archive-price-slider__input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 2px solid #2c231d;
  border-radius: 999px;
  background: #fffdf9;
  box-shadow: 0 4px 12px rgba(24, 20, 17, 0.16);
  cursor: grab;
  pointer-events: auto;
}

body.sis-product-archive-v2 .sis-archive-price-slider__input:focus-visible::-webkit-slider-thumb {
  box-shadow:
    0 4px 12px rgba(24, 20, 17, 0.16),
    0 0 0 4px rgba(184, 155, 94, 0.28);
}

body.sis-product-archive-v2 .sis-archive-price-slider__input:focus-visible::-moz-range-thumb {
  box-shadow:
    0 4px 12px rgba(24, 20, 17, 0.16),
    0 0 0 4px rgba(184, 155, 94, 0.28);
}

body.sis-product-archive-v2 .sis-archive-price-filter__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.sis-product-archive-v2 .sis-archive-price-filter__fields label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: rgba(48, 39, 32, 0.62);
  font-size: 11px;
  font-weight: 730;
}

body.sis-product-archive-v2 .sis-archive-price-filter__fields input {
  width: 100%;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid rgba(96, 73, 54, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.78);
  color: #181411;
  font-size: 13px;
  font-weight: 720;
}

body.sis-product-archive-v2 .sis-archive-price-filter__fields input:focus-visible {
  border-color: rgba(44, 35, 29, 0.62);
  outline: 2px solid rgba(184, 155, 94, 0.28);
  outline-offset: 1px;
}

body.sis-product-archive-v2 .sis-archive-price-filter__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.sis-product-archive-v2 .sis-archive-price-filter__actions button,
body.sis-product-archive-v2 .sis-archive-price-filter__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 760;
  text-decoration: none;
}

body.sis-product-archive-v2 .sis-archive-price-filter__actions button {
  border: 1px solid rgba(44, 35, 29, 0.82);
  background: #2c231d;
  color: #fffaf4;
}

body.sis-product-archive-v2 .sis-archive-price-filter__actions a {
  border: 0;
  color: rgba(48, 39, 32, 0.62);
}

body.sis-product-archive-v2 .sis-archive-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.sis-product-archive-v2 .sis-archive-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(96, 73, 54, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.76);
  color: rgba(24, 20, 17, 0.76);
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

body.sis-product-archive-v2 .sis-archive-filter-chip.is-active,
body.sis-product-archive-v2 .sis-archive-filter-chip:hover,
body.sis-product-archive-v2 .sis-archive-filter-chip:focus-visible {
  border-color: rgba(44, 35, 29, 0.74);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

body.sis-product-archive-v2 .sis-archive-filter-reset {
  justify-self: start;
  color: rgba(48, 39, 32, 0.62);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(96, 73, 54, 0.13);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.72);
  color: rgba(24, 20, 17, 0.78);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

body.sis-product-archive-v2 .sis-archive-sort-panel__option.is-active,
body.sis-product-archive-v2 .sis-archive-sort-panel__option:hover,
body.sis-product-archive-v2 .sis-archive-sort-panel__option:focus-visible {
  border-color: rgba(44, 35, 29, 0.74);
  background: #2c231d;
  color: #fffaf4;
  outline: none;
}

html.sis-archive-filter-open,
body.sis-archive-filter-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

@media (prefers-reduced-motion: reduce) {
  body.sis-product-archive-v2 .sis-archive-sort-panel,
  body.sis-product-archive-v2 .sis-archive-sort-panel__overlay,
  body.sis-product-archive-v2 .sis-archive-sort-panel__drawer {
    transition: none;
  }
}

body.sis-product-archive-v2 .sis-archive-page-slider {
  display: none;
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .entry-summary .product_title,
  body.single-product.sis-product-page-v2 div.product .product_title {
    margin-bottom: 10px;
  }

  body.sis-product-archive-v2 .woocommerce-products-header__title,
body.sis-product-archive-v2 .page-title,
body.sis-product-archive-v2 .entry-title,
body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-title {
    font-size: clamp(28px, 8.2vw, 35px);

}


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .kadence-shop-top-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    padding: 7px 10px;
    border: 1px solid rgba(96, 73, 54, 0.16);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.72);
    color: #181411;
    font-size: 12px;
    font-weight: 760;
    line-height: 1;
    white-space: nowrap;
  }

  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__trigger:focus-visible {
    outline: 2px solid rgba(184, 155, 94, 0.36);
    outline-offset: 2px;

}


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__icon {
    display: grid;
    gap: 3px;
    width: 13px;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__icon span {
    display: block;
    height: 1px;
    border-radius: 999px;
    background: currentColor;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__icon span:nth-child(2) {
    width: 9px;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__icon span:nth-child(3) {
    width: 11px;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .kadence-woo-results-count {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .woocommerce-result-count {
    font-size: 11.2px;
    line-height: 1.25;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .kadence-woo-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }


  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .kadence-woo-ordering {
    position: absolute;
    width: 1px;
    min-width: 0;
    height: 1px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }


  body.sis-product-archive-v2 .woocommerce-pagination {
    display: grid;
    justify-items: center;
    gap: 7px;
    margin: 22px 0 38px;
    text-align: center;
  }


  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 21px;
    max-width: 100%;
    margin: 0;
    padding: 6px 14px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }


  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li {
    display: none !important;
    border: 0 !important;
  }


  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li:nth-child(-n+3),
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li:last-child,
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li:has(span.page-numbers.current),
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li:has(span.page-numbers.current) + li {
    display: inline-flex !important;
  }


  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li a.page-numbers,
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li span.page-numbers {
    display: inline-grid;
    min-width: 24px;
    min-height: 30px;
    place-items: center;
    padding: 0 2px 7px;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: rgba(24, 20, 17, 0.58);
    font-size: 13px;
    font-weight: 760;
    text-decoration: none;
  }


  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li span.page-numbers.current,
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li a.page-numbers:hover,
  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers li a.page-numbers:focus-visible {
    border-bottom-color: rgba(24, 20, 17, 0.92) !important;
    background: transparent !important;
    color: #181411 !important;
    outline: none;
  }


  body.sis-product-archive-v2.sis-archive-view-grid ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.sis-product-archive-v2.sis-archive-view-large ul.products.product-archive,
body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-large {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;

}

  body.sis-product-archive-v2.sis-archive-view-large ul.products.product-archive li.product {
    max-width: 100%;

}

  body.sis-product-archive-v2.sis-archive-view-large ul.products.product-archive li.product .woocommerce-loop-image-link {
    aspect-ratio: 1 / 1.06;
    border-radius: 14px;

}

  body.sis-product-archive-v2.sis-archive-view-large ul.products.product-archive li.product .product-details {
    gap: 7px;
    padding-top: 12px;

}

  body.sis-product-archive-v2.sis-archive-view-large ul.products.product-archive li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.28;

}


  body.sis-product-archive-v2 .sis-archive-page-slider {
    display: block;
    width: min(166px, calc(100vw - 112px));
    margin: 5px auto 4px;
    padding: 8px 12px 7px;
    border: 1px solid rgba(96, 73, 54, 0.08);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.7);
    box-shadow: 0 8px 22px rgba(42, 31, 23, 0.05);
  }


  body.sis-product-archive-v2 .sis-archive-page-slider__input {
    appearance: none;
    display: block;
    width: 100%;
    height: 16px;
    margin: 0;
    background: transparent;
    accent-color: #181411;
    cursor: pointer;
  }

  body.sis-product-archive-v2 .sis-archive-page-slider__input::-webkit-slider-runnable-track {
    height: 2px;
    border-radius: 999px;
    background:
      linear-gradient(90deg, #181411 0%, #181411 var(--sis-page-progress, 0%), rgba(96, 73, 54, 0.18) var(--sis-page-progress, 0%), rgba(96, 73, 54, 0.18) 100%);
  }

  body.sis-product-archive-v2 .sis-archive-page-slider__input::-moz-range-track {
    height: 2px;
    border-radius: 999px;
    background: rgba(96, 73, 54, 0.18);

}

  body.sis-product-archive-v2 .sis-archive-page-slider__input::-moz-range-progress {
    height: 2px;
    border-radius: 999px;
    background: #181411;

}

  body.sis-product-archive-v2 .sis-archive-page-slider__input::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    border: 2px solid #181411;
    border-radius: 999px;
    background: #fffdf9;
    box-shadow: 0 3px 10px rgba(24, 20, 17, 0.12);

}

  body.sis-product-archive-v2 .sis-archive-page-slider__input::-moz-range-thumb {
    width: 13px;
    height: 13px;
    border: 2px solid #181411;
    border-radius: 999px;
    background: #fffdf9;
    box-shadow: 0 3px 10px rgba(24, 20, 17, 0.12);

}

  body.sis-product-archive-v2 .sis-archive-page-slider__input:focus-visible {
    outline: 2px solid rgba(184, 155, 94, 0.36);
    outline-offset: 4px;

}
}

@media (max-width: 374px) {
  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .sis-archive-mobile-filter__trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11.5px;
  }

  body.sis-product-archive-v2.sis-archive-mobile-controls-ready .woocommerce-result-count {
    font-size: 10.8px;
  }

  body.sis-product-archive-v2 .woocommerce-pagination ul.page-numbers {
    gap: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Module 2C Phase 2 - desktop archive filters and view controls */
body.sis-product-archive-v2 .sis-archive-desktop-filters {
  display: none;
}

@media (min-width: 1025px) {
  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-hero-container-inner {
    padding-top: clamp(34px, 3.5vw, 54px);
    padding-bottom: clamp(30px, 3.2vw, 48px);
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .entry-header {
    gap: clamp(10px, 1.4vw, 16px);
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-title {
    max-width: 880px;
    font-size: clamp(46px, 4.4vw, 66px);
    line-height: 0.96;
  }

  body.sis-product-archive-v2 .entry-hero.product-archive-hero-section .archive-description {
    max-width: 840px;
    color: rgba(48, 39, 32, 0.64);
    font-size: clamp(14.5px, 1.04vw, 16px);
    line-height: 1.68;
  }

  body.sis-product-archive-v2 .sis-archive-breadcrumb {
    margin-bottom: clamp(14px, 1.6vw, 22px);
  }

  body.sis-product-archive-v2 .woocommerce-products-header {
    margin-bottom: clamp(18px, 2.2vw, 30px);
  }

  body.sis-product-archive-v2 .kadence-shop-top-row {
    position: relative;
    z-index: 20;
    margin-bottom: clamp(22px, 2.6vw, 34px);
  }

  body.sis-product-archive-v2.sis-archive-desktop-filter-ready .kadence-woo-ordering .woocommerce-ordering {
    display: none;
  }

  body.sis-product-archive-v2.sis-archive-desktop-filter-ready .kadence-woo-ordering {
    position: relative;
    min-width: 172px;
    overflow: visible;
  }

  body.sis-product-archive-v2.sis-archive-desktop-filter-ready .kadence-woo-ordering .sis-archive-desktop-filters {
    position: relative;
    display: block;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__trigger {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 172px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(96, 73, 54, 0.16);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.82);
    color: #181411;
    font-size: 12.5px;
    font-weight: 780;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(36, 27, 21, 0.055);
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__trigger:hover,
  body.sis-product-archive-v2 .sis-archive-desktop-filters__trigger:focus-visible,
  body.sis-product-archive-v2 .sis-archive-desktop-filters.is-open .sis-archive-desktop-filters__trigger {
    border-color: rgba(24, 20, 17, 0.34);
    background: #181411;
    color: #fffaf5;
    outline: none;
    box-shadow: 0 12px 26px rgba(24, 20, 17, 0.12);
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__icon {
    display: grid;
    gap: 3px;
    width: 14px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__icon span {
    display: block;
    height: 1px;
    border-radius: 999px;
    background: currentColor;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__icon span:nth-child(2) {
    width: 10px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__icon span:nth-child(3) {
    width: 12px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__panel[hidden] {
    display: none !important;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 60;
    display: grid;
    width: min(960px, calc(100vw - 48px));
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(96, 73, 54, 0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(250, 245, 238, 0.96));
    box-shadow: 0 24px 64px rgba(36, 27, 21, 0.14);
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__eyebrow,
  body.sis-product-archive-v2 .sis-archive-desktop-filters__title {
    margin: 0;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__head {
    position: relative;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding-right: 42px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__eyebrow {
    color: rgba(48, 39, 32, 0.54);
    font-size: 11px;
    font-weight: 760;
    line-height: 1.2;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__title {
    color: #181411;
    font-family: "Noto Serif Display", Georgia, serif;
    font-size: 22px;
    font-weight: 650;
    line-height: 1.06;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__close {
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(96, 73, 54, 0.12);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.74);
    color: rgba(24, 20, 17, 0.72);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
    gap: 16px 18px;
    align-items: start;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-section {
    display: grid;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-section__title {
    margin: 0;
    color: rgba(48, 39, 32, 0.68);
    font-size: 11.5px;
    font-weight: 780;
    line-height: 1.2;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-chips,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-sort-panel__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-chip,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-sort-panel__option {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid rgba(96, 73, 54, 0.14);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.68);
    color: rgba(24, 20, 17, 0.74);
    font-size: 12px;
    font-weight: 720;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: none;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-chip:hover,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-chip:focus-visible,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-chip.is-active,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-sort-panel__option:hover,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-sort-panel__option:focus-visible,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-sort-panel__option.is-active {
    border-color: rgba(24, 20, 17, 0.34);
    background: #181411;
    color: #fffaf5;
    outline: none;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter {
    display: grid;
    gap: 10px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-slider__values,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__fields label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: rgba(48, 39, 32, 0.58);
    font-size: 11px;
    font-weight: 720;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__fields input {
    width: 100%;
    min-height: 33px;
    padding: 7px 9px;
    border: 1px solid rgba(96, 73, 54, 0.14);
    border-radius: 10px;
    background: rgba(255, 253, 249, 0.76);
    color: #181411;
    font-size: 12px;
    font-weight: 700;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__actions button,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__actions a,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    padding: 8px 12px;
    border: 1px solid rgba(24, 20, 17, 0.88);
    border-radius: 999px;
    background: #181411;
    color: #fffaf5;
    font-size: 11.8px;
    font-weight: 760;
    line-height: 1.1;
    text-decoration: none;
  }

  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-price-filter__actions a,
  body.sis-product-archive-v2 .sis-archive-desktop-filters .sis-archive-filter-reset {
    border-color: rgba(96, 73, 54, 0.14);
    background: transparent;
    color: rgba(24, 20, 17, 0.64);
  }

  body.sis-product-archive-v2 .kadence-product-toggle-container {
    display: inline-flex;
    gap: 5px;
    padding: 4px;
    border: 1px solid rgba(96, 73, 54, 0.12);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.62);
  }

  body.sis-product-archive-v2 .kadence-toggle-shop-layout {
    width: 52px;
    height: 44px;
    min-height: 44px;
    border-radius: 999px;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle {
    appearance: none;
    display: inline-grid;
    width: 46px;
    height: 38px;
    min-height: 38px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(96, 73, 54, 0.14);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.9), rgba(248, 240, 230, 0.64));
    color: rgba(48, 39, 32, 0.54);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle__icon {
    display: grid;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 20px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle__icon span {
    display: block;
    border-radius: 2px;
    background: currentColor;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--3 .sis-archive-view-count-toggle__icon {
    grid-template-columns: repeat(3, 5px);
    gap: 3px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--3 .sis-archive-view-count-toggle__icon span {
    width: 5px;
    height: 16px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--6 .sis-archive-view-count-toggle__icon {
    grid-template-columns: repeat(3, 4px);
    gap: 3px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--6 .sis-archive-view-count-toggle__icon span {
    width: 4px;
    height: 6px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--9 .sis-archive-view-count-toggle__icon {
    grid-template-columns: repeat(3, 3px);
    gap: 3px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle--9 .sis-archive-view-count-toggle__icon span {
    width: 3px;
    height: 3px;
    border-radius: 999px;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle__number {
    display: none !important;
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle:hover,
  body.sis-product-archive-v2 .sis-archive-view-count-toggle:focus-visible {
    border-color: rgba(184, 155, 94, 0.42);
    background:
      linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(255, 241, 223, 0.82));
    color: #181411;
    outline: none;
    box-shadow:
      0 8px 18px rgba(24, 20, 17, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  body.sis-product-archive-v2 .sis-archive-view-count-toggle.sis-archive-view-toggle-active,
  body.sis-product-archive-v2 .sis-archive-view-count-toggle[aria-pressed="true"] {
    border-color: rgba(24, 20, 17, 0.42);
    background: #181411;
    color: #fffaf5;
    box-shadow: 0 8px 18px rgba(24, 20, 17, 0.12);
  }

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(30px, 3.2vw, 44px) clamp(22px, 2.6vw, 36px);
  }

  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(24px, 2.4vw, 34px) clamp(14px, 1.6vw, 20px);
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 20px 10px;
  }

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .woocommerce-loop-image-link {
    aspect-ratio: 3 / 4;
  }

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .woocommerce-loop-product__title {
    font-size: clamp(14px, 1vw, 15.5px);
  }

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .price {
    font-size: 13.5px;
  }

  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive li.product .woocommerce-loop-product__title {
    font-size: 12.5px;
  }

  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive li.product .price {
    font-size: 12px;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product img {
    border-radius: 10px;
    box-shadow: 0 10px 24px rgba(36, 27, 21, 0.07);
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .woocommerce-loop-product__title {
    margin-top: 7px;
    font-size: 10.6px;
    line-height: 1.22;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .price {
    margin-top: 3px;
    font-size: 10.8px;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products li.product .sis-catalog-actions__rail {
    gap: 4px;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products li.product .sis-catalog-action {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product img {
    object-position: center center !important;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 8px;
  }

  body.sis-product-archive-v2:not(.sis-archive-view-9) ul.products li.product .sis-catalog-action {
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
  }
}

@media (max-width: 1024px) {
  body.sis-product-archive-v2 .sis-archive-view-count-toggle,
  body.sis-product-archive-v2 .kadence-product-toggle-container:has(.sis-archive-view-count-toggle) {
    display: none !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive,
  body.sis-product-archive-v2 ul.products.product-archive.sis-archive-products-9 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Module 2B Phase 2 - single product decision system */
body.single-product.sis-product-page-v2 {
  --sis-pdp2-ink: #181411;
  --sis-pdp2-muted: rgba(48, 39, 32, 0.68);
  --sis-pdp2-quiet: rgba(48, 39, 32, 0.52);
  --sis-pdp2-line: rgba(96, 73, 54, 0.14);
  --sis-pdp2-line-strong: rgba(96, 73, 54, 0.24);
  --sis-pdp2-paper: rgba(255, 253, 249, 0.88);
  --sis-pdp2-paper-strong: rgba(255, 250, 245, 0.97);
  --sis-pdp2-warm: #f8efe5;
  --sis-pdp2-shadow: 0 18px 48px rgba(36, 27, 21, 0.075);
}

body.single-product.sis-product-page-v2 .content-container.site-container {
  max-width: min(100% - 36px, 1280px);
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
  margin-bottom: 18px;
  color: var(--sis-pdp2-quiet);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb a {
  color: var(--sis-pdp2-muted);
  text-decoration: none;
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb a:hover,
body.single-product.sis-product-page-v2 .woocommerce-breadcrumb a:focus-visible {
  color: var(--sis-pdp2-ink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
  margin-bottom: 0;
  padding: 10px;
  border-color: var(--sis-pdp2-line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 239, 229, 0.74) 100%);
  box-shadow: var(--sis-pdp2-shadow);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a,
body.single-product.sis-product-page-v2 div.product .flex-viewport {
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 253, 249, 0.95), rgba(248, 239, 229, 0.98));
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image img.wp-post-image {
  padding: 10px;
  object-fit: contain;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs {
  gap: 9px;
  margin-top: 10px;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs li {
  width: 58px;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs img {
  border-color: var(--sis-pdp2-line);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.82);
}

body.single-product.sis-product-page-v2 .summary.entry-summary {
  color: var(--sis-pdp2-ink);
}

body.single-product.sis-product-page-v2 .summary.entry-summary .product_title {
  max-width: 620px;
  margin-bottom: 12px;
  color: var(--sis-pdp2-ink);
  font-size: 42px;
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: 0;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .price {
  margin-bottom: 16px;
  color: rgba(24, 20, 17, 0.84);
  font-size: 22px;
  font-weight: 760;
  line-height: 1.25;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-product-details__short-description {
  max-width: 590px;
  margin-bottom: 20px;
  color: var(--sis-pdp2-muted);
  font-size: 15px;
  line-height: 1.62;
}

body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
  margin-bottom: 18px;
  padding: 16px;
  border-color: var(--sis-pdp2-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 248, 241, 0.78) 100%);
  box-shadow: 0 14px 36px rgba(36, 27, 21, 0.055);
}

body.single-product.sis-product-page-v2 table.variations tr {
  margin-bottom: 14px;
}

body.single-product.sis-product-page-v2 table.variations label,
body.single-product.sis-product-page-v2 .quantity .screen-reader-text {
  margin-bottom: 8px;
  color: var(--sis-pdp2-muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatches.sis-variation-selector {
  margin: 8px 0 13px;
}

body.single-product.sis-product-page-v2 .sis-variation-option {
  min-height: 42px;
  border-color: rgba(96, 73, 54, 0.18);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 8px 22px rgba(36, 27, 21, 0.045);
}

body.single-product.sis-product-page-v2 .sis-variation-option--appearance {
  padding-right: 13px;
  padding-left: 9px;
}

body.single-product.sis-product-page-v2 .sis-variation-option--size {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 13px;
}

body.single-product.sis-product-page-v2 .sis-variation-option:focus-visible {
  outline: 2px solid rgba(184, 155, 94, 0.34);
  outline-offset: 2px;
}

body.single-product.sis-product-page-v2 .sis-variation-option.is-selected,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-pressed="true"] {
  background: #241b16 !important;
  color: #fffaf4 !important;
}

body.single-product.sis-product-page-v2 .sis-variation-option:disabled,
body.single-product.sis-product-page-v2 .sis-variation-option[aria-disabled="true"] {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(48, 39, 32, 0.34);
}

body.single-product.sis-product-page-v2 .quantity .qty {
  width: 58px;
  min-height: 46px;
  border-color: var(--sis-pdp2-line-strong);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.98);
  font-weight: 720;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
  min-height: 50px;
  border-color: #181411;
  background: #181411;
  color: #fffaf5;
  font-size: 14px;
  font-weight: 780;
  letter-spacing: 0;
  box-shadow: 0 15px 30px rgba(24, 20, 17, 0.16);
}

body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button:hover,
body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button:focus-visible {
  background: #2a211b;
  color: #fffaf5;
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18), 0 15px 30px rgba(24, 20, 17, 0.16);
}

body.single-product.sis-product-page-v2 .woocommerce-variation-price {
  margin-bottom: 10px;
  font-size: 15px;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .stock {
  min-height: 32px;
  margin-bottom: 12px;
  border-color: rgba(96, 73, 54, 0.14);
  background: rgba(255, 253, 249, 0.72);
  color: var(--sis-pdp2-muted);
}

body.single-product.sis-product-page-v2 .summary.entry-summary .sis-product-reassurance {
  margin-bottom: 18px;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__item {
  min-width: 0;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__link {
  min-height: 74px;
  padding: 13px 14px;
  border-color: var(--sis-pdp2-line);
  border-radius: 15px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: none;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__link:hover,
body.single-product.sis-product-page-v2 .sis-product-reassurance__link:focus-visible {
  border-color: rgba(96, 73, 54, 0.24);
  background: rgba(255, 253, 249, 0.95);
  outline: none;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__title {
  color: var(--sis-pdp2-ink);
  font-size: 12.5px;
  font-weight: 760;
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__text {
  color: var(--sis-pdp2-muted);
  font-size: 12px;
  line-height: 1.36;
}

body.single-product.sis-product-page-v2 .product_meta {
  margin-top: 4px;
  padding-top: 12px;
  color: rgba(48, 39, 32, 0.48);
  font-size: 11.5px;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-tabs {
  margin-top: 52px;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li a {
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-color: var(--sis-pdp2-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.7);
  color: var(--sis-pdp2-muted);
  font-size: 12.5px;
  font-weight: 760;
  letter-spacing: 0;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li.active a,
body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li a:hover,
body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li a:focus-visible {
  border-color: rgba(44, 35, 29, 0.72);
  background: #241b16;
  color: #fffaf4;
  box-shadow: 0 10px 24px rgba(24, 20, 17, 0.1);
}

body.single-product.sis-product-page-v2 .woocommerce-tabs .panel {
  border-color: var(--sis-pdp2-line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 249, 243, 0.82) 100%) !important;
  color: var(--sis-pdp2-muted);
  font-size: 14.5px;
  line-height: 1.68;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs .panel > h2 {
  margin-bottom: 14px;
  color: var(--sis-pdp2-ink);
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.single-product.sis-product-page-v2 .sis-pdp-support-tab {
  max-width: 680px;
}

body.single-product.sis-product-page-v2 .sis-pdp-support-tab p {
  margin: 0 0 12px;
}

body.single-product.sis-product-page-v2 .sis-pdp-support-tab__link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid rgba(96, 73, 54, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--sis-pdp2-ink);
  font-size: 12.5px;
  font-weight: 760;
  text-decoration: none;
}

body.single-product.sis-product-page-v2 .sis-pdp-support-tab__link:hover,
body.single-product.sis-product-page-v2 .sis-pdp-support-tab__link:focus-visible {
  border-color: #241b16;
  background: #241b16;
  color: #fffaf4;
  outline: none;
}

body.single-product.sis-product-page-v2 .related.products {
  margin-top: 56px;
}

body.single-product.sis-product-page-v2 .related.products > h2 {
  margin-bottom: 22px;
  font-size: 34px;
}

@media (min-width: 1025px) {
  body.single-product.sis-product-page-v2 div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.82fr);
    gap: 34px 52px;
    align-items: start;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    grid-column: 1;
    position: sticky;
    top: 92px;
    float: none !important;
    width: 100% !important;
    max-width: none;
  }

  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    grid-column: 2;
    float: none !important;
    width: 100%;
    padding-top: 4px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs,
  body.single-product.sis-product-page-v2 div.product .related.products,
  body.single-product.sis-product-page-v2 div.product .upsells.products {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  body.single-product.sis-product-page-v2 .summary.entry-summary .product_title {
    font-size: 34px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .price {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .content-container.site-container {
    max-width: min(100% - 24px, 1280px);
  }

  body.single-product.sis-product-page-v2 .entry.content-bg.product {
    padding-top: 16px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
    flex-wrap: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 11.5px;
    line-height: 1.28;
  }

  body.single-product.sis-product-page-v2 .woocommerce-breadcrumb a,
  body.single-product.sis-product-page-v2 .woocommerce-breadcrumb span:not(.sis-pdp-breadcrumb__separator) {
    overflow: hidden;
    max-width: 34vw;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    margin-bottom: 18px;
    padding: 7px;
    border-radius: 16px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a,
  body.single-product.sis-product-page-v2 div.product .flex-viewport {
    max-height: min(50vh, 360px);
    border-radius: 12px;
  }

  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .woocommerce-product-gallery__image a,
  body.single-product.sis-product-page-v2.sis-pdp-gallery-tall div.product .flex-viewport {
    max-height: min(56vh, 410px);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image img.wp-post-image {
    padding: 6px;
  }

  body.single-product.sis-product-page-v2 div.product .flex-control-thumbs {
    gap: 7px;
  }

  body.single-product.sis-product-page-v2 div.product .flex-control-thumbs li {
    width: 48px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .product_title {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 1.06;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .price {
    margin-bottom: 12px;
    font-size: 19px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.54;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 15px;
  }

  body.single-product.sis-product-page-v2 table.variations tr {
    margin-bottom: 11px;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-swatches.sis-variation-selector {
    margin-bottom: 10px;
  }

  body.single-product.sis-product-page-v2 .sis-variation-option {
    min-height: 38px;
    font-size: 12px;
  }

  body.single-product.sis-product-page-v2 .sis-variation-option--size {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  body.single-product.sis-product-page-v2 .quantity .qty {
    width: 54px;
    min-height: 44px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
    min-height: 46px;
    font-size: 13px;
  }

  body.single-product.sis-product-page-v2 .sis-product-reassurance__list {
    gap: 7px;
  }

  body.single-product.sis-product-page-v2 .sis-product-reassurance__link {
    min-height: 68px;
    padding: 11px 10px;
    border-radius: 13px;
  }

  body.single-product.sis-product-page-v2 .sis-product-reassurance__title {
    font-size: 11.8px;
  }

  body.single-product.sis-product-page-v2 .sis-product-reassurance__text {
    font-size: 11.2px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs {
    margin-top: 32px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li a {
    justify-content: space-between;
    min-height: 40px;
    padding: 9px 13px;
    font-size: 12px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li a::after {
    color: currentColor;
    content: "+";
    font-weight: 760;
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs ul.tabs li.active a::after {
    content: "-";
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs .panel {
    padding: 16px;
    border-radius: 15px;
    font-size: 13.5px;
    line-height: 1.58;
  }

  body.single-product.sis-product-page-v2 .woocommerce-tabs .panel > h2 {
    font-size: 23px;
  }

  body.single-product.sis-product-page-v2 .related.products {
    margin-top: 38px;
  }

  body.single-product.sis-product-page-v2 .related.products > h2 {
    font-size: 28px;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
    border-radius: 16px;
    background: rgba(255, 253, 249, 0.98);
  }
}

@media (max-width: 374px) {
  body.single-product.sis-product-page-v2 .content-container.site-container {
    max-width: min(100% - 20px, 1280px);
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .product_title {
    font-size: 28px;
  }

  body.single-product.sis-product-page-v2 .sis-product-reassurance__list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a,
  body.single-product.sis-product-page-v2 div.product .flex-viewport {
    max-height: min(48vh, 330px);
  }
}

/* Module 2B Phase 2B - product page visual rhythm / below-fold section separation */
body.single-product.sis-product-page-v2 .entry.content-bg.product {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.single-product.sis-product-page-v2 div.product {
  clear: both;
}

body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
  border: 1px solid var(--sis-pdp2-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.97) 0%, rgba(255, 248, 241, 0.86) 100%);
  box-shadow: 0 18px 48px rgba(36, 27, 21, 0.065);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-tabs {
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: clamp(48px, 5.5vw, 76px);
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid var(--sis-pdp2-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 213, 143, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 248, 240, 0.82) 100%);
  box-shadow: 0 20px 56px rgba(36, 27, 21, 0.055);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-tabs::before {
  content: "";
  position: absolute;
  top: -28px;
  right: clamp(18px, 4vw, 56px);
  left: clamp(18px, 4vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(96, 73, 54, 0.18) 48%, transparent 100%);
}

body.single-product.sis-product-page-v2 .woocommerce-tabs .panel {
  padding: clamp(18px, 2.2vw, 26px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs .panel > h2 {
  max-width: 760px;
}

body.single-product.sis-product-page-v2 .woocommerce-tabs .panel > *:last-child {
  margin-bottom: 0;
}

body.single-product.sis-product-page-v2 .sis-related-story {
  width: min(100%, 760px);
  margin-top: clamp(34px, 4vw, 54px);
  margin-bottom: clamp(18px, 2vw, 26px);
  padding-top: clamp(18px, 2.2vw, 26px);
  border-top: 1px solid rgba(96, 73, 54, 0.12);
}

body.single-product.sis-product-page-v2 .related.products {
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: clamp(54px, 6vw, 86px);
  padding-top: clamp(30px, 3.4vw, 46px);
  border-top: 1px solid rgba(96, 73, 54, 0.15);
}

body.single-product.sis-product-page-v2 .sis-related-story + .related.products {
  margin-top: clamp(28px, 3.2vw, 44px);
}

body.single-product.sis-product-page-v2 .related.products::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(260px, 52%);
  height: 1px;
  background: rgba(184, 155, 94, 0.36);
}

body.single-product.sis-product-page-v2 .related.products > h2 {
  max-width: 760px;
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

body.single-product.sis-product-page-v2 .sis-product-reassurance__title {
  flex-wrap: wrap;
}

body.single-product.sis-product-page-v2 .sis-speedex-logo--product {
  flex-basis: 72px;
  max-width: min(72px, 52%);
}

@media (min-width: 1025px) {
  body.single-product.sis-product-page-v2 div.product {
    row-gap: clamp(56px, 6vw, 88px);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    position: static;
  }

  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    padding: clamp(22px, 2.4vw, 32px);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs,
  body.single-product.sis-product-page-v2 div.product .related.products,
  body.single-product.sis-product-page-v2 div.product .upsells.products,
  body.single-product.sis-product-page-v2 div.product .sis-related-story {
    grid-column: 1 / -1;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs {
    margin-top: 0;
  }

  body.single-product.sis-product-page-v2 .sis-related-story {
    margin-top: calc(clamp(56px, 6vw, 88px) * -0.45);
  }

  body.single-product.sis-product-page-v2 .related.products {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs {
    margin-top: 30px;
    padding: 14px;
    border-radius: 18px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-tabs::before {
    top: -17px;
    right: 16px;
    left: 16px;

}

  body.single-product.sis-product-page-v2 .woocommerce-tabs .panel {
    padding-top: 14px;

}

  body.single-product.sis-product-page-v2 .sis-related-story {
    margin-top: 26px;
    margin-bottom: 18px;
    padding-top: 18px;

}

  body.single-product.sis-product-page-v2 .related.products {
    margin-top: 34px;
    padding-top: 24px;

}

  body.single-product.sis-product-page-v2 .sis-product-reassurance__title {
    gap: 5px;

}

  body.single-product.sis-product-page-v2 .sis-speedex-logo--product {
    flex-basis: 60px;
    max-width: min(60px, 48%);
  }
}

/* Module 2B Phase 2C - PDP buying controls + related products cleanup */
body.single-product.sis-product-page-v2 .summary.entry-summary .sis-product-reassurance,
body.single-product.sis-product-page-v2 .product_meta,
body.single-product.sis-product-page-v2 div.product .woocommerce-tabs,
body.single-product.sis-product-page-v2 .sis-related-story,
body.single-product.sis-product-page-v2 .sis-pdp-sticky-purchase {
  display: none !important;
}

body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
  padding: clamp(14px, 1.7vw, 20px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 214, 154, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 248, 241, 0.88) 100%);
}

body.single-product.sis-product-page-v2 .summary.entry-summary form.cart::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(96, 73, 54, 0.18), transparent);
}

body.single-product.sis-product-page-v2 .summary.entry-summary table.variations {
  margin: 0;
}

body.single-product.sis-product-page-v2 .summary.entry-summary table.variations tbody,
body.single-product.sis-product-page-v2 .summary.entry-summary table.variations tr,
body.single-product.sis-product-page-v2 .summary.entry-summary table.variations th,
body.single-product.sis-product-page-v2 .summary.entry-summary table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
}

body.single-product.sis-product-page-v2 .summary.entry-summary table.variations tr {
  margin-bottom: 12px;
}

body.single-product.sis-product-page-v2 .summary.entry-summary table.variations tr:last-child {
  margin-bottom: 0;
}

body.single-product.sis-product-page-v2 .summary.entry-summary table.variations label,
body.single-product.sis-product-page-v2 .summary.entry-summary .quantity .screen-reader-text {
  margin-bottom: 7px;
  color: rgba(44, 35, 29, 0.72);
  font-size: 11.8px;
  font-weight: 780;
}

body.single-product.sis-product-page-v2 .sis-pdp-swatches.sis-variation-selector {
  gap: 8px;
  margin: 0;
}

body.single-product.sis-product-page-v2 .sis-variation-option {
  min-height: 40px;
  border-radius: 999px;
  box-shadow: none;
}

body.single-product.sis-product-page-v2 .sis-variation-option--size {
  width: auto;
  min-width: 40px;
  padding-right: 12px;
  padding-left: 12px;
  white-space: nowrap;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .single_variation_wrap {
  display: grid;
  gap: 8px;
  margin-top: 0 !important;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation {
  min-height: 0 !important;
  margin: 0 !important;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation:empty {
  display: none;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation-add-to-cart,
body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form) {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form)::before {
  flex-basis: 100%;
}

body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper {
  display: inline-grid;
  grid-template-columns: 44px minmax(48px, 56px) 44px;
  align-items: stretch;
  flex: 0 0 auto;
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgba(44, 35, 29, 0.18);
  border-radius: 15px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper .qty {
  width: 100%;
  min-height: 48px;
  padding: 0 4px;
  border: 0;
  border-right: 1px solid rgba(44, 35, 29, 0.12);
  border-left: 1px solid rgba(44, 35, 29, 0.12);
  border-radius: 0;
  background: transparent;
  color: #181411;
  font-size: 14px;
  font-weight: 780;
  line-height: 1;
  text-align: center;
  box-shadow: none;
  appearance: textfield;
}

body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper .qty::-webkit-outer-spin-button,
body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  min-height: 48px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 253, 249, 0.94);
  color: #241b16;
  font-size: 20px;
  font-weight: 760;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
}

body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button:hover,
body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button:focus-visible {
  background: rgba(44, 35, 29, 0.08);
  color: #181411;
  outline: none;
}

body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button:disabled {
  color: rgba(44, 35, 29, 0.34);
  cursor: not-allowed;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid #181411;
  border-radius: 15px;
  background: #181411 !important;
  color: #fffaf5 !important;
  font-size: 13.5px;
  font-weight: 780;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button.disabled,
body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button:disabled,
body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button.wc-variation-selection-needed {
  border-color: rgba(44, 35, 29, 0.3) !important;
  background: rgba(44, 35, 29, 0.7) !important;
  color: rgba(255, 250, 245, 0.92) !important;
  opacity: 1;
  box-shadow: none;
  cursor: not-allowed;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation-price {
  margin: 0;
}

body.single-product.sis-product-page-v2 .summary.entry-summary .reset_variations {
  display: none !important;
}

body.single-product.sis-product-page-v2 .related.products {
  clear: both;
  margin-top: clamp(42px, 5vw, 72px);
  padding-top: clamp(28px, 3vw, 44px);
  border-top: 1px solid rgba(96, 73, 54, 0.15);
}

body.single-product.sis-product-page-v2 .related.products > h2 {
  display: grid;
  gap: 8px;
  max-width: 780px;
  margin-bottom: clamp(18px, 2.2vw, 28px);
  color: #181411;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.08;
}

body.single-product.sis-product-page-v2 .related.products > h2::after {
  content: "Μικρές λεπτομέρειες που δένουν μεταξύ τους για να ολοκληρώσεις το look.";
  display: block;
  max-width: 620px;
  color: rgba(44, 35, 29, 0.62);
  font-size: 14px;
  font-weight: 450;
  line-height: 1.55;
}

body.single-product.sis-product-page-v2 .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 20px);
  align-items: stretch;
  margin: 0;
}

body.single-product.sis-product-page-v2 .related.products ul.products::before,
body.single-product.sis-product-page-v2 .related.products ul.products::after {
  content: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  overflow: visible;
  border: 1px solid rgba(96, 73, 54, 0.13);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 14px 32px rgba(36, 27, 21, 0.055);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.98), rgba(255, 248, 239, 0.72) 58%, rgba(246, 235, 221, 0.72) 100%);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img {
  width: 100%;
  height: 100%;
  padding: clamp(8px, 1.2vw, 14px);
  object-fit: contain;
  transition: transform 180ms ease;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product:hover .woocommerce-loop-image-link img {
  transform: scale(1.025);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
  display: grid;
  gap: 6px;
  padding: 12px 12px 14px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.4em;
  margin: 0;
  color: #181411;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .price {
  margin: 0;
  color: rgba(44, 35, 29, 0.72);
  font-size: 13px;
  font-weight: 760;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-action-wrap {
  display: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: auto;
  left: 10px;
  z-index: 4;
  pointer-events: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions [hidden] {
  display: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  pointer-events: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(44, 35, 29, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.94);
  color: #241b16;
  box-shadow: 0 10px 20px rgba(23, 17, 15, 0.11);
  pointer-events: auto;
  cursor: pointer;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:hover,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:focus-visible,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:active {
  border-color: rgba(184, 155, 94, 0.46);
  background: #fff6eb;
  color: #181411;
  outline: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist.is-active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"] {
  border-color: rgba(184, 155, 94, 0.68);
  background: #fff1df;
  color: #604632;

}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__message {
  position: absolute;
  right: 0;
  top: 46px;
  bottom: auto;
  left: auto;
  max-width: min(220px, 100%);
  padding: 8px 10px;
  border: 1px solid rgba(44, 35, 29, 0.14);
  border-radius: 12px;
  background: rgba(255, 253, 249, 0.98);
  color: rgba(44, 35, 29, 0.76);
  font-size: 11.5px;
  font-weight: 720;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
  position: absolute;
  right: 0;
  top: 48px;
  bottom: auto;
  left: auto;
  z-index: 12;
  width: min(270px, calc(100vw - 38px));
  pointer-events: auto;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__overlay {
  display: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__sheet {
  padding: 12px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 16px 34px rgba(23, 17, 15, 0.16);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__eyebrow,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__label,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__message {
  color: rgba(44, 35, 29, 0.66);
  font-size: 11.5px;
  line-height: 1.3;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__title {
  margin: 0;
  color: #181411;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__close {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  border: 1px solid rgba(44, 35, 29, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.96);
  color: #181411;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choice,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__add {
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(44, 35, 29, 0.16);
  border-radius: 999px;
  background: #fffaf4;
  color: #241b16;
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.1;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choice.is-selected,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choice[aria-pressed="true"],
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__add {
  border-color: #241b16;
  background: #241b16;
  color: #fffaf4;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__add {
  width: 100%;
  margin-top: 9px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__add:disabled {
  border-color: rgba(44, 35, 29, 0.38);
  background: rgba(44, 35, 29, 0.68);
  color: rgba(255, 250, 244, 0.9);
}

@media (min-width: 1025px) {
  body.single-product.sis-product-page-v2 div.product .related.products {
    margin-top: calc(clamp(56px, 6vw, 88px) * -0.22);
  }
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation-add-to-cart,
  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form) {
    gap: 8px;
  }

  body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper {
    grid-template-columns: 40px minmax(42px, 48px) 40px;
    min-height: 48px;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button {
    width: 40px;
    min-width: 40px;
    min-height: 46px;
  }

  body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper .qty {
    min-height: 46px;
    font-size: 13px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
    min-height: 48px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12.8px;
  }

  body.single-product.sis-product-page-v2 .related.products {
    margin-top: 34px;
    padding-top: 24px;
  }

  body.single-product.sis-product-page-v2 .related.products > h2 {
    margin-bottom: 16px;
    font-size: 27px;
  }

  body.single-product.sis-product-page-v2 .related.products > h2::after {
    font-size: 13px;
    line-height: 1.45;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 10px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product {
    border-radius: 15px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
    border-radius: 14px 14px 0 0;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
    gap: 5px;
    padding: 10px 9px 11px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 12.4px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .price {
    font-size: 12px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    right: 7px;
    left: 7px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
    gap: 5px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
    width: 16px;
    height: 16px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
    right: -2px;
    top: 42px;
    bottom: auto;
    width: min(232px, calc(100vw - 30px));
  }
}

@media (max-width: 374px) {
  body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation-add-to-cart,
  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper {
    width: 100%;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
    width: 100%;
    font-size: 12.5px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products {
    gap: 12px 8px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
    gap: 4px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }
}

/* Module 2B Phase 2D - PDP related card parity + gallery frame polish */
body.single-product.sis-product-page-v2 .entry.content-bg.product {
  padding-top: clamp(40px, 4.8vw, 68px);
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
  margin-bottom: clamp(22px, 2.2vw, 34px);
}

body.single-product.sis-product-page-v2 .woocommerce-product-gallery,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
  position: relative !important;
  isolation: isolate;
  overflow: visible;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(248, 239, 229, 0.66) 100%);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__wrapper,
body.single-product.sis-product-page-v2 div.product .flex-viewport,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
  border-radius: 15px;
}

body.single-product.sis-product-page-v2 div.product .flex-viewport,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
  background: #f7eee4;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
  display: grid;
  place-items: center;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image img.wp-post-image {
  width: 100%;
  height: 100% !important;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 18px !important;
  right: 84px !important;
  left: auto !important;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  border: 1px solid rgba(85, 65, 52, 0.18);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 246, 235, 0.9)) !important;
  color: #241b16;
  box-shadow:
    0 9px 20px rgba(23, 17, 15, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: none !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger:hover,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger:focus-visible {
  border-color: rgba(184, 155, 94, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fffdf9 0%, #fff1df 100%) !important;
  color: #181411;
  outline: 2px solid rgba(184, 155, 94, 0.24);
  outline-offset: 2px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: start;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  display: block;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--sis-catalog-line);
  border-radius: 12px;
  background: var(--sis-catalog-warm);
  box-shadow: var(--sis-catalog-shadow);
  transform: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform 220ms ease;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product:hover .woocommerce-loop-image-link {
  border-color: var(--sis-catalog-line-strong);
  box-shadow: 0 14px 30px rgba(23, 17, 15, 0.07);
  transform: translateY(-2px) !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product:hover .woocommerce-loop-image-link img {
  transform: scale(1.025);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  position: relative;
  right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 16px);
  min-width: 0;
  min-height: 0;
  margin: 0 auto 12px;
  z-index: 7;
  pointer-events: none;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions.is-options-open {
  z-index: 80;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: auto;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(37px, 2.8vw, 40px);
  min-width: clamp(37px, 2.8vw, 40px);
  height: clamp(37px, 2.8vw, 40px);
  min-height: clamp(37px, 2.8vw, 40px);
  max-width: 40px;
  max-height: 40px;
  padding: 0;
  border: 1px solid rgba(85, 65, 52, 0.18);
  border-radius: 999px;
  background: rgba(32, 27, 23, 0.86) !important;
  background-image: none !important;
  color: #fffaf4;
  box-shadow: 0 8px 20px rgba(23, 17, 15, 0.18);
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action::before,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action::after {
  content: none !important;
  display: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:hover,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:focus-visible,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:active {
  border-color: rgba(255, 250, 244, 0.74);
  background: rgba(24, 20, 17, 0.94) !important;
  color: #fffaf4 !important;
  box-shadow: 0 10px 24px rgba(23, 17, 15, 0.24);
  outline: none;
  transform: translateY(-1px);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist svg {
  width: 15px;
  height: 15px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist.is-active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: rgba(184, 155, 94, 0.48) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #fffdf9 0%, #fff6ec 100%) !important;
  color: #604632 !important;
  box-shadow:
    0 5px 12px rgba(48, 35, 25, 0.12),
    0 0 0 2px rgba(184, 155, 94, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--disabled {
  border-color: rgba(24, 20, 17, 0.12);
  background: rgba(255, 253, 249, 0.82) !important;
  color: rgba(24, 20, 17, 0.5);
  box-shadow: none;
  cursor: not-allowed;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
  position: static !important;
  grid-column: 1;
  grid-row: 2;
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: calc(2.56em + 23px);
  padding: 13px 4px 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  transform: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-product__title {
  position: static !important;
  max-width: 92%;
  min-height: 2.56em;
  margin: 0 auto !important;
  color: #241d18;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.28;
  text-align: center;
  transform: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .price {
  position: static !important;
  display: block;
  margin: 0 auto !important;
  color: rgba(36, 29, 24, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transform: none !important;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__message {
  right: 12px;
  top: auto;
  bottom: calc(100% + 8px);
  left: 12px;
  max-width: min(226px, calc(100% - 24px));
  margin: 0 auto;
  text-align: center;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
  right: 12px;
  top: auto;
  bottom: 52px;
  left: 12px;
  width: min(238px, calc(100% - 24px));
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(85, 65, 52, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 14px 28px rgba(23, 17, 15, 0.13);
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__sheet {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 1025px) {
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 8px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  body.single-product.sis-product-page-v2 div.product {
    gap: 38px 54px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-product-gallery,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    position: relative !important;
    top: auto;
  }

  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    padding-top: 0;
  }

  body.single-product.sis-product-page-v2 div.product .flex-viewport,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
    aspect-ratio: 1 / 1;
    min-height: min(58vw, 620px);
    max-height: min(68vh, 660px);
  }
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .entry.content-bg.product {
    padding-top: 18px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
    margin-bottom: 14px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    border-radius: 17px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
    top: 12px !important;
    right: 12px !important;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
    border-radius: 12px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 10px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
    gap: 6px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
    width: 15px;
    height: 15px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
    min-height: calc(2.52em + 22px);
    padding: 12px 3px 0;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-product__title {
    max-width: 96%;
    font-size: 13px;
    line-height: 1.25;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .price {
    font-size: 12.5px;
  }

  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
    right: 6px;
    bottom: 48px;
    left: 6px;
    width: min(214px, calc(100% - 12px));
  }
}

/* Module 2B Phase 2E - PDP hero composition / frame system polish */
body.single-product.sis-product-page-v2 .content-area {
  margin-top: clamp(34px, 3.2vw, 46px);
}

body.single-product.sis-product-page-v2 .entry.content-bg.product,
body.single-product.sis-product-page-v2 div.product {
  padding-top: clamp(24px, 2.2vw, 32px);
}

body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
  margin-bottom: clamp(16px, 1.35vw, 22px);
  color: rgba(48, 39, 32, 0.58);
  font-size: clamp(12.5px, 0.92vw, 13.5px);
  line-height: 1.35;
}

body.single-product.sis-product-page-v2 .woocommerce-product-gallery,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
  padding: 8px;
  border-color: rgba(96, 73, 54, 0.12);
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.97) 0%, rgba(248, 239, 229, 0.58) 100%);
  box-shadow: 0 14px 34px rgba(36, 27, 21, 0.055);
}

body.single-product.sis-product-page-v2 div.product .flex-viewport,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 253, 249, 0.92), rgba(247, 238, 228, 0.96) 64%),
    #f7eee4;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs {
  margin-top: 8px;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs img {
  border-color: rgba(96, 73, 54, 0.12);
  box-shadow: none;
}

body.single-product.sis-product-page-v2 div.product .flex-control-thumbs img.flex-active,
body.single-product.sis-product-page-v2 div.product .flex-control-thumbs img:hover,
body.single-product.sis-product-page-v2 div.product .flex-control-thumbs img:focus-visible {
  border-color: rgba(96, 73, 54, 0.38);
  box-shadow: 0 0 0 2px rgba(184, 155, 94, 0.14);
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  border: 2px solid currentColor !important;
  border-radius: 999px !important;
  transform: none !important;
  box-sizing: border-box !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 8px !important;
  height: 2px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: translate(5px, 5px) rotate(45deg) !important;
  transform-origin: center !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger img,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger svg {
  position: static !important;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  transform: none !important;
}

@media (min-width: 1025px) {
  body.single-product.sis-product-page-v2 div.product {
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 0.82fr);
    gap: 34px 48px;
  }

  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    align-self: start;
    margin-top: 0 !important;
    padding: clamp(20px, 2vw, 28px);
    border-color: rgba(96, 73, 54, 0.12);
    border-radius: 20px;
    box-shadow: 0 14px 36px rgba(36, 27, 21, 0.055);
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .product_title {
    margin-bottom: 10px;
    font-size: clamp(36px, 3vw, 42px);
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .price {
    margin-bottom: 13px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 16px;
    line-height: 1.55;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
    padding: clamp(14px, 1.4vw, 18px) 0 0;
    border: 0;
    border-top: 1px solid rgba(96, 73, 54, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart::before {
    content: none;
    display: none;
  }

  body.single-product.sis-product-page-v2 div.product .flex-viewport,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
    min-height: clamp(500px, 42vw, 560px);
    max-height: min(60vh, 590px);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
    top: 16px !important;
    right: 16px !important;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 .content-area {
    margin-top: 24px;
  }

  body.single-product.sis-product-page-v2 .content-container.site-container {
    max-width: min(100% - 12px, 1280px);
    padding-right: 8px;
    padding-left: 8px;
  }

  body.single-product.sis-product-page-v2 .entry.content-bg.product,
  body.single-product.sis-product-page-v2 div.product {
    padding-top: 14px;
  }

  body.single-product.sis-product-page-v2 .woocommerce-breadcrumb {
    margin-bottom: 12px;
    font-size: 11.8px;
    line-height: 1.3;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery {
    padding: 5px;
    border-radius: 16px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__wrapper,
  body.single-product.sis-product-page-v2 div.product .flex-viewport,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
    border-radius: 12px;
  }

  body.single-product.sis-product-page-v2 div.product .summary.entry-summary {
    margin-top: 14px !important;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart {
    padding: 14px;
    border-color: rgba(96, 73, 54, 0.13);
    box-shadow: 0 10px 26px rgba(36, 27, 21, 0.045);
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
    top: 10px !important;
    right: 10px !important;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }
}

@media (max-width: 380px) {
  body.single-product.sis-product-page-v2 .content-container.site-container {
    max-width: min(100% - 10px, 1280px);
    padding-right: 6px;
    padding-left: 6px;
  }
}

/* PDP FAST_PATCH - gallery crop, zoom alignment, mobile buy row */
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__wrapper,
body.single-product.sis-product-page-v2 div.product .flex-viewport,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a {
  position: relative;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image > img:not(.zoomImg),
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 18px !important;
  right: 84px !important;
  left: auto !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden;
  text-indent: 0 !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  border: 2px solid currentColor !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-sizing: border-box !important;
  transform: translate(-58%, -58%) !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 8px !important;
  height: 2px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: currentColor !important;
  transform: translate(2px, 3px) rotate(45deg) !important;
  transform-origin: center !important;
}

@media (max-width: 767px) {
  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
    top: 12px !important;
    right: 34px !important;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .woocommerce-variation-add-to-cart,
  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form) {
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary form.cart:not(.variations_form)::before {
    content: none !important;
    display: none !important;
    flex-basis: 0 !important;
  }

  body.single-product.sis-product-page-v2 .quantity.sis-pdp-quantity-stepper {
    flex: 0 0 122px;
    width: 122px;
    min-width: 122px;
    grid-template-columns: 36px minmax(42px, 1fr) 36px;
  }

  body.single-product.sis-product-page-v2 .sis-pdp-quantity-stepper__button {
    width: 36px;
    min-width: 36px;
  }

  body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 374px) {
  body.single-product.sis-product-page-v2 .summary.entry-summary .single_add_to_cart_button.button {
    font-size: 12px;
  }
}

/* Quick action buttons v2 - homepage shell + premium overlay positioning */
body.home .sis-home-featured-products .sis-catalog-actions,
body.woocommerce-shop ul.products li.product .sis-catalog-actions,
body.post-type-archive-product ul.products li.product .sis-catalog-actions,
body.tax-product_cat ul.products li.product .sis-catalog-actions,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions {
  width: auto;
  min-height: 0;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  width: auto;
  min-height: 0;

}

body.home .sis-home-featured-products .sis-catalog-actions {
  right: clamp(12px, 4.5%, 18px);
  bottom: clamp(12px, 4%, 16px);
  left: clamp(12px, 4.5%, 18px);
}

body.home .sis-home-featured-products .sis-catalog-actions__rail,
body.woocommerce-shop ul.products li.product .sis-catalog-actions__rail,
body.post-type-archive-product ul.products li.product .sis-catalog-actions__rail,
body.tax-product_cat ul.products li.product .sis-catalog-actions__rail,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions__rail {
  gap: 7px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
  gap: 7px;

}

body.home .sis-home-featured-products .sis-catalog-action,
body.woocommerce-shop ul.products li.product .sis-catalog-action,
body.post-type-archive-product ul.products li.product .sis-catalog-action,
body.tax-product_cat ul.products li.product .sis-catalog-action,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-color: rgba(255, 250, 244, 0.42) !important;
  background: #161210 !important;
  background-image: none !important;
  color: #fffaf4 !important;
  box-shadow:
    0 5px 11px rgba(24, 18, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  opacity: 1 !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
  width: 37px !important;
  min-width: 37px !important;
  max-width: 37px !important;
  height: 37px !important;
  min-height: 37px !important;
  max-height: 37px !important;
  border-color: rgba(255, 250, 244, 0.42) !important;
  background: #161210 !important;
  background-image: none !important;
  color: #fffaf4 !important;
  box-shadow:
    0 5px 11px rgba(24, 18, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  opacity: 1 !important;

}

body.home .sis-home-featured-products .sis-catalog-action:hover,
body.home .sis-home-featured-products .sis-catalog-action:focus-visible,
body.home .sis-home-featured-products .sis-catalog-action:active,
body.woocommerce-shop ul.products li.product .sis-catalog-action:hover,
body.woocommerce-shop ul.products li.product .sis-catalog-action:focus-visible,
body.woocommerce-shop ul.products li.product .sis-catalog-action:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.tax-product_cat ul.products li.product .sis-catalog-action:hover,
body.tax-product_cat ul.products li.product .sis-catalog-action:focus-visible,
body.tax-product_cat ul.products li.product .sis-catalog-action:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:hover,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:focus-visible,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action:active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:hover,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:focus-visible,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action:active {
  border-color: rgba(244, 213, 143, 0.58) !important;
  background: #0f0c0b !important;
  background-image: none !important;
  color: #fffaf4 !important;
  box-shadow:
    0 6px 13px rgba(24, 18, 14, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
}

body.home .sis-home-featured-products .sis-catalog-action svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action svg,
body.tax-product_cat ul.products li.product .sis-catalog-action svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action svg {
  display: block;
  width: 15.5px;
  height: 15.5px;
  stroke: currentColor;
  stroke-width: 2.08;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
  display: block;
  width: 15.5px;
  height: 15.5px;
  stroke: currentColor;
  stroke-width: 2.08;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;

}

body.home .sis-home-featured-products .sis-catalog-action--wishlist.is-active,
body.home .sis-home-featured-products .sis-catalog-action--wishlist[aria-pressed="true"],
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist.is-active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist.is-active,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist.is-active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active),
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist.is-active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist[aria-pressed="true"],
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: rgba(184, 155, 94, 0.58) !important;
  background: #fffaf4 !important;
  background-image: none !important;
  color: #3a2a20 !important;
  box-shadow:
    0 5px 12px rgba(24, 18, 14, 0.15),
    0 0 0 1px rgba(184, 155, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.home .sis-home-featured-products .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.woocommerce-shop ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.tax-product_cat ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--wishlist:is(.is-active, [aria-pressed="true"]) svg path {
  fill: currentColor !important;
  stroke: currentColor !important;

}

body.woocommerce-shop ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.tax-product_cat ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-action--select,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-action--select {
  border-color: rgba(184, 155, 94, 0.58) !important;
  background: #fffaf4 !important;
  background-color: #fffaf4 !important;
  background-image: none !important;
  color: #3a2a20 !important;
  box-shadow:
    0 5px 12px rgba(24, 18, 14, 0.15),
    0 0 0 1px rgba(184, 155, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-action--select {
  border-color: rgba(184, 155, 94, 0.58) !important;
  background: #fffaf4 !important;
  background-color: #fffaf4 !important;
  background-image: none !important;
  color: #3a2a20 !important;
  box-shadow:
    0 5px 12px rgba(24, 18, 14, 0.15),
    0 0 0 1px rgba(184, 155, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;

}

body.home .sis-home-featured-products .sis-catalog-action--cart.is-sis-action-pressed,
body.home .sis-home-featured-products .sis-catalog-action--cart.is-loading,
body.home .sis-home-featured-products .sis-catalog-action--cart.loading,
body.home .sis-home-featured-products .sis-catalog-action--cart[aria-busy="true"],
body.home .sis-home-featured-products .sis-catalog-action--cart:active,
body.home .sis-home-featured-products .sis-catalog-action--view.is-sis-action-pressed,
body.home .sis-home-featured-products .sis-catalog-action--view:active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--cart.is-sis-action-pressed,
body.woocommerce-shop ul.products li.product .sis-catalog-action--cart.is-loading,
body.woocommerce-shop ul.products li.product .sis-catalog-action--cart.loading,
body.woocommerce-shop ul.products li.product .sis-catalog-action--cart[aria-busy="true"],
body.woocommerce-shop ul.products li.product .sis-catalog-action--cart:active,
body.woocommerce-shop ul.products li.product .sis-catalog-action--view.is-sis-action-pressed,
body.woocommerce-shop ul.products li.product .sis-catalog-action--view:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--cart.is-sis-action-pressed,
body.post-type-archive-product ul.products li.product .sis-catalog-action--cart.is-loading,
body.post-type-archive-product ul.products li.product .sis-catalog-action--cart.loading,
body.post-type-archive-product ul.products li.product .sis-catalog-action--cart[aria-busy="true"],
body.post-type-archive-product ul.products li.product .sis-catalog-action--cart:active,
body.post-type-archive-product ul.products li.product .sis-catalog-action--view.is-sis-action-pressed,
body.post-type-archive-product ul.products li.product .sis-catalog-action--view:active,
body.tax-product_cat ul.products li.product .sis-catalog-action--cart.is-sis-action-pressed,
body.tax-product_cat ul.products li.product .sis-catalog-action--cart.is-loading,
body.tax-product_cat ul.products li.product .sis-catalog-action--cart.loading,
body.tax-product_cat ul.products li.product .sis-catalog-action--cart[aria-busy="true"],
body.tax-product_cat ul.products li.product .sis-catalog-action--cart:active,
body.tax-product_cat ul.products li.product .sis-catalog-action--view.is-sis-action-pressed,
body.tax-product_cat ul.products li.product .sis-catalog-action--view:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--cart.is-sis-action-pressed,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--cart.is-loading,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--cart.loading,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--cart[aria-busy="true"],
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--cart:active,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--view.is-sis-action-pressed,
body.search-results.post-type-archive-product ul.products li.product .sis-catalog-action--view:active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--cart.is-sis-action-pressed,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--cart.is-loading,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--cart.loading,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--cart[aria-busy="true"],
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--cart:active,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--view.is-sis-action-pressed,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action--view:active {
  border-color: rgba(184, 155, 94, 0.58) !important;
  background: #fffaf4 !important;
  background-color: #fffaf4 !important;
  background-image: none !important;
  color: #3a2a20 !important;
  box-shadow:
    0 5px 12px rgba(24, 18, 14, 0.15),
    0 0 0 1px rgba(184, 155, 94, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  transition: background 0ms linear, background-color 0ms linear, color 0ms linear, border-color 80ms ease, box-shadow 80ms ease, transform 80ms ease !important;
  transform: translateY(-1px);
}

body.home .sis-home-featured-products .sis-catalog-actions--pending .sis-catalog-action,
body.home .sis-home-featured-products .sis-catalog-action--pending,
body.home .sis-home-featured-products .sis-catalog-action--pending:disabled {
  border-color: rgba(255, 250, 244, 0.42) !important;
  background: #161210 !important;
  background-image: none !important;
  color: #fffaf4 !important;
  box-shadow:
    0 5px 11px rgba(24, 18, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  cursor: progress;
  opacity: 1 !important;
}

body.sis-product-archive-v2 ul.products.product-archive li.product:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 180;
  overflow: visible;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 180;
  overflow: visible;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions.is-options-open {
  z-index: 200;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions.is-options-open {
  z-index: 200;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions.is-options-open .sis-catalog-options {
  z-index: 220;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions.is-options-open .sis-catalog-options {
  z-index: 220;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: min(304px, calc(100vw - 24px));
  min-width: min(284px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: min(304px, calc(100vw - 24px));
  min-width: min(284px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__sheet {
  max-height: min(68vh, 440px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 12px;
  border: 1px solid rgba(74, 55, 41, 0.14);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.99);
  box-shadow:
    0 18px 38px rgba(24, 18, 14, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__sheet {
  max-height: min(68vh, 440px);
  overflow: auto;
  overscroll-behavior: contain;
  padding: 12px;
  border: 1px solid rgba(74, 55, 41, 0.14);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.99);
  box-shadow:
    0 18px 38px rgba(24, 18, 14, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__head {
  gap: 10px;
  margin-bottom: 9px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__head {
  gap: 10px;
  margin-bottom: 9px;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__label {
  margin-bottom: 9px;
  font-size: 11.5px;
  letter-spacing: 0;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__label {
  margin-bottom: 9px;
  font-size: 11.5px;
  letter-spacing: 0;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__choices {
  grid-template-columns: repeat(2, minmax(86px, 1fr));
  gap: 7px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choices {
  grid-template-columns: repeat(2, minmax(86px, 1fr));
  gap: 7px;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__choice,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__add {
  min-height: 35px;
  padding: 8px 10px;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choice,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__add {
  min-height: 35px;
  padding: 8px 10px;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;

}

body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .sis-catalog-options {
  width: min(336px, calc(100vw - 24px));
  min-width: min(316px, calc(100vw - 24px));
}

body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-options {
  width: min(288px, calc(100vw - 24px));
  min-width: min(272px, calc(100vw - 24px));
}

body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-options__sheet {
  padding: 10px;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
  width: calc(100% - 22px);
  margin-bottom: 12px;
}

body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  width: calc(100% - 20px);
  margin-bottom: 12px;
}

@media (min-width: 1025px) {
  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .sis-catalog-actions {
    width: calc(100% - 32px);
    margin-bottom: 18px;
  }

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .sis-catalog-actions__rail {
    gap: 9px;

}

  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

}


  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive li.product .sis-catalog-actions {
    width: calc(100% - 18px);
    margin-bottom: 11px;
  }

  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive li.product .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-actions {
    width: calc(100% - 10px);
    margin-bottom: 8px;

}

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-actions__rail {
    gap: 4px;

}

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

}

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-action svg {
    width: 13px;
    height: 13px;

}
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .sis-catalog-actions {
    right: 9px;
    bottom: 10px;
    left: 9px;
  }

  body.home .sis-home-featured-products .sis-catalog-actions__rail,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions__rail,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
    gap: 6px;
  }

  body.home .sis-home-featured-products .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

}
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-action {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;

}

  body.home .sis-home-featured-products .sis-catalog-action svg {
    width: 14px;
    height: 14px;

}
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-action svg {
    width: 14px;
    height: 14px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action svg {
    width: 14px;
    height: 14px;

}

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
    width: calc(100% - 14px);
    margin-bottom: 10px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    width: calc(100% - 14px);
    margin-bottom: 10px;

}

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options {
    width: min(312px, calc(100vw - 22px));
    min-width: min(278px, calc(100vw - 22px));
    max-width: calc(100vw - 22px);
  }
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
    width: min(312px, calc(100vw - 22px));
    min-width: min(278px, calc(100vw - 22px));
    max-width: calc(100vw - 22px);
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__sheet {
    max-height: min(72vh, 420px);
    padding: 10px;
    border-radius: 15px;
  }
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__sheet {
    max-height: min(72vh, 420px);
    padding: 10px;
    border-radius: 15px;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options__choices {
    grid-template-columns: repeat(2, minmax(82px, 1fr));
    gap: 6px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options__choices {
    grid-template-columns: repeat(2, minmax(82px, 1fr));
    gap: 6px;

}
}

@media (max-width: 374px) {
  body.home .sis-home-featured-products .sis-catalog-actions {
    right: 7px;
    left: 7px;
  }

  body.home .sis-home-featured-products .sis-catalog-action,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-action,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-options {
    width: min(300px, calc(100vw - 18px));
    min-width: min(270px, calc(100vw - 18px));
    max-width: calc(100vw - 18px);
  }
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-options {
    width: min(300px, calc(100vw - 18px));
    min-width: min(270px, calc(100vw - 18px));
    max-width: calc(100vw - 18px);
  }
}

/* Product Photo Display + Zoom Reset v1 - neutral product-photo baseline */
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 239, 229, 0.66));
}
body.woocommerce-cart .sis-cart-aov-product__media {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 52%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 239, 229, 0.66));
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link img,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
body.woocommerce-cart .sis-cart-aov-product__image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}


body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:hover .wc-block-components-product-image img,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:hover .wc-block-components-product-image img,
body.sis-product-archive-v2 ul.products.product-archive li.product:hover .woocommerce-loop-image-link img,
body.single-product.sis-product-page-v2 .related.products ul.products li.product:hover .woocommerce-loop-image-link img {
  transform: none !important;
}
body.woocommerce-cart .sis-cart-aov-product:hover .sis-cart-aov-product__image {
  transform: none !important;
}


body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .woocommerce-loop-image-link img {
  padding: 0 !important;
}

body.home .sis-home-featured-products .sis-catalog-actions {
  position: relative;
  inset: auto;
  margin: 10px 17px 0;
}

body.sis-product-archive-v2 ul.products.product-archive li.product {
  grid-template-rows: auto auto auto;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product {
  grid-template-rows: auto auto auto;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
  grid-row: 2;
  align-self: start;
  margin: 10px auto 0;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  grid-row: 2;
  align-self: start;
  margin: 10px auto 0;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .product-details {
  grid-row: 3;
  padding-top: 9px;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
  grid-row: 3;
  padding-top: 9px;

}

body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-actions {
  margin-top: 7px;
}

body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions {
  bottom: -20px;
  margin-bottom: 0;
}

body.woocommerce-cart .sis-cart-aov-product__media {
  margin-bottom: 22px;
  overflow: visible;
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  aspect-ratio: 2 / 3;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 54%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 239, 229, 0.74));
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  box-sizing: border-box;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.sis-quick-cart__item-media img {
  box-sizing: border-box;
  padding: 0 !important;
  object-fit: contain;
  object-position: center center;
  transform: none !important;
}


body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image,
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image a,
body.single-product.sis-product-page-v2 div.product .flex-viewport {
  overflow: hidden;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image > img:not(.zoomImg),
body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__image img.zoomImg {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
  top: 14px !important;
  right: 14px !important;
}

.sis-catalog-zoom__figure {
  width: auto;
  height: auto;
  max-width: min(620px, calc(100vw - 56px));
  max-height: calc(100vh - 56px);

}

.sis-catalog-zoom__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 92px);
  object-fit: contain;
  object-position: center center;
  transform: none !important;

}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .sis-catalog-actions,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-top: 9px;
  }

  body.single-product.sis-product-page-v2 div.product .woocommerce-product-gallery__trigger {
    top: 10px !important;
    right: 10px !important;
  }

  .sis-catalog-zoom__figure {
    max-width: min(390px, calc(100vw - 36px));
    max-height: calc(100vh - 36px);

}

  .sis-catalog-zoom__image {
    max-height: calc(100vh - 74px);

}
}

@media (max-width: 374px) {
  body.home .sis-home-featured-products .sis-catalog-actions,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-top: 8px;
  }
}

/* Unified Product Card Photo Frame + Buttons v1 - product-card visual layer only */
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;

}
body.sis-product-archive-v2 ul.products.product-archive li.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;

}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link,
body.woocommerce-cart .sis-cart-aov-product__media {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  min-width: 0;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden;
  isolation: isolate;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a,
body.home .sis-home-featured-products .wc-block-components-product-image > a {
  grid-column: 1;
  grid-row: 1;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  justify-self: stretch;
  margin: 0;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  justify-self: stretch;
  margin: 0;

}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link img,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
body.woocommerce-cart .sis-cart-aov-product__image {
  display: block;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a,
body.home .sis-home-featured-products .wc-block-components-product-image > a {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
body.woocommerce-cart .sis-cart-aov-product__image-link {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image .sis-catalog-actions,
body.home .sis-home-featured-products .wc-block-components-product-image .sis-catalog-actions,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: clamp(10px, 3.5%, 16px) !important;
  left: 50% !important;
  width: max-content !important;
  max-width: calc(100% - 18px);
  margin: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 8;
}

body.home .sis-home-featured-products .sis-catalog-actions__rail,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions__rail,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions__rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}


body.home .sis-home-featured-products .sis-catalog-action,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-action,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border-radius: 999px !important;
  border-color: rgba(255, 250, 244, 0.42) !important;
  background: #161210 !important;
  background-color: #161210 !important;
  background-image: none !important;
  color: #fffaf4 !important;
  box-shadow:
    0 8px 16px rgba(24, 18, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

body.sis-product-archive-v2 ul.products.product-archive li.product .product-details {
  grid-column: 1;
  grid-row: 2;
  padding-top: clamp(9px, 2.5vw, 14px);

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
  grid-column: 1;
  grid-row: 2;
  padding-top: clamp(9px, 2.5vw, 14px);

}

body.woocommerce-cart .sis-cart-aov-product__media {
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

body.sis-wishlist-page-view .sis-wishlist-item__media {
  aspect-ratio: 3 / 4 !important;
  overflow: hidden;
}

body.sis-wishlist-page-view .sis-wishlist-item__media img {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

@media (min-width: 1025px) {
  body.sis-product-archive-v2.sis-archive-view-3 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 18px !important;
  }

  body.sis-product-archive-v2.sis-archive-view-6 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 14px !important;
  }
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 14px !important;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 8px !important;
  }

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-actions__rail {
    gap: 4px;

}

  body.sis-product-archive-v2.sis-archive-view-9 ul.products.product-archive li.product .sis-catalog-action {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;

}
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .wp-block-woocommerce-product-image .sis-catalog-actions,
  body.home .sis-home-featured-products .wc-block-components-product-image .sis-catalog-actions,
  body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions {
    bottom: 10px !important;
  }

  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 10px !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 10px !important;

}

  body.home .sis-home-featured-products .sis-catalog-actions__rail,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions__rail,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions__rail {
    gap: 6px;
  }
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions__rail {
    gap: 6px;
  }


  body.home .sis-home-featured-products .sis-catalog-action,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-action,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-action {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
  }
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-action {
    width: 33px !important;
    min-width: 33px !important;
    max-width: 33px !important;
    height: 33px !important;
    min-height: 33px !important;
    max-height: 33px !important;
  }

}

/* Correct Product Card Surfaces after ab92c45 - source-native product photos */
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link,
body.sis-wishlist-page-view .sis-wishlist-item__media {
  aspect-ratio: 2 / 3 !important;
}
body.woocommerce-cart .sis-cart-aov-product__media {
  aspect-ratio: 2 / 3 !important;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden !important;
}
body.woocommerce-cart .sis-cart-aov-product__media {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden !important;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a,
body.home .sis-home-featured-products .wc-block-components-product-image > a {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  aspect-ratio: auto !important;
  overflow: hidden;
}
body.woocommerce-cart .sis-cart-aov-product__image-link {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  aspect-ratio: auto !important;
  overflow: hidden;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link img,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img,
body.woocommerce-cart .sis-cart-aov-product__image,
body.sis-wishlist-page-view .sis-wishlist-item__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a > img,
body.home .sis-home-featured-products .wc-block-components-product-image > a > img {
  inline-size: 100% !important;
  block-size: 100% !important;
  min-block-size: 100% !important;
  max-block-size: 100% !important;
  align-self: stretch;
  justify-self: stretch;
}

body.home .sis-look-card .sis-catalog-actions,
body.home .sis-look-card [data-sis-catalog-actions] {
  display: none !important;
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
  body.home .sis-home-featured-products .wc-block-components-product-image,
  body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link,
  body.woocommerce-cart .sis-cart-aov-product__media,
  body.sis-wishlist-page-view .sis-wishlist-item__media {
    aspect-ratio: 2 / 3 !important;
  }

  body.home .sis-home-featured-products .wp-block-woocommerce-product-image .sis-catalog-actions,
body.home .sis-home-featured-products .wc-block-components-product-image .sis-catalog-actions {
    bottom: 9px !important;
  }
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions {
    bottom: 9px !important;
  }


body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
    margin-bottom: 9px !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 9px !important;

}
}

/* Module 2 corrective product-card/look-card/panel layer after 265bd48 */
body.home .sis-home-featured-products .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-components-product-image,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link,
body.sis-wishlist-page-view .sis-wishlist-item__media {
  aspect-ratio: 2 / 3 !important;
  display: block;
  min-height: 0 !important;
  position: relative;
  overflow: visible !important;
}
body.woocommerce-cart .sis-cart-aov-product__media {
  aspect-ratio: 2 / 3 !important;
  display: block;
  min-height: 0 !important;
  position: relative;
  overflow: visible !important;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a,
body.home .sis-home-featured-products .wc-block-components-product-image > a {
  aspect-ratio: inherit;
  display: block;
  height: 100% !important;
  min-height: 0 !important;
  position: relative;
  overflow: visible;
}
body.woocommerce-cart .sis-cart-aov-product__image-link {
  aspect-ratio: inherit;
  display: block;
  height: 100% !important;
  min-height: 0 !important;
  position: relative;
  overflow: visible;
}


body.home .sis-home-featured-products .wp-block-woocommerce-product-image img,
body.home .sis-home-featured-products .wc-block-components-product-image img,
body.sis-product-archive-v2 ul.products.product-archive li.product .woocommerce-loop-image-link img,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .woocommerce-loop-image-link img,
body.woocommerce-cart .sis-cart-aov-product__image,
body.sis-wishlist-page-view .sis-wishlist-item__media img {
  inset: 0;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image > a > img,
body.home .sis-home-featured-products .wc-block-components-product-image > a > img {
  block-size: 100% !important;
  min-block-size: 100% !important;
  max-block-size: 100% !important;
  align-self: stretch;
}

body.home .sis-home-featured-products .wp-block-woocommerce-product-image:has(.sis-catalog-actions.is-options-open),
body.home .sis-home-featured-products .wc-block-components-product-image:has(.sis-catalog-actions.is-options-open),
body.sis-product-archive-v2 ul.products.product-archive li.product:has(.sis-catalog-actions.is-options-open),
body.single-product.sis-product-page-v2 .related.products ul.products li.product:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 280;
  overflow: visible !important;
  isolation: auto;
}
body.woocommerce-cart .sis-cart-aov-product__media:has(.sis-catalog-actions.is-options-open) {
  position: relative;
  z-index: 280;
  overflow: visible !important;
  isolation: auto;
}


body.home .sis-home-featured-products .sis-catalog-actions.is-options-open,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions.is-options-open,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions.is-options-open {
  overflow: visible !important;
  z-index: 320;
}
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions.is-options-open {
  overflow: visible !important;
  z-index: 320;
}


body.home .sis-home-featured-products .sis-catalog-actions .sis-catalog-options,
body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions .sis-catalog-options,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions .sis-catalog-options,
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions .sis-catalog-options {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: calc(100% + 8px) !important;
  left: 50% !important;
  width: min(320px, calc(100vw - 24px)) !important;
  min-width: min(270px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 340;
}

body.home .sis-look-card .sis-catalog-actions,
body.home .sis-look-card [data-sis-catalog-actions] {
  display: none !important;
}

body.home .sis-look-card__media {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px;
  width: 100%;
  min-height: 0;
  padding: 0;
  aspect-ratio: auto;
  justify-self: stretch;
  overflow: visible;
  background: transparent;
}

body.home .sis-look-card__media .sis-look-card__thumb {
  --sis-look-img-fit: contain;
  --sis-look-img-height: 124%;
  --sis-look-img-left: 50%;
  --sis-look-img-position: center center;
  --sis-look-img-top: 50%;
  --sis-look-img-width: 124%;
  --sis-look-img-x: -50%;
  --sis-look-img-y: -50%;
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  aspect-ratio: auto !important;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 239, 229, 0.72));
}

body.home .sis-look-card__media .sis-look-card__thumb:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}

body.home .sis-look-card__media .sis-look-card__thumb:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

body.home .sis-look-card__media .sis-look-card__thumb:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

body.home .sis-look-card__media .sis-look-card__image {
  position: absolute;
  inset: auto !important;
  top: var(--sis-look-img-top) !important;
  left: var(--sis-look-img-left) !important;
  width: var(--sis-look-img-width) !important;
  height: var(--sis-look-img-height) !important;
  max-width: none;
  max-height: none;
  object-fit: var(--sis-look-img-fit) !important;
  object-position: var(--sis-look-img-position) !important;
  transform: translate(var(--sis-look-img-x), var(--sis-look-img-y)) !important;
}

body.home .sis-look-card:hover .sis-look-card__media .sis-look-card__image {
  transform: translate(var(--sis-look-img-x), var(--sis-look-img-y)) !important;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-main {
  --sis-look-img-height: 126%;
  --sis-look-img-position: center top;
  --sis-look-img-top: 0%;
  --sis-look-img-width: 126%;
  --sis-look-img-y: 0%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-main.sis-look-card__thumb--type-chain {
  --sis-look-img-height: 138%;
  --sis-look-img-width: 138%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-main.sis-look-card__thumb--type-necklace {
  --sis-look-img-height: 118%;
  --sis-look-img-width: 118%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top {
  --sis-look-img-height: 124%;
  --sis-look-img-width: 124%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-earrings,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-ring {
  --sis-look-img-height: 148%;
  --sis-look-img-width: 148%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-chain,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-necklace {
  --sis-look-img-height: 138%;
  --sis-look-img-position: center top;
  --sis-look-img-top: 0%;
  --sis-look-img-width: 138%;
  --sis-look-img-y: 0%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-bracelet,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-watch,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-set,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-top.sis-look-card__thumb--type-other {
  --sis-look-img-height: 132%;
  --sis-look-img-width: 132%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom {
  --sis-look-img-height: 128%;
  --sis-look-img-width: 128%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-earrings,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-ring {
  --sis-look-img-height: 136%;
  --sis-look-img-width: 136%;
}

body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-bracelet,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-watch,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-set,
body.home .sis-look-card__media--3 .sis-look-card__thumb--slot-secondary-bottom.sis-look-card__thumb--type-other {
  --sis-look-img-height: 142%;
  --sis-look-img-width: 142%;
}

@media (max-width: 767px) {
  body.home .sis-look-card__media {
    gap: 7px;
    aspect-ratio: auto;
  }

  body.home .sis-home-featured-products .sis-catalog-actions .sis-catalog-options,
  body.woocommerce-cart .sis-cart-aov-product__media .sis-catalog-actions .sis-catalog-options,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions .sis-catalog-options,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions .sis-catalog-options {
    bottom: calc(100% + 7px) !important;
    width: min(220px, 50vw) !important;
    min-width: min(184px, 50vw) !important;
    max-width: calc(100vw - 18px) !important;
  }
}

/* Module 8 Look Cards Unified Front Zoom + Back Panel Refinement v2.0 */
body.home .sis-look-card__media .sis-look-card__thumb {
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(178, 138, 66, 0.08);
}

body.home .sis-look-card__zoom {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-grid;
  width: 47px;
  height: 47px;
  min-width: 47px;
  min-height: 47px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(117, 91, 54, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.88);
  color: rgba(47, 35, 28, 0.84);
  box-shadow: 0 8px 18px rgba(47, 35, 28, 0.12);
  opacity: 0.72;
  cursor: pointer;
  transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

body.home .sis-look-card__zoom:hover,
body.home .sis-look-card__zoom:focus-visible {
  border-color: rgba(117, 91, 54, 0.32);
  background: rgba(255, 252, 248, 0.96);
  color: #2f231c;
  opacity: 1;
  transform: translateY(-1px);
}

body.home .sis-look-card__zoom:focus-visible {
  outline: 2px solid rgba(178, 138, 66, 0.42);
  outline-offset: 2px;
}

body.home .sis-look-card__zoom-icon {
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
}

body.home .sis-look-card__face--back {
  gap: 10px;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

body.home .sis-look-card__back-head {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(117, 91, 54, 0.12);
}

body.home .sis-look-card__back-head h3 {
  line-height: 1.12;
}

body.home .sis-look-card__back-head p {
  max-width: 36ch;
  line-height: 1.32;
}

body.home .sis-look-card__back-items {
  gap: 8px;
  min-height: 0;
  padding-right: 1px;
}

body.home .sis-look-card__back-item,
body.home .sis-look-card__back-item.has-options,
body.home .sis-look-card__back-item.no-options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 7px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(178, 138, 66, 0.14);
  border-radius: 14px;
  background: rgba(255, 252, 248, 0.72);
  box-shadow: 0 8px 20px rgba(47, 35, 28, 0.05);
}

body.home .sis-look-card__back-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
}

body.home .sis-look-card__back-media {
  grid-column: auto;
  grid-row: auto;
  width: 58px;
  height: 58px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(178, 138, 66, 0.12);
  border-radius: 12px;
  background: rgba(255, 250, 245, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

body.home .sis-look-card__back-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 9px;
  object-fit: contain;
}

body.home .sis-look-card__back-copy {
  grid-column: auto;
  align-self: center;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

body.home .sis-look-card__back-name {
  font-size: 12.7px;
  line-height: 1.22;
}

body.home .sis-look-card__back-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 9px;
  margin-top: 0;
}

body.home .sis-look-card__back-price {
  font-size: 12px;
  line-height: 1.1;
}

body.home .sis-look-card__back-link {
  grid-column: auto;
  justify-self: auto;
  align-self: auto;
  display: inline-flex;
  align-items: center;
  min-height: 47px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11.5px;
  line-height: 1.1;
}

body.home .sis-look-card__choice {
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  min-width: 0;
  padding: 7px 0 0;
  border-top: 1px solid rgba(117, 91, 54, 0.12);
  border-left: 0;
}

body.home .sis-look-card__choice-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

body.home .sis-look-card__choice-chip {
  min-height: 47px;
  padding: 8px 12px;
  font-size: 11.2px;
  line-height: 1.12;
}

body.home .sis-look-card__choice-select {
  min-height: 34px;
}

body.home .sis-look-card__back-footer {
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(117, 91, 54, 0.12);
}

body.home .sis-look-card__back-actions {
  gap: 8px;
}

body.home .sis-look-card__back-button,
body.home .sis-look-card__back-add {
  min-height: 38px;
}

@media (max-width: 767px) {
  body.home .sis-look-card__zoom {
    top: 7px;
    right: 7px;
    width: 47px;
    height: 47px;
    min-width: 47px;
    min-height: 47px;
    opacity: 0.82;
  }

  body.home .sis-look-card__face--back {
    gap: 9px;
  }

  body.home .sis-look-card__back-items {
    gap: 7px;
  }

  body.home .sis-look-card__back-item,
  body.home .sis-look-card__back-item.has-options,
  body.home .sis-look-card__back-item.no-options {
    gap: 7px;
    padding: 7px;
  }

  body.home .sis-look-card__back-product {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 9px;
  }

  body.home .sis-look-card__back-media {
    width: 62px;
    height: 62px;
  }

  body.home .sis-look-card__back-name {
    font-size: 12.6px;
  }

  body.home .sis-look-card__choice-chip {
    min-height: 47px;
    padding: 8px 11px;
    font-size: 11.4px;
  }
}

@media (max-width: 390px) {
  body.home .sis-look-card__back-product {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  body.home .sis-look-card__back-media {
    width: 58px;
    height: 58px;
  }

  body.home .sis-look-card__choice-chip {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11.2px;
  }
}

/* Module 8 Look Cards Back Product Row Image Presence v2.1 */
body.home .sis-look-card__face--back .sis-look-card__back-items {
  gap: 7px;
}

body.home .sis-look-card__face--back .sis-look-card__back-item,
body.home .sis-look-card__face--back .sis-look-card__back-item.has-options,
body.home .sis-look-card__face--back .sis-look-card__back-item.no-options {
  align-items: center;
  gap: 8px 10px;
  min-height: 108px;
  padding: 8px;
}

body.home .sis-look-card__face--back .sis-look-card__back-item.has-options {
  grid-template-columns: 92px minmax(0, 1fr) auto;
}

body.home .sis-look-card__face--back .sis-look-card__back-item.no-options {
  grid-template-columns: 92px minmax(0, 1fr);
}

body.home .sis-look-card__face--back .sis-look-card__back-product {
  display: contents;
}

body.home .sis-look-card__face--back .sis-look-card__back-media {
  grid-column: 1;
  grid-row: 1;
  width: 92px;
  height: 92px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(178, 138, 66, 0.13);
  border-radius: 14px;
  background: rgba(255, 250, 245, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

body.home .sis-look-card__face--back .sis-look-card__back-media img {
  position: static !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  border-radius: 10px;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.home .sis-look-card__face--back .sis-look-card__back-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  gap: 6px;
  min-width: 0;
}

body.home .sis-look-card__face--back .sis-look-card__back-name {
  font-size: 12.8px;
  line-height: 1.2;
}

body.home .sis-look-card__face--back .sis-look-card__back-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
}

body.home .sis-look-card__face--back .sis-look-card__back-price {
  font-size: 12.2px;
}

body.home .sis-look-card__face--back .sis-look-card__choice {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.home .sis-look-card__face--back .sis-look-card__choice-chips {
  justify-content: flex-end;
  gap: 5px;
}

body.home .sis-look-card__face--back .sis-look-card__choice-chip {
  min-height: 47px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.1;
}

body.home .sis-look-card__face--back .sis-look-card__choice-select {
  min-height: 32px;
}

body.home .sis-look-card__face--back .sis-look-card__back-footer {
  gap: 7px;
  padding-top: 7px;
}

body.home .sis-look-card__face--back .sis-look-card__back-button,
body.home .sis-look-card__face--back .sis-look-card__back-add {
  min-height: 37px;
}

@media (max-width: 767px) {
  body.home .sis-look-card__face--back .sis-look-card__back-items {
    gap: 7px;
  }

  body.home .sis-look-card__face--back .sis-look-card__back-item,
  body.home .sis-look-card__face--back .sis-look-card__back-item.has-options,
  body.home .sis-look-card__face--back .sis-look-card__back-item.no-options {
    min-height: 104px;
    gap: 7px 9px;
    padding: 7px;
  }

  body.home .sis-look-card__face--back .sis-look-card__back-item.has-options {
    grid-template-columns: 88px minmax(0, 1fr) auto;
  }

  body.home .sis-look-card__face--back .sis-look-card__back-item.no-options {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  body.home .sis-look-card__face--back .sis-look-card__back-media {
    width: 88px;
    height: 88px;
    padding: 6px;
  }

  body.home .sis-look-card__face--back .sis-look-card__back-name {
    font-size: 12.6px;
  }

  body.home .sis-look-card__face--back .sis-look-card__choice-chip {
    min-height: 47px;
    padding: 6px 9px;
    font-size: 10.8px;
  }
}

@media (max-width: 370px) {
  body.home .sis-look-card__face--back .sis-look-card__back-item.has-options,
  body.home .sis-look-card__face--back .sis-look-card__back-item.no-options {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  body.home .sis-look-card__face--back .sis-look-card__back-media {
    width: 84px;
    height: 84px;
    padding: 5px;
  }

  body.home .sis-look-card__face--back .sis-look-card__choice {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  body.home .sis-look-card__face--back .sis-look-card__choice-chips {
    justify-content: flex-start;
  }
}

/* Homepage Featured Product Card Parity Fix - standard product-card path */
body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  position: relative !important;
  min-width: 0;
  padding: 0 0 8px !important;
  overflow: visible !important;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product .wc-block-components-product-image,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wc-block-components-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-image,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wc-block-components-product-image {
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product > .sis-catalog-actions,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post > .sis-catalog-actions,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post > .sis-catalog-actions {
  position: relative !important;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  width: max-content !important;
  max-width: calc(100% - 18px);
  margin: 0 0 clamp(10px, 3.5%, 16px) !important;
  inset: auto !important;
  transform: none !important;
  z-index: 8;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product .wp-block-post-title,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-post-title,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-post-title {
  grid-column: 1;
  grid-row: 2;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post .wp-block-woocommerce-product-price,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post .wp-block-woocommerce-product-price {
  grid-column: 1;
  grid-row: 3;
}

body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product:has(.sis-catalog-actions.is-options-open),
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post:has(.sis-catalog-actions.is-options-open),
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post:has(.sis-catalog-actions.is-options-open) {
  position: relative !important;
  z-index: 280;
  overflow: visible !important;
  isolation: auto;
}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product > .sis-catalog-actions,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post > .sis-catalog-actions,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post > .sis-catalog-actions {
    margin-bottom: 9px !important;
  }
}

/* Product Card Action Overlay Recovery - restore source-photo safe-area overlay */
body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product > .sis-catalog-actions,
body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post > .sis-catalog-actions,
body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post > .sis-catalog-actions,
body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions {
  position: relative !important;
  grid-column: 1;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: center !important;
  width: max-content !important;
  max-width: calc(100% - 18px);
  margin: 0 0 clamp(10px, 3.5%, 16px) !important;
  inset: auto !important;
  transform: none !important;
  z-index: 8;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
  position: relative !important;
  grid-column: 1;
  grid-row: 1 !important;
  align-self: end !important;
  justify-self: center !important;
  width: max-content !important;
  max-width: calc(100% - 18px);
  margin: 0 0 clamp(10px, 3.5%, 16px) !important;
  inset: auto !important;
  transform: none !important;
  z-index: 8;

}

body.sis-product-archive-v2 ul.products.product-archive li.product .product-details {
  grid-row: 2 !important;

}
body.single-product.sis-product-page-v2 .related.products ul.products li.product .product-details {
  grid-row: 2 !important;

}

@media (max-width: 767px) {
  body.home .sis-home-featured-products .wc-block-product-template > .wc-block-product > .sis-catalog-actions,
  body.home .sis-home-featured-products .wc-block-product-template > .wp-block-post > .sis-catalog-actions,
  body.home .sis-home-featured-products .wp-block-post-template > .wp-block-post > .sis-catalog-actions,
  body.sis-product-archive-v2 ul.products.product-archive li.product .sis-catalog-actions,
  body.single-product.sis-product-page-v2 .related.products ul.products li.product .sis-catalog-actions {
    margin-bottom: 9px !important;
  }
}

/* Module 6 Scope 6H - Woo Blocks-safe payment logo restoration */
@supports selector(.wc-block-components-radio-control__option:has(input[value="bacs"])) {
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="bacs"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label),
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cheque"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label),
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cod"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 118px;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 36px;
    color: var(--sis-color-ink);
    font-size: 14.5px;
    font-weight: 740;
    line-height: 1.22;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="bacs"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after,
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cheque"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after,
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cod"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
    content: "";
    justify-self: end;
    align-self: center;
    display: block;
    width: 118px;
    height: 34px;
    max-width: 118px;
    max-height: 34px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="bacs"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
    border-radius: 7px;
    background-image: url("../img/payments/piraeus-logo.webp");
    clip-path: inset(0 round 7px);
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cheque"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
    background-image: url("../img/payments/iris-logo-no-bg.webp");
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cod"])
    :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
    background-image: url("../img/payments/speedex-logo.webp");
  }

  @media (max-width: 767px) {
    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="bacs"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label),
    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="cheque"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label),
    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="cod"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label) {
      grid-template-columns: minmax(0, 1fr) 86px;
      gap: 10px;
      min-height: 30px;
      font-size: 13.15px;
      font-weight: 620;
      line-height: 1.18;
      overflow-wrap: normal;
    }

    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="bacs"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
      width: 78px;
      max-width: 78px;
      height: 22px;
      max-height: 22px;
      border-radius: 6px;
      clip-path: inset(0 round 6px);
    }

    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="cheque"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after,
    body.woocommerce-checkout.sis-checkout-final-polish
      .wc-block-checkout__payment-method
      .wc-block-components-radio-control__option:has(input[value="cod"])
      :is(.wc-block-components-radio-control__label, .wc-block-components-payment-method-label)::after {
      width: 86px;
      max-width: 86px;
      height: 24px;
      max-height: 24px;
    }
  }
}

/* Module 6 Scope 6H-2 - single payment logo target and mobile summary cleanup */
@supports selector(.wc-block-components-radio-control__option:has(input[value="bacs"])) {
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="bacs"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label),
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cheque"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label),
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cod"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label) {
    display: block !important;
    min-height: auto;
    width: 100%;
  }

  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="bacs"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label)::after,
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cheque"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label)::after,
  body.woocommerce-checkout.sis-checkout-final-polish
    .wc-block-checkout__payment-method
    .wc-block-components-radio-control__option:has(input[value="cod"])
    .wc-block-components-radio-control__label:has(.wc-block-components-payment-method-label)::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-checkout.sis-checkout-final-polish .checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
}
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-skeleton--cart-line-items-checkout {
  border-radius: 12px;
  background-color: rgba(184, 155, 94, 0.1) !important;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)) !important;
  box-shadow: none;
  filter: saturate(0.72);
  opacity: 0.34;
  transition: opacity 160ms ease;
}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-skeleton--cart-line-items-checkout {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
