/** Shopify CDN: Minification failed

Line 4581:0 Unexpected "}"

**/
:root {
  --orkide-cream: #faf6f1;
  --orkide-ivory: #fffdf9;
  --orkide-rose: #c97978;
  --orkide-dusty: #d9a09a;
  --orkide-text: #3a2626;
  --orkide-muted: #7b5e5a;
  --orkide-border: #e8d8d2;
  --orkide-shadow: rgba(58, 38, 38, 0.09);
  --orkide-heading-font: 'Didot', 'Bodoni MT', 'Times New Roman', serif;
  --orkide-body-font: 'Avenir Next', 'Segoe UI', 'Helvetica Neue', sans-serif;
  --orkide-home-bg: #f8f2ef;
  --orkide-home-surface: #fffaf8;
  --orkide-home-text: #332527;
  --orkide-home-muted: #7d6868;
  --orkide-home-accent: #c9818c;
  --orkide-home-border: rgba(80, 50, 50, 0.12);
  --orkide-home-shadow: 0 2rem 5rem rgba(58, 38, 38, 0.08);
  --orkide-home-radius: 2rem;

  /* ── Unified layout system ─────────────────────────────────────── */
  --site-max:      132rem;   /* 1320px — single source of truth */
  --site-gutter:   4rem;     /* desktop side padding  (40px)   */
  --site-gutter-md:2.4rem;   /* tablet  side padding  (24px)   */
  --site-gutter-sm:1.6rem;   /* mobile  side padding  (16px)   */
  --section-gap:   7rem;     /* desktop section padding (70px) */
  --section-gap-md:5rem;     /* tablet  section padding (50px) */
  --section-gap-sm:3.6rem;   /* mobile  section padding (36px) */
  --grid-gap:      3rem;     /* desktop card grid gap  (30px)  */
  --grid-gap-md:   2rem;     /* tablet  card grid gap  (20px)  */
  --grid-gap-sm:   1.4rem;   /* mobile  card grid gap  (14px)  */

  /* Legacy aliases — keep old code working */
  --orkide-home-max: var(--site-max);
  --orkide-home-gutter: var(--site-gutter);
  --orkide-home-section-space: var(--section-gap);
}

html,
body {
  overflow-x: clip;
}

body {
  background: var(--orkide-cream);
  color: var(--orkide-text);
  font-family: var(--orkide-body-font);
}

body,
.gradient {
  background: var(--orkide-cream);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hxl,
.hxxl,
.banner__heading,
.title,
.product__title h1 {
  color: var(--orkide-text);
  font-family: var(--orkide-heading-font);
  font-weight: 500;
  letter-spacing: 0.01em;
}

p,
.rte,
.caption,
.caption-large,
.link,
.button,
input,
textarea,
select,
label,
span {
  font-family: var(--orkide-body-font);
}

p,
.rte,
.caption,
.caption-large,
.field__label,
.field__input,
.select__select,
.card-information,
.price,
.menu-drawer__menu-item,
.list-menu__item {
  color: var(--orkide-muted);
}

a,
.link,
.full-unstyled-link {
  color: var(--orkide-text);
}

a:hover,
.link:hover {
  color: var(--orkide-rose);
}

.section-header {
  margin-bottom: 0 !important;
}

.announcement-bar-section .utility-bar {
  background: linear-gradient(90deg, #cf8583, #c97978);
  color: #fff;
}

.announcement-bar-section .announcement-bar__message,
.announcement-bar-section .announcement-bar__message span,
.announcement-bar-section .announcement-bar__link,
.announcement-bar-section .announcement-bar__announcement,
.announcement-bar-section .announcement-bar__announcement p,
.announcement-bar-section .localization-form,
.announcement-bar-section .localization-form button,
.announcement-bar-section .localization-form .button-localization {
  color: #fff;
}

.announcement-bar-section .utility-bar__grid {
  min-height: 4rem;
}

.announcement-bar--triple {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

.announcement-bar--triple .announcement-bar__announcement {
  text-align: center;
}

.announcement-bar--triple .announcement-bar__message {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-wrapper {
  background: var(--orkide-ivory);
  border-bottom: 1px solid var(--orkide-border);
}

.header {
  max-width: 140rem;
}

.header__heading-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.orkide-logo-image-wrapper {
  display: inline-block;
  line-height: 0;
}

.orkide-logo-image {
  display: block;
  width: auto;
  height: clamp(5.2rem, 6vw, 8.2rem);
}

.orkide-logo-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.orkide-logo-title {
  margin: 0;
  font-size: clamp(4rem, 2.8vw, 5.4rem);
  font-family: var(--orkide-heading-font);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--orkide-text);
}

.orkide-logo-subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: var(--orkide-muted);
}

.header__inline-menu .list-menu--inline {
  gap: 2.6rem;
}

.header__inline-menu .list-menu__item--link {
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--orkide-text);
}

.header__inline-menu .list-menu__item--link:hover {
  color: var(--orkide-rose);
}

.header__icon,
.header__icon .svg-wrapper,
.cart-count-bubble {
  color: var(--orkide-text);
}

.header__icon:hover {
  color: var(--orkide-rose);
}

.header__icon .icon,
.header__icon svg {
  transform: scale(1.03);
}

.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation,
.menu-drawer__menu-item,
.menu-drawer__utility-links {
  background: var(--orkide-ivory);
  color: var(--orkide-text);
}

.menu-drawer__menu-item {
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.content-container,
.card,
.collection,
.multicolumn-card,
.product,
.article-card,
.collapsible-content,
.accordion,
.predictive-search,
.cart-drawer,
.cart-notification,
.template-search {
  border-color: var(--orkide-border);
}

.button,
.shopify-payment-button__button--unbranded,
.shopify-challenge__button,
.customer button,
.newsletter-form__button,
button.button {
  border-radius: 0.8rem;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.button--primary,
button.button--primary,
.button:not(.button--secondary):not(.button--tertiary),
.shopify-payment-button__button--unbranded {
  background: var(--orkide-rose);
  color: #fff;
}

.button--primary:hover,
button.button--primary:hover,
.button:not(.button--secondary):not(.button--tertiary):hover,
.shopify-payment-button__button--unbranded:hover {
  background: var(--orkide-text);
  color: #fff;
}

.button--secondary,
button.button--secondary,
.shopify-payment-button__button--branded {
  background: transparent;
  border-color: var(--orkide-border);
  color: var(--orkide-text);
}

.button--secondary:hover,
button.button--secondary:hover {
  border-color: var(--orkide-rose);
  color: var(--orkide-rose);
}

.field__input,
.customer .field input,
.select__select,
textarea,
input[type='text'],
input[type='email'],
input[type='search'],
input[type='number'] {
  background: var(--orkide-ivory);
  border: 1px solid var(--orkide-border);
  border-radius: 0.8rem;
  color: var(--orkide-text);
}

.field__input:focus,
.customer .field input:focus,
.select__select:focus,
textarea:focus,
input:focus-visible {
  border-color: var(--orkide-rose);
  box-shadow: 0 0 0 0.2rem rgba(201, 121, 120, 0.18);
}

.slideshow,
.banner {
  border-radius: 0;
  overflow: hidden;
}

.slideshow .banner__media::after,
.banner::after {
  background: linear-gradient(90deg, rgba(37, 24, 22, 0.36), rgba(37, 24, 22, 0.02));
}

.slideshow .banner__box,
.banner .banner__box {
  max-width: 58rem;
  background: rgba(250, 246, 241, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 1.2rem;
  box-shadow: 0 2rem 4rem rgba(58, 38, 38, 0.15);
  backdrop-filter: blur(3px);
}

.slideshow .banner__heading,
.banner .banner__heading {
  font-size: clamp(3.6rem, 4.4vw, 7rem);
  line-height: 1.02;
}

.slideshow .banner__text,
.banner .banner__text {
  font-size: 1.9rem;
  color: var(--orkide-text);
}

.collection-list-wrapper,
.collection,
.multicolumn .page-width,
.rich-text,
.newsletter,
.product-grid-container,
.collection-hero,
.cart-items,
.cart-footer,
.product {
  max-width: 136rem;
}

.collection-list .collection-card-wrapper .card {
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--orkide-border);
  box-shadow: 0 1rem 2.6rem var(--orkide-shadow);
}

.collection-list .collection-card-wrapper .card .media img {
  transition: transform 0.7s ease;
}

.collection-list .collection-card-wrapper .card:hover .media img {
  transform: scale(1.06);
}

.collection-list .collection-card-wrapper .card > .card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(24, 16, 16, 0.04), rgba(24, 16, 16, 0.72));
}

.collection-list .collection-card-wrapper .card > .card__content .card__information {
  padding: 0;
}

.collection-list .collection-card-wrapper .card > .card__content .card__heading,
.collection-list .collection-card-wrapper .card > .card__content .card__heading a {
  color: #fff;
  font-size: clamp(2rem, 1.6vw, 3.2rem);
}

.collection-list .collection-card-wrapper .card > .card__content .card__heading a::after {
  content: 'Shop now';
  display: block;
  margin-top: 0.6rem;
  font-family: var(--orkide-body-font);
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.95;
}

.collection-list .collection-card-wrapper .card .icon-wrap {
  display: none;
}

.collection .title,
.collection-list-title,
.multicolumn__title .title,
.rich-text__heading,
.template-search h1,
.main-page-title,
.cart__heading,
.main-collection-title,
.collection-hero__title,
.footer-block__heading {
  text-transform: uppercase;
  font-family: var(--orkide-body-font);
  font-size: clamp(2.2rem, 1.7vw, 3.1rem);
  letter-spacing: 0.11em;
  font-weight: 600;
}

.product-card-wrapper .card {
  border: 1px solid var(--orkide-border);
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--orkide-ivory);
  box-shadow: 0 0.9rem 2.4rem var(--orkide-shadow);
}

.product-card-wrapper .card__inner .media {
  background: #f5efea;
}

.product-card-wrapper .card__information {
  padding: 1.4rem 1.6rem 1.6rem;
}

.product-card-wrapper .card__heading,
.product-card-wrapper .card__heading a {
  font-size: 1.85rem;
  line-height: 1.25;
  color: var(--orkide-text);
}

.product-card-wrapper .price,
.product-card-wrapper .price-item {
  color: var(--orkide-rose);
  font-weight: 700;
}

.product-card-wrapper .price-item--regular,
.product-card-wrapper .price__compare {
  color: var(--orkide-muted);
}

.product-card-wrapper .card__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 4;
}

.product-card-wrapper .badge {
  border: 0;
  border-radius: 999px;
  background: var(--orkide-rose);
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.orkide-card-heart {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid var(--orkide-border);
  background: rgba(255, 255, 255, 0.84);
  color: var(--orkide-text);
}

.orkide-card-heart:hover {
  color: var(--orkide-rose);
  border-color: var(--orkide-rose);
}

.orkide-color-swatches {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.orkide-color-swatch {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid rgba(58, 38, 38, 0.2);
  background: var(--swatch-color, #d2b8b4);
}

.multicolumn.background-none .multicolumn-list {
  gap: 1.2rem;
}

.orkide-benefits .page-width {
  max-width: 136rem;
}

.orkide-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--orkide-border);
  border-radius: 1rem;
  overflow: hidden;
  background: var(--orkide-ivory);
  box-shadow: 0 0.8rem 2.2rem var(--orkide-shadow);
}

.orkide-benefits__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2rem 2.4rem;
}

.orkide-benefits__item + .orkide-benefits__item {
  border-left: 1px solid var(--orkide-border);
}

.orkide-benefits__icon {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--orkide-text);
  flex: 0 0 auto;
}

.orkide-benefits__icon .icon {
  width: 100%;
  height: 100%;
}

.orkide-benefits__title {
  margin: 0 0 0.25rem;
  color: var(--orkide-text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.42rem;
  font-weight: 700;
  font-family: var(--orkide-body-font);
}

.orkide-benefits__text {
  margin: 0;
  color: var(--orkide-muted);
  font-size: 1.32rem;
}

.orkide-instagram .page-width,
.orkide-reviews .page-width {
  max-width: 136rem;
}

.orkide-instagram__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.orkide-instagram__title,
.orkide-reviews__title {
  margin: 0;
  color: var(--orkide-text);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: clamp(2.2rem, 1.7vw, 3.1rem);
  font-weight: 600;
  font-family: var(--orkide-body-font);
}

.orkide-instagram__handle {
  margin: 0;
  color: var(--orkide-muted);
  font-size: 1.35rem;
}

.orkide-instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.orkide-instagram__tile {
  display: block;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid var(--orkide-border);
  background: #f2e9e4;
  aspect-ratio: 1 / 1;
}

.orkide-instagram__tile img,
.orkide-instagram__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orkide-instagram__tile:hover img {
  transform: scale(1.04);
  transition: transform 0.45s ease;
}

.orkide-reviews__grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.orkide-review-card {
  padding: 2rem 2.4rem;
  border-radius: 0.9rem;
  border: 1px solid var(--orkide-border);
  background: var(--orkide-ivory);
  box-shadow: 0 0.8rem 2.2rem var(--orkide-shadow);
  text-align: center;
}

.orkide-review-card__stars {
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}

.orkide-review-card__star {
  color: #d7c1bb;
}

.orkide-review-card__star.is-filled {
  color: var(--orkide-rose);
}

.orkide-review-card__quote {
  margin: 0 0 1rem;
  color: var(--orkide-text);
}

.orkide-review-card__author {
  margin: 0;
  color: var(--orkide-muted);
  font-weight: 600;
}

.multicolumn-card,
.rich-text,
.newsletter__wrapper,
.footer,
.predictive-search,
.search-modal__content,
.cart-drawer,
.cart-notification,
.product__info-container,
.product__media-wrapper,
.cart__warnings,
.cart__footer,
.template-search__search {
  border-radius: 0.9rem;
}

.multicolumn-card,
.rich-text,
.newsletter__wrapper,
.footer,
.predictive-search,
.search-modal__content,
.cart-drawer,
.cart-notification,
.product__info-container,
.product__media-wrapper,
.cart__warnings,
.cart__footer,
.template-search__search,
.collection-hero,
.facet-filters,
.facet-filters-form,
.facets-container {
  background: var(--orkide-ivory);
  border: 1px solid var(--orkide-border);
  box-shadow: 0 0.8rem 2.2rem var(--orkide-shadow);
}

.predictive-search,
.predictive-search__results-groups-wrapper,
.predictive-search__results-list,
.predictive-search__item {
  background: var(--orkide-ivory);
}

.predictive-search__item {
  border-radius: 0.6rem;
}

.predictive-search__item:hover {
  background: rgba(217, 160, 154, 0.14);
}

.predictive-search__heading,
.predictive-search__item-heading,
.predictive-search .price {
  color: var(--orkide-text);
}

.facets__heading,
.facet-filters__label,
.facets__summary,
.facet-checkbox,
.active-facets__button {
  color: var(--orkide-text);
}

.active-facets__button,
.active-facets__button--light,
.facet-checkbox {
  border-color: var(--orkide-border);
}

.product__title h1,
.product__title .h1,
.product__info-container .product__text,
.product__description,
.product__tax,
.product-form__input .form__label,
.product-form__input legend {
  color: var(--orkide-text);
}

.product .price,
.product .price-item,
.product .price__sale {
  color: var(--orkide-rose);
}

.product-form__input input[type='radio'] + label {
  border-radius: 999px;
  border-color: var(--orkide-border);
  color: var(--orkide-text);
  background: var(--orkide-ivory);
}

.product-form__input input[type='radio']:checked + label {
  border-color: var(--orkide-rose);
  background: rgba(201, 121, 120, 0.13);
  color: var(--orkide-text);
}

.shopify-payment-button__button,
.product-form__submit,
.cart__checkout-button,
button[name='checkout'] {
  border-radius: 0.8rem;
}

.product-form__submit {
  background: var(--orkide-rose);
  color: #fff;
}

.product-form__submit:hover {
  background: var(--orkide-text);
}

.shopify-payment-button__button {
  background: var(--orkide-text) !important;
  color: #fff !important;
}

.shopify-payment-button__button:hover {
  background: #281919 !important;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button[disabled] {
  border-radius: 0.8rem;
}

.cart-drawer .drawer__inner,
.cart-notification,
.cart-items,
.cart-footer,
.cart-item,
.cart-item__media,
.cart-item__details {
  background: var(--orkide-ivory);
}

.cart-item,
.cart-drawer .drawer__inner,
.cart-notification,
.cart-footer {
  border-color: var(--orkide-border);
}

.footer {
  margin-top: 6rem;
  background: var(--orkide-ivory);
  border-top: 1px solid var(--orkide-border);
}

.footer .footer__content-bottom {
  border-top-color: var(--orkide-border);
}

.footer .link,
.footer p,
.footer li,
.footer .list-menu__item,
.footer .copyright__content,
.footer__list-social a,
.footer-block__details-content {
  color: var(--orkide-muted);
}

.footer .link:hover,
.footer__list-social a:hover {
  color: var(--orkide-rose);
}

.footer-block__brand-info .footer-block__heading,
.footer-block__heading,
.footer .newsletter-form__field-wrapper {
  color: var(--orkide-text);
}

.orkide-footer-logo {
  max-width: min(100%, 24rem);
}

.orkide-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.section-footer-padding,
.footer__content-top,
.footer__content-bottom-wrapper,
.footer-block--newsletter {
  max-width: 136rem;
}

.newsletter,
.newsletter__wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.newsletter-form__field-wrapper .field {
  background: var(--orkide-ivory);
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .template-collection .product-grid.grid--4-col-desktop,
  .template-search .product-grid.grid--4-col-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 989px) {
  .header {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header__heading {
    margin-left: auto;
    margin-right: auto;
  }

  .orkide-logo-title {
    font-size: clamp(3rem, 8vw, 4.3rem);
  }

  .orkide-logo-subtitle {
    font-size: 0.95rem;
    letter-spacing: 0.38em;
  }

  .orkide-logo-image {
    height: clamp(4.2rem, 12vw, 6.2rem);
  }

  .announcement-bar--triple {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 0.8rem 0;
  }

  .announcement-bar--triple .announcement-bar__message {
    font-size: 1.05rem;
  }

  .slideshow .banner__box,
  .banner .banner__box {
    max-width: 92%;
    margin: 0 auto;
    padding: 2.2rem 2rem;
  }

  .slideshow .banner__heading,
  .banner .banner__heading {
    font-size: clamp(3rem, 10vw, 4.4rem);
  }

  .collection-list .collection-card-wrapper .card > .card__content {
    padding: 1.4rem;
  }

  .collection-list .collection-card-wrapper .card > .card__content .card__heading,
  .collection-list .collection-card-wrapper .card > .card__content .card__heading a {
    font-size: 1.9rem;
  }

  .orkide-benefits__grid {
    grid-template-columns: 1fr;
  }

  .orkide-benefits__item + .orkide-benefits__item {
    border-left: 0;
    border-top: 1px solid var(--orkide-border);
  }

  .orkide-instagram__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .orkide-reviews__grid {
    grid-template-columns: 1fr;
  }

  .product-card-wrapper .card__information {
    padding: 1.2rem;
  }

  .product-card-wrapper .card__heading,
  .product-card-wrapper .card__heading a {
    font-size: 1.6rem;
  }

  .footer {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 749px) {
  .product-grid,
  .collection-list,
  .multicolumn-list {
    column-gap: 1rem;
    row-gap: 1.2rem;
  }

  .banner__text,
  .slideshow .banner__text {
    font-size: 1.6rem;
  }

  .footer-block__heading {
    font-size: 1.45rem;
  }
}

/* Home Layout Refresh */
body.template-index #MainContent {
  background: linear-gradient(180deg, var(--orkide-home-bg) 0%, var(--orkide-home-surface) 100%);
}

.orkide-home-shell,
body.template-index #MainContent .collection-list-wrapper,
body.template-index #MainContent .orkide-benefits .page-width,
body.template-index #MainContent .orkide-instagram .page-width,
body.template-index #MainContent .orkide-reviews .page-width {
  width: min(100%, calc(var(--orkide-home-max) + (var(--orkide-home-gutter) * 2)));
  margin: 0 auto;
  padding-left: var(--orkide-home-gutter);
  padding-right: var(--orkide-home-gutter);
}

body.template-index #MainContent .collection {
  width: min(100%, var(--orkide-home-max));
  margin: 0 auto;
}

body.template-index #MainContent .collection__title.page-width,
body.template-index #MainContent .collection slider-component.page-width,
body.template-index #MainContent .collection slider-component.page-width-desktop,
body.template-index #MainContent .collection .collection__view-all,
body.template-index #MainContent .banner__content.page-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.orkide-hero-section {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

@keyframes orkideHeroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(2.4rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes orkideHeroImageZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.03);
  }
}

/* Full-bleed hero: image is background, content overlays on top */
.orkide-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(56rem, 80vh, 82rem);
  overflow: hidden;
}

/* Shell positions content within max-width container */
.orkide-hero__shell {
  position: relative;
  z-index: 3;
  width: min(100%, calc(144rem + (clamp(2rem, 4vw, 4rem) * 2)));
  padding-left: clamp(2rem, 4vw, 4rem);
  padding-right: clamp(2rem, 4vw, 4rem);
  padding-top: clamp(5rem, 8vh, 8rem);
  padding-bottom: clamp(5rem, 8vh, 8rem);
}

.orkide-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 52rem;
}

.orkide-hero__content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.7rem;
}

.orkide-hero__logo-link,
.orkide-hero__eyebrow,
.orkide-hero__title,
.orkide-hero__subtitle,
.orkide-hero__actions,
.orkide-hero-benefits {
  opacity: 0;
  animation: orkideHeroFadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.orkide-hero__logo-link {
  display: inline-flex;
  width: fit-content;
  animation-delay: 0.08s;
  margin-bottom: 0.4rem;
}

.orkide-hero__logo-image {
  display: block;
  width: clamp(10rem, 10vw, 13rem);
  height: auto;
}

.orkide-hero__eyebrow {
  margin: 0;
  color: #c97978;
  font-family: 'Snell Roundhand', 'Segoe Script', 'Apple Chancery', cursive;
  font-size: clamp(2.3rem, 2.3vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: none;
  animation-delay: 0.16s;
}

.orkide-hero__title {
  margin: 0;
  color: #3a2626;
  font-family: 'Playfair Display', 'Cormorant Garamond', 'Bodoni MT', 'Times New Roman', serif;
  font-size: clamp(5rem, 5.5vw, 7.4rem);
  line-height: 0.94;
  letter-spacing: 0.01em;
  animation-delay: 0.24s;
}

.orkide-hero__subtitle {
  margin: 0;
  color: #7b5e5a;
  max-width: 37rem;
  font-size: clamp(1.75rem, 1.5vw, 2rem);
  line-height: 1.72;
  animation-delay: 0.32s;
}

.orkide-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.8rem;
  animation-delay: 0.4s;
}

.orkide-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5.4rem;
  padding: 1.2rem 3rem;
  border-radius: 0.6rem;
  background: #c97978;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 1.2rem 2.8rem rgba(201, 121, 120, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.orkide-hero__button:hover {
  color: #fff;
  background: #b66d6c;
  transform: translateY(-0.2rem);
  box-shadow: 0 1.8rem 3.4rem rgba(201, 121, 120, 0.24);
}

.orkide-hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  width: 100%;
  margin-top: 1.5rem;
  animation-delay: 0.48s;
}

.orkide-hero-benefit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 0;
  padding: 1.6rem 1rem 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  animation: orkideHeroFadeInUp 0.78s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.48s;
}

.orkide-hero-benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 1.6rem;
  height: 0.1rem;
  background: rgba(80, 50, 50, 0.14);
}

.orkide-hero-benefit:nth-child(2) {
  animation-delay: 0.56s;
}

.orkide-hero-benefit:nth-child(3) {
  animation-delay: 0.64s;
}

.orkide-hero-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #c97978;
}

.orkide-hero-benefit__icon svg {
  width: 100%;
  height: 100%;
}

.orkide-hero-benefit__text {
  margin: 0;
  color: #3a2626;
  max-width: 11rem;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
}

/* Full-bleed background image */
.orkide-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #efe2de;
  opacity: 0;
  animation: orkideHeroFadeInUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
}

.orkide-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  filter: saturate(1.03) contrast(1.01);
  animation: orkideHeroImageZoom 14s ease-out 0.35s forwards;
}

.orkide-hero__bg--reference img {
  object-position: center center;
  filter: saturate(1.02) contrast(1.01) brightness(1.01);
}

/* Left-to-right gradient overlay so dark text stays readable on the photo */
.orkide-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to right,
      rgba(255, 250, 248, 0.88) 0%,
      rgba(255, 250, 248, 0.72) 30%,
      rgba(255, 250, 248, 0.30) 58%,
      rgba(255, 250, 248, 0.00) 80%
    );
  pointer-events: none;
}

.orkide-hero__placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 28%, rgba(255, 243, 235, 0.8), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(194, 129, 128, 0.22), transparent 24%),
    linear-gradient(135deg, #f3ddd5 0%, #dfb9aa 52%, #c98d7d 100%);
}

body.template-index #MainContent .title-wrapper-with-link,
body.template-index #MainContent .collection__title.title-wrapper,
body.template-index #MainContent .orkide-instagram__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: clamp(1.8rem, 2.4vw, 2.8rem);
}

body.template-index #MainContent .title-wrapper-with-link > .link,
body.template-index #MainContent .collection__view-all .link,
body.template-index #MainContent .collection-list-view-all .button {
  color: var(--orkide-home-accent);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

body.template-index #MainContent .collection-list-view-all .button {
  min-height: 4.8rem;
  padding: 1.2rem 2.4rem;
  border-radius: 999px;
  background: var(--orkide-home-accent);
  color: #fff;
}

body.template-index #MainContent .section-collection-list .collection-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 2vw, 2.2rem);
}

body.template-index #MainContent .section-collection-list .collection-list__item,
body.template-index #MainContent .collection .grid__item {
  width: auto;
  max-width: none;
}

body.template-index #MainContent .collection-card-wrapper,
body.template-index #MainContent .collection-card-wrapper .card,
body.template-index #MainContent .collection-card-wrapper .card__inner,
body.template-index #MainContent .product-card-wrapper,
body.template-index #MainContent .product-card-wrapper .card {
  height: 100%;
}

body.template-index #MainContent .collection-card-wrapper .card {
  border-radius: 1.8rem;
  border-color: var(--orkide-home-border);
  background: var(--orkide-home-surface);
  box-shadow: 0 1.8rem 4rem rgba(58, 38, 38, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body.template-index #MainContent .collection-card-wrapper .card:hover,
body.template-index #MainContent .product-card-wrapper .card:hover,
body.template-index #MainContent .orkide-instagram__tile:hover,
body.template-index #MainContent .orkide-review-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 2.4rem 4.6rem rgba(58, 38, 38, 0.12);
}

body.template-index #MainContent .collection-card-wrapper .card__inner {
  aspect-ratio: 4 / 5;
}

body.template-index #MainContent .collection-card-wrapper .card__inner.ratio::before {
  content: none;
}

body.template-index #MainContent .collection-card-wrapper .card__inner > .card__content {
  display: none;
}

body.template-index #MainContent .collection-card-wrapper .card__media,
body.template-index #MainContent .collection-card-wrapper .card .media {
  inset: 0;
}

body.template-index #MainContent .collection-card-wrapper .card img,
body.template-index #MainContent .collection-card-wrapper .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.template-index #MainContent .collection-card-wrapper .placeholder-svg {
  padding: 3rem;
  background: linear-gradient(180deg, #f3e6e1 0%, #ead8d3 100%);
  color: rgba(51, 37, 39, 0.18);
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content {
  padding: 2.2rem 2rem 1.8rem;
  background: linear-gradient(180deg, rgba(37, 24, 24, 0.02), rgba(37, 24, 24, 0.78));
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content .card__heading,
body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content .card__heading a {
  font-size: clamp(1.9rem, 1.7vw, 2.5rem);
  line-height: 1.1;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content .card__heading a::after {
  margin-top: 0.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.template-index #MainContent .collection .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 2vw, 2.4rem);
}

body.template-index #MainContent .product-card-wrapper .card {
  border-color: var(--orkide-home-border);
  border-radius: 1.8rem;
  background: var(--orkide-home-surface);
  box-shadow: 0 1.6rem 3.8rem rgba(58, 38, 38, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body.template-index #MainContent .product-card-wrapper .card__inner {
  border-bottom: 0;
}

body.template-index #MainContent .product-card-wrapper .card__media {
  margin: 0;
  width: 100%;
}

body.template-index #MainContent .product-card-wrapper .card__inner.ratio::before {
  content: none;
}

body.template-index #MainContent .product-card-wrapper .card__inner .media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #f2e7e2;
}

body.template-index #MainContent .product-card-wrapper .card__inner .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child {
  display: flex;
  flex: 1;
  margin-top: 0;
  padding: 0;
}

body.template-index #MainContent .product-card-wrapper .card__inner .card__information {
  display: none;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child .card__information,
body.template-index #MainContent .product-card-wrapper .card__content:last-child .card-information {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child .card__information {
  gap: 1rem;
  padding: 1.8rem 1.8rem 2rem;
}

body.template-index #MainContent .product-card-wrapper .card__heading,
body.template-index #MainContent .product-card-wrapper .card__heading a {
  color: var(--orkide-home-text);
  font-size: clamp(1.55rem, 1.4vw, 1.9rem);
  line-height: 1.35;
}

body.template-index #MainContent .product-card-wrapper .price {
  margin-top: auto;
}

body.template-index #MainContent .product-card-wrapper .price,
body.template-index #MainContent .product-card-wrapper .price-item {
  color: var(--orkide-home-accent);
}

body.template-index #MainContent .product-card-wrapper .price-item--regular,
body.template-index #MainContent .product-card-wrapper .price__compare,
body.template-index #MainContent .product-card-wrapper .caption-large {
  color: var(--orkide-home-muted);
}

body.template-index #MainContent .orkide-card-heart {
  top: 1.2rem;
  right: 1.2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 250, 248, 0.92);
  box-shadow: 0 1rem 2rem rgba(58, 38, 38, 0.1);
}

body.template-index #MainContent .orkide-benefits__grid {
  border-color: var(--orkide-home-border);
  border-radius: var(--orkide-home-radius);
  background: var(--orkide-home-surface);
  box-shadow: var(--orkide-home-shadow);
}

body.template-index #MainContent .orkide-benefits__item {
  flex-direction: column;
  justify-content: center;
  min-height: 16rem;
  padding: 2.6rem 2.4rem;
  text-align: center;
}

body.template-index #MainContent .orkide-benefits__content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

body.template-index #MainContent .orkide-benefits__icon {
  width: 3rem;
  height: 3rem;
  color: var(--orkide-home-accent);
}

body.template-index #MainContent .orkide-benefits__title {
  margin: 0;
  color: var(--orkide-home-text);
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}

body.template-index #MainContent .orkide-benefits__text {
  color: var(--orkide-home-muted);
  font-size: 1.45rem;
  line-height: 1.65;
}

body.template-index #MainContent .banner {
  width: calc(100% - (var(--orkide-home-gutter) * 2));
  max-width: var(--orkide-home-max);
  margin: 0 auto;
  border: 0.1rem solid var(--orkide-home-border);
  border-radius: calc(var(--orkide-home-radius) + 0.2rem);
  overflow: hidden;
  background: #f1e3e0;
  box-shadow: var(--orkide-home-shadow);
}

body.template-index #MainContent .banner .banner__media {
  background: linear-gradient(135deg, #f3e5e1 0%, #e9d3cd 100%);
}

body.template-index #MainContent .banner .banner__media img,
body.template-index #MainContent .banner .placeholder-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.template-index #MainContent .banner .placeholder-svg {
  color: rgba(51, 37, 39, 0.18);
}

body.template-index #MainContent .banner .banner__box {
  max-width: 46rem;
  padding: clamp(2.4rem, 3vw, 3.6rem);
  background: rgba(255, 250, 248, 0.84);
  border: 0.1rem solid rgba(255, 255, 255, 0.55);
  border-radius: 1.8rem;
  box-shadow: 0 2rem 4rem rgba(58, 38, 38, 0.14);
}

body.template-index #MainContent .banner .banner__text {
  color: var(--orkide-home-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.template-index #MainContent .banner .button {
  min-height: 5.2rem;
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  background: var(--orkide-home-accent);
}

body.template-index #MainContent .orkide-instagram__title,
body.template-index #MainContent .orkide-reviews__title {
  color: var(--orkide-home-text);
}

body.template-index #MainContent .orkide-instagram__handle {
  color: var(--orkide-home-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.template-index #MainContent .orkide-instagram__grid {
  gap: clamp(1.2rem, 1.6vw, 1.8rem);
}

body.template-index #MainContent .orkide-instagram__tile,
body.template-index #MainContent .orkide-review-card {
  border-color: var(--orkide-home-border);
  border-radius: 1.8rem;
  background: var(--orkide-home-surface);
  box-shadow: var(--orkide-home-shadow);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

body.template-index #MainContent .orkide-instagram__tile {
  background: #f2e4df;
}

body.template-index #MainContent .orkide-instagram__placeholder {
  padding: 2.8rem;
  color: rgba(51, 37, 39, 0.18);
}

body.template-index #MainContent .orkide-reviews__grid {
  gap: clamp(1.4rem, 2vw, 2.4rem);
}

body.template-index #MainContent .orkide-review-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2.6rem;
  text-align: left;
}

body.template-index #MainContent .orkide-review-card__stars {
  margin-bottom: 0.4rem;
}

body.template-index #MainContent .orkide-review-card__quote {
  flex: 1;
  color: var(--orkide-home-text);
  font-size: 1.55rem;
  line-height: 1.8;
}

body.template-index #MainContent .orkide-review-card__author {
  margin-top: auto;
  color: var(--orkide-home-muted);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .orkide-hero {
    min-height: clamp(52rem, 72vh, 70rem);
  }

  .orkide-hero__content {
    max-width: 46rem;
  }

  .orkide-hero__content-inner {
    gap: 1.5rem;
  }

  .orkide-hero__title {
    font-size: clamp(4.7rem, 5vw, 5.8rem);
  }

  .orkide-hero__subtitle {
    font-size: 1.66rem;
  }

  .orkide-hero-benefit {
    padding-right: 0.6rem;
  }

  .orkide-hero-benefit__text {
    font-size: 1rem;
    max-width: 10rem;
  }

  body.template-index #MainContent .section-collection-list .collection-list,
  body.template-index #MainContent .collection .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.template-index #MainContent .orkide-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 989px) {
  .orkide-hero {
    min-height: clamp(48rem, 68vh, 62rem);
  }

  .orkide-hero__content {
    max-width: 36rem;
  }

  .orkide-hero__content-inner {
    max-width: 34rem;
  }

  .orkide-hero__title {
    font-size: clamp(4rem, 5.1vw, 4.8rem);
  }

  .orkide-hero__subtitle {
    font-size: 1.58rem;
  }

  .orkide-hero-benefits {
    gap: 1rem;
  }

  .orkide-hero-benefit {
    padding-right: 0.4rem;
  }

  .orkide-hero-benefit__text {
    font-size: 0.94rem;
    letter-spacing: 0.1em;
    max-width: 9rem;
  }

  body.template-index #MainContent .section-collection-list .collection-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.template-index #MainContent .collection .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-index #MainContent .orkide-instagram__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  body.template-index #MainContent .title-wrapper-with-link,
  body.template-index #MainContent .collection__title.title-wrapper,
  body.template-index #MainContent .orkide-instagram__header {
    align-items: flex-start;
    flex-direction: column;
  }

  /* On mobile: taller hero, full overlay so text stays legible on any image */
  .orkide-hero {
    min-height: clamp(52rem, 90vw, 66rem);
    align-items: flex-end;
  }

  .orkide-hero__overlay {
    background: linear-gradient(
      to top,
      rgba(255, 250, 248, 0.92) 0%,
      rgba(255, 250, 248, 0.72) 40%,
      rgba(255, 250, 248, 0.30) 70%,
      rgba(255, 250, 248, 0.00) 100%
    );
  }

  .orkide-hero__shell {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }

  .orkide-hero__content {
    max-width: none;
  }

  .orkide-hero__content-inner {
    align-items: flex-start;
    gap: 1.4rem;
  }

  .orkide-hero__logo-link {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .orkide-hero__eyebrow {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .orkide-hero__title {
    font-size: clamp(3.9rem, 10vw, 5.2rem);
  }

  .orkide-hero__subtitle {
    max-width: 34rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  .orkide-hero__actions,
  .orkide-hero__button {
    width: auto;
  }

  .orkide-hero__actions {
    justify-content: flex-start;
  }

  .orkide-hero-benefits {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.2rem;
  }

  .orkide-hero-benefit {
    align-items: flex-start;
    min-height: 0;
    padding: 1.6rem;
    background: rgba(255, 253, 249, 0.78);
    border: 0.1rem solid rgba(80, 50, 50, 0.1);
    border-radius: 1.4rem;
    box-shadow: 0 1rem 2.2rem rgba(58, 38, 38, 0.05);
    text-align: left;
  }

  .orkide-hero-benefit::before {
    display: none;
  }

  .orkide-hero-benefit__text {
    max-width: none;
    font-size: 1.08rem;
  }

  body.template-index #MainContent .section-collection-list .collection-list,
  body.template-index #MainContent .collection .product-grid,
  body.template-index #MainContent .orkide-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content,
  body.template-index #MainContent .product-card-wrapper .card__information,
  body.template-index #MainContent .orkide-review-card {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  body.template-index #MainContent .orkide-reviews__grid {
    grid-template-columns: 1fr;
  }

  body.template-index #MainContent .banner {
    width: calc(100% - (var(--orkide-home-gutter) * 2));
  }

  body.template-index #MainContent .banner .banner__content {
    padding: 1.8rem;
  }

  body.template-index #MainContent .banner .banner__box {
    margin: 0 auto;
    text-align: center;
  }
}

/* Tech Header / Search */
.announcement-bar-section .orkide-announcement-bar.utility-bar {
  background: #060806;
  color: #f6fbf5;
  border-bottom: 1px solid rgba(124, 255, 107, 0.16);
}

.announcement-bar-section .orkide-announcement-bar .utility-bar__grid {
  min-height: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar,
.announcement-bar-section .orkide-announcement-bar .announcement-bar-slider,
.announcement-bar-section .orkide-announcement-bar .slider,
.announcement-bar-section .orkide-announcement-bar .slideshow__slide,
.announcement-bar-section .orkide-announcement-bar .announcement-bar__announcement {
  min-height: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar .slider-button,
.announcement-bar-section .orkide-announcement-bar .localization-wrapper,
.announcement-bar-section .orkide-announcement-bar .list-social {
  display: none !important;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message,
.announcement-bar-section .orkide-announcement-bar .announcement-bar__message span {
  margin: 0;
  color: #f6fbf5;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message span::before {
  content: '';
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #7cff6b;
  box-shadow: 0 0 0.8rem rgba(124, 255, 107, 0.75);
}

.orkide-tech-header.header-wrapper {
  --tech-header-bg: #ffffff;
  --tech-header-surface: #ffffff;
  --tech-header-elevated: #f4f7f4;
  --tech-header-text: #0b0f0c;
  --tech-header-muted: #606961;
  --tech-header-border: rgba(11, 15, 12, 0.08);
  --tech-header-border-strong: rgba(11, 15, 12, 0.14);
  --tech-header-accent: #7cff6b;
  --tech-header-accent-soft: rgba(124, 255, 107, 0.16);
  --tech-header-shadow: 0 24px 64px rgba(4, 9, 5, 0.14);
  background: var(--tech-header-bg);
  border-bottom: 1px solid var(--tech-header-border) !important;
  box-shadow: none;
}

.shopify-section-header-sticky .orkide-tech-header.header-wrapper {
  box-shadow: 0 0.8rem 2.4rem rgba(4, 9, 5, 0.06);
}

.orkide-tech-header .orkide-tech-header__inner {
  display: block;
  max-width: 144rem;
  padding: 0.8rem 2.6rem;
  background: var(--tech-header-bg);
  color: var(--tech-header-text);
}

.orkide-tech-header .orkide-tech-header__shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.4rem;
  min-height: 6.8rem;
}

.orkide-tech-header .orkide-tech-header__left,
.orkide-tech-header .orkide-tech-header__center,
.orkide-tech-header .orkide-tech-header__right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.orkide-tech-header .orkide-tech-header__left {
  justify-content: flex-start;
}

.orkide-tech-header .orkide-tech-header__center {
  justify-content: center;
}

.orkide-tech-header .orkide-tech-header__right {
  justify-content: flex-end;
  gap: 0.6rem;
}

.orkide-tech-header .desktop-localization-wrapper:empty {
  display: none;
}

.orkide-tech-header .desktop-localization-wrapper {
  margin-right: 0.4rem;
}

.orkide-tech-header .orkide-tech-header__logo {
  line-height: 0;
}

.orkide-tech-header .header__heading-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--tech-header-text);
}

.orkide-tech-header .header__heading-logo-wrapper {
  width: auto;
  max-width: clamp(14rem, 16vw, 20rem);
}

.orkide-tech-header .header__heading-logo,
.orkide-tech-header .orkide-logo-image {
  display: block;
  width: auto;
  height: clamp(3.8rem, 4vw, 4.8rem);
}

.orkide-tech-header .orkide-tech-header__nav {
  width: 100%;
}

.orkide-tech-header .orkide-tech-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 1.9vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.orkide-tech-header .orkide-tech-header__menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  color: var(--tech-header-text);
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.orkide-tech-header .orkide-tech-header__menu-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 0.2rem;
  border-radius: 999px;
  background: var(--tech-header-accent);
  box-shadow: 0 0 1.4rem rgba(124, 255, 107, 0.45);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.orkide-tech-header .orkide-tech-header__menu-link:hover {
  color: var(--tech-header-text);
  opacity: 0.72;
}

.orkide-tech-header .orkide-tech-header__menu-link:hover::after,
.orkide-tech-header .orkide-tech-header__menu-link.is-active::after {
  transform: scaleX(1);
}

.orkide-tech-header .header__search,
.orkide-tech-header .orkide-header-search,
.orkide-tech-header .header__search details {
  display: inline-flex;
}

.orkide-tech-header .header__icon {
  color: var(--tech-header-text);
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 999px;
  transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.orkide-tech-header .header__icon:hover {
  color: var(--tech-header-text);
  background: var(--tech-header-accent-soft);
  transform: translateY(-0.05rem);
}

.orkide-tech-header .header__icon .svg-wrapper {
  width: 4.2rem;
  height: 4.2rem;
}

.orkide-tech-header .header__icon .icon,
.orkide-tech-header .header__icon svg {
  width: 1.95rem;
  height: 1.95rem;
}

.orkide-tech-header .header__icon--cart {
  margin-right: 0;
}

.orkide-tech-header .header__icon--menu {
  margin-left: -0.7rem;
}

.orkide-tech-header .header__icon--menu[aria-expanded='true'],
.orkide-tech-header details[open] > .orkide-search-trigger {
  background: var(--tech-header-accent-soft);
}

.orkide-tech-header .cart-count-bubble {
  right: 0.2rem;
  top: 0.35rem;
  min-width: 1.9rem;
  height: 1.9rem;
  background: var(--tech-header-accent);
  color: #061006;
  border: 0.1rem solid var(--tech-header-bg);
}

.orkide-tech-header .cart-count-bubble span {
  font-weight: 700;
}

.orkide-tech-header .search-modal {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  height: 100dvh;
  border: 0;
  background: transparent;
  z-index: 30;
}

.orkide-tech-header .orkide-search-modal .modal-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 5, 0.56);
  backdrop-filter: blur(1.8rem);
}

.orkide-tech-header .orkide-search-modal .modal-overlay::after {
  display: none;
}

.orkide-tech-header .orkide-search-modal__content {
  position: relative;
  z-index: 1;
  display: block;
  width: min(92rem, calc(100vw - 3.2rem));
  height: auto;
  margin: clamp(2rem, 9vh, 8rem) auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.orkide-tech-header .orkide-search-panel {
  width: 100%;
  border-radius: 2.4rem;
  background: var(--tech-header-surface);
  border: 1px solid var(--tech-header-border-strong);
  box-shadow: var(--tech-header-shadow);
  overflow: hidden;
}

.orkide-tech-header .orkide-search-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem 2rem 1.2rem;
}

.orkide-tech-header .orkide-search-panel__eyebrow {
  margin: 0 0 0.6rem;
  color: var(--tech-header-accent);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.orkide-tech-header .orkide-search-panel__title {
  margin: 0;
  color: var(--tech-header-text);
  font-family: var(--orkide-body-font);
  font-size: clamp(2.1rem, 2.8vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.orkide-tech-header .search-modal__close-button {
  position: static;
  flex: 0 0 auto;
  margin: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  color: var(--tech-header-text);
  background: transparent;
}

.orkide-tech-header .search-modal__close-button:hover {
  background: var(--tech-header-accent-soft);
}

.orkide-tech-header .orkide-search-modal__form {
  width: 100%;
  max-width: none;
  position: relative;
}

.orkide-tech-header .orkide-search-modal__field {
  background: var(--tech-header-elevated);
  border-radius: 1.8rem;
  border: 1px solid var(--tech-header-border-strong);
  box-shadow: none;
  margin: 0 2rem 2rem;
}

.orkide-tech-header .orkide-search-modal__field:before,
.orkide-tech-header .orkide-search-modal__field:after {
  display: none;
}

.orkide-tech-header .orkide-search-modal__field .field__input {
  min-height: 6.4rem;
  padding-left: 2rem;
  padding-right: 10.8rem;
  color: var(--tech-header-text);
  font-size: 1.75rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.orkide-tech-header .orkide-search-modal__field .field__input::placeholder {
  color: var(--tech-header-muted);
  opacity: 1;
}

.orkide-tech-header .orkide-search-modal__field .field__label {
  opacity: 0;
  pointer-events: none;
}

.orkide-tech-header .search__button,
.orkide-tech-header .reset__button {
  top: 0.2rem;
  width: 5rem;
  height: calc(100% - 0.4rem);
  color: var(--tech-header-text);
}

.orkide-tech-header .search__button {
  right: 0.2rem;
}

.orkide-tech-header .reset__button {
  right: 5rem;
}

.orkide-tech-header .reset__button:not(:focus-visible)::after,
.orkide-tech-header .reset__button:not(:focus)::after {
  border-right-color: var(--tech-header-border);
}

.orkide-tech-header predictive-search,
.orkide-tech-header search-form {
  position: relative;
  display: block;
}

.orkide-tech-header .predictive-search {
  top: calc(100% + 1.2rem);
  left: 2rem;
  width: calc(100% - 4rem);
  max-height: min(52rem, 62vh);
  border-radius: 1.8rem;
  border: 1px solid var(--tech-header-border-strong);
  background: var(--tech-header-surface);
  box-shadow: 0 2rem 5rem rgba(4, 9, 5, 0.18);
  overflow: hidden auto;
}

.orkide-tech-header .predictive-search__results-groups-wrapper {
  border-bottom-color: var(--tech-header-border);
  padding-bottom: 0;
}

.orkide-tech-header .predictive-search__heading {
  margin: 0 2rem;
  padding: 1.6rem 0 0.9rem;
  color: var(--tech-header-muted);
  border-bottom-color: var(--tech-header-border);
  font-size: 1.15rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orkide-tech-header .predictive-search__item {
  padding: 1.4rem 2rem;
  color: var(--tech-header-text);
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.orkide-tech-header .predictive-search__item--link-with-thumbnail {
  grid-template-columns: 6.4rem 1fr;
  grid-column-gap: 1.4rem;
}

.orkide-tech-header .predictive-search__image {
  width: 6.4rem;
  height: 7.6rem;
  border-radius: 1rem;
  background: var(--tech-header-elevated);
  object-fit: cover;
}

.orkide-tech-header .predictive-search__item-heading,
.orkide-tech-header .predictive-search__item .price,
.orkide-tech-header .predictive-search__item-vendor {
  color: inherit;
}

.orkide-tech-header .predictive-search__list-item[aria-selected='true'] > *,
.orkide-tech-header .predictive-search__list-item:hover > *,
.orkide-tech-header .predictive-search__item[aria-selected='true'],
.orkide-tech-header .predictive-search__item:hover {
  color: var(--tech-header-text);
  background: var(--tech-header-accent-soft);
}

.orkide-tech-header .predictive-search__item-query-result mark {
  color: var(--tech-header-accent);
}

.orkide-tech-header .predictive-search__item--term .icon-arrow {
  color: var(--tech-header-accent);
}

.orkide-tech-header .menu-drawer {
  background: var(--tech-header-surface);
  border-right: 1px solid var(--tech-header-border);
  box-shadow: 1.6rem 0 4rem rgba(4, 9, 5, 0.18);
}

.orkide-tech-header .menu-drawer__navigation {
  padding: 2.2rem 0 1.4rem;
}

.orkide-tech-header .menu-drawer__menu-item {
  padding: 1.4rem 2.2rem;
  color: var(--tech-header-text);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orkide-tech-header .menu-drawer__menu-item--active,
.orkide-tech-header .menu-drawer__menu-item:hover,
.orkide-tech-header .menu-drawer__close-button:hover,
.orkide-tech-header .menu-drawer__close-button:focus {
  color: var(--tech-header-text);
  background: var(--tech-header-accent-soft);
}

.orkide-tech-header .menu-drawer__utility-links {
  padding: 1.6rem 2.2rem;
  background: transparent;
  border-top: 1px solid var(--tech-header-border);
}

.orkide-tech-header .menu-drawer__account {
  color: var(--tech-header-text);
}

.orkide-tech-header .menu-drawer .list-social__link {
  color: var(--tech-header-text);
}

@media screen and (max-width: 989px) {
  .announcement-bar-section .orkide-announcement-bar .announcement-bar__message,
  .announcement-bar-section .orkide-announcement-bar .announcement-bar__message span {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }

  .orkide-tech-header .orkide-tech-header__inner {
    padding: 0.75rem 1.2rem;
  }

  .orkide-tech-header .orkide-tech-header__shell {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.8rem;
    min-height: 6rem;
  }

  .orkide-tech-header .orkide-tech-header__center {
    justify-content: center;
  }

  .orkide-tech-header .orkide-tech-header__logo--mobile .header__heading-logo,
  .orkide-tech-header .orkide-tech-header__logo--mobile .orkide-logo-image {
    height: 3.6rem;
  }

  .orkide-tech-header .orkide-tech-header__right {
    gap: 0.2rem;
  }

  .orkide-tech-header .header__icon,
  .orkide-tech-header .header__icon .svg-wrapper {
    width: 3.9rem;
    height: 3.9rem;
  }

  .orkide-tech-header .header__icon .icon,
  .orkide-tech-header .header__icon svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .orkide-tech-header .header__icon--menu {
    margin-left: -0.45rem;
  }

  .orkide-tech-header .cart-count-bubble {
    right: 0.12rem;
    top: 0.26rem;
  }

  .orkide-tech-header .orkide-search-modal__content {
    width: calc(100vw - 1.6rem);
    margin-top: 1.4rem;
  }

  .orkide-tech-header .orkide-search-panel {
    border-radius: 2rem;
  }

  .orkide-tech-header .orkide-search-panel__header {
    padding: 1.6rem 1.6rem 1rem;
  }

  .orkide-tech-header .orkide-search-panel__title {
    font-size: 2rem;
  }

  .orkide-tech-header .orkide-search-modal__field {
    margin: 0 1.6rem 1.6rem;
  }

  .orkide-tech-header .orkide-search-modal__field .field__input {
    min-height: 5.8rem;
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }

  .orkide-tech-header .predictive-search {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    max-height: min(58rem, 68vh);
  }
}

/* Orkide luxury header redesign */
.announcement-bar-section .orkide-announcement-bar {
  background: var(--orkide-rose) !important;
  color: #fff;
  border-bottom: 0;
}

.announcement-bar-section .orkide-announcement-bar .utility-bar__grid {
  min-height: 4rem;
  display: block;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar--triple {
  gap: 0;
  align-items: stretch;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__announcement {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  text-align: center;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar--triple .announcement-bar__announcement {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__announcement:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.38);
  transform: translateY(-50%);
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message span {
  display: inline;
  gap: 0;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__message span::before {
  display: none;
}

.announcement-bar-section .orkide-announcement-bar .announcement-bar__link,
.announcement-bar-section .orkide-announcement-bar .announcement-bar__link:hover {
  color: #fff;
}

.orkide-tech-header.header-wrapper {
  --tech-header-bg: var(--orkide-ivory);
  --tech-header-surface: var(--orkide-ivory);
  --tech-header-elevated: var(--orkide-cream);
  --tech-header-text: var(--orkide-text);
  --tech-header-muted: var(--orkide-muted);
  --tech-header-border: rgba(58, 38, 38, 0.08);
  --tech-header-border-strong: rgba(58, 38, 38, 0.14);
  --tech-header-accent: var(--orkide-rose);
  --tech-header-accent-soft: rgba(201, 121, 120, 0.08);
  --tech-header-shadow: 0 2rem 4rem rgba(58, 38, 38, 0.12);
  background: var(--orkide-ivory);
  border-bottom: 1px solid var(--orkide-border) !important;
  box-shadow: none;
}

.shopify-section-header-sticky .orkide-tech-header.header-wrapper {
  box-shadow: 0 1.2rem 3rem rgba(58, 38, 38, 0.08);
}

.orkide-tech-header .orkide-tech-header__inner {
  display: block;
  max-width: 144rem;
  padding: 0 2.4rem;
  background: transparent;
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-tech-header__shell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.orkide-tech-header .orkide-header__top-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(2.4rem, 4vw, 6.4rem);
  padding: 1.5rem 0 1.15rem;
  transition: padding 0.24s ease, gap 0.24s ease;
}

.orkide-tech-header .orkide-header__left,
.orkide-tech-header .orkide-header__center,
.orkide-tech-header .orkide-header__right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.orkide-tech-header .orkide-header__left {
  justify-content: flex-start;
  gap: 1.4rem;
  padding-right: clamp(2rem, 2.8vw, 4.4rem);
}

.orkide-tech-header .orkide-header__center {
  justify-content: center;
}

.orkide-tech-header .orkide-header__right {
  justify-content: flex-end;
  gap: clamp(0.6rem, 1vw, 1.4rem);
  padding-left: clamp(2.4rem, 3vw, 4.8rem);
}

.orkide-tech-header .orkide-header__menu-toggle {
  display: none;
}

.orkide-tech-header .header__icon--menu {
  margin-left: 0;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid var(--orkide-border);
  border-radius: 50%;
  background: var(--orkide-cream);
  color: var(--orkide-text);
}

.orkide-tech-header .header__icon--menu .svg-wrapper {
  width: 4.4rem;
  height: 4.4rem;
}

.orkide-tech-header .header__icon--menu .icon,
.orkide-tech-header .header__icon--menu svg {
  width: 1.8rem;
  height: 1.8rem;
}

.orkide-tech-header .header__icon--menu:hover,
.orkide-tech-header .header__icon--menu[aria-expanded='true'],
.orkide-tech-header .orkide-menu-drawer details[open] > summary.header__icon--menu {
  color: var(--orkide-rose);
  border-color: var(--orkide-rose);
  background: rgba(201, 121, 120, 0.08);
}

.orkide-tech-header .orkide-header__desktop-search-slot {
  flex: 0 1 32rem;
  width: 100%;
  max-width: 32rem;
}

.orkide-tech-header .orkide-desktop-search,
.orkide-tech-header .orkide-header-search-form,
.orkide-tech-header .orkide-header-search-form__form {
  position: relative;
  width: 100%;
}

.orkide-tech-header .orkide-header-search-form__field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.4rem;
  margin: 0;
  border: 1px solid var(--orkide-border);
  border-radius: 999px;
  background: var(--orkide-cream);
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.orkide-tech-header .orkide-header-search-form__field::before,
.orkide-tech-header .orkide-header-search-form__field::after {
  display: none;
}

.orkide-tech-header .orkide-header-search-form__field--desktop {
  padding: 0 4.2rem 0 4.4rem;
}

.orkide-tech-header .orkide-header-search-form__field:hover {
  border-color: rgba(58, 38, 38, 0.18);
}

.orkide-tech-header .orkide-header-search-form__field:focus-within {
  border-color: var(--orkide-rose);
  background: var(--orkide-ivory);
  box-shadow: 0 0 0 0.3rem rgba(201, 121, 120, 0.1);
}

.orkide-tech-header .orkide-header-search-form__input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 4.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--orkide-text);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.orkide-tech-header .orkide-header-search-form__input::placeholder {
  color: var(--orkide-muted);
  opacity: 0.85;
}

/* The pill itself shows focus via :focus-within; kill the theme's generic
   focus outline on the inner input so it doesn't draw a second box */
.orkide-tech-header .orkide-header-search-form__input:focus,
.orkide-tech-header .orkide-header-search-form__input:focus-visible,
.orkide-tech-header .orkide-header-search-form__input.focused {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}

.orkide-tech-header .orkide-header-search-form__control {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--orkide-muted);
  transform: translateY(-50%);
  transition: color 0.22s ease, background-color 0.22s ease;
}

.orkide-tech-header .orkide-header-search-form__control .icon,
.orkide-tech-header .orkide-header-search-form__control svg {
  width: 1.55rem;
  height: 1.55rem;
}

.orkide-tech-header .orkide-header-search-form__control--submit {
  left: 0.5rem;
  right: auto;
}

.orkide-tech-header .orkide-header-search-form__control--reset {
  left: auto;
  right: 0.5rem;
}

.orkide-tech-header .orkide-header-search-form__control--reset::after {
  display: none !important;
}

.orkide-tech-header .orkide-header-search-form__control--submit:hover,
.orkide-tech-header .orkide-header-search-form__control--reset:hover {
  color: var(--orkide-rose);
  background: rgba(201, 121, 120, 0.1);
  box-shadow: none;
}

/* component-search.css gives these buttons `box-shadow: inherit`, which
   mirrors the field's focus halo as a ring around each icon; keep them flat */
.orkide-tech-header .search__button:not(:focus-visible):not(.focused):not(:hover),
.orkide-tech-header .reset__button:not(:focus-visible):not(.focused):not(:hover) {
  box-shadow: none;
  background-color: transparent;
}

.orkide-tech-header .orkide-header-search-form__results {
  display: none;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  max-height: min(52rem, 62vh);
  border: 1px solid var(--orkide-border);
  border-radius: 1.8rem;
  background: var(--orkide-ivory);
  box-shadow: 0 2rem 4rem rgba(58, 38, 38, 0.12);
  overflow: hidden auto;
}

.orkide-tech-header predictive-search[open] .orkide-header-search-form__results,
.orkide-tech-header predictive-search[loading] .orkide-header-search-form__results {
  display: block;
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__results-groups-wrapper {
  padding-bottom: 0;
  border-bottom-color: var(--orkide-border);
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__loading-state {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 7.2rem;
  padding: 2rem 1.8rem;
  color: var(--orkide-rose);
}

.orkide-tech-header predictive-search[loading] .orkide-header-search-form__results .predictive-search__loading-state {
  display: flex;
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__loading-state .spinner {
  width: 2rem;
  height: 2rem;
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__loading-state .path {
  stroke: currentColor;
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__heading {
  margin: 0 1.8rem;
  padding: 1.5rem 0 0.9rem;
  color: var(--orkide-muted);
  border-bottom-color: var(--orkide-border);
  font-size: 1.08rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__item {
  padding: 1.3rem 1.8rem;
  background: transparent;
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__item:hover,
.orkide-tech-header .orkide-header-search-form__results .predictive-search__item[aria-selected='true'],
.orkide-tech-header .orkide-header-search-form__results .predictive-search__list-item[aria-selected='true'] > * {
  background: rgba(201, 121, 120, 0.08);
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__image {
  border-radius: 1rem;
  background: var(--orkide-cream);
}

.orkide-tech-header .orkide-header-search-form__results .predictive-search__item-query-result mark {
  color: var(--orkide-rose);
}

.orkide-tech-header .header__heading-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-header-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  line-height: 1;
}

.orkide-tech-header .header__heading-logo-wrapper {
  width: auto;
  max-width: clamp(15rem, 15vw, 21rem);
}

.orkide-tech-header .header__heading-logo {
  display: block;
  width: auto;
  height: clamp(4.4rem, 4vw, 5.4rem);
  transition: height 0.24s ease;
}

.orkide-tech-header .orkide-header-logo-image {
  display: block;
  width: auto;
  height: clamp(6rem, 5.6vw, 7.2rem);
  transition: height 0.24s ease;
}

.orkide-tech-header .orkide-header__desktop-localization {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-right: 0.6rem;
}

.orkide-tech-header .orkide-header__desktop-localization:empty {
  display: none;
}

.orkide-tech-header .orkide-header__desktop-localization .localization-form__select {
  min-height: 4.4rem;
  padding: 0 1.4rem;
  border: 1px solid var(--orkide-border);
  border-radius: 999px;
  background: var(--orkide-cream);
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-header-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 5.4rem;
  min-height: 4.6rem;
  padding: 0.2rem 0.4rem;
  border: 0;
  border-radius: 0.8rem;
  background: transparent;
  color: var(--orkide-text);
  text-decoration: none;
  box-shadow: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.orkide-tech-header .orkide-header-action__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  transition: color 0.22s ease;
}

.orkide-tech-header .orkide-header-action__icon .svg-wrapper,
.orkide-tech-header .orkide-header-action__icon account-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.orkide-tech-header .orkide-header-action__icon .icon,
.orkide-tech-header .orkide-header-action__icon svg {
  width: 100%;
  height: 100%;
}

.orkide-tech-header .orkide-header-action__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* icon-bag-header.svg is cropped so its glyph fills the box at the same
   ratio as the account icon; no scaling needed */

.orkide-tech-header .orkide-header-action__label {
  color: var(--orkide-muted);
  font-family: var(--orkide-body-font);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.22s ease;
}

.orkide-tech-header .orkide-header-action:hover {
  color: var(--orkide-rose);
  transform: translateY(-1px);
}

.orkide-tech-header .orkide-header-action:hover .orkide-header-action__label {
  color: var(--orkide-text);
}

.orkide-tech-header .cart-count-bubble {
  right: -0.65rem;
  top: -0.45rem;
  min-width: 1.7rem;
  height: 1.7rem;
  padding: 0 0.2rem;
  border: 0.2rem solid var(--orkide-ivory);
  background: var(--orkide-rose);
  color: #fff;
  box-shadow: none;
}

.orkide-tech-header .cart-count-bubble span {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
}

.orkide-tech-header .orkide-header__nav-row {
  border: 0;
  border-top: 1px solid rgba(58, 38, 38, 0.06);
}

.orkide-tech-header .orkide-tech-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 2.6vw, 4rem);
  min-height: 4.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.orkide-tech-header .orkide-tech-header__menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.4rem;
  color: var(--orkide-muted);
  text-decoration: none;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.orkide-tech-header .orkide-tech-header__menu-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  height: 1px;
  border-radius: 999px;
  background: var(--orkide-rose);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.orkide-tech-header .orkide-tech-header__menu-link:hover,
.orkide-tech-header .orkide-tech-header__menu-link.is-active {
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-tech-header__menu-link:hover::after,
.orkide-tech-header .orkide-tech-header__menu-link.is-active::after {
  transform: scaleX(1);
}

.orkide-tech-header .orkide-tech-header__menu-link--sale {
  color: var(--orkide-rose);
}

.orkide-tech-header .orkide-tech-header__menu-link--sale:hover,
.orkide-tech-header .orkide-tech-header__menu-link--sale.is-active {
  color: var(--orkide-rose);
}

.orkide-tech-header .orkide-header__mobile-search-row {
  display: none;
  width: 100%;
  padding: 0 0 1.1rem;
}

.orkide-tech-header .orkide-mobile-search {
  position: relative;
  display: block;
}

.orkide-tech-header .orkide-mobile-search__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.9rem;
  padding: 0 1.6rem;
  border: 1px solid var(--orkide-border);
  border-radius: 999px;
  background: #fffaf6;
  color: var(--orkide-muted);
  text-decoration: none;
  list-style: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.orkide-tech-header .orkide-mobile-search__toggle::-webkit-details-marker {
  display: none;
}

.orkide-tech-header .orkide-mobile-search__summary {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.orkide-tech-header .orkide-mobile-search__summary-icon {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
  color: var(--orkide-dusty);
}

.orkide-tech-header .orkide-mobile-search__summary-icon .icon,
.orkide-tech-header .orkide-mobile-search__summary-icon svg {
  width: 100%;
  height: 100%;
}

.orkide-tech-header .orkide-mobile-search__summary-text {
  color: var(--orkide-muted);
  font-size: 1.3rem;
}

.orkide-tech-header .orkide-mobile-search__close-icon {
  display: none;
}

.orkide-tech-header .orkide-mobile-search__panel {
  display: none;
}

.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__toggle {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  z-index: 3;
  width: 3.8rem;
  min-height: 3.8rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__summary {
  display: none;
}

.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid rgba(232, 216, 210, 0.92);
  border-radius: 50%;
  background: var(--orkide-ivory);
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__close-icon .icon,
.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__close-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.orkide-tech-header .orkide-mobile-search[open] .orkide-mobile-search__panel {
  display: block;
}

.orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__field--mobile {
  min-height: 5.2rem;
  padding: 0 5rem 0 4.6rem;
  background: var(--orkide-ivory);
}

.orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__input {
  min-height: 5.2rem;
  font-size: 1.42rem;
}

.orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__control--reset {
  display: none !important;
}

.orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__results {
  top: calc(100% + 0.9rem);
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer {
  width: min(92vw, 38rem);
  background: var(--orkide-cream);
  border-right: 1px solid var(--orkide-border);
  box-shadow: 1.8rem 0 4rem rgba(58, 38, 38, 0.14);
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__inner-container,
.orkide-tech-header .orkide-menu-drawer .menu-drawer__navigation-container,
.orkide-tech-header .orkide-menu-drawer .menu-drawer__navigation,
.orkide-tech-header .orkide-menu-drawer .menu-drawer__utility-links {
  background: var(--orkide-cream);
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__navigation-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__navigation {
  padding: 3rem 0 1.6rem;
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.6rem;
  padding: 0 2.2rem;
  border-bottom: 1px solid rgba(232, 216, 210, 0.85);
  color: var(--orkide-text);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__menu-item:hover,
.orkide-tech-header .orkide-menu-drawer .menu-drawer__menu-item--active {
  background: rgba(201, 121, 120, 0.08);
  color: var(--orkide-text);
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__menu-item--sale {
  color: var(--orkide-rose);
}

.orkide-tech-header .orkide-menu-drawer .orkide-menu-drawer__plus {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--orkide-muted);
}

.orkide-tech-header .orkide-menu-drawer .orkide-menu-drawer__plus .icon,
.orkide-tech-header .orkide-menu-drawer .orkide-menu-drawer__plus svg {
  width: 100%;
  height: 100%;
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__utility-links {
  margin-top: auto;
  padding: 1.8rem 2rem 2.2rem;
  border-top: 1px solid var(--orkide-border);
}

.orkide-tech-header .orkide-menu-drawer__utility-grid {
  display: grid;
  gap: 0.9rem;
}

.orkide-tech-header .orkide-menu-drawer__utility-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.8rem;
  padding: 0 1.5rem;
  border: 1px solid var(--orkide-border);
  border-radius: 999px;
  background: var(--orkide-ivory);
  color: var(--orkide-text);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.orkide-tech-header .orkide-menu-drawer__utility-link .svg-wrapper {
  display: inline-flex;
  width: 1.7rem;
  height: 1.7rem;
}

.orkide-tech-header .orkide-menu-drawer__utility-link .icon,
.orkide-tech-header .orkide-menu-drawer__utility-link svg {
  width: 100%;
  height: 100%;
}

.orkide-tech-header .orkide-menu-drawer__utility-link:hover {
  color: var(--orkide-rose);
  border-color: var(--orkide-rose);
}

.orkide-tech-header .orkide-menu-drawer .menu-drawer__localization {
  margin-top: 1.4rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header__top-row {
  gap: clamp(2rem, 3vw, 4.8rem);
  padding: 0.9rem 0 0.7rem;
}

.scrolled-past-header .orkide-tech-header .header__heading-logo {
  height: clamp(3.9rem, 3.4vw, 4.6rem);
}

.scrolled-past-header .orkide-tech-header .orkide-header-logo-image {
  height: clamp(5rem, 4.6vw, 5.8rem);
}

.scrolled-past-header .orkide-tech-header .orkide-header__desktop-search-slot {
  max-width: 28rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header-action {
  min-height: 4.2rem;
  gap: 0.35rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header-action__icon {
  width: 2rem;
  height: 2rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header-action__label {
  font-size: 0.82rem;
}

.scrolled-past-header .orkide-tech-header .orkide-tech-header__menu {
  min-height: 4rem;
}

.scrolled-past-header .orkide-tech-header .orkide-tech-header__menu-link {
  min-height: 4rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header-search-form__field {
  min-height: 4.1rem;
}

.scrolled-past-header .orkide-tech-header .orkide-header-search-form__input {
  min-height: 3.9rem;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .announcement-bar-section .orkide-announcement-bar .utility-bar__grid {
    min-height: 3.8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .orkide-tech-header .orkide-tech-header__inner {
    padding: 0 1.8rem;
  }

  .orkide-tech-header .orkide-header__top-row {
    gap: clamp(1.6rem, 2vw, 2.6rem);
    padding: 1.3rem 0 0.95rem;
  }

  .orkide-tech-header .orkide-header__left {
    gap: 1rem;
    padding-right: 1.2rem;
  }

  .orkide-tech-header .orkide-header__right {
    gap: 0.45rem;
    padding-left: 1.4rem;
  }

  .orkide-tech-header .orkide-header__desktop-search-slot {
    flex-basis: 25rem;
    max-width: 25rem;
  }

  .orkide-tech-header .orkide-header-search-form__field--desktop {
    padding: 0 3.8rem 0 4.2rem;
  }

  .orkide-tech-header .header__heading-logo {
    height: clamp(4.1rem, 5vw, 5rem);
  }

  .orkide-tech-header .orkide-header-logo-image {
    height: clamp(5.2rem, 6vw, 6rem);
  }

  .orkide-tech-header .orkide-header-action__label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .orkide-tech-header .orkide-header-action {
    min-width: 4.6rem;
    min-height: 4.2rem;
    gap: 0.4rem;
  }

  .orkide-tech-header .orkide-header-action__icon {
    width: 2rem;
    height: 2rem;
  }

  .orkide-tech-header .orkide-tech-header__menu {
    gap: clamp(1rem, 1.4vw, 1.7rem);
    min-height: 4.2rem;
  }

  .orkide-tech-header .orkide-tech-header__menu-link {
    min-height: 4.2rem;
    font-size: 0.98rem;
    letter-spacing: 0.12em;
  }

  .scrolled-past-header .orkide-tech-header .orkide-header__top-row {
    padding: 1rem 0 0.8rem;
  }

  .scrolled-past-header .orkide-tech-header .orkide-header__desktop-search-slot {
    max-width: 22rem;
  }
}

@media screen and (max-width: 768px) {
  .announcement-bar-section .orkide-announcement-bar .utility-bar__grid {
    min-height: 3.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .announcement-bar-section .orkide-announcement-bar .announcement-bar__announcement {
    min-height: 3.8rem;
    padding: 0 0.4rem;
  }

  .announcement-bar-section .orkide-announcement-bar .announcement-bar__message {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }

  /* Only the centre promo message fits comfortably on small screens */
  .announcement-bar-section .orkide-announcement-bar .announcement-bar--triple .announcement-bar__announcement:nth-child(1),
  .announcement-bar-section .orkide-announcement-bar .announcement-bar--triple .announcement-bar__announcement:nth-child(3) {
    display: none;
  }

  .announcement-bar-section .orkide-announcement-bar .announcement-bar__announcement:not(:last-child)::after {
    display: none;
  }

  .orkide-tech-header .orkide-tech-header__inner {
    padding: 0 1.4rem;
  }

  .orkide-tech-header .orkide-header__top-row {
    gap: 0.7rem;
    padding: 0.95rem 0 0.7rem;
  }

  .orkide-tech-header .orkide-header__left,
  .orkide-tech-header .orkide-header__right {
    padding: 0;
    transform: none;
  }

  .orkide-tech-header .orkide-header__menu-toggle {
    display: inline-flex;
  }

  .orkide-tech-header .orkide-header__desktop-search-slot,
  .orkide-tech-header .orkide-header__desktop-localization,
  .orkide-tech-header .orkide-header-action--account,
  .orkide-tech-header .orkide-header__nav-row {
    display: none;
  }

  .orkide-tech-header .orkide-header__mobile-search-row {
    display: block;
  }

  .orkide-tech-header .orkide-header__right {
    gap: 0.2rem;
  }

  .orkide-tech-header .header__heading-logo {
    height: 3.45rem;
  }

  .orkide-tech-header .orkide-header-logo-image {
    height: 4.8rem;
  }

  .orkide-tech-header .orkide-header-action {
    min-width: 4.4rem;
    min-height: 4.4rem;
    gap: 0;
    padding: 0;
  }

  .orkide-tech-header .orkide-header-action__icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .orkide-tech-header .cart-count-bubble {
    right: -0.55rem;
    top: -0.35rem;
  }

  .orkide-tech-header .header__icon--menu {
    width: 4.2rem;
    height: 4.2rem;
    border-color: transparent;
    background: transparent;
  }

  .orkide-tech-header .orkide-header-action__label {
    display: none;
  }

  .orkide-tech-header .orkide-mobile-search__toggle {
    min-height: 4.8rem;
    padding: 0 1.4rem;
  }

  .orkide-tech-header .orkide-mobile-search__summary-text {
    font-size: 1.28rem;
  }

  .orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__field--mobile {
    min-height: 5rem;
    padding-left: 4.4rem;
    padding-right: 5rem;
  }

  .orkide-tech-header .orkide-header-search-form--mobile .orkide-header-search-form__input {
    min-height: 5rem;
    font-size: 1.34rem;
  }

  .orkide-tech-header .orkide-menu-drawer .menu-drawer {
    width: 100vw;
  }

  .orkide-tech-header .orkide-menu-drawer .menu-drawer__menu-item {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    font-size: 1.28rem;
  }

  .orkide-tech-header .orkide-menu-drawer .menu-drawer__utility-links {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .scrolled-past-header .orkide-tech-header .orkide-header__top-row {
    padding: 0.85rem 0 0.65rem;
  }

  .scrolled-past-header .orkide-tech-header .header__icon--menu {
    width: 4rem;
    height: 4rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   HOMEPAGE CONTAINER + GRID SYSTEM
   Exact 1280px shell, unified section alignment, polished cards
   ═══════════════════════════════════════════════════════════════════ */

body.template-index {
  --orkide-home-container-max: 1280px;
  --orkide-home-container-width: calc(100% - 48px);
  --orkide-home-container-width-mobile: calc(100% - 32px);
  --orkide-home-section-gap: 72px;
  --orkide-home-heading-size: 28px;
  --orkide-home-heading-spacing: 4px;
  --orkide-home-heading-color: #3a2626;
  --orkide-home-grid-gap: 32px;
  --orkide-home-grid-gap-mobile: 14px;
  --orkide-home-card-bg: #fffdf9;
  --orkide-home-card-border: #e8d8d2;
  --orkide-home-card-shadow: 0 1.6rem 3.2rem rgba(58, 38, 38, 0.08);
}

body.template-index #MainContent > .shopify-section + .shopify-section {
  margin-top: var(--orkide-home-section-gap);
}

body.template-index #MainContent .orkide-home-container,
body.template-index .footer .orkide-home-container {
  width: var(--orkide-home-container-width);
  max-width: var(--orkide-home-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

body.template-index #MainContent .orkide-home-section[class*='section-'][class*='-padding'] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.template-index #MainContent .collection.orkide-home-section {
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.template-index #MainContent .banner {
  width: var(--orkide-home-container-width);
  max-width: var(--orkide-home-container-max);
  margin-left: auto;
  margin-right: auto;
  border-radius: 2rem;
  overflow: hidden;
}

body.template-index #MainContent .banner__content.page-width {
  max-width: none;
  width: 100%;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

body.template-index #MainContent .title-wrapper-with-link,
body.template-index #MainContent .collection__title.title-wrapper,
body.template-index #MainContent .orkide-instagram__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 3.2rem;
  padding: 0 !important;
}

body.template-index #MainContent .collection-list-title,
body.template-index #MainContent .collection__title .title,
body.template-index #MainContent .orkide-instagram__title,
body.template-index #MainContent .orkide-reviews__title {
  margin: 0;
  color: var(--orkide-home-heading-color);
  font-family: var(--orkide-body-font);
  font-size: var(--orkide-home-heading-size);
  font-weight: 700;
  letter-spacing: var(--orkide-home-heading-spacing);
  line-height: 1.15;
  text-transform: uppercase;
}

body.template-index #MainContent .orkide-reviews__title {
  margin-bottom: 3.2rem;
}

body.template-index #MainContent .title-wrapper-with-link > .link,
body.template-index #MainContent .collection__view-all .link,
body.template-index #MainContent .collection__view-all .button,
body.template-index #MainContent .collection-list-view-all .button {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--orkide-home-heading-color);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

body.template-index #MainContent .collection__view-all,
body.template-index #MainContent .collection-list-view-all {
  display: flex;
  justify-content: flex-start;
  width: var(--orkide-home-container-width);
  max-width: var(--orkide-home-container-max);
  margin: 2.4rem auto 0;
  text-align: left;
}

body.template-index #MainContent .section-collection-list .collection-list,
body.template-index #MainContent .collection .product-grid,
body.template-index #MainContent .orkide-instagram__grid,
body.template-index #MainContent .orkide-reviews__grid {
  margin: 0;
}

body.template-index #MainContent .section-collection-list .collection-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--orkide-home-grid-gap);
  align-items: stretch;
}

body.template-index #MainContent .collection .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--orkide-home-grid-gap);
  align-items: stretch;
}

body.template-index #MainContent .section-collection-list .collection-list__item,
body.template-index #MainContent .collection .grid__item {
  width: auto;
  max-width: none;
  margin: 0;
}

body.template-index #MainContent .collection-card-wrapper,
body.template-index #MainContent .collection-card-wrapper .card,
body.template-index #MainContent .collection-card-wrapper .card__inner,
body.template-index #MainContent .product-card-wrapper,
body.template-index #MainContent .product-card-wrapper .card,
body.template-index #MainContent .product-card-wrapper .card__inner {
  height: 100%;
}

body.template-index #MainContent .collection-card-wrapper,
body.template-index #MainContent .product-card-wrapper {
  display: flex;
}

body.template-index #MainContent .collection-card-wrapper .card,
body.template-index #MainContent .product-card-wrapper .card,
body.template-index #MainContent .orkide-instagram__tile,
body.template-index #MainContent .orkide-review-card {
  border: 1px solid var(--orkide-home-card-border);
  border-radius: 1.4rem;
  background: var(--orkide-home-card-bg);
  box-shadow: var(--orkide-home-card-shadow);
  overflow: hidden;
}

body.template-index #MainContent .collection-card-wrapper .card,
body.template-index #MainContent .product-card-wrapper .card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

body.template-index #MainContent .collection-card-wrapper .card__inner {
  position: relative;
  flex: 1 1 auto;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

body.template-index #MainContent .collection-card-wrapper .card__inner.ratio::before,
body.template-index #MainContent .product-card-wrapper .card__inner.ratio::before {
  content: none;
}

body.template-index #MainContent .collection-card-wrapper .card__inner > .card__content {
  display: none;
}

body.template-index #MainContent .collection-card-wrapper .card__media,
body.template-index #MainContent .collection-card-wrapper .card .media {
  position: absolute;
  inset: 0;
}

body.template-index #MainContent .collection-card-wrapper .card img,
body.template-index #MainContent .collection-card-wrapper .placeholder-svg,
body.template-index #MainContent .product-card-wrapper .card__inner .media img,
body.template-index #MainContent .product-card-wrapper .placeholder-svg,
body.template-index #MainContent .orkide-instagram__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.template-index #MainContent .collection-card-wrapper .placeholder-svg,
body.template-index #MainContent .product-card-wrapper .placeholder-svg,
body.template-index #MainContent .orkide-instagram__placeholder {
  padding: 2.4rem;
  background: linear-gradient(180deg, #f7eeea 0%, #eddeda 100%);
  color: transparent;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content {
  position: relative;
  margin-top: -11.2rem;
  min-height: 11.2rem;
  padding: 1.8rem 2rem 2rem;
  background: linear-gradient(180deg, rgba(58, 38, 38, 0) 0%, rgba(58, 38, 38, 0.82) 100%);
  display: flex;
  align-items: flex-end;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card__information {
  width: 100%;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card__heading,
body.template-index #MainContent .collection-list .collection-card-wrapper .card__heading a {
  margin: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card__heading a::after {
  display: block;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.template-index #MainContent .collection-list .collection-card-wrapper .card .icon-wrap {
  display: none;
}

body.template-index #MainContent .product-card-wrapper .card__inner {
  border: 0;
}

body.template-index #MainContent .product-card-wrapper .card__media {
  margin: 0;
  width: 100%;
}

body.template-index #MainContent .product-card-wrapper .card__inner .media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: linear-gradient(180deg, #fbf4f1 0%, #f1e3de 100%);
}

body.template-index #MainContent .product-card-wrapper .card__inner .card__information {
  display: none;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child {
  display: flex;
  flex: 1 1 auto;
  margin-top: 0;
  padding: 1.8rem;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child .card__information,
body.template-index #MainContent .product-card-wrapper .card__content:last-child .card-information {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

body.template-index #MainContent .product-card-wrapper .card__content:last-child .card__information {
  gap: 1.2rem;
  padding: 0;
}

body.template-index #MainContent .product-card-wrapper .card__heading,
body.template-index #MainContent .product-card-wrapper .card__heading a {
  margin: 0;
  color: #3a2626;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

body.template-index #MainContent .product-card-wrapper .card__heading a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.template-index #MainContent .product-card-wrapper .caption-large {
  display: none;
}

body.template-index #MainContent .product-card-wrapper .price {
  margin-top: auto;
}

body.template-index #MainContent .product-card-wrapper .price,
body.template-index #MainContent .product-card-wrapper .price-item {
  color: #3a2626;
}

body.template-index #MainContent .product-card-wrapper .price-item--regular {
  font-size: 1.85rem;
  font-weight: 700;
}

body.template-index #MainContent .product-card-wrapper .price__compare {
  color: #8d7570;
}

body.template-index #MainContent .product-card-wrapper .card__badge {
  top: 1.4rem;
  left: 1.4rem;
  right: auto;
}

body.template-index #MainContent .product-card-wrapper .badge {
  border-radius: 999px;
}

body.template-index #MainContent .orkide-card-heart {
  top: 1.4rem;
  right: 1.4rem;
  width: 3.8rem;
  height: 3.8rem;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 253, 249, 0.95);
  box-shadow: 0 1rem 2rem rgba(58, 38, 38, 0.08);
}

body.template-index #MainContent .orkide-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
  padding: 2.8rem 3.2rem;
}

body.template-index #MainContent .orkide-instagram__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2rem;
}

body.template-index #MainContent .orkide-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--orkide-home-grid-gap);
}

body.template-index #MainContent .orkide-review-card {
  height: 100%;
}

@media screen and (max-width: 989px) {
  body.template-index #MainContent .section-collection-list .collection-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-index #MainContent .collection .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.template-index #MainContent .orkide-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.template-index #MainContent .orkide-instagram__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.template-index #MainContent .orkide-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  body.template-index #MainContent .orkide-home-container,
  body.template-index .footer .orkide-home-container,
  body.template-index #MainContent .banner {
    width: var(--orkide-home-container-width-mobile);
  }

  body.template-index #MainContent .banner__content.page-width {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  body.template-index #MainContent .title-wrapper-with-link,
  body.template-index #MainContent .collection__title.title-wrapper,
  body.template-index #MainContent .orkide-instagram__header {
    align-items: flex-start;
    flex-direction: column;
  }

  body.template-index #MainContent .collection-list-title,
  body.template-index #MainContent .collection__title .title,
  body.template-index #MainContent .orkide-instagram__title,
  body.template-index #MainContent .orkide-reviews__title {
    font-size: 2.2rem;
    letter-spacing: 0.18em;
  }

  body.template-index #MainContent .section-collection-list .collection-list,
  body.template-index #MainContent .collection .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--orkide-home-grid-gap-mobile);
  }

  body.template-index #MainContent .collection__view-all,
  body.template-index #MainContent .collection-list-view-all {
    width: var(--orkide-home-container-width-mobile);
  }

  body.template-index #MainContent .collection-list .collection-card-wrapper .card > .card__content {
    min-height: 9.8rem;
    margin-top: -9.8rem;
    padding: 1.4rem;
  }

  body.template-index #MainContent .collection-list .collection-card-wrapper .card__heading,
  body.template-index #MainContent .collection-list .collection-card-wrapper .card__heading a {
    font-size: 1.55rem;
  }

  body.template-index #MainContent .product-card-wrapper .card__content:last-child {
    padding: 1.4rem;
  }

  body.template-index #MainContent .product-card-wrapper .card__heading,
  body.template-index #MainContent .product-card-wrapper .card__heading a {
    font-size: 1.45rem;
  }

  body.template-index #MainContent .product-card-wrapper .price-item--regular {
    font-size: 1.6rem;
  }

  body.template-index #MainContent .orkide-benefits__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2rem;
  }

  body.template-index #MainContent .orkide-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--orkide-home-grid-gap-mobile);
  }

  body.template-index #MainContent .orkide-reviews__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ============================================================
   ORKIDE FOOTER — Luxury redesign
   ============================================================ */

/* ---------- Reset / base ---------- */
.orkide-ft {
  position: relative;
  background: #FAF7F5;
  color: #2B2B2B;
  font-family: var(--font-body-family, Georgia, serif);
  overflow: hidden;
}

/* Suppress old Sense footer styles inside orkide-ft */
.orkide-ft .footer,
.footer.orkide-footer { display: none !important; }

/* ---------- Decorative floral ---------- */
.orkide-ft__floral {
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 38rem;
  height: 60rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}
.orkide-ft__floral svg { width: 100%; height: 100%; }

/* ---------- Container ---------- */
.orkide-ft__container {
  position: relative;
  z-index: 1;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 4rem;
}

/* ---------- Main grid ---------- */
.orkide-ft__main {
  padding: 7rem 0 5rem;
  border-bottom: 1px solid rgba(200, 169, 126, 0.18);
}

.orkide-ft__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.6fr;
  gap: 4rem;
  align-items: start;
}

/* ---------- Brand col ---------- */
.orkide-ft__logo-link {
  display: inline-block;
  margin-bottom: 2rem;
}
.orkide-ft__logo-img {
  width: 16rem;
  max-width: 100%;
  height: auto;
  display: block;
}
.orkide-ft__brand-desc {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #7A6F6F;
  max-width: 28rem;
  margin-bottom: 2.4rem;
}

/* Social icons */
.orkide-ft__socials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.orkide-ft__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1.5px solid rgba(200, 169, 126, 0.45);
  color: #C8A97E;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
  flex-shrink: 0;
}
.orkide-ft__social-btn svg {
  width: 1.7rem;
  height: 1.7rem;
}
.orkide-ft__social-btn:hover {
  background: #C8A97E;
  border-color: #C8A97E;
  color: #fff;
}

/* ---------- Link columns ---------- */
.orkide-ft__col-heading {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #C96F86;
  margin-bottom: 1.6rem;
  text-transform: none;
  position: relative;
  padding-bottom: 1rem;
}
.orkide-ft__col-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.4rem;
  height: 2px;
  background: linear-gradient(to right, #C8A97E, #E8A6B3);
  border-radius: 2px;
}

.orkide-ft__col-toggle {
  display: none; /* shown only on mobile */
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 0;
}

.orkide-ft__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.orkide-ft__link {
  font-size: 1.4rem;
  color: #7A6F6F;
  text-decoration: none;
  transition: color 0.18s, padding-left 0.18s;
  line-height: 1.5;
}
.orkide-ft__link:hover {
  color: #C96F86;
  padding-left: 0.4rem;
}

/* ---------- Newsletter col ---------- */
.orkide-ft__col--newsletter .orkide-ft__col-heading {
  margin-bottom: 1rem;
}
.orkide-ft__newsletter-sub {
  font-size: 1.35rem;
  color: #7A6F6F;
  line-height: 1.65;
  margin-bottom: 2rem;
}

.orkide-ft__newsletter-form { margin-bottom: 0; }

.orkide-ft__newsletter-field {
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(200, 169, 126, 0.5);
  border-radius: 5rem;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
  margin-bottom: 1.4rem;
}
.orkide-ft__newsletter-field:focus-within {
  border-color: #C96F86;
}
.orkide-ft__email-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 1.1rem 1.6rem;
  font-size: 1.4rem;
  color: #2B2B2B;
  outline: none;
  font-family: inherit;
}
.orkide-ft__email-input::placeholder { color: #b0a6a6; }

.orkide-ft__newsletter-btn {
  width: 4.2rem;
  height: 4.2rem;
  background: linear-gradient(135deg, #C96F86, #C8A97E);
  border: none;
  border-radius: 50%;
  margin: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.orkide-ft__newsletter-btn:hover { opacity: 0.88; transform: scale(1.06); }
.orkide-ft__newsletter-btn svg { width: 1.6rem; height: 1.6rem; }

.orkide-ft__newsletter-success {
  font-size: 1.3rem;
  color: #C96F86;
  margin-bottom: 1.4rem;
}
.orkide-ft__newsletter-error {
  font-size: 1.3rem;
  color: #c04b64;
  margin-bottom: 1.4rem;
}

/* Trust items */
.orkide-ft__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.4rem;
}
.orkide-ft__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.orkide-ft__trust-icon {
  flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 126, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8A97E;
}
.orkide-ft__trust-icon svg { width: 1.7rem; height: 1.7rem; }
.orkide-ft__trust-item > div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.orkide-ft__trust-item strong {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2B2B2B;
  font-family: Georgia, serif;
}
.orkide-ft__trust-item span {
  font-size: 1.2rem;
  color: #7A6F6F;
}

/* ---------- Payment methods ---------- */
.orkide-ft__payments-row {
  padding: 2.8rem 0;
  border-bottom: 1px solid rgba(200, 169, 126, 0.18);
  position: relative;
  z-index: 1;
}
.orkide-ft__payments-row .orkide-ft__container {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.orkide-ft__payments-label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #7A6F6F;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.orkide-ft__payment-badges {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.orkide-ft__payment-badge {
  border: 1.5px solid rgba(200, 169, 126, 0.45);
  border-radius: 0.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  padding: 0.3rem 0.5rem;
}
.orkide-ft__payment-badge:hover {
  border-color: #C8A97E;
  box-shadow: 0 2px 8px rgba(200, 169, 126, 0.2);
}
.orkide-ft__pay-icon {
  display: block;
  height: 2.4rem;
  width: auto;
}

/* ---------- Bottom bar ---------- */
.orkide-ft__bottom-bar {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  background: #FAF7F5;
}
.orkide-ft__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.orkide-ft__bottom-love {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.3rem;
  color: #7A6F6F;
  font-style: italic;
}
.orkide-ft__heart-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #E8A6B3;
  flex-shrink: 0;
}
.orkide-ft__bottom-monogram {
  display: flex;
  align-items: center;
  justify-content: center;
}
.orkide-ft__bottom-monogram svg {
  width: 5rem;
  height: 5rem;
}
.orkide-ft__copyright {
  font-size: 1.3rem;
  color: #7A6F6F;
  text-align: right;
}

/* ---------- Back to top ---------- */
.orkide-ft__top-btn {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #C96F86, #C8A97E);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.25s, transform 0.25s;
  z-index: 9000;
  box-shadow: 0 4px 16px rgba(201, 111, 134, 0.35);
}
.orkide-ft__top-btn svg { width: 1.8rem; height: 1.8rem; }
.orkide-ft__top-btn--visible { opacity: 1; transform: translateY(0); }
.orkide-ft__top-btn:hover { opacity: 0.88; transform: translateY(-2px); }

/* ============================================================
   FOOTER RESPONSIVE
   ============================================================ */

/* 1200px */
@media screen and (max-width: 1200px) {
  .orkide-ft__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1.4fr;
    gap: 3rem;
  }
}

/* 1024px - tablet landscape */
@media screen and (max-width: 1024px) {
  .orkide-ft__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.6rem 2.4rem;
  }
  .orkide-ft__col--newsletter {
    grid-column: 1 / -1;
    max-width: 52rem;
  }
  .orkide-ft__floral { display: none; }
}

/* 768px - tablet portrait */
@media screen and (max-width: 768px) {
  .orkide-ft__container { padding: 0 2rem; }

  .orkide-ft__main { padding: 5rem 0 3.6rem; }

  .orkide-ft__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* Brand col always visible, not accordion */
  .orkide-ft__col--brand {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid rgba(200, 169, 126, 0.18);
    margin-bottom: 0;
  }

  /* Link cols become accordions */
  .orkide-ft__col--links {
    border-bottom: 1px solid rgba(200, 169, 126, 0.14);
  }

  .orkide-ft__col-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 0;
  }
  .orkide-ft__col-toggle .orkide-ft__col-heading {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .orkide-ft__col-toggle .orkide-ft__col-heading::after { display: none; }

  .orkide-ft__toggle-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1.5px solid rgba(200, 169, 126, 0.45);
    position: relative;
    flex-shrink: 0;
  }
  .orkide-ft__toggle-icon::before,
  .orkide-ft__toggle-icon::after {
    content: '';
    position: absolute;
    background: #C8A97E;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .orkide-ft__toggle-icon::before { width: 1rem; height: 1.5px; }
  .orkide-ft__toggle-icon::after  { width: 1.5px; height: 1rem; transition: transform 0.2s; }

  .orkide-ft__col-toggle[aria-expanded="true"] .orkide-ft__toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  /* Links hidden by default on mobile, shown when open */
  .orkide-ft__col--links .orkide-ft__links {
    display: none;
    padding-bottom: 1.8rem;
  }
  .orkide-ft__col--links .orkide-ft__links.orkide-ft__links--open {
    display: flex;
  }

  /* Newsletter col */
  .orkide-ft__col--newsletter {
    padding-top: 3.2rem;
    max-width: 100%;
  }
  .orkide-ft__col--newsletter .orkide-ft__col-heading::after { display: block; }

  .orkide-ft__trust { flex-direction: row; flex-wrap: wrap; gap: 2rem; }
  .orkide-ft__trust-item { flex: 1 1 14rem; }

  /* Payment row */
  .orkide-ft__payments-row .orkide-ft__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
  }

  /* Bottom bar */
  .orkide-ft__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .orkide-ft__bottom-love { justify-content: center; }
  .orkide-ft__copyright { text-align: center; }

  .orkide-ft__top-btn {
    bottom: 2rem;
    right: 1.6rem;
    width: 4rem;
    height: 4rem;
  }
}

/* 480px - mobile */
@media screen and (max-width: 480px) {
  .orkide-ft__container { padding: 0 1.6rem; }
  .orkide-ft__main { padding: 3.6rem 0 2.8rem; }
  .orkide-ft__logo-img { width: 14rem; }
  .orkide-ft__trust { flex-direction: column; }
  .orkide-ft__payment-badges { gap: 0.8rem; }
}
}
