:root {
  --shp-teal: #14b8c3;
  --shp-teal-deep: #006d75;
  --shp-teal-soft: #e7f8f8;
  --shp-ink: #202020;
  --shp-text: #505456;
  --shp-muted: #62686a;
  --shp-line: #dfe3e3;
  --shp-surface: #ffffff;
  --shp-surface-soft: #f6f7f6;
  --shp-warm: #f6f2ec;
  --shp-warm-deep: #e9dfd2;
  --shp-shadow: 0 18px 50px rgba(27, 36, 38, 0.09);
  --shp-radius-sm: 8px;
  --shp-radius-md: 14px;
  --shp-radius-lg: 24px;
  --shp-shell: calc(100vw - 128px);
  --shp-header-height: 161px;
  --shp-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.shp-home *,
.shp-home *::before,
.shp-home *::after {
  box-sizing: border-box;
}

.shp-home {
  margin: 0;
  overflow-x: hidden;
  background: var(--shp-surface);
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.shp-prototype {
  margin: 0;
}

.shp-site-header,
.shp-site-header *,
.shp-site-header *::before,
.shp-site-header *::after {
  box-sizing: border-box;
}

body.shp-menu-open {
  overflow: hidden;
}

.shp-home img,
.shp-home svg {
  display: block;
}

.shp-home img {
  max-width: 100%;
}

.shp-home a {
  color: inherit;
  text-decoration: none;
}

.shp-home button,
.shp-home input {
  font: inherit;
}

.shp-home button,
.shp-home a {
  -webkit-tap-highlight-color: transparent;
}

.shp-home :focus-visible {
  outline: 3px solid rgba(20, 184, 195, 0.35);
  outline-offset: 3px;
}

.shp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.shp-skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: var(--shp-radius-sm);
  background: var(--shp-ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform 180ms var(--shp-ease);
}

.shp-skip-link:focus {
  transform: translateY(0);
}

.shp-section-shell {
  width: var(--shp-shell);
  max-width: 1440px;
  margin-inline: auto;
}

.shp-eyebrow {
  margin: 0 0 16px;
  color: var(--shp-teal-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.105em;
  line-height: 1.4;
  text-transform: uppercase;
}

[data-shp-sticky-shell] {
  position: relative !important;
  inset: auto !important;
  z-index: 1000 !important;
  width: 100% !important;
  transform: none !important;
}

.shp-header-active .theme-mobile-content-wrap {
  padding-top: 0 !important;
}

.shp-site-header {
  position: relative !important;
  top: auto !important;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--shp-line);
  background: rgba(255, 255, 255, 0.98);
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.zpheader-style-07 .theme-search-suggestion-overlay,
.shp-site-header .theme-search-suggestion-overlay {
  width: 100% !important;
  max-width: 100% !important;
}

.shp-site-header a {
  color: inherit;
  text-decoration: none;
}

.shp-header-main {
  display: grid;
  grid-template-columns: 218px minmax(280px, 1fr) auto;
  align-items: center;
  gap: 64px;
  width: var(--shp-shell);
  max-width: 1440px;
  min-height: 104px;
  padding-top: 10px;
  margin-inline: auto;
}

.shp-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: var(--shp-radius-sm);
}

.shp-logo-crop {
  position: relative;
  display: block;
  width: 164px;
  height: 72px;
  overflow: hidden;
}

.shp-logo-crop > a {
  display: block;
  width: 100%;
  height: 100%;
}

.shp-logo-crop img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.shp-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 56px;
  height: 54px;
  overflow: hidden;
  border: 1px solid #cfd4d5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.shp-search:focus-within {
  border-color: var(--shp-teal);
  box-shadow: 0 0 0 4px rgba(20, 184, 195, 0.11);
}

.shp-search input {
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--shp-ink);
  font-size: 0.9rem;
}

.shp-search input::placeholder {
  color: #777c7e;
  opacity: 1;
}

.shp-search button {
  display: grid;
  place-items: center;
  border: 0;
  background: var(--shp-teal);
  color: #fff;
  cursor: pointer;
  transition:
    background-color 180ms var(--shp-ease),
    transform 100ms var(--shp-ease);
}

.shp-search button:active {
  transform: scale(0.97);
}

.shp-search button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.shp-header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.shp-header-action {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  color: var(--shp-ink);
}

.shp-header-action > svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.shp-header-action > span,
.shp-header-action > .shp-action-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}

.shp-header-action strong {
  font-size: 0.78rem;
  font-weight: 600;
}

.shp-header-action small {
  color: var(--shp-muted);
  font-size: 0.68rem;
}

.shp-mobile-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--shp-line);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.shp-mobile-menu-button span:not(.shp-visually-hidden) {
  display: block;
  width: 100%;
  height: 1.5px;
  margin-block: 5px;
  background: var(--shp-ink);
  transform-origin: center;
  transition:
    transform 200ms var(--shp-ease),
    opacity 160ms var(--shp-ease);
}

.shp-mobile-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.shp-mobile-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.shp-mobile-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.shp-nav-row {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: var(--shp-shell);
  max-width: 1440px;
  min-height: 55px;
  margin-inline: auto;
  border-top: 1px solid var(--shp-line);
}

.shp-primary-nav,
.shp-primary-nav > ul {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shp-primary-nav > a,
.shp-primary-nav > ul > li > a,
.shp-primary-nav .theme-menu-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 55px;
  color: var(--shp-ink);
  font-size: 0.83rem;
  font-weight: 500;
}

.shp-primary-nav > a::after,
.shp-primary-nav > ul > li > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--shp-teal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--shp-ease);
}

.shp-categories-link {
  gap: 10px;
  color: var(--shp-teal-deep) !important;
  font-weight: 600 !important;
}

.shp-categories-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.shp-shop-dropdown {
  position: static;
  margin: 0;
  padding: 0;
}

.shp-shop-dropdown > summary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 55px;
  color: var(--shp-teal-deep);
  font-size: 0.83rem;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.shp-shop-dropdown > summary::-webkit-details-marker {
  display: none;
}

.shp-shop-dropdown > summary > svg:first-child {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.shp-shop-chevron {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 180ms var(--shp-ease);
}

.shp-shop-dropdown[open] .shp-shop-chevron {
  transform: rotate(180deg);
}

.shp-mega-menu {
  display: none;
}

.shp-mega-menu__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--shp-line);
}

.shp-mega-menu__intro > div {
  display: grid;
  gap: 3px;
}

.shp-mega-menu__intro span {
  color: var(--shp-teal-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shp-mega-menu__intro strong {
  color: var(--shp-ink);
  font-size: 1.3rem;
  font-weight: 600;
}

.shp-mega-menu__intro > a {
  color: var(--shp-teal-deep);
  font-size: 0.76rem;
  font-weight: 600;
}

.shp-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 26px 30px;
}

.shp-mega-group {
  min-width: 0;
  break-inside: avoid;
}

.shp-mega-group--wide {
  grid-column: span 2;
}

.shp-mega-root {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 2px solid rgba(0, 125, 137, 0.24);
  color: var(--shp-teal-deep) !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.shp-mega-root::after {
  content: "→";
  font-size: 0.9rem;
  font-weight: 500;
}

.shp-mega-group > ul,
.shp-mega-branch > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shp-mega-group--wide > ul {
  columns: 2;
  column-gap: 28px;
}

.shp-mega-group li {
  break-inside: avoid;
}

.shp-mega-group > ul > li > a {
  display: inline-flex;
  padding: 4px 0;
  color: #2f383a;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.42;
}

.shp-mega-group a:hover,
.shp-mega-group a:focus-visible {
  color: var(--shp-teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shp-mega-branch {
  padding-bottom: 5px;
}

.shp-mega-branch > a {
  font-weight: 650 !important;
}

.shp-mega-branch > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 125, 137, 0.2);
}

.shp-mega-branch > ul a {
  display: block;
  padding: 2px 0;
  color: var(--shp-muted);
  font-size: 0.665rem;
  line-height: 1.38;
}

@media (min-width: 901px) {
  .shp-shop-dropdown > .shp-mega-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    z-index: 1200;
    display: block;
    width: min(1320px, calc(100vw - 32px));
    max-height: calc(100vh - 190px);
    padding: 26px 30px 30px;
    overflow-y: auto;
    border: 1px solid var(--shp-line);
    border-top: 3px solid var(--shp-teal);
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, 0.995);
    box-shadow: 0 24px 60px rgba(20, 34, 36, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px);
    visibility: hidden;
    transition:
      opacity 160ms var(--shp-ease),
      transform 190ms var(--shp-ease),
      visibility 0s linear 190ms;
  }

  .shp-shop-dropdown:hover > .shp-mega-menu,
  .shp-shop-dropdown:focus-within > .shp-mega-menu,
  .shp-shop-dropdown[open] > .shp-mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
    transition: none;
  }
}

.shp-expert-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  color: var(--shp-teal-deep);
  font-size: 0.86rem;
  font-weight: 600;
}

.shp-expert-link svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.shp-hero {
  display: grid;
  grid-template-columns: 44.6% 55.4%;
  min-height: 510px;
  border-bottom: 1px solid var(--shp-line);
  background: #fff;
}

.shp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 64px 14px 76px;
}

.shp-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--shp-ink);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.shp-hero-lede {
  max-width: 630px;
  margin: 18px 0 0;
  color: var(--shp-text);
  font-size: 1.1rem;
  line-height: 1.75;
}

.shp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.shp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 190ms var(--shp-ease),
    border-color 190ms var(--shp-ease),
    color 190ms var(--shp-ease),
    box-shadow 190ms var(--shp-ease),
    transform 100ms var(--shp-ease);
}

.shp-button:active {
  transform: scale(0.97);
}

.shp-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shp-button-primary {
  background: var(--shp-teal-deep);
  color: #fff;
  box-shadow: 0 9px 24px rgba(0, 109, 117, 0.18);
}

.shp-button-secondary {
  border-color: var(--shp-teal);
  background: #fff;
  color: var(--shp-teal-deep);
}

.shp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: auto 0 0;
  padding: 24px 0 0;
}

.shp-proof-grid > div {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid var(--shp-line);
}

.shp-proof-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.shp-proof-grid dt {
  margin: 0 0 5px;
  color: var(--shp-ink);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.shp-proof-grid dd {
  margin: 0;
  color: var(--shp-muted);
  font-size: 0.66rem;
  line-height: 1.4;
}

.shp-hero-media {
  position: relative;
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  background: #262827;
}

.shp-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(19, 20, 19, 0.02), transparent 24%);
  content: "";
  pointer-events: none;
}

.shp-hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  filter: none;
  object-fit: cover;
  object-position: center;
}

.shp-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 300px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(24, 27, 26, 0.72);
  color: #fff;
  backdrop-filter: blur(12px);
}

.shp-hero-media figcaption span {
  color: #bdf6f7;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shp-hero-media figcaption strong {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
}

.shp-discovery,
.shp-range {
  padding: 96px 0;
}

.shp-discovery {
  padding: 18px 0 64px;
  background: #fff;
}

.shp-discovery .shp-section-shell {
  display: grid;
  grid-template-columns: minmax(420px, 0.8fr) minmax(650px, 1.6fr);
  column-gap: 36px;
  align-items: start;
}

.shp-discovery .shp-tabs {
  grid-column: 1;
  grid-row: 1;
}

.shp-discovery .shp-tab-panel {
  grid-column: 2;
  grid-row: 1;
}

.shp-discovery .shp-category-rail {
  grid-column: 1 / -1;
  grid-row: 2;
}


.shp-brand-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.shp-section-heading h2,
.shp-experience-copy h2,
.shp-brand-intro h2 {
  margin: 0;
  color: var(--shp-ink);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.shp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--shp-teal);
  color: var(--shp-teal-deep);
  font-size: 0.84rem;
  font-weight: 600;
}

.shp-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.shp-tabs {
  display: flex;
  gap: 34px;
  margin-top: 0;
  border-bottom: 1px solid var(--shp-line);
}

.shp-tabs button {
  position: relative;
  min-height: 48px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: var(--shp-muted);
  font-size: 1rem;
  cursor: pointer;
}

.shp-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--shp-teal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--shp-ease);
}

.shp-tabs button[aria-selected="true"] {
  color: var(--shp-ink);
  font-weight: 600;
}

.shp-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.shp-filter-chips {
  display: flex;
  gap: 10px;
  padding: 5px 0 11px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.shp-filter-chips button,
.shp-filter-chips a {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 20px;
  border: 1px solid var(--shp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--shp-text);
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color 180ms var(--shp-ease),
    border-color 180ms var(--shp-ease),
    color 180ms var(--shp-ease),
    transform 100ms var(--shp-ease);
}

.shp-filter-chips button:active,
.shp-filter-chips a:active {
  transform: scale(0.97);
}

.shp-filter-chips button.is-active,
.shp-filter-chips a.is-active {
  border-color: var(--shp-teal);
  background: var(--shp-teal-soft);
  color: var(--shp-teal-deep);
}

.shp-category-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(170px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding: 15px 1px 16px;
  scroll-snap-type: x proximity;
  scrollbar-color: #c8cecf transparent;
  scrollbar-width: thin;
}

.shp-category-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eceeee;
  border-radius: 9px;
  background: var(--shp-surface-soft);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  scroll-snap-align: start;
  transition:
    border-color 210ms var(--shp-ease),
    box-shadow 210ms var(--shp-ease),
    transform 210ms var(--shp-ease);
}

.shp-category-card:active {
  transform: scale(0.97);
}

.shp-category-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 128px;
  overflow: hidden;
  border-bottom: 1px solid #e5e8e7;
  background:
    radial-gradient(circle at 50% 86%, rgba(43, 50, 51, 0.08), transparent 38%),
    linear-gradient(145deg, #fff 0%, #f2f0ec 100%);
}

.shp-category-art::before {
  position: absolute;
  width: 112px;
  height: 18px;
  border-radius: 50%;
  background: rgba(32, 32, 32, 0.09);
  filter: blur(9px);
  content: "";
  transform: translateY(52px);
}

.shp-category-art svg {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 116px;
  transition: transform 280ms var(--shp-ease);
}

.shp-category-art > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shp-category-art-fallback > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(0, 109, 117, 0.2);
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, var(--shp-teal-soft));
  color: var(--shp-teal-deep);
  box-shadow: 0 16px 32px rgba(0, 109, 117, 0.11);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.shp-category-copy {
  display: flex;
  min-height: 72px;
  padding: 13px 16px 12px;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.shp-category-copy strong {
  color: var(--shp-ink);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.shp-category-copy > span {
  color: var(--shp-teal-deep);
  font-size: 0.72rem;
  font-weight: 500;
}

.shp-category-copy b {
  display: inline-block;
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 400;
  transition: transform 200ms var(--shp-ease);
}

.shp-category-catalogue {
  padding: 62px 0 76px;
  border-block: 1px solid rgba(0, 109, 117, 0.12);
  background:
    radial-gradient(circle at 88% 8%, rgba(20, 184, 195, 0.08), transparent 24%),
    #f7f9f8;
}

.shp-category-catalogue-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 930px;
  gap: 28px;
  margin: 0 auto 27px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.13);
}

.shp-category-catalogue-heading > div {
  max-width: 630px;
}

.shp-category-catalogue-heading h2 {
  margin: 0;
  color: var(--shp-ink);
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

.shp-category-catalogue-heading > div > p:last-child {
  margin: 13px 0 0;
  color: var(--shp-text);
  font-size: 0.86rem;
  line-height: 1.55;
}

.shp-category-catalogue-heading > span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid rgba(0, 109, 117, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--shp-teal-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shp-category-grid {
  display: grid;
  max-width: 930px;
  margin: 0 auto;
  gap: 14px;
  grid-auto-rows: 227px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shp-category-grid .shp-category-card {
  display: flex;
  min-height: 202px;
  border-color: rgba(32, 32, 32, 0.11);
  border-radius: 10px;
  background: #fff;
  flex-direction: column;
}

.shp-category-grid .shp-category-art {
  flex: 0 0 128px;
}

.shp-category-grid .shp-category-art > img {
  object-fit: cover;
}

.shp-category-grid .shp-category-art-icon {
  color: var(--shp-teal-deep);
}

.shp-category-grid .shp-category-art-icon::after {
  position: absolute;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(0, 109, 117, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  content: "";
  transform: rotate(7deg);
}

.shp-category-grid .shp-category-art-icon svg {
  z-index: 2;
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.shp-category-grid .shp-category-copy {
  flex: 1 1 auto;
}

.shp-category-grid .shp-category-copy strong {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

.shp-category-catalogue a:focus-visible {
  outline: 3px solid rgba(0, 109, 117, 0.45);
  outline-offset: 3px;
}

/* SHP CATEGORY HIERARCHY — BEGIN */
.shp-has-category-children [data-category-style-08] {
  padding-block-start: 0 !important;
}

.shp-has-category-children [data-category-style-08] .theme-category-image-desc-container {
  padding-inline: 0 !important;
}

.shp-has-category-children [data-category-style-08] .theme-category-image-description-conatainer,
.shp-has-category-children [data-category-style-08] .theme-category-image-description-conatainer.theme-category-image-description-conatainer-no-image {
  min-height: 88px !important;
  height: 88px !important;
  padding: 18px 24px !important;
  border-radius: 0 !important;
  background-position: center !important;
}

.shp-has-category-children [data-category-style-08] .theme-category-name-description {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

.shp-has-category-children [data-category-style-08] .theme-category-name {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  line-height: 1.1 !important;
}

.shp-has-category-children [data-category-style-08] .theme-category-desc {
  display: none !important;
}

.shp-category-children,
.shp-category-children *,
.shp-category-children *::before,
.shp-category-children *::after {
  box-sizing: border-box;
}

.shp-category-children {
  padding: 20px 0 24px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.08);
  background: #fff;
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.shp-category-children__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.shp-category-children__heading h2 {
  margin: 0;
  color: var(--shp-ink);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.shp-category-children__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shp-category-child-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  flex-direction: column;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
  transition:
    border-color 200ms var(--shp-ease),
    box-shadow 200ms var(--shp-ease),
    transform 200ms var(--shp-ease);
  -webkit-tap-highlight-color: transparent;
}

.shp-category-child-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  height: 72px;
  place-items: center;
  border-bottom: 1px solid rgba(32, 32, 32, 0.08);
  background:
    radial-gradient(circle at 50% 88%, rgba(0, 109, 117, 0.09), transparent 38%),
    linear-gradient(145deg, #fff 0%, var(--shp-surface-soft) 100%);
  color: var(--shp-teal-deep);
}

.shp-category-child-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms var(--shp-ease);
}

.shp-category-child-card__media > svg {
  width: 54px;
  height: 40px;
  fill: rgba(20, 184, 195, 0.08);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.shp-category-child-card__copy {
  display: flex;
  min-height: 64px;
  padding: 10px 12px;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.shp-category-child-card__copy strong {
  color: var(--shp-ink);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.25;
}

.shp-category-child-card__action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--shp-teal-deep);
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.35;
}

.shp-category-child-card__action svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 200ms var(--shp-ease);
}

.shp-category-child-card:focus-visible {
  outline: 3px solid rgba(20, 184, 195, 0.4);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .shp-category-child-card:hover {
    border-color: rgba(0, 109, 117, 0.36);
    box-shadow: 0 14px 30px rgba(27, 36, 38, 0.1);
    transform: translateY(-2px);
  }

  .shp-category-child-card:hover .shp-category-child-card__media img {
    transform: scale(1.035);
  }

  .shp-category-child-card:hover .shp-category-child-card__action svg {
    transform: translateX(3px);
  }
}

@media (max-width: 980px) {
  .shp-category-children__grid {
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shp-has-category-children [data-category-style-08] .theme-category-image-description-conatainer,
  .shp-has-category-children [data-category-style-08] .theme-category-image-description-conatainer.theme-category-image-description-conatainer-no-image {
    min-height: 72px !important;
    height: 72px !important;
    padding: 14px !important;
  }

  .shp-category-children {
    padding: 18px 0 22px;
  }

  .shp-category-children__heading {
    display: block;
    margin-bottom: 12px;
  }

  .shp-category-children__grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shp-category-child-card__copy {
    min-height: 62px;
    padding: 9px 10px;
    gap: 4px;
  }

  .shp-category-child-card__copy strong {
    font-size: 0.78rem;
  }

  .shp-category-child-card__action {
    font-size: 0.64rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shp-category-child-card,
  .shp-category-child-card__media img,
  .shp-category-child-card__action svg {
    transition: none;
  }
}
/* SHP CATEGORY HIERARCHY — END */

@media (max-width: 760px) {
  .shp-category-grid {
    max-width: 556px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .shp-category-catalogue {
    padding: 52px 0 62px;
  }

  .shp-category-catalogue-heading {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 18px;
  }

  .shp-category-catalogue-heading h2 {
    font-size: 2.15rem;
  }

  .shp-category-catalogue-heading > span {
    display: none;
  }

  .shp-category-grid {
    max-width: 362px;
    gap: 10px;
    grid-auto-rows: 203px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shp-category-grid .shp-category-card {
    min-height: 188px;
  }

  .shp-category-grid .shp-category-art {
    flex-basis: 112px;
    height: 112px;
  }

  .shp-category-grid .shp-category-art-icon svg {
    width: 54px;
    height: 54px;
  }

  .shp-category-grid .shp-category-art-icon::after {
    width: 72px;
    height: 72px;
    border-radius: 21px;
  }

  .shp-category-grid .shp-category-copy {
    min-height: 74px;
    padding: 11px 12px 10px;
    gap: 8px;
  }
}

.shp-collections {
  border-block: 1px solid var(--shp-line);
  background: var(--shp-surface-soft);
}

.shp-section-heading {
  max-width: 820px;
}

.shp-section-heading > p:last-child {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--shp-text);
  font-size: 1rem;
  line-height: 1.75;
}

.shp-collection-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.875fr 0.875fr;
  gap: 18px;
  margin-top: 52px;
}

.shp-collection-card {
  position: relative;
  display: flex;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.08);
  border-radius: var(--shp-radius-md);
  background: #eee8df;
  transition:
    box-shadow 220ms var(--shp-ease),
    transform 220ms var(--shp-ease);
}

.shp-collection-card:nth-child(2) {
  background: #e6f3f2;
}

.shp-collection-card:nth-child(3) {
  background: #edeff0;
}

.shp-collection-card:active {
  transform: scale(0.97);
}

.shp-collection-copy {
  position: relative;
  z-index: 3;
  display: flex;
  align-self: stretch;
  width: 100%;
  padding: 30px;
  flex-direction: column;
}

.shp-collection-copy small {
  color: var(--shp-teal-deep);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shp-collection-copy strong {
  max-width: 380px;
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.shp-collection-copy > span {
  margin-top: auto;
  color: var(--shp-teal-deep);
  font-size: 0.78rem;
  font-weight: 600;
}

.shp-collection-copy b {
  margin-left: 6px;
  font-size: 1.05rem;
  font-weight: 400;
}

.shp-collection-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  transition: transform 300ms var(--shp-ease);
}

.shp-visual-lock > span {
  position: absolute;
  right: 17%;
  bottom: -12%;
  width: 118px;
  height: 260px;
  border: 3px solid #666e70;
  border-radius: 23px 23px 7px 7px;
  background: linear-gradient(125deg, #171b1c, #3a4244 44%, #121617);
  box-shadow: 24px 30px 45px rgba(19, 24, 25, 0.25);
  transform: rotate(8deg);
}

.shp-visual-lock > span::before {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 2px solid var(--shp-teal);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.shp-visual-lock > span::after {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 62px;
  height: 9px;
  border-radius: 10px;
  background: #b9c0c1;
  content: "";
}

.shp-visual-lock > i {
  position: absolute;
  right: 4%;
  bottom: 12%;
  width: 260px;
  height: 68px;
  border-radius: 50%;
  background: rgba(37, 42, 43, 0.13);
  filter: blur(15px);
  transform: rotate(-8deg);
}

.shp-visual-kitchen > span,
.shp-visual-kitchen > i,
.shp-visual-kitchen > b {
  position: absolute;
  right: 9%;
  width: 76%;
  height: 45px;
  border: 2px solid #899294;
  border-radius: 5px;
  background: linear-gradient(180deg, #f9fbfb, #aab1b2);
  box-shadow: 10px 14px 22px rgba(50, 61, 63, 0.12);
}

.shp-visual-kitchen > span {
  bottom: 32px;
}

.shp-visual-kitchen > i {
  right: 13%;
  bottom: 86px;
}

.shp-visual-kitchen > b {
  right: 17%;
  bottom: 140px;
}

.shp-visual-kitchen > span::before,
.shp-visual-kitchen > i::before,
.shp-visual-kitchen > b::before {
  position: absolute;
  top: 8px;
  right: 10px;
  bottom: 8px;
  left: 10px;
  border: 1px solid rgba(82, 91, 93, 0.55);
  content: "";
}

.shp-visual-handle > span {
  position: absolute;
  right: 15%;
  bottom: 64px;
  width: 76%;
  height: 37px;
  border: 2px solid #825e20;
  border-radius: 24px;
  background: linear-gradient(180deg, #f0d478, #9a7128);
  box-shadow: 14px 18px 32px rgba(69, 50, 22, 0.18);
  transform: rotate(-9deg);
}

.shp-visual-handle > span::before,
.shp-visual-handle > span::after {
  position: absolute;
  top: 8px;
  width: 22px;
  height: 36px;
  border: 2px solid #825e20;
  border-radius: 3px;
  background: #c79b43;
  content: "";
}

.shp-visual-handle > span::before {
  left: 18px;
}

.shp-visual-handle > span::after {
  right: 18px;
}

.shp-visual-handle > i {
  position: absolute;
  right: 8%;
  bottom: 20px;
  width: 82%;
  height: 45px;
  border-radius: 50%;
  background: rgba(73, 58, 34, 0.12);
  filter: blur(12px);
}

.shp-trade {
  padding: 104px 0;
  background: #fff;
}

.shp-trade-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 88px;
}

.shp-trade-copy > p:not(.shp-eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--shp-text);
  font-size: 1rem;
  line-height: 1.75;
}

.shp-trade-copy ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 32px;
  padding: 0;
  list-style: none;
}

.shp-trade-copy li {
  position: relative;
  padding-left: 26px;
  color: var(--shp-text);
  font-size: 0.9rem;
}

.shp-trade-copy li::before {
  position: absolute;
  top: 0.45em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--shp-teal);
  border-radius: 50%;
  content: "";
}

.shp-trade-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1.1fr 0.9fr;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--shp-radius-lg);
  background: #e7e5e0;
  box-shadow: var(--shp-shadow);
}

.shp-swatch {
  min-height: 220px;
}

.shp-swatch-teal {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 60%),
    var(--shp-teal);
}

.shp-swatch-oak {
  background:
    repeating-linear-gradient(95deg, transparent 0 14px, rgba(83, 49, 22, 0.08) 15px 16px),
    linear-gradient(130deg, #d3a06c, #9a6437);
}

.shp-swatch-stone {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.65), transparent 12%),
    radial-gradient(circle at 70% 70%, rgba(72, 75, 73, 0.12), transparent 16%),
    #d8d8d1;
}

.shp-swatch-brass {
  background: linear-gradient(135deg, #8f6624, #ecd178 40%, #a67c32 70%, #f3db86);
}

.shp-trade-note {
  position: absolute;
  right: 38px;
  bottom: 36px;
  width: calc(100% - 76px);
  max-width: 340px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px);
}

.shp-trade-note small {
  color: var(--shp-teal-deep);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.shp-trade-note strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
}

/* SHP LOWER HOMEPAGE COMPACT EXPERIENCE — BASE BEGIN */
.shp-experience {
  padding: 56px 0;
  border-block: 1px solid var(--shp-line);
  background: var(--shp-surface-soft);
  scroll-margin-top: 140px;
}

.shp-experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-radius: var(--shp-radius-lg);
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 45, 47, 0.09);
  scroll-margin-top: 140px;
}

.shp-experience-media {
  position: relative;
  min-width: 0;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #d8d2c7;
}

.shp-experience-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.shp-experience-media::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(180deg, transparent, rgba(9, 24, 25, 0.68));
  content: "";
  pointer-events: none;
}

.shp-experience-media figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 26px;
  left: 28px;
  color: #fff;
}

.shp-experience-media figcaption span,
.shp-experience-media figcaption strong {
  display: block;
}

.shp-experience-media figcaption span {
  margin-bottom: 7px;
  color: #bdf6f7;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.shp-experience-media figcaption strong {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

.shp-experience-copy {
  display: flex;
  min-width: 0;
  padding: 44px;
  flex-direction: column;
  justify-content: center;
  scroll-margin-top: 140px;
}

.shp-experience-copy h2 {
  max-width: 620px;
  font-size: 2.55rem;
  line-height: 1.08;
  text-wrap: balance;
}

.shp-experience-copy > p:not(.shp-eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--shp-text);
  font-size: 0.96rem;
  line-height: 1.65;
}

.shp-experience-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 22px 0 0;
  padding: 16px 0;
  border-block: 1px solid var(--shp-line);
}

.shp-experience-facts > div {
  min-width: 0;
  padding: 0 16px;
  border-left: 1px solid var(--shp-line);
}

.shp-experience-facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.shp-experience-facts > div:last-child {
  padding-right: 0;
}

.shp-experience-facts dt {
  color: var(--shp-ink);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.shp-experience-facts dd {
  margin: 6px 0 0;
  color: var(--shp-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.shp-experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.shp-brands {
  padding: 40px 0 44px;
  border-block: 1px solid var(--shp-line);
  background: var(--shp-warm);
}

.shp-brand-intro > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--shp-text);
  line-height: 1.7;
}

.shp-brand-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.56);
}

.shp-brand-list span {
  display: grid;
  place-items: center;
  min-height: 68px;
  padding: 16px;
  border-left: 1px solid rgba(32, 32, 32, 0.1);
  color: #303332;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}

.shp-brand-list span:first-child {
  border-left: 0;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
/* SHP LOWER HOMEPAGE COMPACT EXPERIENCE — BASE END */

.shp-range {
  background: #fff;
}

.shp-range-heading {
  max-width: 860px;
}

.shp-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
  border-top: 1px solid var(--shp-line);
  border-left: 1px solid var(--shp-line);
}

.shp-range-grid a {
  position: relative;
  display: grid;
  min-height: 188px;
  padding: 26px;
  border-right: 1px solid var(--shp-line);
  border-bottom: 1px solid var(--shp-line);
  background: #fff;
  transition:
    background-color 200ms var(--shp-ease),
    color 200ms var(--shp-ease),
    transform 100ms var(--shp-ease);
}

.shp-range-grid a:active {
  transform: scale(0.97);
}

.shp-range-grid span {
  color: var(--shp-teal-deep);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.shp-range-grid strong {
  align-self: end;
  margin-top: 26px;
  font-size: 1.05rem;
  font-weight: 600;
}

.shp-range-grid small {
  margin-top: 6px;
  color: var(--shp-muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.shp-footer {
  padding: 72px 0 26px;
  background: #edf8f8;
  color: var(--shp-ink);
}

.shp-footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(3, 0.72fr);
  gap: 60px;
}

.shp-footer-brand {
  display: block;
  color: var(--shp-ink);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.shp-footer-main > div:first-child p {
  max-width: 450px;
  margin: 16px 0 0;
  color: var(--shp-text);
  font-size: 0.85rem;
  line-height: 1.75;
}

.shp-footer h2 {
  margin: 0 0 18px;
  color: var(--shp-teal-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shp-footer-main > div:not(:first-child) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.shp-footer-main a {
  margin: 0 0 10px;
  color: var(--shp-text);
  font-size: 0.8rem;
}

.shp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
  color: var(--shp-muted);
  font-size: 0.67rem;
}

/* Zoho Commerce shell integration */
.shp-site-header .shp-logo-crop .theme-branding-info,
.shp-site-header .shp-logo-crop .theme-logo-parent,
.shp-site-header .shp-logo-crop .theme-logo-parent a {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.shp-site-header .shp-logo-crop .theme-site-name-caption {
  display: none;
}

.shp-site-header .shp-logo-crop img {
  max-width: none !important;
}

.shp-site-header .shp-search .theme-search,
.shp-site-header .shp-search .theme-search-and-mini-cart-group-item,
.shp-site-header .shp-search .theme-search-field-container,
.shp-site-header .shp-search form {
  width: 100%;
  height: 100%;
  margin: 0;
}

.shp-site-header .shp-search .theme-search-field-container {
  border: 0;
  background: transparent;
}

.shp-site-header .shp-search form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  align-items: stretch;
}

.shp-site-header .shp-search input[data-zs-search-input] {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--shp-ink);
  font-size: 0.9rem;
}

.shp-site-header .shp-search .theme-search-go-input {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.shp-site-header .shp-search .theme-search-go-icon {
  z-index: 1;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  place-items: center;
  width: 100%;
  height: 100%;
  background: var(--shp-teal);
  color: #fff;
  pointer-events: none;
}

.shp-site-header .shp-search .theme-search-go-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.shp-site-header .shp-search .theme-search-loader-dots,
.shp-site-header .shp-search .theme-search-icon {
  display: none;
}

.shp-site-header .theme-portal-login,
.shp-site-header .theme-portal-container {
  display: block;
}

.shp-site-header .shp-account-action .theme-portal-login > .theme-portal-icon {
  display: none !important;
}

.shp-site-header .shp-account-action {
  grid-template-columns: 30px;
  gap: 0;
}

.shp-site-header .theme-portal-content {
  display: inline-flex;
  align-items: center;
  color: var(--shp-muted);
  font-size: 0.68rem;
}

.shp-site-header .theme-portal-content + .theme-portal-content {
  margin-left: 5px;
}

.shp-site-header .theme-user-profile-down-arrow {
  display: none;
}

.shp-site-header .shp-account-action::before {
  content: "";
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 29px;
  height: 29px;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='10.5' r='5.5' stroke='%23202020' stroke-width='1.7'/%3E%3Cpath d='M5.8 27c.6-5.4 4.6-8.6 10.2-8.6S25.6 21.6 26.2 27' stroke='%23202020' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}

.shp-site-header .shp-account-action > .theme-portal-login {
  grid-column: 1;
  grid-row: 1;
  width: 30px;
  min-width: 30px;
  height: 46px;
  cursor: pointer;
}

.shp-site-header .shp-mobile-account-link {
  display: none;
}

.shp-site-header .theme-portal-username-content {
  position: relative;
}

.shp-site-header .theme-username-dropdown-list {
  min-width: 190px;
  padding: 8px !important;
  border: 1px solid var(--shp-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(27, 36, 38, 0.14);
}

.shp-site-header .theme-username-dropdown-list li {
  border: 0 !important;
  border-radius: 7px;
  background: transparent !important;
}

.shp-site-header .theme-username-dropdown-list a {
  padding: 10px 12px !important;
  border-radius: 7px;
  color: var(--shp-ink) !important;
  font-size: 0.76rem;
}

.shp-site-header .theme-username-dropdown-list a:hover {
  background: var(--shp-teal-soft);
  color: var(--shp-teal-deep) !important;
}

.shp-site-header .theme-portal-username-content:hover .theme-username-dropdown-list,
.shp-site-header .theme-portal-username-content:focus-within .theme-username-dropdown-list,
.shp-site-header .theme-portal-login:focus-within .theme-username-dropdown-list {
  display: block;
}

.shp-site-header .theme-mini-cart,
.shp-site-header .theme-search-and-mini-cart-group-item {
  margin: 0;
}

.shp-site-header .theme-minicart-icon {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}

.shp-site-header .theme-minicart-icon svg {
  width: 29px;
  height: 29px;
  color: var(--shp-ink);
  fill: currentColor !important;
  stroke: none !important;
}

.shp-site-header .theme-minicart-icon svg g,
.shp-site-header .theme-minicart-icon svg path {
  fill: currentColor !important;
  stroke: none !important;
}

.shp-site-header .theme-mini-cart-count {
  position: absolute;
  top: -7px;
  right: -9px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--shp-teal);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
}

.shp-site-header .theme-menu-area,
.shp-site-header .theme-menu,
.shp-site-header .theme-navigation-and-icons {
  display: contents;
}

.shp-site-header .shp-account-action .theme-portal-login,
.shp-site-header .shp-cart-action .theme-mini-cart {
  min-width: 40px;
}

.shp-site-header .shp-account-action .theme-portal-login > a,
.shp-site-header .shp-cart-action .theme-mini-cart > a {
  display: flex;
  align-items: center;
  min-height: 42px;
}

.shp-primary-nav .theme-menu > ul,
.shp-primary-nav [data-zp-theme-menu] > ul {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shp-primary-nav li {
  position: relative;
  margin: 0;
  list-style: none;
}

.shp-primary-nav .theme-sub-menu,
.shp-primary-nav ul ul {
  position: absolute;
  z-index: 30;
  top: calc(100% - 2px);
  left: 0;
  display: none;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--shp-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shp-shadow);
}

.shp-primary-nav li:focus-within > ul {
  display: block;
}

.shp-primary-nav ul ul a {
  display: block;
  padding: 10px 12px;
  border-radius: 5px;
  color: var(--shp-text);
  font-size: 0.78rem;
}

.shp-page-content {
  width: var(--shp-shell);
  max-width: 1440px;
  min-height: 45vh;
  margin-inline: auto;
  padding: 56px 0 90px;
}

.shp-page-content .theme-product-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--shp-muted);
  font-size: 0.75rem;
}

.shp-visual-editor-slot:empty {
  display: none;
}

.shp-visual-editor-slot:not(:empty) {
  width: var(--shp-shell);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.shp-motion-ready .shp-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms var(--shp-ease),
    transform 620ms var(--shp-ease);
}

.shp-motion-ready .shp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .shp-search button:hover {
    background: var(--shp-teal-deep);
  }

  .shp-button-primary:hover {
    background: #00555c;
  }

  .shp-button-secondary:hover {
    background: var(--shp-teal-soft);
  }

  .shp-header-action:hover strong,
  .shp-primary-nav > a:hover,
  .shp-primary-nav > ul > li > a:hover {
    color: var(--shp-teal-deep);
  }

  .shp-primary-nav > a:hover::after,
  .shp-primary-nav > ul > li > a:hover::after {
    transform: scaleX(1);
  }

  .shp-primary-nav li:hover > ul {
    display: block;
  }

  .shp-primary-nav ul ul a:hover {
    background: var(--shp-teal-soft);
    color: var(--shp-teal-deep);
  }

  .shp-category-card:hover {
    border-color: rgba(20, 184, 195, 0.55);
    box-shadow: 0 16px 32px rgba(30, 45, 47, 0.09);
    transform: translateY(-5px);
  }

  .shp-category-card:hover .shp-category-art svg {
    transform: translateY(-3px) scale(1.025);
  }

  .shp-category-card:hover .shp-category-copy b {
    transform: translateX(4px);
  }

  .shp-range-grid a:hover {
    background: var(--shp-teal-soft);
  }

  .shp-footer a:hover {
    color: var(--shp-teal-deep);
  }
}

@media (max-width: 1180px) {
  :root {
    --shp-shell: calc(100% - 36px);
  }

  .shp-header-main {
    grid-template-columns: 180px minmax(260px, 1fr) auto;
    gap: 20px;
  }

  .shp-header-actions {
    gap: 16px;
  }

  .shp-header-action {
    grid-template-columns: 28px;
  }

  .shp-header-action > span,
  .shp-header-action > .shp-action-copy {
    display: none;
  }

  .shp-primary-nav,
  .shp-primary-nav > ul,
  .shp-primary-nav .theme-menu > ul,
  .shp-primary-nav [data-zp-theme-menu] > ul {
    gap: 22px;
  }

  .shp-hero {
    grid-template-columns: minmax(410px, 0.88fr) minmax(500px, 1.12fr);
  }

  .shp-hero-copy {
    padding-right: 42px;
  }

  .shp-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px 0;
  }

  .shp-proof-grid > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .shp-category-rail {
    grid-template-columns: repeat(7, 190px);
  }

  .shp-discovery .shp-section-shell {
    grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 991px) {
  :root {
    --shp-shell: calc(100% - 28px);
    --shp-header-height: 143px;
  }

  [data-zs-mobile-header-three-top],
  [data-zs-mobile-header-three-bottom],
  [data-zs-mobile-header-slide-wrapper] {
    display: none !important;
  }

  [data-shp-sticky-shell] {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    z-index: 1000 !important;
  }

  .shp-header-active .theme-mobile-content-wrap {
    padding-top: 0 !important;
  }

  .shp-site-header {
    position: relative !important;
    top: auto !important;
  }

  html {
    scroll-padding-top: 0;
  }

  .shp-header-main {
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "brand actions menu"
      "search search search";
    gap: 10px 16px;
    min-height: auto;
    padding: 10px 0 12px;
  }

  .shp-brand {
    grid-area: brand;
  }

  .shp-logo-crop {
    width: 140px;
    height: 65px;
  }

  .shp-search {
    grid-area: search;
    height: 46px;
  }

  .shp-search button {
    width: 48px;
  }

  .shp-header-actions {
    grid-area: actions;
  }

  .shp-header-action:first-child {
    display: none;
  }

  .shp-header-action {
    min-height: 40px;
  }

  .shp-mobile-menu-button {
    display: block;
    grid-area: menu;
  }

  .shp-nav-row {
    position: fixed;
    top: var(--shp-header-height);
    right: 0;
    bottom: 0;
    display: flex;
    width: 92vw;
    max-width: 390px;
    min-height: 0;
    padding: 26px;
    border-top: 1px solid var(--shp-line);
    background: #fff;
    box-shadow: -20px 30px 50px rgba(28, 36, 38, 0.14);
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateX(102%);
    transition:
      opacity 220ms var(--shp-ease),
      transform 260ms var(--shp-ease);
  }

  .shp-nav-row.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .shp-primary-nav,
  .shp-primary-nav > ul,
  .shp-primary-nav .theme-menu > ul,
  .shp-primary-nav [data-zp-theme-menu] > ul {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .shp-primary-nav > a,
  .shp-primary-nav > ul > li > a,
  .shp-primary-nav .theme-menu-name {
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid var(--shp-line);
    font-size: 0.92rem;
  }

  .shp-shop-dropdown,
  .shp-shop-dropdown > summary {
    width: 100%;
  }

  .shp-shop-dropdown > summary {
    min-height: 50px;
    border-bottom: 1px solid var(--shp-line);
    font-size: 0.92rem;
  }

  .shp-shop-chevron {
    margin-left: auto;
  }

  .shp-shop-dropdown > .shp-mega-menu {
    position: static;
    width: 100%;
    max-height: none;
    padding: 18px 0 4px;
    overflow: visible;
    border: 0;
    background: #fff;
    box-shadow: none;
  }

  .shp-shop-dropdown[open] > .shp-mega-menu {
    display: block;
  }

  .shp-mega-menu__intro {
    display: none;
  }

  .shp-mega-menu__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .shp-mega-group,
  .shp-mega-group--wide {
    grid-column: auto;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid var(--shp-line);
  }

  .shp-mega-group--wide > ul {
    columns: 1;
  }

  .shp-mega-root {
    margin-bottom: 5px;
  }

  .shp-mega-branch > ul {
    grid-template-columns: 1fr 1fr;
  }

  .shp-primary-nav .theme-sub-menu,
  .shp-primary-nav ul ul {
    position: static;
    min-width: 0;
    padding: 0 0 8px 14px;
    border: 0;
    box-shadow: none;
  }

  .shp-expert-link {
    width: 100%;
    justify-content: center;
    border: 1px solid var(--shp-teal);
    border-radius: 6px;
  }

  .shp-hero {
    grid-template-columns: 1fr;
  }

  .shp-hero-media {
    order: -1;
  }

  .shp-hero-copy {
    padding: 64px 20px 34px;
  }

  .shp-hero-media,
  .shp-hero-media > img {
    min-height: 440px;
  }

  .shp-discovery .shp-section-shell {
    display: block;
  }

  .shp-brand-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .shp-experience-grid {
    grid-template-columns: 1fr;
  }

  .shp-experience-media {
    min-height: 360px;
  }

  .shp-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shp-collection-card-large {
    grid-column: 1 / -1;
  }

  .shp-trade-grid {
    grid-template-columns: 1fr;
  }

  .shp-trade-board {
    min-height: 460px;
  }

  .shp-brand-list {
    grid-template-columns: repeat(5, 180px);
    overflow-x: auto;
  }

  .shp-range-grid {
    grid-template-columns: 1fr 1fr;
  }

  .shp-footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .shp-footer-main > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --shp-shell: calc(100% - 24px);
    --shp-header-height: 132px;
  }

  .shp-header-main {
    gap: 8px 10px;
  }

  .shp-logo-crop {
    width: 118px;
    height: 55px;
  }

  .shp-header-actions {
    gap: 8px;
  }

  .shp-search input {
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  .shp-nav-row {
    top: var(--shp-header-height);
    width: 100%;
  }

  .shp-hero-copy {
    padding: 48px 18px 30px;
  }

  .shp-hero h1 {
    font-size: 3.2rem;
  }

  .shp-hero-lede {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .shp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shp-button {
    width: 100%;
  }

  .shp-proof-grid {
    padding-top: 32px;
  }

  .shp-proof-grid > div {
    padding-inline: 12px;
  }

  .shp-hero-media {
    min-height: 280px;
  }

  .shp-hero-media > img {
    height: 280px;
    min-height: 280px;
    object-position: center 48%;
  }

  .shp-hero-media figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }

  .shp-discovery,
  .shp-range {
    padding: 70px 0;
  }

  .shp-experience {
    padding: 28px 0;
  }

  .shp-brands {
    padding: 34px 0 38px;
  }

  .shp-discovery-top h2,
  .shp-section-heading h2,
  .shp-experience-copy h2,
  .shp-brand-intro h2 {
    font-size: 2rem;
  }

  .shp-experience-grid {
    border-radius: var(--shp-radius-md);
  }

  .shp-experience-media {
    min-height: 260px;
  }

  .shp-experience-copy {
    padding: 26px 20px 28px;
  }

  .shp-experience-facts {
    margin-top: 20px;
    padding: 14px 0;
  }

  .shp-experience-facts > div {
    padding-inline: 10px;
  }

  .shp-experience-facts dt {
    font-size: 0.77rem;
  }

  .shp-experience-facts dd {
    font-size: 0.64rem;
  }

  .shp-text-link {
    align-self: flex-start;
  }

  .shp-tabs {
    margin-top: 0;
  }

  .shp-tabs button {
    font-size: 0.88rem;
  }

  .shp-category-rail {
    grid-template-columns: repeat(7, minmax(210px, 76vw));
  }

  .shp-collection-grid {
    grid-template-columns: 1fr;
  }

  .shp-collection-card-large {
    grid-column: auto;
  }

  .shp-collection-card {
    min-height: 390px;
  }

  .shp-trade {
    padding: 76px 0;
  }

  .shp-trade-grid {
    gap: 54px;
  }

  .shp-trade-board {
    min-height: 390px;
    border-radius: var(--shp-radius-md);
  }

  .shp-swatch {
    min-height: 180px;
  }

  .shp-trade-note {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .shp-brand-intro > p {
    margin: 0;
  }

  .shp-brand-list {
    grid-template-columns: repeat(5, 155px);
  }

  .shp-brand-list span {
    min-height: 68px;
  }

  .shp-range-grid {
    grid-template-columns: 1fr;
  }

  .shp-range-grid a {
    min-height: 160px;
  }

  .shp-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 26px;
  }

  .shp-footer-main > div:first-child {
    grid-column: 1 / -1;
  }

  .shp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* SHP LOWER HOMEPAGE COMPACT EXPERIENCE — RESPONSIVE BEGIN */
@media (max-width: 991px) {
  .shp-experience-grid {
    grid-template-columns: 1fr;
  }

  .shp-experience-media {
    min-height: 360px;
  }

  .shp-brand-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .shp-brand-list {
    grid-template-columns: repeat(5, 180px);
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
  .shp-experience {
    padding: 28px 0;
  }

  .shp-brands {
    padding: 34px 0 38px;
  }

  .shp-experience-copy h2,
  .shp-brand-intro h2 {
    font-size: 2rem;
  }

  .shp-experience-grid {
    border-radius: var(--shp-radius-md);
  }

  .shp-experience-media {
    min-height: 260px;
  }

  .shp-experience-copy {
    padding: 26px 20px 28px;
  }

  .shp-experience-facts {
    margin-top: 20px;
    padding: 14px 0;
  }

  .shp-experience-facts > div {
    padding-inline: 10px;
  }

  .shp-experience-facts dt {
    font-size: 0.77rem;
  }

  .shp-experience-facts dd {
    font-size: 0.64rem;
  }

  .shp-experience-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shp-experience-actions .shp-button {
    width: auto;
    padding-inline: 12px;
    text-align: center;
  }

  .shp-brand-intro > p {
    margin: 0;
  }

  .shp-brand-list {
    grid-template-columns: repeat(5, 155px);
  }

  .shp-brand-list span {
    min-height: 68px;
  }
}
/* SHP LOWER HOMEPAGE COMPACT EXPERIENCE — RESPONSIVE END */

/* Site-wide SHP footer. The markup is injected through Zoho's global Footer
   Code slot so every native Commerce route gets the same footer. */
.shp-site-footer,
.shp-site-footer * {
  box-sizing: border-box;
}

.shp-site-footer {
  --shp-footer-ink: #152f30;
  --shp-footer-teal: #08777b;
  --shp-footer-deep: #0d3d3f;
  --shp-footer-soft: #eef7f6;
  --shp-footer-line: rgba(13, 61, 63, 0.15);
  margin: 0;
  color: var(--shp-footer-ink);
  background: var(--shp-footer-soft);
  font-family: inherit;
}

.shp-site-footer__shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.shp-site-footer__cta {
  padding: 44px 0;
  color: #fff;
  background: var(--shp-footer-deep);
}

.shp-site-footer__cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.shp-site-footer__eyebrow {
  margin: 0 0 10px;
  color: #9fd8d6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.shp-site-footer__cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.shp-site-footer__cta-copy > p:last-child {
  max-width: 650px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
  line-height: 1.65;
}

.shp-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.shp-site-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.shp-site-footer__button--primary {
  border-color: #fff;
  color: var(--shp-footer-deep);
  background: #fff;
}

.shp-site-footer__main {
  padding: 58px 0 24px;
  background: var(--shp-footer-soft);
}

.shp-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(135px, 0.85fr));
  gap: 52px;
}

.shp-site-footer__brand,
.shp-site-footer__nav,
.shp-site-footer__contact {
  min-width: 0;
}

.shp-site-footer__logo {
  display: inline-block;
  width: 220px;
  max-width: 100%;
}

.shp-site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.shp-site-footer__brand > p {
  max-width: 390px;
  margin: 20px 0 0;
  color: #476061;
  font-size: 0.88rem;
  line-height: 1.7;
}

.shp-site-footer__brand .shp-site-footer__proof {
  margin-top: 18px;
  color: var(--shp-footer-teal);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.55;
  text-transform: uppercase;
}

.shp-site-footer h3 {
  margin: 5px 0 20px;
  color: var(--shp-footer-teal);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.shp-site-footer__nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.shp-site-footer__nav a,
.shp-site-footer__social a {
  color: #395354;
  text-decoration: none;
}

.shp-site-footer__nav a {
  margin: 0 0 12px;
  font-size: 0.84rem;
  line-height: 1.45;
}

.shp-site-footer__contact-link {
  display: block;
  margin: 0 0 18px;
  color: var(--shp-footer-ink);
  text-decoration: none;
}

.shp-site-footer__contact-link span {
  display: block;
  margin-bottom: 4px;
  color: #6d8182;
  font-size: 0.72rem;
  line-height: 1.4;
}

.shp-site-footer__contact-link strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.shp-site-footer__locations {
  margin: 4px 0 0;
  color: #607576;
  font-size: 0.78rem;
  line-height: 1.65;
}

.shp-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid var(--shp-footer-line);
}

.shp-site-footer__bottom p {
  margin: 0;
  color: #738687;
  font-size: 0.72rem;
  line-height: 1.5;
}

.shp-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.shp-site-footer__social a {
  font-size: 0.78rem;
  font-weight: 600;
}

.shp-site-footer a:focus-visible {
  outline: 3px solid #1eaeb2;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .shp-site-footer__button--primary:hover {
    border-color: #bde4e2;
    background: #bde4e2;
  }

  .shp-site-footer__button--secondary:hover {
    border-color: #fff;
    color: var(--shp-footer-deep);
    background: #fff;
  }

  .shp-site-footer__nav a:hover,
  .shp-site-footer__contact-link:hover,
  .shp-site-footer__social a:hover {
    color: var(--shp-footer-teal);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (max-width: 1080px) {
  .shp-site-footer__cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shp-site-footer__actions {
    justify-content: flex-start;
  }

  .shp-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 34px;
  }

  .shp-site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .shp-site-footer__shell {
    width: min(100% - 28px, 1180px);
  }

  .shp-site-footer__cta {
    padding: 38px 0;
  }

  .shp-site-footer__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shp-site-footer__main {
    padding-top: 44px;
  }

  .shp-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .shp-site-footer__brand {
    grid-column: auto;
  }

  .shp-site-footer__logo {
    width: 190px;
  }

  .shp-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shp-site-footer__button {
    transition: none;
  }
}

/* Compact, complete catalogue mega menu. Keep all L1/L2/L3 links visible without
   letting Zoho's native nested-menu positioning split or clip the L3 flyouts. */
.shp-mega-branch > a::after {
  content: "\203A";
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: 8px;
  color: var(--shp-teal-deep);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 992px) {
  .shp-shop-dropdown > .shp-mega-menu {
    width: min(1280px, calc(100vw - 56px));
    max-height: none;
    padding: 18px 22px 22px;
    overflow: visible;
  }

  .shp-mega-menu__intro {
    align-items: center;
    padding-bottom: 11px;
    margin-bottom: 13px;
  }

  .shp-mega-menu__intro strong {
    font-size: 1.08rem;
  }

  .shp-mega-menu__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    gap: 14px 18px;
  }

  .shp-mega-group,
  .shp-mega-group--wide {
    grid-column: auto;
    min-width: 0;
    overflow: visible;
  }

  .shp-mega-group--wide > ul {
    columns: auto;
  }

  .shp-mega-root {
    min-height: 30px;
    padding-bottom: 6px;
    margin-bottom: 4px;
    font-size: 0.72rem;
  }

  .shp-mega-group > ul > li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    line-height: normal;
  }

  .shp-mega-group > ul > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 23px;
    padding: 2px 0;
    font-size: 0.71rem;
    line-height: 1.25;
  }

  .shp-mega-branch {
    position: relative;
    padding-bottom: 0;
  }

  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-branch > ul {
    position: absolute !important;
    top: -8px !important;
    right: auto !important;
    left: calc(100% + 9px) !important;
    z-index: 1250;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 238px;
    margin: 0 !important;
    padding: 9px 12px;
    overflow: visible;
    border: 1px solid var(--shp-line);
    border-left: 3px solid var(--shp-teal);
    border-radius: 0 8px 8px 0;
    background: #fff;
    box-shadow: 0 16px 36px rgba(20, 34, 36, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translate(6px, -2px);
    visibility: hidden;
    transition:
      opacity 140ms var(--shp-ease),
      transform 160ms var(--shp-ease),
      visibility 0s linear 160ms;
  }

  .shp-site-header .shp-mega-branch > ul > li > a {
    display: block;
    padding: 5px 3px;
    color: var(--shp-muted);
    font-size: 0.71rem;
    line-height: 1.3;
  }

  .shp-site-header .shp-mega-branch > ul > li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal;
  }

  .shp-site-header .shp-mega-branch > ul::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 10px;
  }

  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-branch:hover > ul,
  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-branch:focus-within > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -2px);
    visibility: visible;
    transition:
      opacity 140ms var(--shp-ease),
      transform 160ms var(--shp-ease);
  }

  .shp-site-header .shp-mega-group:nth-child(5n + 4) .shp-mega-branch > ul,
  .shp-site-header .shp-mega-group:nth-child(5n + 5) .shp-mega-branch > ul {
    right: calc(100% + 9px) !important;
    left: auto !important;
    border-right: 3px solid var(--shp-teal);
    border-left: 1px solid var(--shp-line);
    border-radius: 8px 0 0 8px;
    transform: translate(-6px, -2px);
  }

  .shp-site-header .shp-mega-group:nth-child(5n + 4) .shp-mega-branch > ul::before,
  .shp-site-header .shp-mega-group:nth-child(5n + 5) .shp-mega-branch > ul::before {
    right: -10px;
    left: auto;
  }

  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-group:nth-child(5n + 4) .shp-mega-branch:hover > ul,
  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-group:nth-child(5n + 4) .shp-mega-branch:focus-within > ul,
  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-group:nth-child(5n + 5) .shp-mega-branch:hover > ul,
  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-group:nth-child(5n + 5) .shp-mega-branch:focus-within > ul {
    transform: translate(0, -2px);
  }

  .shp-site-header .shp-mega-group:nth-child(n + 6) .shp-mega-branch > ul {
    top: auto !important;
    bottom: -8px !important;
  }

  .shp-mega-branch > a:focus-visible {
    border-radius: 3px;
    outline: 2px solid var(--shp-teal);
    outline-offset: 2px;
  }
}

@media (max-width: 991px) {
  .shp-shop-dropdown:not([open]) > .shp-mega-menu {
    display: none !important;
  }

  .shp-shop-dropdown[open] > .shp-mega-menu {
    display: block !important;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .shp-mega-group > ul > li > a {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-branch > ul {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    max-width: none;
    margin: 0 !important;
    padding: 2px 0 2px 10px;
    border: 0;
    border-left: 1px solid rgba(0, 125, 137, 0.2);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .shp-site-header .shp-mega-branch > ul > li {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 520px) {
  .shp-site-header .shp-shop-dropdown .shp-mega-menu .shp-mega-branch > ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .shp-motion-ready .shp-reveal {
    opacity: 1;
    transform: none;
  }
}

/* SHP HOMEPAGE LOGO MARQUEE AND LOCATIONS — BEGIN */
.shp-logo-marquee {
  padding: 50px 0 54px;
  border-top: 1px solid var(--shp-line);
  background: #fff;
  scroll-margin-top: 140px;
}

.shp-logo-heading,
.shp-locations-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.shp-logo-heading h2,
.shp-locations-heading h2 {
  margin: 0;
  color: var(--shp-ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.shp-logo-heading > p {
  max-width: 510px;
  margin: 0;
  color: var(--shp-text);
  font-size: 0.95rem;
  line-height: 1.65;
}

.shp-logo-stage {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.shp-logo-viewport {
  overflow-x: auto;
  padding: 1px 1px 6px;
  scrollbar-width: thin;
}

.shp-logo-marquee.is-marquee-ready .shp-logo-viewport {
  overflow: hidden;
  padding-bottom: 1px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.shp-logo-track,
.shp-logo-sequence {
  display: flex;
  width: max-content;
  gap: 10px;
}

.shp-logo-track {
  transform: none;
}

.shp-logo-marquee.is-marquee-ready .shp-logo-track {
  animation-duration: 66s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-timing-function: linear;
  backface-visibility: hidden;
  will-change: transform;
}

.shp-logo-marquee.is-marquee-ready .shp-logo-track-right {
  animation-name: shp-marquee-right;
}

.shp-logo-marquee.is-marquee-ready .shp-logo-track-left {
  animation-name: shp-marquee-left;
  animation-duration: 64s;
}

.shp-logo-tile {
  display: grid;
  width: 150px;
  height: 70px;
  flex: 0 0 150px;
  place-items: center;
  overflow: hidden;
  padding: 10px 16px;
  border: 1px solid rgba(32, 32, 32, 0.11);
  border-radius: 10px;
  background: #fff;
}

.shp-logo-tile img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}

.shp-logo-tile img[src$="brand-asian-paints.png"],
.shp-logo-tile img[src$="brand-hafele.png"],
.shp-logo-tile img[src$="brand-blue-point.png"] {
  transform: scale(1.65);
}

.shp-experience-grid,
.shp-experience-media {
  min-height: 480px;
}

.shp-experience-copy h2 {
  font-size: clamp(2rem, 2.8vw, 2.6rem);
}

.shp-locations {
  padding: 56px 0 64px;
  background: #fff;
  scroll-margin-top: 140px;
}

.shp-locations-heading > div > p:not(.shp-eyebrow) {
  margin: 12px 0 0;
  color: var(--shp-text);
  font-size: 0.98rem;
  line-height: 1.6;
}

.shp-locations-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--shp-teal-deep);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 4px;
}

.shp-locations-heading > a:hover {
  text-decoration: underline;
}

.shp-locations-heading > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shp-locations-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  min-height: 390px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(32, 32, 32, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(27, 36, 38, 0.08);
}

.shp-map-frame {
  position: relative;
  min-width: 0;
  min-height: 390px;
  overflow: hidden;
  background: #edf2ef;
}

.shp-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.shp-map-loading {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #edf2ef;
  color: var(--shp-muted);
  font-size: 0.82rem;
  pointer-events: none;
  transition: opacity 180ms var(--shp-ease), visibility 180ms var(--shp-ease);
}

.shp-map-loading span {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 109, 117, 0.22);
  border-top-color: var(--shp-teal-deep);
  border-radius: 50%;
  animation: shp-map-spin 800ms linear infinite;
}

.shp-map-frame.is-loaded .shp-map-loading {
  opacity: 0;
  visibility: hidden;
}

.shp-location-panel {
  display: flex;
  min-width: 0;
  border-left: 1px solid var(--shp-line);
  background: #fff;
  flex-direction: column;
}

.shp-location-panel button,
.shp-location-panel a {
  font: inherit;
}

.shp-location-overview {
  display: block;
  width: 100%;
  padding: 20px 22px;
  border: 0;
  border-bottom: 1px solid var(--shp-line);
  background: #f8faf9;
  color: var(--shp-ink);
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms var(--shp-ease), color 180ms var(--shp-ease);
}

.shp-location-overview > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  font-weight: 700;
}

.shp-location-overview svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--shp-teal-deep);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.shp-location-overview small {
  display: block;
  margin: 5px 0 0 29px;
  color: var(--shp-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.shp-location-overview[aria-pressed="true"] {
  background: var(--shp-teal-soft);
  color: var(--shp-teal-deep);
}

.shp-location-list {
  display: flex;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  flex-direction: column;
}

.shp-location-list li {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  flex: 1;
  border-top: 1px solid var(--shp-line);
}

.shp-location-list li:first-child {
  border-top: 0;
}

.shp-location-list button {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 92px;
  padding: 16px 10px 16px 18px;
  border: 0;
  background: transparent;
  color: var(--shp-ink);
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms var(--shp-ease);
}

.shp-location-list button:hover,
.shp-location-list button[aria-pressed="true"] {
  background: var(--shp-teal-soft);
}

.shp-location-number {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--shp-teal-deep);
  color: #fff;
  place-items: center;
  font-size: 0.76rem;
  font-weight: 700;
}

.shp-location-list strong,
.shp-location-list small {
  display: block;
}

.shp-location-list strong {
  font-size: 0.93rem;
  line-height: 1.35;
}

.shp-location-list small {
  margin-top: 5px;
  color: var(--shp-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.shp-location-list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  margin-right: 16px;
  color: var(--shp-teal-deep);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 3px;
}

.shp-location-list a:hover {
  text-decoration: underline;
}

@keyframes shp-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - 5px), 0, 0); }
}

@keyframes shp-marquee-right {
  from { transform: translate3d(calc(-50% - 5px), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@keyframes shp-map-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 991px) {
  .shp-logo-heading,
  .shp-locations-heading {
    align-items: start;
  }

  .shp-logo-heading > p {
    max-width: 390px;
  }

  .shp-locations-card {
    grid-template-columns: 1fr;
  }

  .shp-map-frame {
    min-height: 340px;
  }

  .shp-location-panel {
    border-top: 1px solid var(--shp-line);
    border-left: 0;
  }

  .shp-location-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shp-location-list li {
    display: flex;
    align-items: stretch;
    border-top: 0;
    border-left: 1px solid var(--shp-line);
    flex-direction: column;
  }

  .shp-location-list li:first-child {
    border-left: 0;
  }

  .shp-location-list button {
    min-height: 112px;
    padding-right: 16px;
  }

  .shp-location-list a {
    margin: 0;
    padding: 0 18px 16px 58px;
  }
}

@media (max-width: 720px) {
  .shp-logo-marquee {
    padding: 40px 0 44px;
  }

  .shp-logo-heading,
  .shp-locations-heading {
    display: block;
  }

  .shp-logo-heading > p {
    margin-top: 12px;
  }

  .shp-logo-tile {
    width: 128px;
    height: 62px;
    flex-basis: 128px;
    padding: 9px 14px;
  }

  .shp-logo-tile img {
    max-height: 42px;
  }

  .shp-locations {
    padding: 44px 0 50px;
  }

  .shp-locations-heading > a {
    margin-top: 14px;
  }

  .shp-map-frame {
    min-height: 280px;
  }

  .shp-location-list {
    display: block;
  }

  .shp-location-list li {
    display: grid;
    border-top: 1px solid var(--shp-line);
    border-left: 0;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .shp-location-list button {
    min-height: 94px;
  }

  .shp-location-list a {
    align-self: center;
    margin-right: 16px;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shp-logo-marquee.is-marquee-ready .shp-logo-viewport {
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: thin;
  }

  .shp-logo-track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .shp-logo-sequence[aria-hidden="true"] {
    display: none;
  }

  .shp-map-loading span {
    animation: none;
  }
}
/* SHP HOMEPAGE LOGO MARQUEE AND LOCATIONS — END */

/* SHP CATALOGUE SURFACES V1 — BEGIN */
.theme-content-area [data-category-style-08],
.theme-search-page-contianer {
  background: #fff;
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.theme-content-area [data-category-style-08] {
  border-bottom: 1px solid var(--shp-line);
}

.theme-content-area [data-category-style-08] .theme-category-image-desc-container {
  padding-inline: 100px !important;
}

.theme-content-area [data-category-style-08] .theme-category-image-description-conatainer,
.theme-content-area [data-category-style-08] .theme-category-image-description-conatainer.theme-category-image-description-conatainer-no-image {
  display: flex !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 28px 0 24px !important;
  align-items: flex-end;
  border-radius: 0 !important;
  background-color: #fff !important;
  background-image: none !important;
}

.theme-content-area [data-category-style-08] .theme-category-name-description,
.theme-content-area [data-category-style-08] .theme-category-name-description.zpdark-section {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  color: var(--shp-ink) !important;
}

.theme-content-area [data-category-style-08] .theme-category-name {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--shp-ink) !important;
  font-size: clamp(1.85rem, 2.6vw, 2.45rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
}

.theme-content-area [data-category-style-08] .theme-category-desc {
  display: block !important;
  max-width: 760px;
  overflow: visible;
  margin-top: 8px;
  color: var(--shp-text) !important;
  font-size: 0.86rem;
  line-height: 1.65;
}

.shp-category-children {
  padding: 22px 0 24px;
  border-bottom-color: var(--shp-line);
}

.shp-category-children__heading {
  margin-bottom: 13px;
}

.shp-category-children__heading h2 {
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.shp-category-children__grid {
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shp-category-child-card {
  min-height: 86px;
  flex-direction: row;
  align-items: stretch;
  border-color: var(--shp-line);
  border-radius: 8px;
  box-shadow: none;
}

.shp-category-child-card__media {
  width: 70px;
  height: auto;
  min-height: 84px;
  flex: 0 0 70px;
  border-right: 1px solid var(--shp-line);
  border-bottom: 0;
  background: var(--shp-surface-soft);
}

.shp-category-child-card__media img {
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.shp-category-child-card__media > svg {
  width: 36px;
  height: 36px;
  fill: transparent;
  stroke-width: 1.75;
}

.shp-category-child-card__copy {
  min-width: 0;
  min-height: 84px;
  padding: 13px 14px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.shp-category-child-card__copy strong {
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  line-height: 1.35;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.shp-category-child-card__action {
  width: 24px;
  height: 24px;
  margin-left: auto;
  flex: 0 0 24px;
  justify-content: center;
  font-size: 0;
}

.shp-category-child-card__action svg {
  width: 18px;
  height: 18px;
}

.theme-category-sortby-section {
  border-bottom: 1px solid var(--shp-line);
  background: #fff;
}

.theme-category-sortby-section > .zpcontainer {
  padding-inline: 100px !important;
}

.theme-category-sortby-section .zprow {
  display: flex;
  min-height: 62px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.theme-category-sortby-section .theme-product-count {
  color: var(--shp-text);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
}

.theme-category-sortby-section .theme-collection-sort {
  width: auto !important;
  margin-left: auto;
  padding: 0 !important;
  flex: 0 0 auto;
}

.theme-category-sortby-section .theme-collection-sort-inner.theme-custom-sort,
.theme-search-page-contianer .theme-collection-sort-inner.theme-custom-sort {
  min-width: 220px;
  min-height: 42px;
  padding: 0 14px !important;
  align-items: center;
  border: 1px solid var(--shp-line) !important;
  border-radius: 8px;
  background: #fff;
  color: var(--shp-ink);
}

.theme-category-sortby-section .theme-sortby-label,
.theme-search-page-contianer .theme-sortby-label {
  margin-right: 10px !important;
  color: var(--shp-muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.theme-category-sortby-section .theme-custom-sort-selected,
.theme-search-page-contianer .theme-custom-sort-selected {
  font-size: 0.78rem;
  font-weight: 600;
}

.theme-product-category-section {
  padding: 24px 0 58px !important;
  background: #fff;
}

.theme-product-category-section > .zpcontainer {
  padding-inline: 100px !important;
}

.theme-search-page-contianer .zpelem-search_products {
  margin-top: 0 !important;
}

.theme-search-page-contianer .theme-collection-heading-view-all-search {
  min-height: 84px;
  padding: 26px 0 22px !important;
  align-items: center;
  border-bottom: 1px solid var(--shp-line);
  gap: 24px;
}

.theme-search-page-contianer .theme-collection-heading-view-all-search .theme-section-heading {
  width: auto !important;
  margin: 0;
  padding: 0 !important;
  flex: 1 1 auto;
  color: var(--shp-ink);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.theme-search-page-contianer .theme-collection-sortby-section {
  width: auto !important;
  margin-left: auto;
  flex: 0 0 auto;
}

.theme-search-page-contianer .theme-store-collection-container {
  padding: 24px 0 58px !important;
}

.theme-product-category-section [data-sort-by-products-target],
.theme-search-page-contianer [data-sort-by-products-target] {
  display: flex;
  margin: 0 -8px !important;
  flex-wrap: wrap;
  align-items: stretch;
}

.theme-product-category-section .theme-prod-box.theme-product-list-style-09,
.theme-search-page-contianer .theme-prod-box.theme-product-list-style-09 {
  width: 25% !important;
  max-width: 25% !important;
  margin: 0 !important;
  padding: 0 8px 18px !important;
  flex: 0 0 25% !important;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-box-content,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-box-content {
  display: flex;
  overflow: hidden;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
  flex-direction: column;
  border: 1px solid var(--shp-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(27, 36, 38, 0.025);
  transition:
    border-color 180ms var(--shp-ease),
    box-shadow 180ms var(--shp-ease),
    transform 180ms var(--shp-ease);
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-image-area,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  border-bottom: 1px solid var(--shp-line);
  background: var(--shp-surface-soft);
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-image-area > a[aria-hidden="true"],
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area > a[aria-hidden="true"] {
  position: absolute;
  inset: 0 0 48px;
  display: grid;
  place-items: center;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-image-area picture,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area picture {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-image-area img,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area img {
  width: 100% !important;
  height: 100% !important;
  padding: 14px;
  box-sizing: border-box;
  object-fit: contain !important;
  object-position: center;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-button-area,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area {
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
  z-index: 4;
  display: flex !important;
  width: auto !important;
  height: 36px !important;
  min-height: 36px;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  border-radius: 7px !important;
  background: transparent !important;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-button-area > a,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area > a {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 36px;
  padding: 7px 10px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shp-teal-deep) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--shp-teal-deep) !important;
  font-family: inherit;
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  text-decoration: none;
  transition:
    background-color 180ms var(--shp-ease),
    color 180ms var(--shp-ease);
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-details-area,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-details-area {
  display: flex;
  min-height: 104px;
  padding: 13px 14px 15px !important;
  flex: 1 1 auto;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-name-rating-price,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-name-rating-price {
  width: 100%;
}

.theme-product-category-section .theme-product-list-style-09 .theme-brand-name,
.theme-search-page-contianer .theme-product-list-style-09 .theme-brand-name {
  margin-bottom: 5px;
  color: var(--shp-muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.35;
  text-transform: uppercase;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-name,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-name {
  display: block;
  min-height: 38px;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-name a,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-name a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--shp-ink) !important;
  font-size: 0.8rem !important;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.45 !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-price-variants,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-price-variants {
  margin-top: 9px;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-detail-price-area,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-detail-price-area {
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-detail-price,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-detail-price {
  color: var(--shp-ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.theme-product-category-section .theme-product-list-style-09 .theme-product-old-price,
.theme-search-page-contianer .theme-product-list-style-09 .theme-product-old-price {
  color: #929795 !important;
  font-size: 0.69rem !important;
  line-height: 1.35 !important;
}

.theme-product-category-section .theme-no-products-error,
.theme-search-page-contianer .theme-no-products-error {
  width: 100%;
  margin: 18px 0 34px;
  padding: 32px 22px;
  border: 1px solid var(--shp-line);
  border-radius: 10px;
  background: var(--shp-surface-soft);
  color: var(--shp-text);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.theme-product-category-section .theme-product-list-style-09 a:focus-visible,
.theme-search-page-contianer .theme-product-list-style-09 a:focus-visible,
.theme-category-sortby-section .theme-custom-sort:focus-visible,
.theme-search-page-contianer .theme-custom-sort:focus-visible {
  outline: 3px solid rgba(20, 184, 195, 0.4) !important;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .theme-product-category-section .theme-product-list-style-09 .theme-product-box-content:hover,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-box-content:hover {
    border-color: rgba(0, 109, 117, 0.34);
    box-shadow: 0 12px 28px rgba(27, 36, 38, 0.08);
    transform: translateY(-2px);
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area > a:hover,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area > a:hover {
    background: var(--shp-teal-deep) !important;
    color: #fff !important;
  }
}

@media (min-width: 981px) {
  .theme-product-category-section.theme-productfilter-enable .theme-prod-box.theme-product-list-style-09,
  .theme-search-page-contianer .theme-productfilter-enable .theme-prod-box.theme-product-list-style-09 {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    flex-basis: 33.3333% !important;
  }
}

@media (max-width: 980px) {
  .theme-content-area [data-category-style-08] .theme-category-image-desc-container,
  .theme-category-sortby-section > .zpcontainer,
  .theme-product-category-section > .zpcontainer,
  .shp-category-children > .zpcontainer {
    padding-inline: 24px !important;
  }

  .shp-category-children__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-product-category-section .theme-prod-box.theme-product-list-style-09,
  .theme-search-page-contianer .theme-prod-box.theme-product-list-style-09 {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    flex-basis: 33.3333% !important;
  }
}

@media (max-width: 760px) {
  .theme-content-area [data-category-style-08] .theme-category-image-desc-container,
  .theme-category-sortby-section > .zpcontainer,
  .theme-product-category-section > .zpcontainer,
  .shp-category-children > .zpcontainer {
    padding-inline: 14px !important;
  }

  .theme-content-area [data-category-style-08] .theme-category-image-description-conatainer,
  .theme-content-area [data-category-style-08] .theme-category-image-description-conatainer.theme-category-image-description-conatainer-no-image {
    padding: 20px 0 18px !important;
  }

  .theme-content-area [data-category-style-08] .theme-category-name {
    font-size: clamp(1.55rem, 8vw, 1.9rem) !important;
  }

  .shp-category-children {
    padding: 18px 0 20px;
  }

  .shp-category-children__heading {
    margin-bottom: 11px;
  }

  .shp-category-children__grid {
    gap: 9px;
  }

  .shp-category-child-card {
    min-height: 74px;
  }

  .shp-category-child-card__media {
    width: 54px;
    min-height: 72px;
    flex-basis: 54px;
  }

  .shp-category-child-card__media > svg {
    width: 29px;
    height: 29px;
  }

  .shp-category-child-card__copy {
    min-height: 72px;
    padding: 10px;
    gap: 6px;
  }

  .shp-category-child-card__copy strong {
    font-size: 0.66rem;
  }

  .theme-category-sortby-section .zprow {
    min-height: 58px;
  }

  .theme-category-sortby-section .theme-collection-sort-inner.theme-custom-sort,
  .theme-search-page-contianer .theme-collection-sort-inner.theme-custom-sort {
    min-width: 154px;
    min-height: 40px;
    padding-inline: 10px !important;
  }

  .theme-category-sortby-section .theme-sortby-label,
  .theme-search-page-contianer .theme-sortby-label {
    display: none;
  }

  .theme-product-category-section {
    padding: 18px 0 42px !important;
  }

  .theme-search-page-contianer .zpelem-search_products {
    width: 100% !important;
    padding-inline: 14px;
  }

  .theme-search-page-contianer .theme-collection-heading-view-all-search {
    min-height: 0;
    padding: 20px 0 16px !important;
    flex-wrap: wrap;
    gap: 14px;
  }

  .theme-search-page-contianer .theme-collection-heading-view-all-search .theme-section-heading {
    width: 100% !important;
    font-size: clamp(1.35rem, 7vw, 1.7rem);
  }

  .theme-search-page-contianer .theme-collection-sortby-section {
    margin-left: 0;
  }

  .theme-category-sortby-section .theme-collection-sort,
  .theme-product-category-section .theme-collection-sort,
  .theme-search-page-contianer .theme-collection-sort {
    position: relative;
    overflow: visible !important;
    width: min(220px, 100%) !important;
  }

  .theme-category-sortby-section .theme-collection-sort-inner.theme-custom-sort,
  .theme-product-category-section .theme-collection-sort-inner.theme-custom-sort,
  .theme-search-page-contianer .theme-collection-sort-inner.theme-custom-sort {
    position: relative;
    display: flex !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 220px;
    min-width: 0;
    padding: 0 36px 0 12px !important;
    justify-content: flex-start !important;
    border-block-end: 1px solid var(--shp-line) !important;
  }

  .theme-category-sortby-section .theme-custom-select-value,
  .theme-product-category-section .theme-custom-select-value,
  .theme-search-page-contianer .theme-custom-select-value {
    display: block !important;
    overflow: hidden;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
    color: var(--shp-ink) !important;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .theme-category-sortby-section .theme-sort-open-close,
  .theme-product-category-section .theme-sort-open-close,
  .theme-search-page-contianer .theme-sort-open-close {
    position: absolute !important;
    right: 12px !important;
    z-index: 2;
    display: block !important;
    width: 10px !important;
    height: 7px !important;
    margin: 0 !important;
  }

  .theme-category-sortby-section .theme-custom-select-option-container[data-custom-select-option-container],
  .theme-product-category-section .theme-custom-select-option-container[data-custom-select-option-container],
  .theme-search-page-contianer .theme-custom-select-option-container[data-custom-select-option-container] {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 50;
    display: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: min(250px, calc(100vw - 28px)) !important;
    max-height: 260px;
    margin: 0 !important;
    padding: 8px !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    border: 1px solid var(--shp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(27, 36, 38, 0.12);
  }

  .theme-category-sortby-section .theme-custom-select-option-container.theme-open-custom-sort,
  .theme-product-category-section .theme-custom-select-option-container.theme-open-custom-sort,
  .theme-search-page-contianer .theme-custom-select-option-container.theme-open-custom-sort {
    display: flex !important;
  }

  .theme-category-sortby-section .theme-custom-select-option,
  .theme-product-category-section .theme-custom-select-option,
  .theme-search-page-contianer .theme-custom-select-option {
    width: 100%;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    flex: 0 0 auto !important;
    border: 0 !important;
    border-radius: 6px !important;
    color: var(--shp-ink);
    font-size: 0.76rem;
    line-height: 1.35 !important;
    text-align: left;
    white-space: nowrap;
  }

  .theme-category-sortby-section .theme-custom-select-option.active,
  .theme-product-category-section .theme-custom-select-option.active,
  .theme-search-page-contianer .theme-custom-select-option.active {
    background: var(--shp-surface-soft);
    color: var(--shp-teal-deep);
  }

  .theme-search-page-contianer .theme-store-collection-container {
    padding: 18px 0 42px !important;
  }

  .theme-product-category-section [data-sort-by-products-target],
  .theme-search-page-contianer [data-sort-by-products-target] {
    margin-inline: -5px !important;
  }

  .theme-product-category-section .theme-prod-box.theme-product-list-style-09,
  .theme-search-page-contianer .theme-prod-box.theme-product-list-style-09 {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 5px 12px !important;
    flex-basis: 50% !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-image-area > a[aria-hidden="true"],
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area > a[aria-hidden="true"] {
    bottom: 44px;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-image-area img,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-image-area img {
    padding: 10px;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area {
    right: 7px !important;
    bottom: 7px !important;
    left: 7px !important;
    height: 32px !important;
    min-height: 32px;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area > a,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area > a {
    min-height: 32px;
    padding: 6px 7px !important;
    font-size: 0.64rem !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-details-area,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-details-area {
    min-height: 98px;
    padding: 11px 10px 13px !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-name,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-name {
    min-height: 36px;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-name a,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-name a {
    font-size: 0.7rem !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-detail-price,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-detail-price {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-product-category-section .theme-product-list-style-09 .theme-product-box-content,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-box-content,
  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area > a,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area > a {
    transition: none !important;
  }
}
/* SHP CATALOGUE SURFACES V1 — END */

/* SHP PDP VISUAL SPRINT 2 — BEGIN */
.theme-content-container.theme-product-details-style-07,
.theme-content-container.theme-product-details-style-07 *,
.theme-content-container.theme-product-details-style-07 *::before,
.theme-content-container.theme-product-details-style-07 *::after {
  box-sizing: border-box;
}

.theme-content-container.theme-product-details-style-07 {
  overflow-x: clip;
  background: var(--shp-surface);
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb {
  width: var(--shp-shell);
  max-width: 1440px;
  margin-inline: auto;
  padding: 22px 0 0;
  color: var(--shp-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb a {
  color: var(--shp-muted);
  text-decoration: none;
  transition:
    color 180ms var(--shp-ease),
    border-color 180ms var(--shp-ease);
}

.theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb a:hover {
  color: var(--shp-teal-deep);
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-details-primary-section] {
  padding: 30px 0 64px !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-details-primary-section] > .zpcontainer {
  width: var(--shp-shell) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
  justify-content: initial;
  padding: 0 !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] > .theme-product-detail-image-container.theme-desktop-img {
  position: sticky;
  top: 24px;
  display: flex;
  width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  align-self: start;
  gap: 12px !important;
  transition:
    opacity 180ms var(--shp-ease),
    transform 180ms var(--shp-ease);
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-img-container] {
  min-width: 0;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-image {
  min-width: 0;
  flex: 1 1 auto;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-image-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--shp-line) !important;
  border-radius: var(--shp-radius-md) !important;
  background: var(--shp-surface-soft);
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-image-inner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-image-inner picture img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(12px, 3.2vw, 38px);
  aspect-ratio: 1 / 1 !important;
  background: var(--shp-surface-soft);
  object-fit: contain !important;
}

.theme-content-container.theme-product-details-style-07 .theme-navigation-button-area {
  right: 16px !important;
  bottom: 16px !important;
  gap: 8px !important;
}

.theme-content-container.theme-product-details-style-07 .theme-navigation-button-area .theme-image-navigation {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--shp-line) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--shp-ink);
  box-shadow: 0 8px 20px rgba(27, 36, 38, 0.08);
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail-container {
  width: 70px !important;
  max-height: min(650px, 70vh) !important;
  padding: 0 4px 0 0 !important;
  gap: 9px !important;
  scrollbar-width: thin;
  scrollbar-color: var(--shp-line) transparent;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail {
  width: 66px !important;
  min-width: 66px !important;
  height: 66px !important;
  border: 1px solid var(--shp-line) !important;
  border-radius: var(--shp-radius-sm) !important;
  background: var(--shp-surface-soft);
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail picture img {
  padding: 5px;
  background: var(--shp-surface-soft);
  object-fit: contain !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail.theme-active-thumbnail,
.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail[data-thumbnail-active="true"] {
  border-color: var(--shp-teal) !important;
  box-shadow: 0 0 0 2px rgba(20, 184, 195, 0.13);
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] > .theme-product-detail-column.theme-product-detail-container {
  display: flex;
  width: 100% !important;
  min-width: 0;
  padding: 2px 0 0;
  flex-direction: column;
}

.theme-content-container.theme-product-details-style-07 .theme-desktop-product-data {
  position: relative;
  min-width: 0;
  padding-inline-end: 52px;
}

.theme-content-container.theme-product-details-style-07 .theme-tag-social-contianer {
  min-height: 42px;
  padding: 0 !important;
  align-items: flex-start !important;
}

.theme-content-container.theme-product-details-style-07 .theme-tag-list-container {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
}

.theme-content-container.theme-product-details-style-07 .theme-tag-list-container li {
  margin: 0 !important;
  padding: 0 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-tag-list-container .theme-product-tag-url {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 10px !important;
  align-items: center;
  border: 1px solid var(--shp-line) !important;
  border-radius: 6px !important;
  background: var(--shp-surface-soft);
  color: var(--shp-teal-deep) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em;
  line-height: 1.25 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-other-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.theme-content-container.theme-product-details-style-07 .theme-social-share {
  width: 42px !important;
  height: 42px !important;
  min-height: 42px;
  padding: 0 !important;
  justify-content: center;
  border: 1px solid var(--shp-line);
  border-radius: 50% !important;
  background: var(--shp-surface) !important;
  color: var(--shp-ink);
  transition:
    border-color 180ms var(--shp-ease),
    color 180ms var(--shp-ease),
    background-color 180ms var(--shp-ease);
}

.theme-content-container.theme-product-details-style-07 .theme-social-share:hover {
  border-color: var(--shp-teal) !important;
  background: var(--shp-teal-soft) !important;
  color: var(--shp-teal-deep);
}

.theme-content-container.theme-product-details-style-07 .theme-social-share > svg {
  width: 18px;
  height: 20px;
}

.theme-content-container.theme-product-details-style-07 .theme-product-name {
  padding: 8px 0 0 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-name h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--shp-ink) !important;
  font-size: clamp(1.85rem, 2.45vw, 2.55rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.032em;
  line-height: 1.12 !important;
  overflow-wrap: anywhere;
}

.theme-content-container.theme-product-details-style-07 .theme-short-desc-review-container {
  padding: 10px 0 0 !important;
  gap: 12px !important;
  color: var(--shp-text);
  font-size: 0.82rem;
  line-height: 1.65;
}

.theme-content-container.theme-product-details-style-07 [data-zs-pricing-container] {
  padding: 20px 0 0 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-detail-price-area .theme-prices-inner-container {
  gap: 12px !important;
  align-items: baseline !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-price {
  color: var(--shp-ink) !important;
  font-size: clamp(1.65rem, 2.1vw, 2rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.025em;
  line-height: 1.15 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-old-price,
.theme-content-container.theme-product-details-style-07 [data-zs-label-price] {
  color: var(--shp-muted) !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-prod-non-returnable {
  margin: 7px 0 0 !important;
  padding: 0 !important;
  color: var(--shp-muted) !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-stock-availability-details {
  padding: 10px 0 0 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-prod-stock-details {
  display: inline-flex;
  min-height: 30px;
  padding: 5px 9px !important;
  align-items: center;
  border-radius: 6px !important;
  font-size: 0.74rem !important;
  font-weight: 600;
  line-height: 1.35 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-varients-area {
  margin-top: 24px;
  padding: 22px 0 !important;
  gap: 20px !important;
  border-top: 1px solid var(--shp-line) !important;
  border-bottom: 1px solid var(--shp-line);
}

.theme-content-container.theme-product-details-style-07 .theme-product-varients-row + .theme-product-varients-row {
  margin-top: 4px;
}

.theme-content-container.theme-product-details-style-07 .theme-product-varients-area .theme-product-variant-label {
  margin-bottom: 10px;
  color: var(--shp-ink);
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.theme-content-container.theme-product-details-style-07 .theme-variant-select-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-attribute-select] {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label {
  min-width: 48px;
  min-height: 44px;
  padding: 10px 14px !important;
  border: 1px solid var(--shp-line) !important;
  border-radius: var(--shp-radius-sm) !important;
  background: var(--shp-surface);
  color: var(--shp-ink);
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  transition:
    border-color 180ms var(--shp-ease),
    background-color 180ms var(--shp-ease),
    color 180ms var(--shp-ease),
    box-shadow 180ms var(--shp-ease);
}

.theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label:hover {
  border-color: var(--shp-teal) !important;
  background: var(--shp-teal-soft) !important;
  color: var(--shp-teal-deep);
}

.theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label.chekedLabel,
.theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label[aria-checked="true"] {
  border-color: var(--shp-teal-deep) !important;
  background: var(--shp-teal-deep) !important;
  color: #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 109, 117, 0.13);
}

.theme-content-container.theme-product-details-style-07 .theme-product-color-variations {
  gap: 9px !important;
}

.theme-content-container.theme-product-details-style-07 [data-theme-color-label] {
  width: 38px !important;
  height: 38px !important;
  border: 3px solid #fff;
  border-radius: 50% !important;
  outline: 1px solid var(--shp-line) !important;
}

.theme-content-container.theme-product-details-style-07 [data-theme-color-label].chekedLabel,
.theme-content-container.theme-product-details-style-07 [data-theme-color-label][aria-checked="true"] {
  outline: 2px solid var(--shp-teal-deep) !important;
  box-shadow: 0 0 0 3px rgba(0, 109, 117, 0.11);
}

.theme-content-container.theme-product-details-style-07 .theme-variant-select-error,
.theme-content-container.theme-product-details-style-07 [data-variant-error] {
  margin-top: 8px;
  color: #a93622;
  font-size: 0.75rem;
  line-height: 1.45;
}

.theme-content-container.theme-product-details-style-07 .theme-product-quantity-cart-area {
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 12px !important;
  margin: 0;
  padding: 24px 0 !important;
  align-items: end;
  border-top: 0 !important;
  border-bottom: 1px solid var(--shp-line);
}

.theme-content-container.theme-product-details-style-07 .theme-product-varient-quantity {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 8px !important;
  align-items: start !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-varient-quantity::before {
  content: "Quantity";
  color: var(--shp-text);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.35;
}

.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] {
  display: grid !important;
  width: 132px !important;
  height: 50px !important;
  padding: 0 !important;
  grid-template-columns: 42px 48px 42px;
  gap: 0 !important;
  border: 1px solid var(--shp-line) !important;
  border-radius: var(--shp-radius-sm) !important;
  background: var(--shp-surface);
  overflow: hidden;
}

.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] input {
  width: 100% !important;
  min-width: 0;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--shp-surface) !important;
  color: var(--shp-ink) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 48px !important;
  text-align: center;
}

.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] input {
  min-height: 48px;
}

.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] [data-zs-quantity] {
  width: 48px !important;
  border-inline: 1px solid var(--shp-line) !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] .theme-quantity-decrease:hover,
.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] .theme-quantity-increase:hover {
  background: var(--shp-teal-soft) !important;
  color: var(--shp-teal-deep) !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-cart-buttons {
  display: flex;
  min-width: 0;
  gap: 10px !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart],
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote] {
  display: inline-flex;
  width: 100% !important;
  min-height: 52px;
  padding: 13px 18px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--shp-teal-deep) !important;
  border-radius: var(--shp-radius-sm) !important;
  background: var(--shp-teal-deep) !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 109, 117, 0.13);
  transition:
    background-color 180ms var(--shp-ease),
    border-color 180ms var(--shp-ease),
    box-shadow 180ms var(--shp-ease),
    transform 100ms var(--shp-ease);
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart]:hover {
  border-color: var(--shp-teal) !important;
  background: var(--shp-teal) !important;
  box-shadow: 0 12px 28px rgba(20, 184, 195, 0.18);
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart]:active,
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote]:active {
  transform: translateY(1px);
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote] {
  background: var(--shp-surface) !important;
  color: var(--shp-teal-deep) !important;
  box-shadow: none;
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote]:hover {
  background: var(--shp-teal-soft) !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart][disabled],
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote][disabled],
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart].disabled,
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote].disabled {
  border-color: #b8bfc0 !important;
  background: #b8bfc0 !important;
  color: #fff !important;
  box-shadow: none;
  cursor: not-allowed;
}

.theme-content-container.theme-product-details-style-07 .theme-product-details-delivery-location-row {
  margin-top: 18px;
  padding: 16px !important;
  border: 1px solid var(--shp-line);
  border-radius: var(--shp-radius-sm);
  background: var(--shp-surface-soft);
}

.theme-content-container.theme-product-details-style-07 .theme-product-details-delivery-location-input-label {
  margin: 0 0 8px;
  color: var(--shp-ink);
  font-size: 0.78rem;
  font-weight: 650;
}

.theme-content-container.theme-product-details-style-07 [data-zs-delivery-location-postalcode] {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--shp-line);
  border-radius: 6px;
  background: #fff;
  color: var(--shp-ink);
  font: inherit;
}

.theme-content-container.theme-product-details-style-07 .theme-coupons-header,
.theme-content-container.theme-product-details-style-07 .theme-product-specification-section .theme-prod-content-summary {
  min-height: 56px;
  padding: 16px 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--shp-line) !important;
  color: var(--shp-ink);
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-coupons-header svg,
.theme-content-container.theme-product-details-style-07 .theme-product-specification-section .theme-prod-content-summary svg {
  width: 22px !important;
  height: 22px !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-specification-section {
  padding: 0 !important;
}

.theme-content-container.theme-product-details-style-07 .theme-product-specification-section:empty {
  margin: 0;
  padding: 0 !important;
  border: 0;
}

.theme-content-container.theme-product-details-style-07 .theme-product-specification-section .theme-prod-content-details {
  padding: 14px 0 !important;
  border-bottom: 1px solid var(--shp-line) !important;
  color: var(--shp-text);
  font-size: 0.8rem !important;
  line-height: 1.7;
}

.theme-content-container.theme-product-details-style-07 .theme-product-specification-section .theme-spec {
  border-color: var(--shp-line) !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-details-recommended-section] {
  padding: 0;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-details-recommended-section] > .zpcontainer {
  width: var(--shp-shell) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

.theme-content-container.theme-product-details-style-07 [data-zs-product-details-recommended-section] [data-zs-recommended-products]:not(:empty),
.theme-content-container.theme-product-details-style-07 [data-zs-product-details-recommended-section] [data-zs-upsell-products]:not(:empty) {
  padding: 10px 0 56px;
}

.theme-content-container.theme-product-details-style-07 [data-theme-variant-label]:focus-visible,
.theme-content-container.theme-product-details-style-07 [data-theme-color-label]:focus-visible,
.theme-content-container.theme-product-details-style-07 [data-zs-quantity-container] input:focus-visible,
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart]:focus-visible,
.theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote]:focus-visible,
.theme-content-container.theme-product-details-style-07 .theme-coupons-header:focus-visible,
.theme-content-container.theme-product-details-style-07 .theme-prod-content-summary:focus-visible,
.theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail:focus-visible {
  outline: 3px solid rgba(20, 184, 195, 0.32) !important;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] {
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 30px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-name h1 {
    font-size: clamp(1.75rem, 3.1vw, 2.15rem) !important;
  }
}

@media (max-width: 992px) {
  .theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb {
    padding-top: 16px;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-product-details-primary-section] {
    padding: 18px 0 48px !important;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] > .theme-product-detail-image-container.theme-desktop-img {
    display: none;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] > .theme-product-detail-column.theme-product-detail-container {
    width: 100% !important;
    padding: 0;
  }

  .theme-content-container.theme-product-details-style-07 .theme-desktop-product-data {
    padding-inline-end: 48px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-mobile-img {
    position: relative !important;
    top: auto !important;
    display: flex;
    width: 100% !important;
    max-height: none !important;
    margin: 20px 0 0 !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-mobile-img .theme-product-detail-image {
    width: 100% !important;
    margin: 0 !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail-container {
    width: 100% !important;
    max-height: none !important;
    padding: 2px 0 4px !important;
    flex-direction: row !important;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-detail-thumbnail {
    flex: 0 0 64px;
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-varients-area {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb {
    padding-top: 12px;
    font-size: 0.64rem;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-product-details-primary-section] {
    padding: 14px 0 38px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-desktop-product-data {
    padding-inline-end: 42px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-tag-social-contianer {
    min-height: 36px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-social-share {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-name {
    padding-top: 5px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-name h1 {
    max-width: none;
    font-size: clamp(1.55rem, 7.2vw, 1.9rem) !important;
    line-height: 1.14 !important;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-pricing-container] {
    padding-top: 14px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-price {
    font-size: 1.55rem !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-mobile-img {
    margin-top: 16px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-detail-image-inner picture img {
    padding: 12px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-varients-area {
    margin-top: 18px;
    padding: 18px 0 !important;
    gap: 16px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label {
    min-height: 44px;
    padding: 10px 12px !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-quantity-cart-area {
    grid-template-columns: 1fr;
    gap: 12px !important;
    padding: 20px 0 !important;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-cart-buttons {
    width: 100%;
  }

  .theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart],
  .theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote] {
    min-height: 52px;
  }

  .theme-content-container.theme-product-details-style-07 .theme-product-specification-section .theme-spec {
    width: 100% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-content-container.theme-product-details-style-07 .theme-product-breadcrumb a,
  .theme-content-container.theme-product-details-style-07 [data-zs-product-primary-details] > .theme-product-detail-image-container.theme-desktop-img,
  .theme-content-container.theme-product-details-style-07 .theme-social-share,
  .theme-content-container.theme-product-details-style-07 .theme-variant-select-container > .theme-product-variant > label,
  .theme-content-container.theme-product-details-style-07 [data-zs-add-to-cart],
  .theme-content-container.theme-product-details-style-07 [data-zs-add-to-quote] {
    transition: none !important;
  }
}
/* SHP PDP VISUAL SPRINT 2 — END */

/* SHP CART VISUAL SPRINT 2 — BEGIN */
.shp-cart-page-shell {
  max-width: 100%;
  overflow-x: hidden;
}

.shp-cart-page-main {
  --shp-shell: min(1280px, calc(100vw - 36px));
}

/* Keep cart/checkout headers steady and visible on all devices */
.theme-cart-checkout-headersix {
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

.theme-cart-checkout-headersix.theme-mobile-header-fixed,
.theme-cart-checkout-headersix[data-zs-mobile-headerstyle="03"] {
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

.theme-cart-checkout-headersix .theme-mini-cart,
.theme-cart-checkout-headersix .theme-portal-login,
.theme-cart-checkout-headersix .theme-search-and-mini-cart-group-item,
.theme-cart-checkout-headersix [class*="theme-search-cart"] {
  visibility: visible !important;
  opacity: 1 !important;
}

#main-content [data-cart-table] {
  width: min(1280px, calc(100vw - 36px)) !important;
  margin: 30px auto 60px !important;
  padding: 34px 24px !important;
  border-radius: 20px !important;
}

#main-content [data-cart-table]::before {
  margin-bottom: 22px !important;
  font-size: clamp(2rem, 5vw, 2.9rem) !important;
}

#main-content [data-cart-items] {
  min-width: 0 !important;
}

#main-content [data-cart-summary-container] {
  border-radius: 16px !important;
}

@media (max-width: 767px) {
  #main-content [data-cart-table] {
    width: calc(100vw - 30px) !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    padding: 20px 10px !important;
  }
}
/* SHP CART VISUAL SPRINT 2 — END */

/* SHP CART VISUAL SPRINT 1 — BEGIN */
#main-content [data-cart-table] {
  display: flex !important;
  flex-wrap: wrap;
  align-items: start;
  width: calc(100% - 48px);
  max-width: 1280px;
  margin: 48px auto 72px;
  padding: 44px;
  border-radius: 24px;
  background: #f5f7f6;
  box-sizing: border-box;
}

#main-content [data-cart-table]::before {
  content: "Your cart";
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 28px;
  color: #171a1b;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

#main-content [data-cart-items] {
  flex: 1 1 620px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe5e4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 31, 32, 0.06);
}

#main-content [data-cart-table] > .theme-cart-summary-container {
  flex: 0 0 320px;
  width: 320px;
  padding-left: 0 !important;
  margin-left: 24px;
}

#main-content [data-cart-items] .theme-cart-table-row {
  width: 100%;
  margin: 0;
  border-color: #dfe5e4;
}

#main-content [data-cart-items] .theme-cart-head {
  display: flex !important;
  align-items: center;
  padding: 14px 22px;
  background: #eef3f2;
  color: #596263;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

#main-content [data-cart-items] .theme-cart-head .theme-cart-table-data {
  display: block;
  min-width: 0;
  margin: 0;
}

#main-content [data-cart-items] .theme-cart-head .theme-cart-items {
  flex: 1 1 auto;
}

#main-content [data-cart-items] .theme-cart-head .theme-cart-qty {
  flex: 0 0 132px;
  text-align: right;
}

#main-content [data-cart-items] .theme-cart-head .theme-cart-price-label {
  flex: 0 0 112px;
  text-align: right;
}

#main-content [data-cart-item] {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 22px 20px !important;
}

#main-content [data-cart-item]:last-child {
  border-bottom: 0;
}

#main-content [data-cart-item] > .theme-cart-items {
  display: flex !important;
  flex: 1 1 420px;
  min-width: 0;
  margin: 0 !important;
}

#main-content [data-cart-item] .theme-cart-item-img {
  flex: 0 0 128px;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border: 1px solid #e7ebea;
  border-radius: 14px;
  background: #fafcfc;
}

#main-content [data-cart-item] .theme-cart-item-img a,
#main-content [data-cart-item] .theme-cart-item-img picture {
  width: 100%;
  height: 100%;
}

#main-content [data-cart-item] .theme-cart-item-img img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

#main-content [data-cart-item] .theme-cart-item-info {
  min-width: 0;
  padding: 4px 0 0 18px;
}

#main-content [data-cart-item] .theme-cart-item-info > div:first-child a {
  color: #171a1b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

#main-content [data-cart-item] .theme-cart-item-info > div:first-child a:hover {
  color: #006d75;
}

#main-content [data-cart-item] .theme-cart-item-info ul {
  margin: 8px 0 0;
  color: #687172;
  font-size: 0.82rem;
  line-height: 1.5;
}

#main-content [data-cart-item] .theme-cart-item-info ul li span {
  color: #303536;
}

#main-content [data-cart-item] .item-price {
  margin-top: 12px;
  color: #737a7b;
  font-size: 0.78rem;
}

#main-content [data-cart-item] .theme-cart-selling-price {
  margin-left: 3px;
  color: #171a1b;
  font-size: 0.95rem;
  font-weight: 700;
}

#main-content [data-cart-item] .theme-cart-label-price {
  margin-left: 7px;
  color: #8b9293;
  text-decoration: line-through;
}

#main-content [data-cart-item] [data-zs-product-discount],
#main-content [data-cart-item] [data-zs-product-discount-lineitem-id] {
  color: #006d75;
}

#main-content [data-cart-item] > .theme-cart-qty {
  flex: 0 0 132px;
  width: 132px;
  min-width: 0;
  margin: 0 !important;
  text-align: right;
}

#main-content [data-cart-item] .theme-quantity-field-button,
#main-content [data-cart-item] .theme-product-list-quantity {
  width: 120px !important;
}

#main-content [data-cart-item] .theme-product-list-quantity {
  height: 44px !important;
  overflow: hidden;
  border: 1px solid #cfd6d5 !important;
  border-radius: 10px;
  background: #fff;
}

#main-content [data-cart-item] .theme-product-list-quantity-decrease,
#main-content [data-cart-item] .theme-product-list-quantity-increase {
  width: 38px !important;
  min-width: 38px;
}

#main-content [data-cart-item] .theme-product-list-quantity input[type="text"] {
  width: 44px;
  height: 42px;
  color: #171a1b;
  font-weight: 700;
}

#main-content [data-cart-item] .theme-product-list-quantity svg {
  width: 22px !important;
  height: 42px !important;
  fill: #252a2b !important;
}

#main-content [data-cart-item] > .theme-cart-price-label {
  flex: 0 0 112px;
  width: 112px;
  margin: 0 !important;
  text-align: right;
  color: #171a1b;
  font-size: 1rem;
  font-weight: 700;
}

#main-content [data-cart-item] > .theme-cart-control {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0 0 146px;
  margin: -26px 0 0 !important;
  gap: 4px;
}

#main-content [data-cart-item] > .theme-cart-control button {
  min-height: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 8px;
  color: #62696a;
  background: transparent;
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#main-content [data-cart-item] > .theme-cart-control button:hover {
  color: #006d75;
  background: #e9f7f7;
}

#main-content [data-cart-summary-container] {
  box-sizing: border-box;
  position: sticky;
  top: 24px;
  padding: 24px !important;
  border: 1px solid #dfe5e4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 31, 32, 0.07);
}

#main-content [data-cart-summary-container]::before {
  content: "Order summary";
  display: block;
  margin-bottom: 22px;
  color: #171a1b;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#main-content [data-cart-summary-container] .theme-cart-summary-details {
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe5e4;
}

#main-content [data-cart-summary-container] .theme-cart-summary-details p {
  margin: 0 0 12px;
  color: #687172;
  font-size: 0.85rem;
  line-height: 1.5;
}

#main-content [data-cart-summary-container] .theme-scart-details-summary-main {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: #171a1b !important;
  font-size: 1rem !important;
  font-weight: 700;
}

#main-content [data-cart-summary-container] .theme-scart-details-summary-main em {
  color: #737a7b;
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 500;
}

#main-content [data-zs-savedamount-container] {
  padding: 10px 12px;
  border-radius: 9px;
  color: #006d75 !important;
  background: #e9f7f7;
}

#main-content [data-zs-savedamount-container] em {
  font-style: normal;
}

#main-content [data-cart-summary-button] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 0;
}

#main-content [data-cart-summary-button] .theme-cart-table-data {
  width: 100%;
  margin: 0;
}

#main-content [data-cart-summary-button] button,
#main-content .theme-external-checkout-btn,
#main-content .theme-razorpay-checkout-btn,
#main-content .theme-gokwik-checkout-btn {
  width: 100%;
  min-height: 50px;
  margin: 0;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
}

#main-content [data-zs-checkout] {
  border: 1px solid #006d75 !important;
  color: #fff !important;
  background: #006d75 !important;
  box-shadow: 0 10px 24px rgba(0, 109, 117, 0.18);
}

#main-content [data-zs-checkout]:hover {
  border-color: #005a61 !important;
  background: #005a61 !important;
}

#main-content [data-zs-continue-shopping] {
  border: 1px solid #cfd6d5 !important;
  color: #252a2b !important;
  background: #fff !important;
  text-decoration: none;
}

#main-content [data-zs-continue-shopping]:hover {
  border-color: #006d75 !important;
  color: #006d75 !important;
  background: #e9f7f7 !important;
}

#main-content [data-zs-cart-delivery-availability-common-error-message],
#main-content [data-zs-cartitem-non-deliverable-error-message],
#main-content .theme-cart-quantity-error {
  border-radius: 10px;
}

#main-content [data-cart-table].theme-cart-empty::before {
  text-align: center;
}

#main-content [data-cart-table].theme-cart-empty .theme-cart-summary-container {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

#main-content [data-cart-table].theme-cart-empty [data-cart-summary-container] {
  position: static;
  text-align: center;
}

#main-content [data-cart-table].theme-cart-empty [data-cart-summary-container]::before {
  content: "Your cart is ready when you are";
}

#main-content [data-zs-cart-empty-message] svg,
#main-content [data-zs-cart-empty-message] img {
  width: 80%;
  max-width: 280px;
  height: auto;
}

#main-content [data-zs-quantity]:focus,
#main-content [data-zs-delete] button:focus,
#main-content [data-zs-save-for-later] button:focus,
#main-content [data-zs-checkout]:focus,
#main-content [data-zs-continue-shopping]:focus {
  outline: 3px solid rgba(20, 184, 195, 0.4) !important;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  #main-content [data-cart-table] {
    display: block !important;
    margin-top: 38px;
    margin-bottom: 60px;
    padding: 34px 28px;
    border-radius: 20px;
  }

  #main-content [data-cart-table] > .theme-cart-summary-container {
    width: 100%;
    margin: 24px 0 0;
  }

  #main-content [data-cart-summary-container] {
    position: static;
  }
}

@media (max-width: 767px) {
  #main-content [data-cart-table] {
    width: calc(100% - 28px);
    max-width: 680px;
    margin-top: 28px;
    margin-bottom: 48px;
    padding: 24px 14px;
    border-radius: 16px;
  }

  #main-content [data-cart-table]::before {
    margin: 0 2px 4px;
    padding-bottom: 20px;
    font-size: 34px;
  }

  #main-content [data-cart-items] .theme-cart-head {
    display: none !important;
  }

  #main-content [data-cart-item] {
    display: flex !important;
    padding: 18px !important;
  }

  #main-content [data-cart-item] > .theme-cart-items {
    flex: 0 0 100%;
    width: 100%;
  }

  #main-content [data-cart-item] .theme-cart-item-img {
    flex-basis: 94px;
    width: 94px;
    height: 94px;
  }

  #main-content [data-cart-item] .theme-cart-item-info {
    padding-left: 13px;
  }

  #main-content [data-cart-item] > .theme-cart-qty {
    flex: 0 0 120px;
    width: 120px;
    margin-top: 16px !important;
    text-align: left;
  }

  #main-content [data-cart-item] > .theme-cart-price-label {
    flex: 1 1 auto;
    width: auto;
    margin-top: 16px !important;
    text-align: right;
  }

  #main-content [data-cart-item] > .theme-cart-control {
    padding: 0;
    margin: -4px 0 0 !important;
  }

  #main-content [data-cart-summary-container] {
    padding: 20px !important;
  }

  [data-fixed-mobile-cart-summary] {
    border-top: 1px solid #dfe5e4;
    background: #ffffff;
    box-shadow: 0 -10px 30px rgba(20, 31, 32, 0.1);
  }

  [data-fixed-mobile-cart-summary] [data-zs-checkout] {
    min-height: 46px;
    border-radius: 9px;
    border-color: #006d75 !important;
    color: #fff !important;
    background: #006d75 !important;
  }
}
/* SHP CART VISUAL SPRINT 1 — END */

/* SHP CART ACCESSIBILITY ADDENDUM — BEGIN */
/* Reserved for future cart accessibility-only overrides. */
/* SHP CART ACCESSIBILITY ADDENDUM — END */

/* SHP CUSTOMER ACCESS EXPERIENCE — BEGIN */
body:has(.theme-portal-form-container) {
  min-width: 0;
  background: #f1f5f4;
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

body:has(.theme-portal-form-container) .theme-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 94px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(32, 32, 32, 0.09);
  background: rgba(255, 255, 255, 0.98);
}

body:has(.theme-portal-form-container) .theme-header .theme-branding-info {
  display: flex;
  align-items: center;
  width: 100%;
}

body:has(.theme-portal-form-container) .theme-header .theme-logo-parent {
  display: flex;
  align-items: center;
  margin: 0;
}

body:has(.theme-portal-form-container) .theme-header [data-zs-logo] {
  display: block;
  width: auto !important;
  height: 66px !important;
  object-fit: contain;
}

body:has(.theme-portal-form-container) .theme-header .theme-site-name-caption {
  display: none;
}

body:has(.theme-portal-form-container) .theme-header .theme-branding-info::after {
  content: "Secure customer access";
  margin-left: auto;
  padding-left: 22px;
  background: no-repeat left center / 15px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='10' width='15' height='10' rx='2' stroke='%23006d75' stroke-width='1.7'/%3E%3Cpath d='M8 10V7.5a4 4 0 0 1 8 0V10' stroke='%23006d75' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
  color: var(--shp-teal-deep);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body:has(.theme-portal-form-container) .theme-mobile-content-wrap {
  min-width: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(20, 184, 195, 0.1), transparent 28%),
    linear-gradient(145deg, #f5f8f7 0%, #edf3f1 100%);
}

body:has(.theme-portal-form-container) .theme-portal-form-container {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  align-content: center;
  column-gap: 58px;
  width: min(1180px, calc(100% - 40px));
  min-height: 640px;
  margin: 48px auto 64px;
  padding: 38px 58px 38px 0;
  overflow: hidden;
  border: 1px solid rgba(25, 46, 47, 0.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(20, 42, 43, 0.11);
}

body:has(.theme-portal-form-container) .theme-portal-form-container::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 10;
  align-self: stretch;
  min-height: 640px;
  background:
    linear-gradient(180deg, rgba(9, 27, 28, 0.05) 20%, rgba(6, 27, 28, 0.82) 100%),
    url("/assets/approved-hero.webp") center / cover no-repeat;
}

body:has(.theme-portal-form-container) .theme-portal-form-container::after {
  content: "Compare better. Choose with confidence.\A Customer access by SHP";
  position: absolute;
  z-index: 1;
  left: 48px;
  bottom: 48px;
  width: min(430px, calc(50% - 72px));
  color: #fff;
  font-size: clamp(1.6rem, 2.2vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.14;
  white-space: pre-line;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.26);
}

body:has(.theme-portal-form-container) .theme-portal-form-container > iframe,
body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-portal-heading,
body:has(.theme-portal-form-container) .theme-portal-form-container > .user-signup-form-container,
body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-noaccount-signup,
body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-already-signin-info,
body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-forgotpassword-back {
  grid-column: 2;
  width: 100%;
  max-width: 430px;
  justify-self: center;
}

body:has(.theme-portal-form-container) .theme-portal-form-container > iframe {
  border: 0;
  background: #fff;
}

body:has(.theme-portal-form-container) .theme-portal-heading {
  margin: 0 0 18px;
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

body:has(.theme-portal-form-container) .user-signup-form-container {
  margin: 0;
}

body:has(.theme-portal-form-container) .user-signup-form-container ul {
  margin: 0;
  padding: 0;
}

body:has(.theme-portal-form-container) .user-signup-form-container input[type="text"],
body:has(.theme-portal-form-container) .user-signup-form-container input[type="email"],
body:has(.theme-portal-form-container) .user-signup-form-container input[type="password"],
body:has(.theme-portal-form-container) .user-signup-form-container input[type="tel"],
body:has(.theme-portal-form-container) .user-signup-form-container select,
body:has(.theme-portal-form-container) .user-signup-form-container textarea {
  min-height: 50px;
  border: 1px solid #cfd8d7;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

body:has(.theme-portal-form-container) .user-signup-form-container input:focus,
body:has(.theme-portal-form-container) .user-signup-form-container select:focus,
body:has(.theme-portal-form-container) .user-signup-form-container textarea:focus {
  border-color: var(--shp-teal);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(20, 184, 195, 0.11);
}

body:has(.theme-portal-form-container) .user-signup-form-container button,
body:has(.theme-portal-form-container) .user-signup-form-container input[type="submit"],
body:has(.theme-portal-form-container) .signupbtn,
body:has(.theme-portal-form-container) .signup-button {
  min-height: 50px;
  border-color: var(--shp-teal-deep) !important;
  border-radius: 9px !important;
  background: var(--shp-teal-deep) !important;
  color: #fff !important;
  font-weight: 600;
}

body:has(.theme-portal-form-container) .theme-noaccount-signup,
body:has(.theme-portal-form-container) .theme-already-signin-info,
body:has(.theme-portal-form-container) .theme-forgotpassword-back {
  margin-top: 18px;
  color: var(--shp-muted);
  font-size: 0.79rem;
  line-height: 1.6;
}

body:has(.theme-portal-form-container) .theme-noaccount-signup a,
body:has(.theme-portal-form-container) .theme-already-signin-info a,
body:has(.theme-portal-form-container) .theme-forgotpassword-back a {
  color: var(--shp-teal-deep);
  font-weight: 600;
  text-decoration: none;
}

body:has(.theme-portal-form-container) .theme-noaccount-signup {
  gap: 5px;
}

@media (max-width: 900px) {
  body:has(.theme-portal-form-container) .theme-header {
    min-height: 82px;
    padding: 8px 18px;
  }

  body:has(.theme-portal-form-container) .theme-header [data-zs-logo] {
    height: 58px !important;
  }

  body:has(.theme-portal-form-container) .theme-header .theme-branding-info::after {
    display: none;
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container {
    grid-template-columns: 1fr;
    row-gap: 0;
    width: calc(100% - 28px);
    min-height: 0;
    margin: 24px auto 48px;
    padding: 0 28px 34px;
    border-radius: 22px;
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container::before {
    grid-column: 1;
    grid-row: 1;
    width: calc(100% + 56px);
    min-height: 210px;
    margin: 0 -28px 32px;
    background-position: center 44%;
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container::after {
    top: 126px;
    bottom: auto;
    left: 26px;
    width: calc(100% - 52px);
    font-size: clamp(1.35rem, 6vw, 2rem);
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container > iframe,
  body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-portal-heading,
  body:has(.theme-portal-form-container) .theme-portal-form-container > .user-signup-form-container,
  body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-noaccount-signup,
  body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-already-signin-info,
  body:has(.theme-portal-form-container) .theme-portal-form-container > .theme-forgotpassword-back {
    grid-column: 1;
    max-width: 430px;
  }

  .shp-site-header .shp-account-action {
    position: relative;
    display: grid !important;
    grid-template-columns: 30px;
    width: 36px;
    min-height: 40px;
  }

  .shp-site-header .shp-account-action::before {
    grid-column: 1;
  }

  .shp-site-header .shp-account-action > .theme-portal-login {
    position: absolute;
    inset: 0 auto auto 0;
    display: block;
    width: 36px !important;
    height: 40px !important;
    margin: 0 !important;
  }

  .shp-site-header .shp-mobile-account-link {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    border-radius: 50%;
  }

  .shp-site-header .shp-account-action:has(.theme-portal-login:not(:empty)) .shp-mobile-account-link {
    display: none;
  }

  .shp-site-header .shp-account-action [data-portal-loggedout] {
    position: absolute;
    inset: 0;
  }

  .shp-site-header .shp-account-action [data-portal-loggedout] .theme-portal-content:first-child,
  .shp-site-header .shp-account-action [data-portal-loggedout] .theme-portal-content:first-child a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .shp-site-header .shp-account-action [data-portal-loggedout] .theme-portal-content + .theme-portal-content {
    display: none;
  }

  .shp-site-header .shp-account-action [data-portal-loggedin] {
    position: absolute;
    inset: 0 auto auto 0;
    width: 36px !important;
    height: 40px !important;
  }

  .shp-site-header .shp-account-action .theme-portal-username-content {
    position: static;
    width: 36px !important;
    height: 40px !important;
  }

  .shp-site-header .shp-account-action .theme-user-name-dropdown {
    position: absolute;
    inset: 0;
    width: 36px;
    height: 40px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .shp-site-header .shp-account-action .theme-username-dropdown-list {
    position: absolute !important;
    top: 48px !important;
    right: 0 !important;
    left: auto !important;
    width: 190px !important;
    max-width: calc(100vw - 24px);
    margin: 0 !important;
  }

  .shp-site-header .shp-account-action [data-portal-loggedin] > .theme-portal-content:last-child {
    position: absolute;
    z-index: 286;
    top: 169px;
    right: 0;
    display: none;
    width: 190px;
    max-width: calc(100vw - 24px);
    padding: 8px 20px 13px;
    border: 1px solid var(--shp-line);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(27, 36, 38, 0.14);
  }

  .shp-site-header .shp-account-action [data-portal-loggedin] > .theme-portal-content:last-child a {
    color: var(--shp-teal-deep);
    font-size: 0.76rem;
    font-weight: 600;
  }

  .shp-site-header .shp-account-action .theme-portal-login:focus-within [data-portal-loggedin] > .theme-portal-content:last-child {
    display: block;
  }
}

@media (max-width: 520px) {
  body:has(.theme-portal-form-container) .theme-portal-form-container {
    width: calc(100% - 20px);
    padding-inline: 18px;
    padding-bottom: 28px;
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container::before {
    width: calc(100% + 36px);
    min-height: 170px;
    margin-right: -18px;
    margin-bottom: 26px;
    margin-left: -18px;
  }

  body:has(.theme-portal-form-container) .theme-portal-form-container::after {
    top: 101px;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 1.35rem;
  }

  body:has(.theme-portal-form-container) .theme-portal-heading {
    font-size: 2rem;
  }
}
/* SHP CUSTOMER ACCESS EXPERIENCE — END */

/* SHP CUSTOMER ACCOUNT SHELL — BEGIN */
body:has(.zpmyorder-header-section) {
  margin: 0;
  overflow-x: hidden;
  background: var(--shp-surface-soft);
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body:has(.zpmyorder-header-section) *,
body:has(.zpmyorder-header-section) *::before,
body:has(.zpmyorder-header-section) *::after {
  box-sizing: border-box;
}

.zpmyorder-header-section {
  min-height: 104px !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--shp-line);
  background: #fff !important;
  color: var(--shp-ink);
}

.zpmyorder-header-section > .zpcontainer,
.zpmyorder-header-section > .zpcontainer > .zprow,
.zpmyorder-header-section > .zpcontainer > .zprow > [class*="zpcol-"] {
  min-height: 104px !important;
}

.zpmyorder-header-section > .zpcontainer {
  width: var(--shp-shell) !important;
  max-width: 1440px !important;
  padding: 0 !important;
  margin-inline: auto !important;
}

.zpmo-brand-header-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px;
  min-height: 104px !important;
  padding: 10px 0 !important;
}

.zpmo-brand-header-innercontainer,
.zpmo-brand-header {
  display: inline-flex !important;
  align-items: center !important;
}

.zpmo-brand-header-innercontainer {
  gap: 12px;
  min-width: 0;
}

.zpmo-brand-header {
  width: auto !important;
  min-width: 0;
  border-radius: var(--shp-radius-sm);
}

.zpmo-brand-logo {
  display: block !important;
  width: 164px !important;
  height: 72px !important;
  overflow: hidden;
}

.zpmo-brand-logo img {
  display: block !important;
  width: 164px !important;
  max-width: 100% !important;
  height: 72px !important;
  object-fit: contain !important;
}

.zpmyorder-header-section .theme-responsive-goback {
  display: none !important;
}

.zpmyorder-header-section .zpmo-userinfo {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.zpmyorder-header-section .zpmo-portal-username {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 6px 14px 6px 8px;
  border: 1px solid var(--shp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--shp-ink);
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
}

.zpmyorder-header-section .zpmo-portal-username::before {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--shp-teal-soft) no-repeat center / 21px 21px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='10.5' r='5.5' stroke='%23006d75' stroke-width='1.7'/%3E%3Cpath d='M5.8 27c.6-5.4 4.6-8.6 10.2-8.6S25.6 21.6 26.2 27' stroke='%23006d75' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.zpmyorder-header-section .zpmo-portal-signout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--shp-line);
  border-radius: 8px;
  background: #fff;
  color: var(--shp-teal-deep) !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: border-color 180ms var(--shp-ease), background-color 180ms var(--shp-ease);
}

.zpmyorder-header-section .zpmo-portal-signout:hover,
.zpmyorder-header-section .zpmo-portal-signout:focus-visible {
  border-color: var(--shp-teal);
  background: var(--shp-teal-soft);
}

#storeEnabled_tabs.zpmo-navbar-section-container {
  min-height: 57px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #11151f !important;
  color: #fff;
}

#storeEnabled_tabs .zpmo-navbar-container {
  min-height: 57px !important;
  background: transparent !important;
}

#storeEnabled_tabs .zpcontainer {
  width: var(--shp-shell) !important;
  max-width: 1440px !important;
  padding: 0 !important;
  margin-inline: auto !important;
}

#storeEnabled_tabs .zprow,
#storeEnabled_tabs [class*="zpcol-"] {
  min-height: 57px !important;
}

.zpmyorder-header-section .zprow,
#storeEnabled_tabs .zprow,
body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) > .zpcontainer > .zprow {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#storeEnabled_tabs .zpmo-res-menu-label,
#storeEnabled_tabs .zpmo-userinfo-res {
  display: none !important;
}

#storeEnabled_tabs .zpmo-navbar {
  display: flex !important;
  align-items: center;
  gap: 6px;
  min-height: 57px !important;
  height: auto !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  list-style: none;
}

#storeEnabled_tabs .zpmo-navtab {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#storeEnabled_tabs .zpmo-navtab > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 41px;
  padding: 0 16px !important;
  border-radius: 8px;
  color: #c9ced8 !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 180ms var(--shp-ease), color 180ms var(--shp-ease);
}

#storeEnabled_tabs .zpmo-navtab > a:hover,
#storeEnabled_tabs .zpmo-navtab > a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

#storeEnabled_tabs .zpmo-navtab-active > a {
  background: rgba(20, 184, 195, 0.2) !important;
  color: #fff !important;
}

#storeEnabled_tabs .zpmo-navtab svg {
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
}

#storeEnabled_tabs .zpmo-navtab svg path,
#storeEnabled_tabs .zpmo-navtab svg circle {
  stroke: currentColor !important;
}

body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) {
  padding-top: 28px !important;
  background: var(--shp-surface-soft) !important;
}

body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) > .zpcontainer {
  width: var(--shp-shell) !important;
  max-width: 1440px !important;
  padding-inline: 0 !important;
  margin-inline: auto !important;
}

@media (max-width: 767px) {
  .zpmyorder-header-section,
  .zpmyorder-header-section > .zpcontainer,
  .zpmyorder-header-section > .zpcontainer > .zprow,
  .zpmyorder-header-section > .zpcontainer > .zprow > [class*="zpcol-"] {
    min-height: 82px !important;
  }

  .zpmyorder-header-section > .zpcontainer,
  #storeEnabled_tabs .zpcontainer,
  body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) > .zpcontainer {
    width: calc(100% - 32px) !important;
  }

  .zpmo-brand-header-container {
    min-height: 82px !important;
    gap: 12px;
    padding: 6px 0 !important;
  }

  .zpmyorder-header-section .theme-responsive-goback {
    display: inline-grid !important;
    place-items: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 1px solid var(--shp-line);
    border-radius: 50%;
    background: #fff;
  }

  .zpmyorder-header-section .theme-responsive-goback a,
  .zpmyorder-header-section .theme-responsive-goback svg {
    display: block;
    width: 18px !important;
    height: 18px !important;
  }

  .zpmo-brand-logo,
  .zpmo-brand-logo img {
    width: 112px !important;
    height: 50px !important;
  }

  .zpmyorder-header-section .zpmo-userinfo {
    gap: 0;
  }

  .zpmyorder-header-section .zpmo-portal-username {
    width: 42px;
    min-height: 42px;
    padding: 5px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .zpmyorder-header-section .zpmo-portal-username::before {
    width: 30px;
    height: 30px;
  }

  .zpmyorder-header-section .zpmo-portal-signout {
    min-height: 38px;
    padding: 0 11px;
    margin-left: 6px;
    font-size: 0.68rem;
  }

  #storeEnabled_tabs.zpmo-navbar-section-container,
  #storeEnabled_tabs .zpmo-navbar-container,
  #storeEnabled_tabs .zprow,
  #storeEnabled_tabs [class*="zpcol-"] {
    min-height: 64px !important;
  }

  #storeEnabled_tabs .zpmo-navbar {
    display: grid !important;
    position: relative !important;
    inset: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100% !important;
    min-height: 64px !important;
    max-height: none !important;
    padding: 6px 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  #storeEnabled_tabs .zpmo-userinfo-res {
    position: absolute !important;
    z-index: 10;
    top: -70px;
    right: 0;
    display: block !important;
    width: auto !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #storeEnabled_tabs .zpmo-userinfo-res .zpmo-userinfo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
    width: auto !important;
    height: 48px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #storeEnabled_tabs .zpmo-userinfo-res .zpmo-portal-username {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 5px !important;
    overflow: hidden !important;
    border: 1px solid var(--shp-line) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: transparent !important;
    font-size: 0 !important;
  }

  #storeEnabled_tabs .zpmo-userinfo-res .zpmo-portal-username::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--shp-teal-soft) no-repeat center / 21px 21px
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Ccircle cx='16' cy='10.5' r='5.5' stroke='%23006d75' stroke-width='1.7'/%3E%3Cpath d='M5.8 27c.6-5.4 4.6-8.6 10.2-8.6S25.6 21.6 26.2 27' stroke='%23006d75' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
  }

  #storeEnabled_tabs .zpmo-userinfo-res .zpmo-portal-signout {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 0 9px !important;
    margin: 0 0 0 6px !important;
    border: 1px solid var(--shp-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--shp-teal-deep) !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  #storeEnabled_tabs .zpmo-navtab > a {
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    min-height: 52px;
    padding: 5px 3px !important;
    font-size: 0.66rem;
    line-height: 1.1;
    white-space: nowrap;
  }

  #storeEnabled_tabs .zpmo-navtab svg {
    width: 18px !important;
    height: 18px !important;
  }

  body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) {
    padding-top: 20px !important;
  }
}

@media (max-width: 420px) {
  .zpmyorder-header-section > .zpcontainer,
  #storeEnabled_tabs .zpcontainer,
  body:has(.zpmyorder-header-section) > .zpmyorder-section:not(#storeEnabled_tabs) > .zpcontainer {
    width: calc(100% - 24px) !important;
  }

  .zpmyorder-header-section .theme-responsive-goback {
    width: 34px;
    height: 34px;
  }

  .zpmo-brand-header-innercontainer {
    gap: 8px;
  }

  .zpmo-brand-logo,
  .zpmo-brand-logo img {
    width: 100px !important;
    height: 46px !important;
  }

  .zpmyorder-header-section .zpmo-portal-signout {
    padding-inline: 9px;
  }
}
/* SHP CUSTOMER ACCOUNT SHELL — END */

/* SHP CHECKOUT EXPERIENCE — BEGIN */
body:has(#main-content > .theme-checkout-container),
body:has(#main-content > .temporary-error-message) {
  min-width: 0;
  overflow-x: hidden;
  background: #f1f5f4;
  color: var(--shp-ink);
}

body:has(#main-content > .theme-checkout-container) .theme-mobile-content-wrap,
body:has(#main-content > .temporary-error-message) .theme-mobile-content-wrap {
  min-height: 0 !important;
  padding-top: 0 !important;
  background: #f1f5f4 !important;
}

body:has(#main-content > .theme-checkout-container) #main-content,
body:has(#main-content > .temporary-error-message) #main-content {
  box-sizing: border-box;
  min-width: 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

#main-content > .temporary-error-message {
  box-sizing: border-box;
  width: min(calc(100% - 48px), 760px);
  min-height: 360px;
  padding: 72px 64px 64px;
  margin: 64px auto 72px;
  border: 1px solid var(--shp-line);
  border-radius: var(--shp-radius-lg);
  background: var(--shp-surface);
  box-shadow: var(--shp-shadow);
  color: var(--shp-text);
  font: 500 1rem/1.7 "Poppins", "Segoe UI", Arial, sans-serif;
  text-align: center;
}

#main-content > .temporary-error-message::before {
  content: "SECURE CHECKOUT";
  display: block;
  width: max-content;
  padding: 7px 12px;
  margin: 0 auto 26px;
  border-radius: 999px;
  background: var(--shp-teal-soft);
  color: var(--shp-teal-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#main-content > .temporary-error-message [role="alert"] {
  max-width: 580px;
  margin: 0 auto 18px;
  color: var(--shp-ink) !important;
  font-size: clamp(1.75rem, 3vw, 2.7rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em;
  line-height: 1.12 !important;
}

#main-content > .temporary-error-message p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--shp-muted) !important;
  font-size: 1rem !important;
}

#main-content > .theme-checkout-container {
  box-sizing: border-box;
  width: min(calc(100% - 48px), 1280px);
  margin: 48px auto 72px;
  color: var(--shp-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

#main-content > .theme-checkout-container *,
.theme-payment-content-area * {
  box-sizing: border-box;
}

#main-content > .theme-checkout-container a,
.theme-payment-content-area a {
  color: var(--shp-teal-deep);
}

#main-content > .theme-checkout-container .theme-checkout-tab,
#main-content > .theme-checkout-container .theme-checkout-tab-content,
#main-content > .theme-checkout-container .theme-checkout-form-container input,
#main-content > .theme-checkout-container .theme-checkout-form-container select,
#main-content > .theme-checkout-container .theme-checkout-form-container textarea,
#main-content > .theme-checkout-container .theme-checkout-user-address-box,
#main-content > .theme-checkout-container .shipping-method-box,
#main-content > .theme-checkout-container .theme-checkout-order-summary-container .theme-chekout-ordersummar {
  border-color: var(--shp-line) !important;
}

#main-content > .theme-checkout-container .theme-checkout-tab {
  border-radius: 12px !important;
  background: var(--shp-surface-soft) !important;
}

#main-content > .theme-checkout-container .theme-checkout-tab.theme-checkout-tab-selected {
  border-color: rgba(0, 109, 117, 0.35) !important;
  background: var(--shp-teal-soft) !important;
  color: var(--shp-teal-deep) !important;
}

#main-content > .theme-checkout-container .theme-checkout-steps-count-label {
  border-color: rgba(0, 109, 117, 0.3) !important;
  color: var(--shp-teal-deep) !important;
}

#main-content > .theme-checkout-container .theme-checkout-tab-content,
#main-content > .theme-checkout-container .theme-checkout-user-address-box,
#main-content > .theme-checkout-container .shipping-method-box,
#main-content > .theme-checkout-container .theme-checkout-order-summary-container .theme-chekout-ordersummar {
  border-radius: var(--shp-radius-md) !important;
  background: var(--shp-surface) !important;
  box-shadow: 0 12px 32px rgba(27, 36, 38, 0.07);
}

#main-content > .theme-checkout-container .theme-checkout-form-container input,
#main-content > .theme-checkout-container .theme-checkout-form-container select,
#main-content > .theme-checkout-container .theme-checkout-form-container textarea {
  min-height: 46px;
  border-radius: var(--shp-radius-sm) !important;
  background: var(--shp-surface) !important;
}

#main-content > .theme-checkout-container .theme-checkout-form-container input:focus,
#main-content > .theme-checkout-container .theme-checkout-form-container select:focus,
#main-content > .theme-checkout-container .theme-checkout-form-container textarea:focus {
  border-color: var(--shp-teal) !important;
  outline: 3px solid rgba(20, 184, 195, 0.18) !important;
  outline-offset: 1px;
}

#main-content > .theme-checkout-container .theme-checkout-primary-btn,
#main-content > .theme-checkout-container .theme-checkout-secondary-btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 9px !important;
  font-weight: 700 !important;
}

#main-content > .theme-checkout-container .theme-checkout-primary-btn {
  background: var(--shp-teal-deep) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(0, 109, 117, 0.18);
}

#main-content > .theme-checkout-container .theme-checkout-secondary-btn {
  border: 1px solid var(--shp-line) !important;
  background: var(--shp-surface) !important;
  color: var(--shp-teal-deep) !important;
}

#main-content > .theme-checkout-container .theme-checkout-primary-btn:focus-visible,
#main-content > .theme-checkout-container .theme-checkout-secondary-btn:focus-visible,
.theme-payment-content-area .theme-payment-button a:focus-visible,
.theme-payment-content-area .theme-payment-button button:focus-visible {
  outline: 3px solid rgba(20, 184, 195, 0.4) !important;
  outline-offset: 3px;
}

#main-content > .theme-checkout-container .theme-checkout-primary-btn:disabled,
#main-content > .theme-checkout-container .theme-checkout-secondary-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.theme-payment-content-area {
  box-sizing: border-box;
  width: min(calc(100% - 48px), 860px) !important;
  margin: 56px auto 72px !important;
  border: 1px solid var(--shp-line);
  border-radius: var(--shp-radius-lg);
  background: var(--shp-surface);
  box-shadow: var(--shp-shadow);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

.theme-payment-content-area .theme-payment-info {
  border-radius: 12px;
  background: var(--shp-surface-soft) !important;
}

.theme-payment-content-area .theme-payment-button a,
.theme-payment-content-area .theme-payment-button button {
  border-radius: 9px !important;
  background: var(--shp-teal-deep) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  #main-content > .temporary-error-message {
    width: calc(100% - 24px);
    min-height: 0;
    padding: 48px 24px;
    margin: 24px auto 36px;
    border-radius: 18px;
  }

  #main-content > .temporary-error-message [role="alert"] {
    font-size: 1.72rem !important;
  }

  #main-content > .theme-checkout-container {
    width: calc(100% - 24px);
    margin: 24px auto 40px;
  }

  #main-content > .theme-checkout-container .theme-checkout-tab-content,
  #main-content > .theme-checkout-container .theme-checkout-user-address-box,
  #main-content > .theme-checkout-container .shipping-method-box,
  #main-content > .theme-checkout-container .theme-checkout-order-summary-container .theme-chekout-ordersummar {
    border-radius: 12px !important;
    box-shadow: none;
  }

  #main-content > .theme-checkout-container .theme-checkout-primary-btn,
  #main-content > .theme-checkout-container .theme-checkout-secondary-btn {
    width: 100%;
  }

  .theme-payment-content-area {
    width: calc(100% - 24px) !important;
    margin: 24px auto 40px !important;
    border-radius: 18px;
  }
}
/* SHP CHECKOUT EXPERIENCE — END */

/* SHP PHONE POLISH — BEGIN */
@media (max-width: 991px) {
  .shp-site-header .shp-cart-action {
    display: grid !important;
    width: 36px;
    min-width: 36px;
    min-height: 40px;
    grid-template-columns: 36px;
  }

  .shp-site-header .shp-cart-action > .theme-mini-cart.theme-search-and-mini-cart-group-item {
    position: relative;
    display: block !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 40px !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .shp-site-header .shp-cart-action [data-zs-cart-icon].theme-minicart-icon {
    position: relative !important;
    display: grid !important;
    width: 36px !important;
    min-width: 36px !important;
    height: 40px !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
    place-items: center;
    pointer-events: auto !important;
  }

  .shp-site-header .shp-cart-action [data-zs-cart-icon].theme-minicart-icon > svg {
    display: block !important;
    width: 29px !important;
    height: 29px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

}

@media (max-width: 760px) {
  .theme-product-category-section .theme-product-list-style-09 .theme-product-name[data-zs-product-name],
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-name[data-zs-product-name] {
    height: auto !important;
    min-height: 2.7em;
    max-height: none !important;
    overflow: visible !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-name[data-zs-product-name] > a,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-name[data-zs-product-name] > a {
    display: -webkit-box !important;
    min-height: 2.7em;
    overflow: hidden !important;
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area {
    height: 44px !important;
    min-height: 44px !important;
  }

  .theme-product-category-section .theme-product-list-style-09 .theme-product-button-area > a,
  .theme-search-page-contianer .theme-product-list-style-09 .theme-product-button-area > a {
    min-height: 44px !important;
    padding-block: 10px !important;
  }
}
/* SHP PHONE POLISH — END */
