:root {
  --orvanto-navy: #071827;
  --orvanto-navy-2: #0b2235;
  --orvanto-gold: #b88a44;
  --orvanto-gold-2: #d5ad68;
  --orvanto-cream: #f6f1ea;
  --orvanto-ivory: #fcf8f1;
  --orvanto-stone: #e8dece;
  --orvanto-line: rgba(184, 138, 68, 0.24);
  --orvanto-text: #22384e;
  --orvanto-muted: #66717d;
  --orvanto-red: #9d2f2f;
  --orvanto-home-width: 1680px;
  --orvanto-home-gutter: clamp(52px, 5.5vw, 104px);
  --orvanto-edge-gutter: clamp(28px, 4vw, 76px);
}

body.nova {
  background: var(--orvanto-cream) !important;
  color: var(--orvanto-text);
}

.template-index .breadcrumbs,
.template-index .breadcrumb,
.template-index [class*="breadcrumbs"] {
  display: none !important;
}

.header_container,
.header__layout,
.header__menu-wrapper,
.header-bg {
  background-color: var(--orvanto-navy) !important;
  background-image: linear-gradient(90deg, rgba(5,19,33,.98), rgba(5,28,47,.96)) !important;
  color: #fbf0dd !important;
}

.header__layout {
  border-bottom: 1px solid rgba(213, 173, 104, .22);
}

.header__menu a,
.header__menu-item,
.header__menu-item a,
.header__desktop a,
.header__mobile a,
.header__icon,
.header__mobile .icon {
  color: #f9edd7 !important;
}

.header__desktop svg,
.header__mobile svg {
  color: #f9edd7 !important;
  fill: none;
  stroke: currentColor;
}

.header__drawer,
.header__drawer a,
.header__drawer button,
.header__drawer_menu_item,
.header__drawer_prev,
.header__drawer_footer {
  color: var(--orvanto-navy) !important;
}

.header__drawer,
.header__drawer_header,
.header__drawer_prev,
.header__drawer_footer {
  background: #fbf6ef !important;
}

.header__drawer svg {
  color: var(--orvanto-navy) !important;
  stroke: currentColor;
}

.header__drawer_close {
  opacity: .85 !important;
}

.header__drawer_menu_item,
.header__drawer_header,
.header__drawer_prev,
.header__drawer_footer {
  border-color: rgba(7, 24, 39, .14) !important;
}

.smart-search-sidebar,
.smart-search-wrap {
  background: var(--orvanto-navy) !important;
  color: #f8efdf !important;
}

.smart-search-sidebar .product-snippet__title,
.smart-search-sidebar .product-title,
.smart-search-sidebar [class*="product"][class*="title"],
.smart-search-sidebar a {
  color: rgba(248, 239, 223, .82) !important;
}

.smart-search-sidebar .product-snippet__price,
.smart-search-sidebar .product-snippet__price .money,
.smart-search-sidebar .product-snippet__price-wrapper,
.smart-search-sidebar [class*="price"]:not([class*="compare"]):not([class*="old"]),
.smart-search-sidebar [class*="price"]:not([class*="compare"]):not([class*="old"]) .money,
.smart-search-sidebar .money {
  color: #f8efdf !important;
  opacity: 1 !important;
}

.smart-search-sidebar .product-snippet__compare-at-price,
.smart-search-sidebar [class*="compare"],
.smart-search-sidebar del,
.smart-search-sidebar del .money {
  color: rgba(248, 239, 223, .62) !important;
  opacity: 1 !important;
}

.smart-search-sidebar .smart-search-input,
.smart-search-sidebar .smart-search-input-content svg,
.smart-search-sidebar .smart-search-cancel svg {
  color: #f8efdf !important;
}

.smart-search-sidebar .smart-search-input-content {
  border-color: rgba(248, 239, 223, .22) !important;
  background: transparent !important;
}

.smart-search-sidebar .smart-search-input::placeholder {
  color: rgba(248, 239, 223, .58) !important;
}

@media (min-width: 960px) {
  .template-index .header__layout-content.page-container,
  .template-index .header__menu-content.page-container {
    width: calc(100% - var(--orvanto-edge-gutter) * 2);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.announcement-content {
  font-size: 13px;
  letter-spacing: .04em;
}

.orvanto-wrap {
  background: var(--orvanto-cream);
  color: var(--orvanto-text);
  font-family: Inter, Arial, sans-serif;
}

.orvanto-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.template-index .orvanto-container {
  width: min(var(--orvanto-home-width), calc(100% - var(--orvanto-home-gutter) * 2));
}

.orvanto-eyebrow {
  margin: 0 0 14px;
  color: var(--orvanto-gold);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 700;
}

.orvanto-title {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--orvanto-navy-2);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.orvanto-copy {
  color: var(--orvanto-muted);
  line-height: 1.7;
  font-size: 16px;
}

.orvanto-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.orvanto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid var(--orvanto-navy);
  background: var(--orvanto-navy);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.orvanto-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(7, 24, 39, .18);
}

.orvanto-btn--outline {
  background: transparent;
  color: var(--orvanto-navy) !important;
}

.orvanto-btn--gold {
  background: var(--orvanto-gold);
  border-color: var(--orvanto-gold);
  color: #fff !important;
}

.orvanto-section-head {
  text-align: center;
  margin-bottom: 34px;
}

.orvanto-section-head .orvanto-title {
  font-size: clamp(30px, 4vw, 46px);
}

/* HERO */
.orvanto-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(90deg, rgba(251, 246, 239, .98) 0%, rgba(251, 246, 239, .92) 26%, rgba(251, 246, 239, .42) 48%, rgba(251, 246, 239, .08) 68%, rgba(251, 246, 239, 0) 100%),
    var(--orvanto-hero-bg) center right / cover no-repeat,
    #f5eee4;
}

.orvanto-hero .orvanto-container {
  width: 100%;
  max-width: none;
}

.orvanto-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(251,246,239,.18), rgba(251,246,239,.04));
  pointer-events: none;
}

.orvanto-hero__grid {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(420px, 36vw, 560px);
}

.orvanto-hero__content {
  position: relative;
  z-index: 2;
  width: min(48%, 560px);
  margin-left: clamp(28px, 7vw, 132px);
  padding: 70px 0 66px;
}

.orvanto-hero__title {
  font-size: clamp(42px, 5.4vw, 72px);
  max-width: 540px;
  line-height: .98;
}

.orvanto-hero__text {
  max-width: 470px;
  margin: 22px 0 28px;
  color: #465566;
  font-size: 16px;
  line-height: 1.65;
}

.orvanto-hero__text strong,
.orvanto-gold-text {
  color: var(--orvanto-gold);
  font-weight: 700;
}

.orvanto-image-fill {
  display: block;
  width: 100%;
  height: auto;
}

.orvanto-trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -6px;
}

.orvanto-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(252, 248, 241, .98);
  border: 1px solid var(--orvanto-line);
}

.orvanto-trust-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 26px 22px;
  border-right: 1px solid var(--orvanto-line);
  align-items: start;
}

.orvanto-trust-item:last-child {
  border-right: 0;
}

.orvanto-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: var(--orvanto-gold);
  flex-shrink: 0;
}

.orvanto-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orvanto-trust-item h3,
.orvanto-trust-card h3 {
  margin: 0 0 6px;
  color: var(--orvanto-navy);
  font-size: 15px;
  line-height: 1.34;
  font-weight: 800;
  max-width: 150px;
}

.orvanto-trust-item p,
.orvanto-trust-card p {
  margin: 0;
  color: #6e7277;
  font-size: 13px;
  line-height: 1.48;
  max-width: 175px;
}

/* Core section spacing */
.orvanto-categories,
.orvanto-products,
.orvanto-story,
.orvanto-reviews,
.orvanto-confidence {
  padding: 64px 0;
}

.orvanto-categories {
  background: var(--orvanto-cream);
}

.orvanto-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.orvanto-category-card,
.orvanto-product-card,
.orvanto-review-card {
  background: #fffaf4;
  border: 1px solid rgba(179, 135, 66, .16);
  box-shadow: 0 16px 42px rgba(7, 24, 39, .06);
}

.orvanto-category-card {
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
}

.orvanto-category-card__image {
  aspect-ratio: 1 / .82;
  background: #f1e4d2;
  overflow: hidden;
}

.orvanto-category-card__image img,
.orvanto-product-card__image img,
.orvanto-story__image img,
.orvanto-cta__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.orvanto-category-card:hover img,
.orvanto-product-card:hover img {
  transform: scale(1.045);
}

.orvanto-category-card__body {
  padding: 23px 18px 26px;
  text-align: center;
}

.orvanto-category-card__title {
  margin: 0 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--orvanto-navy);
  font-size: 24px;
  font-weight: 500;
}

.orvanto-category-card__text {
  margin: 0;
  color: #69737d;
  line-height: 1.5;
  font-size: 14px;
}

.orvanto-products {
  background: #fffaf4;
}

.orvanto-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.orvanto-product-card {
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  transition: transform .24s ease, box-shadow .24s ease;
}

.orvanto-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 24, 39, .12);
}

.orvanto-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  border-radius: 999px;
  background: var(--orvanto-gold);
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 800;
  padding: 7px 10px;
  text-transform: uppercase;
}

.orvanto-product-badge--red {
  background: var(--orvanto-red);
}

.orvanto-product-card__body {
  padding: 20px 18px 22px;
}

.orvanto-product-card__title {
  margin: 0 0 6px;
  color: var(--orvanto-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.orvanto-product-card__subtitle {
  margin: 0 0 11px;
  color: #6b737d;
  font-size: 13px;
}

.orvanto-rating {
  color: var(--orvanto-gold);
  font-size: 14px;
  letter-spacing: .18em;
  margin-bottom: 12px;
}

.orvanto-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--orvanto-navy);
  font-weight: 800;
  font-size: 18px;
}

.orvanto-price del {
  color: #8e969e;
  font-size: 14px;
  font-weight: 500;
}

.orvanto-product-button {
  margin-top: 16px;
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(7, 24, 39, .35);
  color: var(--orvanto-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.orvanto-center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* STORY */
.orvanto-story {
  background: var(--orvanto-cream);
}

.orvanto-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  background: #fffaf4;
  border: 1px solid rgba(179, 135, 66, .16);
}

.orvanto-story__text {
  padding: 60px 50px 56px;
}

.orvanto-story__text .orvanto-title {
  font-size: clamp(34px, 4.5vw, 58px);
}

.orvanto-story__image {
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  background: #2c160d;
}

.orvanto-story__features {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  max-width: 360px;
}

.orvanto-feature {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.orvanto-feature h3 {
  margin: 0 0 4px;
  color: var(--orvanto-navy);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.orvanto-feature p {
  margin: 0;
  color: #69737d;
  font-size: 13px;
  line-height: 1.56;
  max-width: 220px;
}

@media (min-width: 960px) {
  .template-index .orvanto-story__text .orvanto-title {
    max-width: 430px;
    font-size: clamp(30px, 2.9vw, 42px);
    line-height: 1.08;
  }

  .template-index .orvanto-story__text .orvanto-copy {
    max-width: 430px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .template-index .orvanto-story__features {
    gap: 22px;
    margin-top: 30px;
    max-width: 420px;
  }

  .template-index .orvanto-feature {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
  }

  .template-index .orvanto-feature .orvanto-icon {
    width: 54px;
    height: 54px;
    color: #a47a43;
  }

  .template-index .orvanto-feature .orvanto-icon svg {
    width: 52px;
    height: 52px;
    stroke-width: 2;
  }

  .template-index .orvanto-feature h3 {
    font-size: 16px;
    line-height: 1.25;
  }

  .template-index .orvanto-feature p {
    max-width: 270px;
    font-size: 14px;
    line-height: 1.45;
  }

}

/* REVIEWS */
.orvanto-reviews {
  background: var(--orvanto-cream);
}

.orvanto-reviews__slider {
  position: relative;
}

.orvanto-reviews__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.orvanto-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.orvanto-review-track {
  display: flex;
  gap: 22px;
}

.orvanto-review-card {
  flex: 0 0 calc((100% - 44px) / 3);
  padding: 32px 34px 30px;
  scroll-snap-align: start;
  text-align: center;
}

.orvanto-review-card .orvanto-rating {
  font-size: 18px;
  margin-bottom: 18px;
}

.orvanto-review-card blockquote {
  margin: 0 0 18px;
  color: #455262;
  font-size: 15px;
  line-height: 1.78;
  font-style: normal;
}

.orvanto-review-card strong {
  display: block;
  color: var(--orvanto-navy);
  font-size: 16px;
  margin-bottom: 4px;
}

.orvanto-review-card span {
  color: #81868d;
  font-size: 14px;
}

.orvanto-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.orvanto-reviews__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(184, 138, 68, .24);
  cursor: pointer;
}

.orvanto-reviews__dot.is-active {
  background: var(--orvanto-gold);
}

/* CONFIDENCE */
.orvanto-confidence {
  background: var(--orvanto-cream);
  padding-top: 24px;
  padding-bottom: 54px;
}

.orvanto-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--orvanto-line);
  border-bottom: 1px solid var(--orvanto-line);
}

.orvanto-trust-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 10px 22px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.orvanto-trust-card + .orvanto-trust-card {
  padding-left: 24px;
}

/* CTA */
.orvanto-cta {
  background: transparent;
  padding: 22px 0 64px;
}

.orvanto-cta__inner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(90deg, #071524 0%, #092034 22%, #09243a 50%, #092034 78%, #071524 100%);
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 390px;
}

.orvanto-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,21,36,.04), transparent 24%, transparent 76%, rgba(7,21,36,.04));
  pointer-events: none;
}

.orvanto-cta__shoe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: clamp(300px, 18vw, 360px);
  height: auto;
  opacity: .98;
}

.orvanto-cta__shoe--left {
  left: 0;
}

.orvanto-cta__shoe--right {
  right: 0;
}

.orvanto-cta__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.orvanto-cta__content .orvanto-title {
  color: #f8efdf;
  font-size: clamp(32px, 2.7vw, 44px);
  line-height: 1.02;
  margin-bottom: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.orvanto-cta__content p {
  color: #f5e8d0;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,.24);
}

/* FOOTER */
.footer__newsletter,
.footer__blocks,
.footer__additional {
  background: #f8f3ec !important;
  color: var(--orvanto-text) !important;
  border-color: rgba(34, 56, 78, .10) !important;
}

.footer__blocks {
  border-top: 1px solid rgba(34, 56, 78, .10);
}

.footer__block a,
.footer__additional a,
.footer__copyright a {
  color: var(--orvanto-text) !important;
}

.footer__block__header {
  color: var(--orvanto-navy-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.footer__contact__item,
.footer__navigation__item,
.footer__block__content,
.footer__block__content p {
  color: #465566;
}

.footer__block-social .footer__block__header {
  text-transform: none;
}

.footer__social__item svg,
.footer__contact__item svg {
  color: var(--orvanto-navy-2);
}

.footer__additional {
  font-size: 13px;
}

@media (min-width: 960px) {
  .footer__block {
    max-width: none !important;
    width: 20%;
    padding: 30px 22px 0 22px !important;
    border-right: 1px solid rgba(34, 56, 78, .10);
  }

  .footer__block:last-child {
    border-right: 0;
  }

  .footer__block-contact .footer__block__content {
    padding-top: 18px;
  }

  .footer__contact__item a {
    margin-left: 10px !important;
  }
}

/* Responsive */
@media (max-width: 1199px) {
  .orvanto-hero__grid {
    min-height: clamp(390px, 38vw, 520px);
  }

  .orvanto-hero__content {
    width: min(52%, 520px);
  }

  .orvanto-cta__inner {
    padding-left: 170px;
    padding-right: 170px;
  }

  .orvanto-cta__shoe {
    width: 170px;
  }
}

@media (max-width: 959.98px) {
  .orvanto-container {
    width: min(100%, calc(100% - 28px));
  }

  .template-index .orvanto-container {
    width: min(100%, calc(100% - 28px));
  }

  .orvanto-hero {
    background:
      linear-gradient(180deg, rgba(251, 246, 239, .98) 0%, rgba(251, 246, 239, .94) 46%, rgba(251, 246, 239, .42) 100%),
      var(--orvanto-hero-bg) 68% center / cover no-repeat,
      #f5eee4;
  }

  .orvanto-hero__grid {
    min-height: 520px;
    align-items: flex-start;
  }

  .orvanto-hero__content {
    width: min(82%, 520px);
    margin-left: 18px;
    padding: 42px 0 40px;
  }

  .orvanto-hero__title {
    font-size: clamp(34px, 12vw, 64px);
  }

  .orvanto-hero__text {
    font-size: 16px;
    max-width: 430px;
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .orvanto-trust-strip {
    margin-top: 0;
  }

  .orvanto-trust-strip__inner,
  .orvanto-trust-grid,
  .orvanto-grid-4,
  .orvanto-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orvanto-trust-item,
  .orvanto-trust-card {
    border-right: 1px solid var(--orvanto-line);
    border-bottom: 1px solid var(--orvanto-line);
    padding: 18px 14px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .orvanto-trust-item:nth-child(2n),
  .orvanto-trust-card:nth-child(2n) {
    border-right: 0;
  }

  .orvanto-trust-item:nth-last-child(-n+2),
  .orvanto-trust-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .orvanto-trust-card + .orvanto-trust-card {
    padding-left: 14px;
  }

  .orvanto-trust-item h3,
  .orvanto-trust-card h3,
  .orvanto-trust-item p,
  .orvanto-trust-card p {
    max-width: none;
  }

  .orvanto-categories,
  .orvanto-products,
  .orvanto-story,
  .orvanto-reviews,
  .orvanto-confidence {
    padding: 44px 0;
  }

  .orvanto-story__grid {
    grid-template-columns: 1fr;
  }

  .orvanto-story__text {
    padding: 38px 22px 32px;
  }

  .orvanto-story__image {
    min-height: 280px;
    order: -1;
  }

  .orvanto-review-track {
    gap: 14px;
  }

  .orvanto-review-card {
    flex-basis: 100%;
    padding: 24px 22px;
  }

  .orvanto-cta {
    padding-top: 6px;
    padding-bottom: 40px;
  }

  .orvanto-cta__inner {
    min-height: 246px;
    padding: 28px 24px 92px;
    align-items: flex-start;
  }

  .orvanto-cta__shoe {
    width: clamp(132px, 38vw, 178px);
    opacity: .9;
    top: auto;
    bottom: 0;
    transform: none;
  }

  .orvanto-cta__shoe--left {
    left: -18px;
  }

  .orvanto-cta__shoe--right {
    right: -18px;
  }

  .orvanto-cta__content {
    max-width: 330px;
  }

  .orvanto-cta__content .orvanto-title {
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.06;
  }

  .orvanto-cta__content p {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .footer__block {
    text-align: left !important;
  }

  .footer__block__header {
    padding: 18px 0 10px !important;
  }

  .footer__block__content,
  .footer__block.not-accordion .footer__block__content {
    padding: 0 0 18px !important;
  }

  .footer__block-wrap + .footer__block-wrap {
    border-top: 0 !important;
  }
}

@media (max-width: 639.98px) {
  .orvanto-hero {
    background:
      linear-gradient(180deg, rgba(251, 246, 239, .98) 0%, rgba(251, 246, 239, .95) 44%, rgba(251, 246, 239, .42) 100%),
      var(--orvanto-hero-bg) 70% center / cover no-repeat,
      #f5eee4;
  }

  .orvanto-hero__grid {
    min-height: 520px;
    align-items: flex-start;
  }

  .orvanto-hero__content {
    width: 100%;
    margin-left: 0;
    padding: 34px 16px 34px;
  }

  .orvanto-hero__title {
    max-width: 340px;
    font-size: clamp(38px, 13vw, 54px);
    line-height: 1.02;
  }

  .orvanto-hero__text {
    max-width: 330px;
    font-size: 15px;
    line-height: 1.55;
  }

  .orvanto-hero .orvanto-btns {
    max-width: 330px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .orvanto-btns {
    gap: 12px;
  }

  .orvanto-btn {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }

  .orvanto-grid-4,
  .orvanto-product-grid,
  .orvanto-trust-strip__inner,
  .orvanto-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .orvanto-trust-strip__inner,
  .orvanto-trust-grid {
    gap: 0;
  }

  .orvanto-trust-item,
  .orvanto-trust-card {
    border-right: 1px solid var(--orvanto-line);
    border-bottom: 1px solid var(--orvanto-line);
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 12px;
  }

  .orvanto-trust-item:nth-child(2n),
  .orvanto-trust-card:nth-child(2n) {
    border-right: 0;
  }

  .orvanto-trust-item:nth-last-child(-n+2),
  .orvanto-trust-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .orvanto-icon {
    width: 34px;
    height: 34px;
  }

  .orvanto-icon svg {
    width: 30px;
    height: 30px;
  }

  .orvanto-trust-item h3,
  .orvanto-trust-card h3 {
    font-size: 13px;
    line-height: 1.25;
  }

  .orvanto-trust-item p,
  .orvanto-trust-card p {
    font-size: 12px;
    line-height: 1.38;
  }

  .orvanto-categories,
  .orvanto-products,
  .orvanto-story,
  .orvanto-reviews,
  .orvanto-confidence {
    padding: 34px 0;
  }

  .orvanto-section-head {
    margin-bottom: 22px;
  }

  .orvanto-section-head .orvanto-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .orvanto-category-card__image {
    aspect-ratio: 1 / .9;
  }

  .orvanto-category-card__body {
    padding: 14px 10px 16px;
  }

  .orvanto-category-card__title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .orvanto-category-card__text {
    font-size: 12px;
    line-height: 1.35;
  }

  .orvanto-product-grid {
    gap: 12px;
  }

  .orvanto-product-card__body {
    padding: 13px 10px 14px;
  }

  .orvanto-product-badge {
    top: 9px;
    left: 9px;
    font-size: 9px;
    padding: 5px 7px;
  }

  .orvanto-product-card__title {
    font-size: 13px;
    line-height: 1.25;
  }

  .orvanto-product-card__subtitle {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .orvanto-rating {
    font-size: 11px;
    letter-spacing: .1em;
    margin-bottom: 8px;
  }

  .orvanto-price {
    font-size: 14px;
    gap: 5px;
    flex-wrap: wrap;
  }

  .orvanto-price del {
    font-size: 11px;
  }

  .orvanto-product-button {
    min-height: 38px;
    margin-top: 10px;
    font-size: 10px;
    padding: 0 8px;
  }

  .orvanto-story__text {
    padding: 30px 18px 26px;
  }

  .orvanto-story__image {
    min-height: 240px;
  }

  .orvanto-feature {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .orvanto-review-card {
    padding: 22px 18px;
  }

  .orvanto-cta__inner {
    min-height: 250px;
    padding: 28px 18px 92px;
  }

  .orvanto-cta__content {
    max-width: 300px;
  }

  .orvanto-cta__shoe {
    width: clamp(136px, 42vw, 176px);
  }

  .orvanto-cta__shoe--left {
    left: -24px;
  }

  .orvanto-cta__shoe--right {
    right: -24px;
  }
}

/* =========================
   COLLECTION PAGE
   ========================= */
.template-collection .main-content,
.template-product .main-content,
.template-cart .main-content {
  background: linear-gradient(180deg, #f7f2eb 0%, #f4ede3 100%);
}

.orvanto-collection-banner {
  padding: 28px 0 18px;
  background: linear-gradient(180deg, #fbf7f0 0%, #f2e8da 100%);
}

.orvanto-collection-banner .orvanto-container {
  padding: 34px 34px 30px;
  background: rgba(255, 250, 244, .88);
  border: 1px solid rgba(184,138,68,.18);
  text-align: center;
  box-shadow: 0 18px 45px rgba(7,24,39,.05);
}

.orvanto-collection-banner .orvanto-title {
  font-size: clamp(38px, 5vw, 62px);
  margin-bottom: 10px;
}

.orvanto-collection-banner p:not(.orvanto-eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: #5f6974;
  line-height: 1.72;
  font-size: 16px;
}

.template-collection .collection_title {
  display: none;
}

.template-collection .collection-detail-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 52px;
}

.template-collection #collection_list_target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 4px;
  color: #5f6974;
}

.template-collection .collection_sort_container,
.template-collection .filter_sort_container {
  background: transparent;
}

.template-collection .filter_sort_select,
.template-collection .filter-button,
.template-collection .filter-btn,
.template-collection .search_load_more,
.template-collection .click_pagination button {
  border-radius: 0 !important;
}

.template-collection .filter-btn,
.template-collection .filter_sort_select,
.template-collection .search_load_more,
.template-collection .click_pagination button {
  border: 1px solid rgba(7,24,39,.16) !important;
  background: #fffaf4 !important;
  color: var(--orvanto-navy) !important;
}

.template-collection .filter-btn svg,
.template-collection .filter_sort_select svg {
  color: var(--orvanto-navy);
}

.template-collection .collection-list {
  margin-top: 12px;
}

.template-collection .collection-list spz-product-snippet {
  display: block;
  padding: 18px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 16px 42px rgba(7,24,39,.06);
  transition: transform .24s ease, box-shadow .24s ease;
}

.template-collection .collection-list spz-product-snippet:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(7,24,39,.11);
}

.template-collection .product-snippet__img-link {
  background: #efe1cf;
}

.template-collection .product-snippet__title {
  margin-top: 16px;
  color: var(--orvanto-navy);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.template-collection .product-snippet__price-wrapper {
  margin-top: 10px;
}

.template-collection .product-snippet__price,
.template-collection .product-snippet__price .money {
  color: var(--orvanto-navy);
  font-size: 18px;
  font-weight: 800;
}

.template-collection .product-snippet__compare-at-price {
  color: #8f969e;
}

.template-collection .product-snippet__quick-shop-btn,
.template-collection .product-snippet__quick-shop-icon {
  border-radius: 0 !important;
}

.template-collection spz-pagination {
  margin-top: 28px;
}

.template-collection spz-pagination button,
.template-collection spz-pagination [role="page"] {
  border-color: rgba(7,24,39,.16) !important;
  background: #fffaf4 !important;
  color: var(--orvanto-navy) !important;
}

.template-collection .collection_empty {
  padding: 42px 20px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
}

/* =========================
   PRODUCT PAGE
   ========================= */
.template-product .product-details {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  gap: 34px;
  align-items: flex-start;
}

.template-product .product-detail-gallery,
.template-product .product-info-body {
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-product .product-detail-gallery {
  padding: 18px;
}

.template-product .product-info-body {
  padding: 28px 28px 30px;
}

.template-product .product-info-body-inner {
  position: relative;
}

.template-product .product-info-title {
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--orvanto-navy-2);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.02em;
}

.template-product .product-info__header_price,
.template-product .product-info__header_price .money,
.template-product #product-info-prices .money {
  color: var(--orvanto-navy);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
}

.template-product .product-info__header_compare-at-price,
.template-product .product-info__header_compare-at-price .money {
  color: #8f969e;
}

.template-product .product-info__variants_content input[type="radio"]:checked + .product-info-variant-option::after {
  border-width: 2px;
  border-color: var(--orvanto-gold);
}

.template-product .product-info-variant-option {
  min-height: 46px;
  background: #fff;
}

.template-product .product-info-variant-option[data-type="text"] {
  padding: 11px 16px;
}

.template-product .product-info-qty-btn,
.template-product .product-variant-select-container {
  border-radius: 0 !important;
}

.template-product .product-info_atc_btn,
.template-product .ec-button-container iframe,
.template-product .ec-button-container button {
  border-radius: 0 !important;
}

.template-product .product-info_atc_btn.button-primary {
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
}

.template-product .product-info_atc_btn.button-secondary {
  background: #fff !important;
  border-color: var(--orvanto-navy) !important;
  color: var(--orvanto-navy) !important;
}

.template-product .product-info_atc_btn {
  min-height: 52px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.template-product .product-detail-images-bar-inner li[data-selected="true"] {
  background: var(--orvanto-gold);
}

.template-product .product-detail-thumb-images [selected]::before,
.template-product .product-snippet__thumbnails-item[option][selected]::before {
  border-color: var(--orvanto-gold) !important;
}

@media (min-width: 960px) {
  .template-product .product-details {
    width: min(1280px, calc(100% - 96px));
    max-width: none !important;
    gap: 32px;
  }

  .template-product .product-detail-gallery {
    flex: 0 0 min(48vw, 620px) !important;
    width: auto !important;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .template-product .product-detail-gallery-inner {
    gap: 18px;
    align-items: stretch;
  }

  .template-product .product-images-container {
    min-width: 0;
    flex: 1 1 auto;
  }

  .template-product .product-detail-images,
  .template-product .product-detail-images:not([zoom-in]) spz-img,
  .template-product .product-detail-images:not([zoom-in]) spz-video {
    width: 100%;
  }

  .template-product .product-detail-thumbs-container[data-position="left"] {
    width: 92px !important;
    flex: 0 0 92px;
    margin-right: 0 !important;
  }

  .template-product .product-detail-thumbs-item,
  .template-product .product-detail-thumbs-item spz-img {
    width: 92px !important;
    height: 92px !important;
  }

  .template-product .product-detail-thumbs-container[data-position="left"] .product-detail-thumbs-item + .product-detail-thumbs-item {
    margin-top: 16px;
  }

  .template-product .product-info-body {
    flex: 0 0 clamp(390px, 32vw, 460px) !important;
    width: clamp(390px, 32vw, 460px) !important;
    max-width: 460px;
    padding: 4px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .template-product .product-info-title {
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(22px, 1.75vw, 29px) !important;
    line-height: 1.26;
    letter-spacing: 0;
    font-weight: 500;
    color: #2d343a;
    max-width: 680px;
    margin-bottom: 16px !important;
  }

  .template-product .product-info__header_price,
  .template-product .product-info__header_price .money,
  .template-product #product-info-prices .money {
    font-size: 26px;
    color: #ef3f23;
  }

  .template-product .product-info_atc_btn {
    min-height: 48px;
    font-size: 13px;
  }
}

@media (min-width: 960px) and (max-width: 1199.98px) {
  .template-product .product-details {
    width: min(100%, calc(100% - 40px));
    gap: 22px;
  }

  .template-product .product-detail-gallery {
    flex: 0 0 52% !important;
  }

  .template-product .product-detail-thumbs-container[data-position="left"] {
    width: 88px !important;
    flex-basis: 88px;
  }

  .template-product .product-detail-thumbs-item,
  .template-product .product-detail-thumbs-item spz-img {
    width: 88px !important;
    height: 88px !important;
  }

  .template-product .product-info-body {
    flex: 0 0 330px !important;
    width: 330px !important;
    max-width: 330px;
    padding-top: 2px;
  }

  .template-product .product-info-title {
    font-size: clamp(22px, 2.1vw, 27px) !important;
  }
}

.orvanto-product-page-trust {
  padding: 24px 0 12px;
}

.orvanto-product-page-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
}

.orvanto-product-page-trust .orvanto-trust-card {
  background: transparent;
  box-shadow: none;
  padding: 24px 22px;
  border-right: 1px solid rgba(184,138,68,.16);
}

.orvanto-product-page-trust .orvanto-trust-card:last-child {
  border-right: 0;
}

.template-product .product-desc-container,
.template-product .related-products,
.template-product .recently-view,
.template-product .relative-product,
.template-product .recently_view {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.template-product .product-desc-container {
  padding: 0;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.04);
}

.template-product .product-desc-container > section::before {
  background: rgba(184,138,68,.16);
}

.template-product .product-desc-item-header {
  padding: 22px 22px 18px;
}

.template-product .product-desc-item-header:hover,
.template-product .product-desc-item-header:active {
  background-color: transparent;
  color: inherit;
}

.template-product .product-desc-item-header h3 {
  color: var(--orvanto-navy);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.template-product .product-desc-item-content {
  padding: 0 22px 24px;
  color: #586370;
  line-height: 1.75;
}

.orvanto-faq {
  padding: 46px 0 18px;
}

.orvanto-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 30px;
  align-items: start;
}

.orvanto-faq-item {
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  padding: 24px 24px 22px;
}

.orvanto-faq-item + .orvanto-faq-item {
  margin-top: 14px;
}

.orvanto-faq-item h3 {
  margin: 0 0 10px;
  color: var(--orvanto-navy);
  font-size: 18px;
  line-height: 1.4;
}

.orvanto-faq-item p {
  margin: 0;
  color: #66717d;
  line-height: 1.72;
}

/* =========================
   CART PAGE
   ========================= */
.template-cart .main-content {
  padding-bottom: 54px;
}

.template-cart .cart-header-wrapper {
  width: min(1180px, calc(100% - 40px));
  margin: 26px auto 0;
  padding: 28px 30px;
  background: linear-gradient(90deg, #051b30 0%, #0a2742 100%);
  color: #f9edd7;
  border: 1px solid rgba(213,173,104,.22);
  box-shadow: 0 18px 44px rgba(7,24,39,.12);
}

.template-cart .cart-title {
  color: #f8efdf;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.05;
}

.template-cart .cart-header-copy__note {
  margin-top: 8px;
  color: rgba(249,237,215,.82);
  font-size: 14px;
  line-height: 1.5;
}

.template-cart .cart-header-continue-shopping-btn {
  align-self: center;
  padding: 0 0 6px;
  border-bottom: 1px solid rgba(249,237,215,.6);
  color: #f9edd7;
}

.template-cart .cart-items-top-container,
.template-cart .cart-items-render,
.template-cart .cart-subtotal-outer-container,
.template-cart .cart-recommendations,
.template-cart .cart-empty {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.template-cart .cart-items-header {
  padding: 0 0 12px;
  color: #6a7480;
  border-bottom: 1px solid rgba(184,138,68,.16);
}

.template-cart .cart-items {
  margin-top: 8px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.05);
}

.template-cart .cart-item {
  padding: 22px 22px 24px;
  border-bottom: 1px solid rgba(184,138,68,.12);
}

.template-cart .cart-item:last-child {
  border-bottom: 0;
}

.template-cart .cart-item-image {
  width: 120px;
}

.template-cart .cart-item-image .rounded-global-fixed,
.template-cart .cart-item-image spz-img {
  border-radius: 0 !important;
  background: #efe1cf;
}

.template-cart .cart-subtotal-content {
  padding: 22px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.05);
}

.template-cart .cart-summary {
  color: var(--orvanto-text);
}

.template-cart .cart-summary .body-plus-2,
.template-cart .cart-summary .font-medium {
  color: var(--orvanto-navy);
}

.template-cart .cart-checkout-btn,
.template-cart .cart-summary-checkout-btn,
.template-cart .cart-summary-sticky-checkout-btn {
  min-height: 50px;
  border-radius: 0 !important;
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.template-cart .cart-subtotal-free-shipping,
.template-cart .cart__discount-container {
  background: #fffaf4;
}

.template-cart .cart-summary-discount-btn {
  color: var(--orvanto-navy);
  background: #f5ecdf;
}

.template-cart .cart-content .cart-empty {
  padding: 54px 28px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.05);
}

.template-cart .cart-continue-shopping {
  border-radius: 0 !important;
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
}

.template-cart .cart-summary-sticky-container {
  background-color: #fffaf4;
  box-shadow: 0 -10px 28px rgba(7,24,39,.12);
}

@media (max-width: 959.98px) {
  .template-product .product-details,
  .template-cart .cart-header-wrapper,
  .template-cart .cart-items-top-container,
  .template-cart .cart-items-render,
  .template-cart .cart-subtotal-outer-container,
  .template-cart .cart-empty {
    width: min(100%, calc(100% - 28px));
  }

  .orvanto-collection-banner {
    padding-top: 18px;
    padding-bottom: 8px;
  }

  .orvanto-collection-banner .orvanto-container {
    padding: 26px 18px 22px;
  }

  .orvanto-faq__grid {
    grid-template-columns: 1fr;
  }

  .orvanto-product-page-trust {
    padding: 10px 0 8px;
  }

  .orvanto-product-page-trust__grid {
    width: min(100%, calc(100% - 20px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orvanto-product-page-trust .orvanto-trust-card {
    min-height: 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    padding: 14px 12px;
    border-right: 1px solid rgba(184,138,68,.16);
    border-bottom: 1px solid rgba(184,138,68,.16);
  }

  .orvanto-product-page-trust .orvanto-trust-card:nth-child(2n) {
    border-right: 0;
  }

  .orvanto-product-page-trust .orvanto-trust-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .orvanto-product-page-trust .orvanto-icon {
    width: 28px;
    height: 28px;
  }

  .orvanto-product-page-trust .orvanto-icon svg {
    width: 24px;
    height: 24px;
  }

  .orvanto-product-page-trust .orvanto-trust-card h3 {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.22;
  }

  .orvanto-product-page-trust .orvanto-trust-card p {
    font-size: 12px;
    line-height: 1.32;
  }

  .template-product .product-details {
    width: 100%;
    margin-top: 0;
    gap: 10px;
  }

  .template-product .product-detail-gallery {
    width: 100% !important;
    padding: 0 !important;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .template-product .product-detail-gallery-inner,
  .template-product .product-images-container,
  .template-product .product-detail-images {
    width: 100%;
  }

  .template-product .product-images-container {
    padding-left: 0 !important;
  }

  .template-product .product-detail-images:not([zoom-in]) > .i-spzhtml-slides-container > .i-spzhtml-slide-item {
    width: 100% !important;
    padding-right: 0 !important;
  }

  .template-product .product-info-body {
    width: min(100%, calc(100% - 20px));
    margin: 10px auto 0;
    padding: 18px 16px 20px !important;
  }

  .template-product .product-info-title {
    font-size: clamp(19px, 5.2vw, 23px) !important;
    line-height: 1.24;
    letter-spacing: 0;
    margin-bottom: 10px !important;
  }

  .template-product .product-info__header_price,
  .template-product .product-info__header_price .money,
  .template-product #product-info-prices .money {
    font-size: 24px !important;
  }

  .template-product .product-info_atc_btn {
    min-height: 48px;
    font-size: 13px;
  }

  .template-product .product-info-variant-option {
    min-height: 42px;
  }

  .template-product .product-desc-container {
    width: min(100%, calc(100% - 20px));
  }

  .orvanto-faq {
    padding-top: 34px;
  }

  .template-cart .cart-header-wrapper {
    margin-top: 18px;
    padding: 22px 18px;
    flex-direction: column;
    gap: 14px;
  }

  .template-cart .cart-header-continue-shopping-btn {
    align-self: flex-start;
  }

  .template-cart .cart-item {
    padding: 18px 14px;
  }

  .template-cart .cart-item-image {
    width: 92px;
  }

  .template-cart .cart-subtotal-content {
    padding: 18px 16px;
  }
}

@media (max-width: 639.98px) {
  .template-collection .collection-list spz-product-snippet {
    padding: 14px;
  }

  .template-collection #collection_list_target {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-product .product-desc-item-header {
    padding: 18px 16px 14px;
  }

  .template-product .product-desc-item-content {
    padding: 0 16px 20px;
  }

  .orvanto-product-page-trust__grid {
    width: min(100%, calc(100% - 16px));
  }

  .orvanto-product-page-trust .orvanto-trust-card {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 10px;
  }

  .orvanto-product-page-trust .orvanto-trust-card h3 {
    font-size: 12px;
  }

  .orvanto-product-page-trust .orvanto-trust-card p {
    font-size: 11px;
  }

  .template-product .product-info-title {
    font-size: clamp(18px, 5vw, 22px) !important;
  }

  .orvanto-product-guarantee__cards {
    gap: 8px;
  }

  .orvanto-product-guarantee__card {
    padding: 11px 10px;
  }

  .orvanto-product-guarantee__card h3 {
    font-size: 13px;
  }

  .orvanto-product-guarantee__card p {
    font-size: 11px;
  }

  .orvanto-faq-item {
    padding: 18px 16px;
  }
}

/* =========================
   CART DRAWER
   ========================= */
#cart-drawer-modal,
.cart-drawer-summary-sticky-render {
  background: linear-gradient(180deg, #fdf8f1 0%, #f7efe4 100%) !important;
}

#cart-drawer-modal {
  box-shadow: -12px 0 38px rgba(7,24,39,.18);
}

.cart-drawer-header {
  padding: 18px 18px 14px;
  border-bottom: 1px solid rgba(184,138,68,.18) !important;
  background: linear-gradient(90deg, #051b30 0%, #0a2742 100%);
}

.cart-drawer-header-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cart-drawer-title {
  color: #f7efdf !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 32px;
  line-height: 1.05;
}

.cart-drawer-header-note {
  color: rgba(249,237,215,.84);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cart-drawer-header button,
.cart-drawer-header svg {
  color: #f7efdf;
}

.cart-drawer-content {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.cart-drawer-content ul.clear > li {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid rgba(184,138,68,.16);
}

.cart-drawer-item-image .rounded-global-fixed,
.cart-drawer-item-image spz-img {
  border-radius: 0 !important;
  background: #efe1cf;
}

.cart-drawer-item-image {
  width: 108px;
}

.cart-drawer-summary {
  padding: 18px !important;
  border-radius: 0 !important;
  border: 1px solid rgba(184,138,68,.16);
  background: #fffaf4 !important;
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.cart-drawer-summary .font-medium,
.cart-drawer-summary .body-plus-2,
.cart-drawer-summary .plugin__bundle__cart__total-price {
  color: var(--orvanto-navy);
}

.cart-drawer-summary-note {
  margin-top: 12px;
  color: #5c6773;
  font-size: 13px;
  line-height: 1.55;
}

.cart-drawer-checkout-btn,
.cart-drawer-empty-btn {
  min-height: 50px;
  border-radius: 0 !important;
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.cart-drawer-summary-sticky {
  padding: 18px !important;
  background: #fffaf4 !important;
  border-top: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 -12px 30px rgba(7,24,39,.12);
}

.cart-drawer-summary-discount-btn {
  border-radius: 999px;
  background: #f5ecdf !important;
  color: var(--orvanto-navy) !important;
}

.cart-drawer-empty-container {
  padding: 68px 22px !important;
}

.cart-drawer-empty-container .cart-empty-title,
.cart-drawer-empty-container .cart-empty-desc {
  color: var(--orvanto-navy);
}

@media (max-width: 959.98px) {
  .cart-drawer-title {
    font-size: 28px;
  }

  .cart-drawer-header {
    padding: 16px 16px 12px;
  }

  .cart-drawer-item-image {
    width: 92px;
  }

  .cart-drawer-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .cart-drawer-summary,
  .cart-drawer-summary-sticky {
    padding: 16px !important;
  }
}

/* =========================
   ORDER / ORDER LOOKUP FLOW
   ========================= */
.template-order .main-content,
.template-order_verify .main-content {
  background: linear-gradient(180deg, #f7f2eb 0%, #f4ede3 100%);
}

.template-order .page-container,
.template-order_verify .page-container {
  width: min(1180px, calc(100% - 40px));
}

.template-order .order_title {
  padding-top: 28px;
  padding-bottom: 28px;
  color: var(--orvanto-navy-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.08;
}

.template-order .order_menu {
  width: 250px;
  margin-right: 28px;
  padding: 18px 22px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-order .order_menu_li {
  padding: 14px 0;
  color: #7e868f;
  border-bottom: 1px solid rgba(184,138,68,.12);
}

.template-order .order_menu_li:last-child {
  border-bottom: 0;
}

.template-order .order_menu_li[selected] {
  color: var(--orvanto-navy);
  font-weight: 700;
}

.template-order .order_item {
  margin-bottom: 18px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-order .order_item_header {
  padding: 18px 22px;
  background: #f4eadc;
  color: var(--orvanto-navy);
}

.template-order .order_item_status {
  color: var(--orvanto-gold-dark);
  font-weight: 700;
}

.template-order .order_item_product,
.template-order .order_item_total,
.template-order .order_item_btn {
  padding-left: 22px;
  padding-right: 22px;
}

.template-order .order_item_total {
  border-color: rgba(184,138,68,.14);
}

.template-order .order_item_total .body-plus-6,
.template-order .order_item_total spz-currency {
  color: var(--orvanto-navy);
  font-weight: 800;
}

.template-order .order_item_button,
.template-order .go_ship,
.template-order .order_item_btn .button-primary,
.template-order .order_item_btn .button-secondary {
  min-height: 46px;
  border-radius: 0 !important;
}

.template-order .order_item_btn .button-primary,
.template-order .go_ship {
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
}

.template-order .order_item_btn .button-secondary {
  background: #fffaf4 !important;
  border: 1px solid var(--orvanto-navy) !important;
  color: var(--orvanto-navy) !important;
}

.template-order .order_list_empty {
  padding: 54px 28px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-order .order-detail-back-bar {
  padding-top: 24px;
  padding-bottom: 18px;
  color: var(--orvanto-navy);
}

.template-order .order-detail-back-btn {
  color: var(--orvanto-navy);
  text-decoration: none;
}

.template-order .order-detail-back-title {
  color: var(--orvanto-navy-2);
  font-family: Georgia, 'Times New Roman', serif;
}

.template-order .shipments-title,
.template-order .order-detail-header,
.template-order .order-detail-summary,
.template-order .order-product-list,
.template-order .shipment-package {
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16) !important;
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-order .shipments-title {
  background: #f4eadc;
  color: var(--orvanto-navy);
  font-weight: 700;
}

.template-order .shipment-package-header,
.template-order .order-product-list-header,
.template-order .order-detail-summary-title {
  background: #f4eadc;
  color: var(--orvanto-navy);
  border-bottom: 1px solid rgba(184,138,68,.14);
}

.template-order .order-detail-header {
  padding: 28px 30px;
}

.template-order .order-detail-header-status {
  color: var(--orvanto-navy-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.template-order .order-detail-header-tip,
.template-order .shipment-product-info,
.template-order .order-detail-summary-content,
.template-order .shipment-tracking-content {
  color: #5f6974;
}

.template-order .order-detail-action-buttons [role="delete_order"],
.template-order .order-detail-action-buttons [role="cancel_order"] {
  color: #8d949c;
}

.template-order .order-detail-action-buttons [role="pay_order"],
.template-order .order-detail-action-buttons [role="add_to_cart"],
.template-order .order-detail-action-buttons [role="repay_order"],
.template-order .order-detail-action-buttons [role="download_invoice"],
.template-order .order-product-list button[role="oneAddToCart"],
.template-order .order-detail-sticky-buttons [role="pay_order"],
.template-order .order-detail-sticky-buttons [role="add_to_cart"],
.template-order .order-detail-sticky-buttons [role="repay_order"] {
  border-radius: 0 !important;
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
}

.template-order .order-product-list {
  padding: 0 22px 12px;
}

.template-order .order-product-list > li {
  border-bottom: 1px solid rgba(184,138,68,.12);
}

.template-order .order-product-list > li:last-child {
  border-bottom: 0;
}

.template-order .order-product-list-subitem-status,
.template-order .shipment-product-non-shipping-tag {
  border-radius: 0 !important;
}

.template-order .shipment-tracking-number,
.template-order .shipment-tracking-content {
  background: #fffaf4;
}

.template-order .shipment-tracking-progress {
  background: #eadbc8;
}

.template-order .order-detail-sticky-buttons {
  background: #fffaf4 !important;
  border-top: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 -10px 30px rgba(7,24,39,.12);
}

.template-order_verify .order_verify_container {
  padding-top: 44px;
  padding-bottom: 54px;
}

.template-order_verify .order_verify_container > .order_verify_title:first-child {
  color: var(--orvanto-navy-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin-bottom: 8px;
}

.template-order_verify .form,
.template-order_verify .order_verify_container {
  max-width: 680px;
}

.template-order_verify .order_verify_container {
  width: min(680px, 100%);
  margin: 0 auto;
  text-align: left;
}

.template-order_verify .form {
  padding: 28px 28px 30px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.template-order_verify .form_input,
.template-order_verify .send_code,
.template-order_verify .form_submit {
  border-radius: 0 !important;
}

.template-order_verify .form_input {
  min-height: 52px;
  border-color: rgba(7,24,39,.16) !important;
  background: #fff;
}

.template-order_verify .form_label {
  color: #66717d;
}

.template-order_verify .form_submit,
.template-order_verify .form_input.valid[name="email"] ~ .form_item_group_code .form_item #order-history-send-btn {
  min-height: 52px;
  background: var(--orvanto-navy) !important;
  border-color: var(--orvanto-navy) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.template-order_verify .send_code {
  min-height: 52px;
  border: 1px solid rgba(7,24,39,.16);
  background: #f7f0e5;
  color: var(--orvanto-navy);
}

.template-order_verify .order_verify_link {
  color: var(--orvanto-navy);
}

.template-order_verify .form-tips-text,
.template-order_verify .form-tips-error {
  color: #b24c2f;
}

@media (max-width: 959.98px) {
  .template-order .page-container,
  .template-order_verify .page-container {
    width: min(100%, calc(100% - 28px));
  }

  .template-order .order_title {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: clamp(30px, 9vw, 42px);
  }

  .template-order .order_menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
    padding: 14px 16px 10px;
  }

  .template-order .order_menu_li {
    padding: 0 0 10px;
    border-bottom: 0;
  }

  .template-order .order_menu_li[selected] {
    border-bottom: 2px solid var(--orvanto-gold) !important;
  }

  .template-order .order_item_header,
  .template-order .order_item_product,
  .template-order .order_item_total,
  .template-order .order_item_btn,
  .template-order .order-detail-header,
  .template-order .order-product-list,
  .template-order .shipments-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .template-order .order_item_btn {
    flex-wrap: wrap;
    gap: 12px;
  }

  .template-order .order_item_btn .order_item_button,
  .template-order .order_item_btn .button-primary,
  .template-order .order_item_btn .button-secondary {
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .template-order_verify .order_verify_container {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 34px;
  }

  .template-order_verify .form {
    padding: 20px 16px 22px;
  }
}

/* =========================
   PRODUCT GUARANTEE / REVIEWS
   ========================= */
.orvanto-product-guarantee,
.orvanto-product-reviews {
  background: linear-gradient(180deg, #faf5ee 0%, #f5eee3 100%);
}

.orvanto-product-guarantee__grid,
.orvanto-product-reviews__layout {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.orvanto-product-guarantee__intro,
.orvanto-product-reviews__summary {
  padding: 34px 30px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.orvanto-product-guarantee__text,
.orvanto-product-reviews__text {
  margin: 14px 0 0;
  color: #5c6773;
  font-size: 16px;
  line-height: 1.8;
}

.orvanto-product-guarantee__assurance,
.orvanto-product-reviews__ratingbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #0a2742 0%, #051a2f 100%);
  color: #f7efdf;
}

.orvanto-product-guarantee__assurance-rating,
.orvanto-product-reviews__score {
  color: var(--orvanto-gold-light);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.orvanto-product-guarantee__assurance strong,
.orvanto-product-reviews__ratingbox p,
.orvanto-product-guarantee__assurance p {
  margin: 0;
}

.orvanto-product-guarantee__assurance strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.orvanto-product-guarantee__assurance p,
.orvanto-product-reviews__ratingbox p {
  color: rgba(247,239,223,.82);
  font-size: 14px;
  line-height: 1.7;
}

.orvanto-product-guarantee__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.orvanto-product-guarantee__card,
.orvanto-product-review-card {
  padding: 26px 22px;
  background: #fffaf4;
  border: 1px solid rgba(184,138,68,.16);
  box-shadow: 0 18px 44px rgba(7,24,39,.06);
}

.orvanto-product-guarantee__card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}

.orvanto-product-guarantee__card .orvanto-icon {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(184,138,68,.28);
  background: rgba(246,237,223,.8);
}

.orvanto-product-guarantee__card h3,
.orvanto-product-review-card h3 {
  margin: 0 0 8px;
  color: var(--orvanto-navy);
  font-size: 21px;
  line-height: 1.25;
}

.orvanto-product-guarantee__card p,
.orvanto-product-review-card blockquote,
.orvanto-product-review-card footer span {
  margin: 0;
  color: #5c6773;
  font-size: 15px;
  line-height: 1.8;
}

.orvanto-product-reviews__stars,
.orvanto-product-review-card__stars {
  color: var(--orvanto-gold-dark);
  letter-spacing: .18em;
  font-size: 16px;
}

.orvanto-product-reviews__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.orvanto-product-reviews__stat {
  padding: 18px 16px;
  background: #f8f0e5;
  border: 1px solid rgba(184,138,68,.14);
  text-align: center;
}

.orvanto-product-reviews__stat strong {
  display: block;
  color: var(--orvanto-navy-2);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  line-height: 1;
}

.orvanto-product-reviews__stat span {
  display: block;
  margin-top: 8px;
  color: #64707d;
  font-size: 14px;
  line-height: 1.55;
}

.orvanto-product-reviews__content {
  min-width: 0;
}

.orvanto-product-reviews__viewport {
  overflow-x: auto;
  scrollbar-width: none;
}

.orvanto-product-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.orvanto-product-review-track {
  display: flex;
  gap: 18px;
}

.orvanto-product-review-card {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 0;
}

.orvanto-product-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.orvanto-product-review-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  background: #f5ecdf;
  color: var(--orvanto-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.orvanto-product-review-card blockquote {
  margin-bottom: 18px;
}

.orvanto-product-review-card footer {
  padding-top: 16px;
  border-top: 1px solid rgba(184,138,68,.16);
}

.orvanto-product-review-card footer strong {
  display: block;
  color: var(--orvanto-navy);
  font-size: 16px;
}

.orvanto-product-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.orvanto-product-reviews__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(184,138,68,.28);
  padding: 0;
}

.orvanto-product-reviews__dot.is-active {
  background: var(--orvanto-gold);
}

@media (max-width: 959.98px) {
  .orvanto-product-guarantee__grid,
  .orvanto-product-reviews__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .orvanto-product-guarantee__intro,
  .orvanto-product-reviews__summary,
  .orvanto-product-review-card {
    padding: 22px 18px;
  }

  .orvanto-product-guarantee__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .orvanto-product-guarantee__card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 13px 12px;
    box-shadow: 0 10px 24px rgba(7,24,39,.045);
  }

  .orvanto-product-guarantee__card .orvanto-icon {
    width: 34px;
    height: 34px;
  }

  .orvanto-product-guarantee__card .orvanto-icon svg {
    width: 24px;
    height: 24px;
  }

  .orvanto-product-guarantee__card h3 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.22;
  }

  .orvanto-product-guarantee__card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.38;
  }

  .orvanto-product-review-card {
    flex-basis: 100%;
  }

  .orvanto-product-reviews__stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .template-product .orvanto-faq {
    padding: 42px 0 18px;
    background: #f6f1ea;
  }

  .template-product .orvanto-faq__grid {
    width: min(1180px, calc(100% - 72px));
    max-width: none;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
  }

  .template-product .orvanto-faq__grid > div:first-child {
    padding: 6px 0 0;
  }

  .template-product .orvanto-faq .orvanto-eyebrow {
    margin-bottom: 12px;
  }

  .template-product .orvanto-faq .orvanto-title {
    max-width: 280px;
    font-family: Inter, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
  }

  .template-product .orvanto-faq .orvanto-copy {
    max-width: 285px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  .template-product .orvanto-faq-item {
    position: relative;
    padding: 18px 22px 18px 26px;
    background: #fffaf4;
    border: 1px solid rgba(184,138,68,.14);
    border-left: 3px solid rgba(184,138,68,.55);
    box-shadow: none;
  }

  .template-product .orvanto-faq-item + .orvanto-faq-item {
    margin-top: 12px;
  }

  .template-product .orvanto-faq-item h3 {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.35;
  }

  .template-product .orvanto-faq-item p {
    max-width: 760px;
    font-size: 13px;
    line-height: 1.58;
  }

  .template-product .orvanto-product-guarantee {
    padding: 18px 0 54px;
    background: #f6f1ea;
  }

  .template-product .orvanto-product-guarantee__grid {
    width: min(1180px, calc(100% - 72px));
    max-width: none;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
  }

  .template-product .orvanto-product-guarantee__intro,
  .template-product .orvanto-product-guarantee__card {
    border: 1px solid rgba(184,138,68,.14);
    box-shadow: none;
    background: #fffaf4;
  }

  .template-product .orvanto-product-guarantee__intro {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 22px;
  }

  .template-product .orvanto-product-guarantee__intro .orvanto-title {
    font-family: Inter, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 700;
    letter-spacing: 0;
  }

  .template-product .orvanto-product-guarantee__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.62;
  }

  .template-product .orvanto-product-guarantee__assurance {
    margin-top: auto;
    padding: 18px;
    gap: 14px;
  }

  .template-product .orvanto-product-guarantee__assurance-rating {
    font-size: 34px;
  }

  .template-product .orvanto-product-guarantee__assurance strong {
    font-size: 14px;
    line-height: 1.3;
  }

  .template-product .orvanto-product-guarantee__assurance p {
    font-size: 12px;
    line-height: 1.5;
  }

  .template-product .orvanto-product-guarantee__cards {
    gap: 14px;
  }

  .template-product .orvanto-product-guarantee__card {
    min-height: 126px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 20px;
    align-items: start;
  }

  .template-product .orvanto-product-guarantee__card .orvanto-icon {
    width: 38px;
    height: 38px;
    background: #fbf3e8;
  }

  .template-product .orvanto-product-guarantee__card .orvanto-icon svg {
    width: 28px;
    height: 28px;
  }

  .template-product .orvanto-product-guarantee__card h3 {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.3;
  }

  .template-product .orvanto-product-guarantee__card p {
    font-size: 12px;
    line-height: 1.55;
  }
}

/* =========================
   HOTFIX: CTA FULL WIDTH + FOOTER LAYOUT
   ========================= */
.orvanto-cta .orvanto-container {
  width: min(100%, 100%);
  max-width: none;
}

.orvanto-cta__inner {
  width: 100%;
}

@media (min-width: 960px) {
  .orvanto-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__blocks .page-container {
    display: grid !important;
    grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(150px, 1fr));
    align-items: start;
    justify-content: stretch !important;
    gap: 0;
    width: min(var(--orvanto-home-width), calc(100% - var(--orvanto-home-gutter) * 2));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__block {
    width: auto !important;
    min-width: 0;
    max-width: none !important;
    padding: 30px 28px 0 28px !important;
    text-align: left !important;
  }

  .footer__blocks .footer__block-wrap:last-child > .footer__block {
    border-right: 0 !important;
  }

  .footer__block__header,
  .footer__block__content,
  .footer__navigation__item,
  .footer__contact__item,
  .footer__contact__item-custom,
  .footer__block__content p,
  .footer__block a {
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .footer__block-contact-social .footer__block__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__contact__social-label {
    margin-top: 18px;
    margin-bottom: 10px;
    color: var(--orvanto-navy-2);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
  }

  .footer__social-inline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .footer__social-inline .footer__social__item {
    margin: 0;
  }
}

@media (max-width: 959.98px) {
  .orvanto-cta .orvanto-container {
    width: min(100%, 100%);
    max-width: none;
  }

  .footer__social-inline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin: 8px 0 0;
    list-style: none;
  }

  .footer__contact__social-label {
    margin-top: 14px;
    color: var(--orvanto-navy-2);
    font-weight: 800;
  }
}
/* ORVANTO: 修复搜索图标弹窗里的商品文字在深色背景下看不清 */
.header__search_sidebar,
.header__search_sidebar_content,
.header__search_predictive_render,
.header__search_lightbox,
.header__search_lightbox_container {
  --color-product-title-text: #f8efdf;
  --color-price-text: #f8efdf;
  --color-compare-at-price-text: rgba(248, 239, 223, 0.66);
  --color-body-text: #f8efdf;
  --color-body-text-60: rgba(248, 239, 223, 0.72);
  --color-body-text-80: rgba(248, 239, 223, 0.86);

  background: #071827 !important;
  color: #f8efdf !important;
}

/* ORVANTO: 页尾左侧品牌 Logo 风格优化 */
.footer__blocks .footer__block-wrap:first-child .footer__block-contact-social .footer__block__header {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 32px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-align: center !important;

  color: #b38742 !important;
  background: linear-gradient(180deg, #d8b46e 0%, #9b6b2f 48%, #c89a4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 0 2px 5px rgba(104, 70, 28, 0.18);
  margin-bottom: 18px !important;
}

/* 页尾左侧品牌介绍文字改成右图那种居中、柔和灰色 */
.footer__blocks .footer__block-wrap:first-child .footer__block-contact-social .footer__block__content {
  align-items: center !important;
  text-align: center !important;
}

.footer__blocks .footer__block-wrap:first-child .footer__block-contact-social .footer__contact__item-custom,
.footer__blocks .footer__block-wrap:first-child .footer__block-contact-social .footer__contact__item-custom p {
  color: #7a828a !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  font-weight: 600 !important;
  text-align: center !important;
  max-width: 250px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header__search_sidebar .product-snippet__title,
.header__search_sidebar .product-snippet__title *,
.header__search_sidebar .product-title-color,
.header__search_sidebar spz-product-snippet a:not(.product-snippet__img-link),
.header__search_lightbox .product-snippet__title,
.header__search_lightbox .product-snippet__title *,
.header__search_lightbox .product-title-color,
.header__search_lightbox spz-product-snippet a:not(.product-snippet__img-link) {
  color: #f8efdf !important;
  opacity: 1 !important;
}

.header__search_sidebar .product-snippet__price-wrapper,
.header__search_sidebar .product-snippet__price,
.header__search_sidebar .product-snippet__price *,
.header__search_sidebar .color-price,
.header__search_sidebar .color-price *,
.header__search_sidebar spz-currency:not(.product-snippet__compare-at-price),
.header__search_lightbox .product-snippet__price-wrapper,
.header__search_lightbox .product-snippet__price,
.header__search_lightbox .product-snippet__price *,
.header__search_lightbox .color-price,
.header__search_lightbox .color-price *,
.header__search_lightbox spz-currency:not(.product-snippet__compare-at-price) {
  color: #f8efdf !important;
  opacity: 1 !important;
}

.header__search_sidebar .product-snippet__compare-at-price,
.header__search_sidebar .product-snippet__compare-at-price *,
.header__search_sidebar del,
.header__search_sidebar del *,
.header__search_lightbox .product-snippet__compare-at-price,
.header__search_lightbox .product-snippet__compare-at-price *,
.header__search_lightbox del,
.header__search_lightbox del * {
  color: rgba(248, 239, 223, 0.66) !important;
  opacity: 1 !important;
}


/* ORVANTO: CTA 背景全宽 + 鞋子靠近两侧 + 高度压低版 */
@media (min-width: 960px) {
  .orvanto-cta {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }

  .orvanto-cta .orvanto-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .orvanto-cta__inner {
    width: 100% !important;
    min-height: 220px !important;
    padding-top: 28px !important;
    padding-bottom: 26px !important;
    padding-left: clamp(330px, 24vw, 410px) !important;
    padding-right: clamp(330px, 24vw, 410px) !important;
    overflow: hidden !important;
    position: relative !important;
  }

  .orvanto-cta__content {
    position: relative !important;
    z-index: 2 !important;
  }

  .orvanto-cta__shoe {
    height: 220px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .orvanto-cta__shoe--left {
    left: clamp(24px, 2.8vw, 56px) !important;
  }

  .orvanto-cta__shoe--right {
    right: clamp(24px, 2.8vw, 56px) !important;
  }

  .orvanto-cta__content .orvanto-title {
    font-size: clamp(30px, 2.7vw, 42px) !important;
    line-height: 1.08 !important;
    margin-bottom: 7px !important;
  }

  .orvanto-cta__content p {
    font-size: 16px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }

  .orvanto-cta__content .orvanto-btn,
  .orvanto-cta__content a.orvanto-btn {
    padding: 11px 44px !important;
    min-height: auto !important;
  }
}

/* 大屏幕高度压低版 */
@media (min-width: 1440px) {
  .orvanto-cta__inner {
    min-height: 235px !important;
    padding-top: 30px !important;
    padding-bottom: 28px !important;
    padding-left: 440px !important;
    padding-right: 440px !important;
  }

  .orvanto-cta__shoe {
    height: 230px !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }

  .orvanto-cta__shoe--left {
    left: clamp(36px, 3vw, 70px) !important;
  }

  .orvanto-cta__shoe--right {
    right: clamp(36px, 3vw, 70px) !important;
  }
}

/* ORVANTO: 去掉首页 Hero 主图朦胧遮罩，保留图片清晰度 */
@media (min-width: 960px) {
  .orvanto-hero {
    filter: none !important;
    opacity: 1 !important;

    background:
      var(--orvanto-hero-bg) center center / cover no-repeat,
      #f5eee4 !important;
  }

  .orvanto-hero::before,
  .orvanto-hero::after {
    display: none !important;
    content: none !important;
    filter: none !important;
    opacity: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
  }

  .orvanto-hero__grid,
  .orvanto-hero__content {
    position: relative !important;
    z-index: 2 !important;
  }
}

/* =========================================================
   ORVANTO Header Logo - Refined Vintage Gold Style
   Clean final version
   ========================================================= */

.header__logo {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.header__logo-title {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #c29255 !important;
  background: linear-gradient(180deg, #ead4a2 0%, #c89a5d 38%, #9b6737 72%, #6f4425 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 1px 0 rgba(255, 235, 190, 0.22), 0 2px 2px rgba(0, 0, 0, 0.38) !important;
  filter: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.header__desktop .header__logo {
  padding-top: 14px !important;
  padding-bottom: 12px !important;
}

@media (min-width: 960px) {
  .header__logo-title.lg\:hidden {
    display: none !important;
  }
}

@media (max-width: 959.98px) {
  .header__logo-title {
    font-size: 25px !important;
    letter-spacing: 0.14em !important;
    font-weight: 500 !important;
  }

  .header__logo-title.md\:hidden {
    display: none !important;
  }
}

/* =========================================================
   ORVANTO Mobile Homepage - Final Design
   Only affects mobile homepage; desktop remains unchanged.
   ========================================================= */

@media (max-width: 639.98px) {
  .template-index .orvanto-hero {
    isolation: isolate;
  }

  .template-index .orvanto-hero::before,
  .template-index .orvanto-hero::after {
    display: none !important;
    content: none !important;
  }

  .template-index .orvanto-hero .orvanto-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-index .orvanto-hero__grid {
    min-height: clamp(540px, 148vw, 610px) !important;
    align-items: flex-start !important;
  }

  .template-index .orvanto-hero__content {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    padding: 32px 20px 270px !important;
  }

  .template-index .orvanto-hero .orvanto-eyebrow {
    margin: 0 0 16px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.24em !important;
  }

  .template-index .orvanto-hero__title {
    max-width: 335px !important;
    font-size: clamp(36px, 10.5vw, 43px) !important;
    line-height: 1.03 !important;
  }

  .template-index .orvanto-hero__text {
    max-width: 330px !important;
    margin: 16px 0 20px !important;
    color: #5d6974 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .template-index .orvanto-hero__text strong {
    color: #b9873d !important;
    font-weight: 800 !important;
  }

  .template-index .orvanto-hero .orvanto-btns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: min(100%, 330px) !important;
    max-width: 330px !important;
  }

  .template-index .orvanto-hero .orvanto-btn {
    min-height: 42px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 0.055em !important;
    white-space: nowrap !important;
  }

  .template-index .orvanto-trust-strip {
    margin-top: 0 !important;
  }

  .template-index .orvanto-trust-strip__inner {
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: 0 -1px 0 rgba(184, 138, 68, 0.12) inset !important;
  }

  .template-index .orvanto-trust-item,
  .template-index .orvanto-trust-card {
    padding: 18px 14px !important;
    gap: 9px !important;
  }

  .template-index .orvanto-trust-item h3,
  .template-index .orvanto-trust-card h3 {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .template-index .orvanto-trust-item p,
  .template-index .orvanto-trust-card p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 374.98px) {
  .template-index .orvanto-hero__content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .template-index .orvanto-hero__title {
    font-size: clamp(34px, 10.2vw, 40px) !important;
  }

  .template-index .orvanto-hero .orvanto-btns {
    gap: 8px !important;
  }

  .template-index .orvanto-hero .orvanto-btn {
    font-size: 11px !important;
    letter-spacing: 0.04em !important;
  }
}

@media (max-width: 959.98px) {
  .template-index .orvanto-cta {
    padding-top: 0 !important;
    padding-bottom: 28px !important;
  }

  .template-index .orvanto-cta .orvanto-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-index .orvanto-cta__inner {
    min-height: 214px !important;
    padding: 18px 20px 60px !important;
    overflow: hidden !important;
  }

  .template-index .orvanto-cta__content {
    max-width: 330px !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .template-index .orvanto-cta__content .orvanto-title,
  .template-index .orvanto-cta__title {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: clamp(34px, 10vw, 43px) !important;
    line-height: 1.08 !important;
  }

  .template-index .orvanto-cta__content p,
  .template-index .orvanto-cta__text {
    margin-bottom: 15px !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .template-index .orvanto-cta__content .orvanto-btn,
  .template-index .orvanto-cta__content a.orvanto-btn {
    width: 165px !important;
    max-width: 165px !important;
    min-width: 165px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 13px !important;
    letter-spacing: 0.11em !important;
  }

  .template-index .orvanto-cta__shoe {
    width: clamp(146px, 42vw, 184px) !important;
    top: auto !important;
    bottom: 12px !important;
    transform: none !important;
    opacity: 0.98 !important;
    z-index: 1 !important;
  }

  .template-index .orvanto-cta__shoe--left {
    left: -22px !important;
  }

  .template-index .orvanto-cta__shoe--right {
    right: -22px !important;
  }
}

/* =========================================================
   ORVANTO Mobile Hero - Clearer Image Version
   放在 assets/orvanto.css 最底部，覆盖上一版手机端 Hero
   ========================================================= */
@media (max-width: 639.98px) {
  .template-index .orvanto-hero {
    background:
      linear-gradient(
        180deg,
        rgba(252, 248, 241, 0.86) 0%,
        rgba(252, 248, 241, 0.58) 28%,
        rgba(252, 248, 241, 0.12) 52%,
        rgba(252, 248, 241, 0) 72%,
        rgba(252, 248, 241, 0) 100%
      ),
      var(--orvanto-mobile-hero-bg, var(--orvanto-hero-bg)) center bottom / cover no-repeat,
      #f6f1ea !important;
  }
}

/* =========================================================
   ORVANTO Bestsellers Product Image Fix
   修复热卖商品卡上传正方形图片显示不完整/下方留空的问题
   ========================================================= */

.orvanto-product-card__image {
  aspect-ratio: 1 / 1 !important;
  background: #f0e2d0 !important;
  overflow: hidden !important;
}

.orvanto-product-card__image spz-img {
  width: 100% !important;
  height: 100% !important;
}

.orvanto-product-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* =========================================================
   ORVANTO Desktop Story Section - Aligned Square Layout
   电脑端故事模块：外层宽度和其他首页模块对齐，右图为正方形
   只影响电脑端，不影响手机端
   ========================================================= */

@media (min-width: 960px) {
  /* 故事模块整体上下间距 */
  .template-index .orvanto-story {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  /* 外层容器保持和首页其他模块一致，不单独缩窄 */
  .template-index .orvanto-story .orvanto-container {
    width: min(var(--orvanto-home-width), calc(100% - var(--orvanto-home-gutter) * 2)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 故事模块外框铺满容器，和上方产品区左右对齐 */
  .template-index .orvanto-story__grid {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    align-items: center !important;
    background: #fffaf4 !important;
    border: 1px solid rgba(179, 135, 66, 0.16) !important;
  }

  /* 左侧文字区域：不撑满整半边，而是居中成一个稳定内容块 */
  .template-index .orvanto-story__text {
    width: 100% !important;
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 64px 0 !important;
  }

  /* 右侧图片：标准正方形，大小接近左侧文字内容区 */
  .template-index .orvanto-story__image {
    width: min(560px, 86%) !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    background: #efe2cf !important;
  }

  .template-index .orvanto-story__image spz-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .template-index .orvanto-story__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* =========================================================
   ORVANTO Mobile Hero Text Line Break
   手机端首屏描述：让“货到付款”单独换行展示
   ========================================================= */

@media (max-width: 639.98px) {
  .template-index .orvanto-hero__text {
    max-width: 340px !important;
    line-height: 1.5 !important;
  }

  .template-index .orvanto-hero__text strong,
  .template-index .orvanto-hero__text b,
  .template-index .orvanto-hero__text span {
    display: inline !important;
  }

  .template-index .orvanto-hero__text strong:last-child,
  .template-index .orvanto-hero__text b:last-child,
  .template-index .orvanto-hero__text span:last-child {
    display: block !important;
    margin-top: 2px !important;
  }
}

/* =========================================================
   ORVANTO Mobile CTA - Elegant Footer CTA Final
   手机端底部 CTA：更克制、更高级、减少广告感
   ========================================================= */

@media (max-width: 639.98px) {
  .template-index .orvanto-cta__inner {
    min-height: 198px !important;
    padding: 20px 18px 54px !important;
  }

  .template-index .orvanto-cta__content {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .template-index .orvanto-cta .orvanto-cta__content > h2.orvanto-title,
  .template-index .orvanto-cta .orvanto-cta__content > .orvanto-title {
    letter-spacing: -0.005em !important;
  }

  .template-index .orvanto-cta .orvanto-cta__content > p {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
  }

  .template-index .orvanto-cta__content .orvanto-btn,
  .template-index .orvanto-cta__content a.orvanto-btn {
    width: 148px !important;
    max-width: 148px !important;
    min-width: 148px !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    letter-spacing: 0.09em !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 鞋子稍微自然一点：露出后跟，但不要太贴图化 */
  .template-index .orvanto-cta__shoe {
    width: clamp(136px, 39vw, 166px) !important;
    bottom: 8px !important;
    top: auto !important;
    transform: none !important;
    opacity: 0.96 !important;
    z-index: 1 !important;
  }

  .template-index .orvanto-cta__shoe--left {
    left: -8px !important;
  }

  .template-index .orvanto-cta__shoe--right {
    right: -8px !important;
  }

  /* CTA 和 Footer 之间减少硬切感 */
  .template-index .orvanto-cta {
    margin-bottom: 0 !important;
  }
}

/* =========================================================
   ORVANTO Mobile Homepage Section Titles - Smaller Version
   手机端首页普通模块标题进一步缩小
   不影响首页首屏 Hero
   ========================================================= */

@media (max-width: 639.98px) {
  /* 首页普通模块标题：评价、信任、分类、热卖 */
  .template-index .orvanto-reviews .orvanto-section-head .orvanto-title,
  .template-index .orvanto-confidence .orvanto-section-head .orvanto-title,
  .template-index .orvanto-bestsellers .orvanto-section-head .orvanto-title,
  .template-index .orvanto-categories .orvanto-section-head .orvanto-title {
    font-size: clamp(22px, 5.9vw, 27px) !important;
    line-height: 1.16 !important;
    letter-spacing: -0.003em !important;
    margin-bottom: 9px !important;
  }

  /* 品牌故事模块标题 */
  .template-index .orvanto-story .orvanto-title,
  .template-index .orvanto-story__text .orvanto-title {
    font-size: clamp(22px, 5.9vw, 27px) !important;
    line-height: 1.16 !important;
  }

  /* 底部 CTA 标题 */
  .template-index .orvanto-cta__content .orvanto-title,
  .template-index .orvanto-cta .orvanto-cta__content > h2.orvanto-title {
    font-size: clamp(22px, 5.8vw, 27px) !important;
    line-height: 1.16 !important;
    margin-bottom: 7px !important;
  }

  /* 小金色标签 */
  .template-index .orvanto-reviews .orvanto-eyebrow,
  .template-index .orvanto-confidence .orvanto-eyebrow,
  .template-index .orvanto-bestsellers .orvanto-eyebrow,
  .template-index .orvanto-categories .orvanto-eyebrow,
  .template-index .orvanto-story .orvanto-eyebrow {
    font-size: 10px !important;
    letter-spacing: 0.17em !important;
    margin-bottom: 7px !important;
  }
}

/* =========================================================
   ORVANTO Mobile Bestsellers Title - Real Fix
   手机端热卖区标题真正缩小
   ========================================================= */

@media (max-width: 639.98px) {
  .template-index .orvanto-wrap[data-orvanto-section="bestsellers"] .orvanto-section-head {
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-bottom: 22px !important;
  }

  .template-index .orvanto-wrap[data-orvanto-section="bestsellers"] .orvanto-eyebrow {
    font-size: 10px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.17em !important;
    margin-bottom: 8px !important;
  }

  .template-index .orvanto-wrap[data-orvanto-section="bestsellers"] .orvanto-title {
    font-size: clamp(24px, 6.4vw, 30px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.005em !important;
    margin-bottom: 10px !important;
  }

  .template-index .orvanto-wrap[data-orvanto-section="bestsellers"] .orvanto-copy {
    max-width: 330px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* =========================================================
   ORVANTO Footer Contact Time No Wrap
   修复页脚联系时间被拆成两行的问题
   ========================================================= */

@media (min-width: 960px) {
  /* 让最后一列联系方式稍微宽一点 */
  .footer__blocks .page-container {
    grid-template-columns: minmax(240px, 1.15fr) repeat(3, minmax(150px, 1fr)) minmax(230px, 1.05fr) !important;
  }

  /* 联系方式行不换行 */
  .footer__blocks .footer__block-wrap:last-child .footer__contact__item {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }

  .footer__blocks .footer__block-wrap:last-child .footer__contact__item a,
  .footer__blocks .footer__block-wrap:last-child .footer__contact__item span,
  .footer__blocks .footer__block-wrap:last-child .footer__contact__item p {
    white-space: nowrap !important;
  }
}

/* =========================================================
   ORVANTO Categories Image Gap Fix
   修复首页分类卡片图片底部米色缝隙
   ========================================================= */

.orvanto-category-card__image {
  aspect-ratio: 1 / 1 !important; 
  width: 100% !important;
  background: #f0e2d0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}

.orvanto-category-card__image spz-img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 0 !important;
}

.orvanto-category-card__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* =========================================================
   ORVANTO Temporary Maintenance Page - Hide Auto Page Title
   隐藏临时维护页 page_detail 自动输出的顶部标题
   ========================================================= */

.template-page .main-content > h1:first-child,
.template-page .main-content > h2:first-child,
.template-page .main-content > h3:first-child,
.template-page .main-content h1:first-of-type,
.template-page .main-content h2:first-of-type,
.template-page .main-content h3:first-of-type {
  display: none !important;
}

/* =========================================================
   ORVANTO Temporary Maintenance Page - Remove Top Gap
   隐藏顶部标题后，去掉残留空白
   ========================================================= */

.template-page .orvanto-lost-page {
  margin-top: -64px !important;
  padding-top: 14px !important;
}

@media (max-width: 639.98px) {
  .template-page .orvanto-lost-page {
    margin-top: -72px !important;
    padding-top: 10px !important;
  }
}

/* =========================================================
   ORVANTO Temporary Maintenance Page - Desktop Bigger Layout
   电脑端临时维护页放大展示，手机端不受影响
   ========================================================= */

@media (min-width: 960px) {
  .template-page .orvanto-lost-page {
    padding-top: 36px !important;
    padding-bottom: 96px !important;
  }

  .template-page .orvanto-lost-page__card {
    width: min(1080px, calc(100% - 120px)) !important;
    padding: 70px 86px 72px !important;
  }

  .template-page .orvanto-lost-page__logo {
    font-size: 58px !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 24px !important;
  }

  .template-page .orvanto-lost-page__eyebrow {
    font-size: 13px !important;
    letter-spacing: 0.28em !important;
    margin-bottom: 20px !important;
  }

  .template-page .orvanto-lost-page__title {
    max-width: 760px !important;
    font-size: clamp(46px, 4.2vw, 68px) !important;
    line-height: 1.08 !important;
  }

  .template-page .orvanto-lost-page__text {
    max-width: 760px !important;
    margin-top: 26px !important;
    font-size: 19px !important;
    line-height: 1.8 !important;
  }

  .template-page .orvanto-lost-page__note {
    max-width: 720px !important;
    margin-top: 22px !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .template-page .orvanto-lost-page__actions {
    margin-top: 36px !important;
    gap: 16px !important;
  }

  .template-page .orvanto-lost-page__btn {
    min-width: 220px !important;
    min-height: 52px !important;
    font-size: 13px !important;
  }

  .template-page .orvanto-lost-page__status {
    width: min(820px, 100%) !important;
    margin-top: 46px !important;
  }

  .template-page .orvanto-lost-page__status-item {
    padding: 22px 18px !important;
  }

  .template-page .orvanto-lost-page__status strong {
    font-size: 14px !important;
  }

  .template-page .orvanto-lost-page__status span {
    font-size: 13px !important;
  }
}

/* =========================================================
   ORVANTO Temporary Maintenance Page - Full Width Desktop Fix
   让维护页跳出普通页面容器，减少电脑端左右空白
   ========================================================= */

@media (min-width: 960px) {
  /* 让维护页区域突破 page_detail 默认窄容器 */
  .template-page .orvanto-lost-page {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-top: 32px !important;
    padding-bottom: 54px !important;
    box-sizing: border-box !important;
  }

  /* 卡片放大，但不要撑满屏 */
  .template-page .orvanto-lost-page__card {
    width: min(1280px, calc(100vw - 180px)) !important;
    max-width: none !important;
    padding: 70px 92px 72px !important;
    box-sizing: border-box !important;
  }

  .template-page .orvanto-lost-page__logo {
    font-size: 60px !important;
    letter-spacing: 0.2em !important;
  }

  .template-page .orvanto-lost-page__text {
    max-width: 820px !important;
    font-size: 19px !important;
    line-height: 1.8 !important;
  }

  .template-page .orvanto-lost-page__note {
    max-width: 760px !important;
    font-size: 15px !important;
  }

  .template-page .orvanto-lost-page__status {
    width: min(860px, 100%) !important;
  }
}

/* =========================================================
   ORVANTO Product Sales Points - Premium Custom SVG Icons
   商品页购买按钮下方 4 个售卖特点：高级定制 SVG 图标版
   ========================================================= */

.template-product .product-info-body {
  --orvanto-sales-icon-size: 23px !important;
  --orvanto-sales-icon-color: #b88a44 !important;
  --orvanto-sales-text-color: #22384e !important;
  --orvanto-sales-font-size: 15px !important;
  --orvanto-sales-row-gap: 8px !important;
  --orvanto-sales-icon-gap: 10px !important;
}

/* 每一行售卖特点 */
.template-product .product-info__sale-item {
  display: grid !important;
  grid-template-columns: var(--orvanto-sales-icon-size) minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: var(--orvanto-sales-icon-gap) !important;
  margin: var(--orvanto-sales-row-gap) 0 !important;
  color: var(--orvanto-sales-text-color) !important;
}

/* 隐藏店匠默认图标 */
.template-product .product-info__sale-item > svg,
.template-product .product-info__sale-item svg,
.template-product .product-info__sale-item > i,
.template-product .product-info__sale-item i,
.template-product .product-info__sale-item > spz-icon,
.template-product .product-info__sale-item spz-icon,
.template-product .product-info__sale-item > .icon,
.template-product .product-info__sale-item [class*="icon"] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 自定义 SVG 图标基础样式 */
.template-product .product-info__sale-item::before {
  content: "" !important;
  display: block !important;
  width: var(--orvanto-sales-icon-size) !important;
  height: var(--orvanto-sales-icon-size) !important;
  background-color: var(--orvanto-sales-icon-color) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  flex-shrink: 0 !important;

  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
}

/* 文字样式 */
.template-product .product-info__sales_points-item {
  margin-left: 0 !important;
  color: var(--orvanto-sales-text-color) !important;
  font-size: var(--orvanto-sales-font-size) !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
}

/* 1. Πληρωμή με αντικαταβολή - 货到付款：纯包裹图标 */
.template-product .product-info__sale-item:nth-of-type(1)::before,
.template-product .product-info__sale-item:nth-child(1)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.8 8.1 12 4.8l7.2 3.3v7.8L12 19.2l-7.2-3.3V8.1Z'/%3E%3Cpath d='M4.8 8.1 12 11.4l7.2-3.3'/%3E%3Cpath d='M12 11.4v7.8'/%3E%3Cpath d='M8.7 6.45 15.3 9.45'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.8 8.1 12 4.8l7.2 3.3v7.8L12 19.2l-7.2-3.3V8.1Z'/%3E%3Cpath d='M4.8 8.1 12 11.4l7.2-3.3'/%3E%3Cpath d='M12 11.4v7.8'/%3E%3Cpath d='M8.7 6.45 15.3 9.45'/%3E%3C/svg%3E") !important;
}

/* 2. Χωρίς πιστωτική κάρτα - 无需信用卡 */
.template-product .product-info__sale-item:nth-of-type(2)::before,
.template-product .product-info__sale-item:nth-child(2)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.8' y='6.3' width='16.4' height='11.4' rx='2.35'/%3E%3Cpath d='M3.8 9.75h16.4'/%3E%3Cpath d='M7.1 14.15h3.05'/%3E%3Cpath d='M6.25 17.45 17.75 6.55'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.8' y='6.3' width='16.4' height='11.4' rx='2.35'/%3E%3Cpath d='M3.8 9.75h16.4'/%3E%3Cpath d='M7.1 14.15h3.05'/%3E%3Cpath d='M6.25 17.45 17.75 6.55'/%3E%3C/svg%3E") !important;
}

/* 3. Εγγύηση ποιότητας - 品质保证 */
.template-product .product-info__sale-item:nth-of-type(3)::before,
.template-product .product-info__sale-item:nth-child(3)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4.45 17.85 6.75v4.95c0 3.5-2.12 6.12-5.85 7.65-3.73-1.53-5.85-4.15-5.85-7.65V6.75L12 4.45Z'/%3E%3Cpath d='m9.35 11.95 1.8 1.85 3.5-3.65'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4.45 17.85 6.75v4.95c0 3.5-2.12 6.12-5.85 7.65-3.73-1.53-5.85-4.15-5.85-7.65V6.75L12 4.45Z'/%3E%3Cpath d='m9.35 11.95 1.8 1.85 3.5-3.65'/%3E%3C/svg%3E") !important;
}

/* 4. Εξυπηρέτηση μετά την αγορά - 售后服务：纯耳机图标 */
.template-product .product-info__sale-item:nth-of-type(4)::before,
.template-product .product-info__sale-item:nth-child(4)::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.9 12.3a6.1 6.1 0 0 1 12.2 0'/%3E%3Crect x='4.45' y='11.2' width='2.9' height='5.45' rx='1.2'/%3E%3Crect x='16.65' y='11.2' width='2.9' height='5.45' rx='1.2'/%3E%3Cpath d='M7.35 16.65v.3c0 1.75 1.42 3.15 3.15 3.15h2.15'/%3E%3Cpath d='M12.8 20.1h1.45'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.9 12.3a6.1 6.1 0 0 1 12.2 0'/%3E%3Crect x='4.45' y='11.2' width='2.9' height='5.45' rx='1.2'/%3E%3Crect x='16.65' y='11.2' width='2.9' height='5.45' rx='1.2'/%3E%3Cpath d='M7.35 16.65v.3c0 1.75 1.42 3.15 3.15 3.15h2.15'/%3E%3Cpath d='M12.8 20.1h1.45'/%3E%3C/svg%3E") !important;
}

/* 手机端优化 */
@media (max-width: 639.98px) {
  .template-product .product-info-body {
    --orvanto-sales-icon-size: 24px !important;
    --orvanto-sales-font-size: 16px !important;
    --orvanto-sales-row-gap: 8px !important;
    --orvanto-sales-icon-gap: 10px !important;
  }

  .template-product .product-info__sales_points-item {
    line-height: 1.45 !important;
  }
}

/* =========================================================
   ORVANTO Product Guarantee COD Highlight - Mobile Final Fix
   修复手机端 COD 与右侧标题重叠问题
   ========================================================= */

@media (max-width: 639.98px) {
  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin-top: 18px !important;
    padding: 15px 14px !important;
    background: linear-gradient(135deg, #0a2742 0%, #051a2f 100%) !important;
  }

  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance-rating {
    display: block !important;
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    font-size: 34px !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance > div:last-child {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance strong {
    display: block !important;
    max-width: 100% !important;
    margin: 0 0 5px !important;
    font-size: 15px !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance p {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
    color: rgba(247, 239, 223, 0.82) !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}

/* =========================================================
   ORVANTO COD Card Title - Keep One Line
   修复手机端 COD 卡片小标题变成两行
   ========================================================= */

@media (max-width: 639.98px) {
  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance strong {
    font-size: 14px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    margin-bottom: 5px !important;
  }

  .template-product .orvanto-product-guarantee[data-orvanto-section="product-guarantee"] 
  .orvanto-product-guarantee__assurance p {
    font-size: 12.8px !important;
    line-height: 1.36 !important;
  }
}

/* =========================================================
   ORVANTO Desktop Hero Image Position Fine Tune
   电脑端首页 Hero 主图：鞋底下移一点
   ========================================================= */

@media (min-width: 960px) {
  .template-index .orvanto-hero {
    background:
      var(--orvanto-hero-bg) center 80% / cover no-repeat,
      #f5eee4 !important;
  }
}