:root {
  --sh-black: #11110f;
  --sh-charcoal: #2a2925;
  --sh-cream: #faf4eb;
  --sh-cream-deep: #f1e7d8;
  --sh-white: #fff;
  --sh-olive: #4a5538;
  --sh-olive-dark: #303a25;
  --sh-blush: #ead6d1;
  --sh-border: #dfddd7;
  --sh-muted: #69675f;
  --sh-radius: 1.25rem;
  --sh-radius-small: 0.75rem;
  --sh-shadow: 0 1rem 3rem rgba(17, 17, 15, 0.08);
  --sh-shell: 80rem;
  --sh-body: "Assistant", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --sh-heading: "Merriweather Sans", "Arial Narrow", "Avenir Next Condensed", "Segoe UI", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.shadelani-site {
  background: var(--sh-white);
  color: var(--sh-charcoal);
  font-family: var(--sh-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sh-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.woocommerce-loop-product__title,
.main-navigation {
  color: var(--sh-black);
  font-family: var(--sh-heading);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.8rem, 7vw, 6.4rem);
}

h2 {
  font-size: clamp(2rem, 4.3vw, 4rem);
}

h3 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

a {
  color: var(--sh-olive-dark);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--sh-black);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 0.2rem solid #8c4f65;
  outline-offset: 0.2rem;
}

img {
  height: auto;
  max-width: 100%;
}

.col-full,
.shadelani-shell {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: var(--sh-shell);
  padding-inline: clamp(1.1rem, 3vw, 2.5rem);
  width: 100%;
}

.site-content {
  outline: none;
}

.site-content > .col-full {
  max-width: var(--sh-shell);
}

.shadelani-announcement {
  background: var(--sh-black);
  color: var(--sh-white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding-block: 0.65rem;
  text-align: center;
  text-transform: uppercase;
}

.shadelani-announcement .shadelani-shell {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
}

.shadelani-announcement__separator {
  color: var(--sh-blush);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--sh-border);
  color: var(--sh-black);
  margin: 0;
  padding-block: 1.3rem 0;
}

.site-header .col-full {
  max-width: var(--sh-shell);
}

.site-branding {
  margin-bottom: 1.2rem;
}

.site-branding .site-title {
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-branding .site-title a,
.site-header a,
.site-header .site-header-cart a {
  color: var(--sh-black);
}

.site-branding .custom-logo {
  max-height: 3.25rem;
  object-fit: contain;
  width: auto;
}

.site-description {
  color: var(--sh-muted);
  font-size: 0.82rem;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding-block: 1rem;
  text-transform: uppercase;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-header-cart .cart-contents:hover {
  color: var(--sh-olive);
}

.main-navigation ul ul,
.secondary-navigation ul ul {
  background: var(--sh-white);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius-small);
  box-shadow: var(--sh-shadow);
  overflow: hidden;
}

.main-navigation ul ul li a {
  color: var(--sh-black);
}

.site-header-cart .widget_shopping_cart {
  background: var(--sh-white);
  border: 1px solid var(--sh-border);
  box-shadow: var(--sh-shadow);
  color: var(--sh-charcoal);
}

.site-search .widget_product_search form::before {
  color: var(--sh-muted);
}

.site-search .widget_product_search input[type="search"] {
  background: var(--sh-cream);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  color: var(--sh-black);
}

.breadcrumb,
.woocommerce-breadcrumb {
  color: var(--sh-muted);
  font-size: 0.83rem;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget a.button,
.added_to_cart,
.wp-block-button__link,
.wc-block-components-button {
  align-items: center;
  background: var(--sh-black);
  border: 1px solid var(--sh-black);
  border-radius: 999px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--sh-white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sh-body);
  font-size: 0.83rem;
  font-weight: 750;
  gap: 0.7rem;
  justify-content: center;
  letter-spacing: 0.055em;
  line-height: 1.2;
  min-height: 2.9rem;
  padding: 0.85rem 1.45rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover,
.added_to_cart:hover,
.wp-block-button__link:hover,
.wc-block-components-button:hover {
  background: var(--sh-olive-dark);
  border-color: var(--sh-olive-dark);
  color: var(--sh-white);
}

.shadelani-button--light {
  background: var(--sh-white);
  border-color: var(--sh-white);
  color: var(--sh-black);
}

.shadelani-button--light:hover {
  background: var(--sh-blush);
  border-color: var(--sh-blush);
  color: var(--sh-black);
}

.shadelani-button--outline {
  background: transparent;
  color: var(--sh-black);
}

.shadelani-button--outline:hover {
  background: var(--sh-black);
  color: var(--sh-white);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea,
.select2-container--default .select2-selection--single {
  background: var(--sh-white);
  border: 1px solid #b9b7b0;
  border-radius: 0.7rem;
  box-shadow: none;
  color: var(--sh-black);
  min-height: 3rem;
  padding: 0.72rem 0.9rem;
}

textarea {
  min-height: 8rem;
}

label {
  color: var(--sh-charcoal);
  font-size: 0.9rem;
  font-weight: 700;
}

body.home .site-content > .col-full,
body.page-template-front-page .site-content > .col-full {
  margin: 0;
  max-width: none;
  padding: 0;
}

body.home .site-content,
body.page-template-front-page .site-content {
  padding-top: 0;
}

.shadelani-home.content-area {
  float: none;
  margin: 0;
  width: 100%;
}

.shadelani-home .site-main {
  margin: 0;
}

.shadelani-hero {
  background:
    radial-gradient(circle at 82% 28%, rgba(234, 214, 209, 0.95) 0 12%, transparent 12.5%),
    radial-gradient(circle at 78% 40%, rgba(74, 85, 56, 0.2) 0 25%, transparent 25.5%),
    linear-gradient(125deg, var(--sh-cream) 0 54%, var(--sh-cream-deep) 54% 100%);
  box-sizing: border-box;
  isolation: isolate;
  min-height: clamp(35rem, 76vh, 52rem);
  overflow: hidden;
  position: relative;
}

.shadelani-hero__media,
.shadelani-hero__media::after {
  inset: 0;
  position: absolute;
}

.shadelani-hero__media {
  z-index: -2;
}

.shadelani-hero__media::after {
  background: linear-gradient(90deg, rgba(8, 8, 7, 0.83) 0%, rgba(8, 8, 7, 0.65) 42%, rgba(8, 8, 7, 0.17) 78%, rgba(8, 8, 7, 0.08) 100%);
  content: "";
}

.shadelani-hero__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.shadelani-hero__picture {
  display: block;
  height: 100%;
  width: 100%;
}

.shadelani-hero__inner {
  align-items: center;
  display: flex;
  min-height: clamp(35rem, 76vh, 52rem);
}

.shadelani-hero__content {
  max-width: 47rem;
  padding-block: 6rem;
}

.shadelani-hero .shadelani-eyebrow {
  color: var(--sh-olive-dark);
}

.shadelani-hero h1 {
  margin: 0 0 1.5rem;
  max-width: 12ch;
}

.shadelani-hero__intro {
  color: var(--sh-charcoal);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  margin: 0 0 2rem;
  max-width: 40rem;
}

.shadelani-hero--has-media,
.shadelani-hero--has-media h1,
.shadelani-hero--has-media .shadelani-eyebrow,
.shadelani-hero--has-media .shadelani-hero__intro {
  color: var(--sh-white);
}

.shadelani-eyebrow {
  color: var(--sh-olive);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.shadelani-benefits {
  background: var(--sh-black);
  color: var(--sh-white);
}

.shadelani-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.shadelani-benefit {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 2vw, 2rem);
}

.shadelani-benefit:first-child {
  padding-left: 0;
}

.shadelani-benefit:last-child {
  border-right: 0;
}

.shadelani-benefit__mark {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-family: var(--sh-heading);
  height: 2.5rem;
  justify-content: center;
}

.shadelani-benefit strong,
.shadelani-benefit span {
  display: block;
}

.shadelani-benefit strong {
  color: var(--sh-white);
  font-family: var(--sh-heading);
  font-size: 0.95rem;
  line-height: 1.25;
}

.shadelani-benefit div > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.77rem;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.shadelani-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.shadelani-section__header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.shadelani-section__header h2 {
  margin: 0;
}

.shadelani-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--sh-black);
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  padding-bottom: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

.shadelani-collection-grid {
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shadelani-collection-card {
  aspect-ratio: 4 / 5;
  background: var(--sh-olive);
  border-radius: var(--sh-radius);
  box-shadow: 0 0 0 rgba(17, 17, 15, 0);
  color: var(--sh-white);
  display: block;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.shadelani-collection-card:nth-child(even) {
  background: #7f625c;
}

.shadelani-collection-card:hover {
  box-shadow: var(--sh-shadow);
  color: var(--sh-white);
  transform: translateY(-0.25rem);
}

.shadelani-collection-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 300ms ease;
  width: 100%;
  z-index: -2;
}

.shadelani-collection-card:hover img {
  transform: scale(1.025);
}

.shadelani-collection-card__shade {
  background: linear-gradient(180deg, transparent 34%, rgba(8, 8, 7, 0.82) 100%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.shadelani-collection-card--placeholder::before,
.shadelani-collection-card--placeholder::after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
  height: 52%;
  position: absolute;
  right: -13%;
  top: 8%;
  width: 68%;
}

.shadelani-collection-card--placeholder::after {
  height: 34%;
  right: 18%;
  top: 25%;
  width: 45%;
}

.shadelani-collection-card__content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: clamp(1.15rem, 3vw, 2rem);
  position: absolute;
  right: 0;
}

.shadelani-collection-card__content strong {
  color: var(--sh-white);
  font-family: var(--sh-heading);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.shadelani-collection-card__content > span {
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 0.65rem;
}

.shadelani-collection-card__content em {
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 1rem;
  text-transform: uppercase;
}

.shadelani-empty-state {
  background: var(--sh-cream);
  border-radius: var(--sh-radius);
  padding: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.shadelani-empty-state p {
  margin-inline: auto;
  max-width: 38rem;
}

.shadelani-products {
  background: var(--sh-cream);
}

.shadelani-products .shadelani-section__header {
  margin-bottom: 2rem;
}

.woocommerce ul.products,
ul.products,
.wc-block-grid__products {
  display: grid !important;
  gap: clamp(1rem, 2.5vw, 2rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
ul.products::before,
ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product,
.wc-block-grid__product {
  background: var(--sh-white);
  border: 1px solid rgba(17, 17, 15, 0.07);
  border-radius: var(--sh-radius);
  box-sizing: border-box;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 0 1.35rem !important;
  position: relative;
  text-align: left;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: auto !important;
}

.woocommerce ul.products li.product:hover,
ul.products li.product:hover,
.wc-block-grid__product:hover {
  box-shadow: var(--sh-shadow);
  transform: translateY(-0.2rem);
}

.woocommerce ul.products li.product img,
ul.products li.product img,
.wc-block-grid__product-image img {
  aspect-ratio: 1 / 1.18;
  background: #f6f5f1;
  border-radius: 0;
  margin: 0 0 1.2rem !important;
  object-fit: cover;
  width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-size: 1.05rem !important;
  line-height: 1.3;
  margin: 0 1.15rem 0.45rem !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price,
.wc-block-grid__product-price {
  color: var(--sh-olive-dark);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 1.15rem 0.85rem !important;
}

.woocommerce ul.products li.product .star-rating,
ul.products li.product .star-rating {
  color: #8a6d2f;
  margin: 0 1.15rem 0.7rem !important;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
ul.products li.product .added_to_cart {
  font-size: 0.72rem;
  margin: 0 1.15rem !important;
  min-height: 2.55rem;
  padding: 0.65rem 1rem;
}

.onsale,
.wc-block-components-product-sale-badge {
  background: var(--sh-white);
  border: 0;
  border-radius: 999px;
  color: var(--sh-black);
  font-size: 0.68rem;
  font-weight: 800;
  left: 0.8rem;
  letter-spacing: 0.07em;
  padding: 0.42rem 0.7rem;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 0.8rem;
  z-index: 3;
}

.shadelani-story {
  background: var(--sh-white);
  padding-block: clamp(4.5rem, 10vw, 9rem);
}

.shadelani-story__grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.1fr);
}

.shadelani-story__art {
  aspect-ratio: 1 / 1;
  background: var(--sh-olive);
  border-radius: 50% 50% 46% 54% / 47% 43% 57% 53%;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.shadelani-story__art::before {
  background: var(--sh-blush);
  border-radius: 50%;
  bottom: -22%;
  content: "";
  height: 62%;
  position: absolute;
  right: -8%;
  width: 62%;
  z-index: -1;
}

.shadelani-story__ring {
  border: clamp(0.55rem, 1.2vw, 0.9rem) solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  height: 58%;
  left: 21%;
  position: absolute;
  top: 22%;
  transform: rotate(16deg);
  width: 58%;
}

.shadelani-story__ring--two {
  border-width: 1px;
  height: 72%;
  left: 13%;
  top: 13%;
  transform: rotate(-12deg);
  width: 72%;
}

.shadelani-story__spark {
  align-items: center;
  color: var(--sh-white);
  display: flex;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 9vw, 7rem);
  font-style: italic;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.shadelani-story__content h2 {
  margin: 0 0 1.5rem;
  max-width: 13ch;
}

.shadelani-story__content > p:not(.shadelani-eyebrow) {
  color: var(--sh-muted);
  font-size: 1.08rem;
  max-width: 43rem;
}

.shadelani-story__content .button {
  margin-top: 1rem;
}

.shadelani-page-content {
  background: var(--sh-cream);
}

.shadelani-prose {
  max-width: 52rem;
}

.shadelani-prose > *:last-child {
  margin-bottom: 0;
}

.shadelani-commerce .site-content {
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.shadelani-commerce .content-area {
  float: none;
  margin-right: 0;
  width: 100%;
}

.woocommerce-products-header {
  margin-bottom: 3rem;
  text-align: left;
}

.woocommerce-products-header__title,
.entry-title {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.storefront-sorting {
  align-items: center;
  background: var(--sh-cream);
  border-radius: var(--sh-radius-small);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0.8rem 1rem;
}

.storefront-sorting .woocommerce-ordering,
.storefront-sorting .woocommerce-result-count {
  margin: 0;
}

.storefront-sorting select {
  background-color: var(--sh-white);
  min-height: 2.5rem;
  padding-block: 0.45rem;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 2.6rem;
  justify-content: center;
  margin: 0.15rem;
  width: 2.6rem;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background: var(--sh-black);
  color: var(--sh-white);
}

.single-product div.product {
  margin-top: 1rem;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  box-sizing: border-box;
}

.single-product div.product .woocommerce-product-gallery img {
  border-radius: var(--sh-radius);
}

.single-product div.product .summary .product_title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin-bottom: 1rem;
}

.single-product div.product p.price {
  color: var(--sh-olive-dark);
  font-size: 1.5rem;
  font-weight: 800;
}

.single-product div.product .woocommerce-product-details__short-description {
  color: var(--sh-muted);
  font-size: 1.05rem;
}

.single-product div.product form.cart {
  align-items: center;
  border-bottom: 1px solid var(--sh-border);
  border-top: 1px solid var(--sh-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-block: 1.4rem;
}

.single-product div.product form.cart .quantity {
  margin: 0;
}

.quantity .qty {
  border-radius: 999px;
  min-height: 2.9rem;
  text-align: center;
}

.variations {
  border: 0;
}

.variations th,
.variations td {
  background: transparent;
  padding: 0.55rem 0;
}

.variations select {
  width: 100%;
}

.woocommerce-tabs {
  border-top: 1px solid var(--sh-border);
  padding-top: 2rem;
}

.woocommerce-tabs ul.tabs li a {
  color: var(--sh-muted);
  font-weight: 800;
}

.woocommerce-tabs ul.tabs li.active a {
  color: var(--sh-black);
}

.related.products,
.upsells.products {
  margin-top: clamp(4rem, 8vw, 7rem);
}

.related.products > h2,
.upsells.products > h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  text-align: left;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background: var(--sh-olive-dark);
  border-radius: var(--sh-radius-small);
  color: var(--sh-white);
  margin-bottom: 1.5rem;
}

.woocommerce-error {
  background: #7c3541;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: var(--sh-white);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-form-login,
.woocommerce-form-coupon,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  background: var(--sh-white);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  box-sizing: border-box;
  padding: clamp(1.1rem, 3vw, 2rem);
}

table.cart,
.shop_table {
  border-collapse: separate;
  border-spacing: 0;
}

table.cart th,
table.cart td,
.shop_table th,
.shop_table td {
  background: transparent;
  border-bottom: 1px solid var(--sh-border);
}

table.cart img {
  border-radius: 0.6rem;
  max-width: 5rem;
}

.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order {
  background: var(--sh-cream);
}

#order_review_heading {
  margin-top: 2rem;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  margin-bottom: 2rem;
}

.woocommerce-checkout-payment {
  background: var(--sh-white) !important;
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius-small);
}

.woocommerce-checkout-payment .payment_box {
  background: var(--sh-cream) !important;
  color: var(--sh-charcoal) !important;
}

.place-order .button,
#place_order {
  font-size: 0.9rem;
  justify-content: center;
  min-height: 3.4rem;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid var(--sh-border);
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
  color: var(--sh-charcoal);
  padding: 0.75rem 0;
}

.wc-block-cart,
.wc-block-checkout,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  color: var(--sh-charcoal);
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
  box-sizing: border-box;
}

.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-address-form,
.wc-block-components-checkout-step {
  border-color: var(--sh-border) !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-color: #b9b7b0 !important;
  border-radius: 0.7rem !important;
}

.site-footer {
  background: var(--sh-black);
  color: rgba(255, 255, 255, 0.72);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.site-footer .col-full {
  max-width: var(--sh-shell);
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer a,
.site-footer .widget-title {
  color: var(--sh-white);
}

.site-footer a:hover {
  color: var(--sh-blush);
}

.footer-widgets {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  border-top: 0;
  padding-top: 0;
}

.footer-widgets .widget-title {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shadelani-footer-navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.shadelani-footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shadelani-footer-navigation a {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.shadelani-site-info {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  gap: 1rem;
  justify-content: space-between;
  padding: 0;
}

@media (max-width: 66rem) {
  .shadelani-collection-grid,
  .woocommerce ul.products,
  ul.products,
  .wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shadelani-story__grid {
    gap: 3rem;
  }
}

@media (max-width: 48rem) {
  .shadelani-announcement__separator,
  .shadelani-announcement__secondary {
    display: none;
  }

  .site-header {
    padding-block: 1rem;
  }

  .site-branding {
    margin-bottom: 0;
  }

  .site-branding .custom-logo {
    max-height: 2.4rem;
  }

  .shadelani-hero,
  .shadelani-hero__inner {
    min-height: 37rem;
  }

  .shadelani-hero__media::after {
    background: linear-gradient(90deg, rgba(8, 8, 7, 0.84), rgba(8, 8, 7, 0.36));
  }

  .shadelani-hero__content {
    padding-block: 4.5rem;
  }

  .shadelani-benefits__grid {
    grid-template-columns: 1fr;
    padding-block: 0.4rem;
  }

  .shadelani-benefit,
  .shadelani-benefit:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    padding: 1rem 0;
  }

  .shadelani-benefit:last-child {
    border-bottom: 0;
  }

  .shadelani-section__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

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

  .shadelani-story__art {
    margin-inline: auto;
    max-width: 30rem;
    width: 100%;
  }

  .storefront-sorting {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
  }

  .shadelani-site-info {
    align-items: flex-start;
    flex-direction: column;
  }

  .shadelani-footer-navigation ul {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 34rem) {
  .shadelani-collection-grid,
  .woocommerce ul.products,
  ul.products,
  .wc-block-grid__products {
    grid-template-columns: 1fr;
  }

  .shadelani-collection-card {
    aspect-ratio: 5 / 5.5;
  }

  .woocommerce ul.products li.product img,
  ul.products li.product img,
  .wc-block-grid__product-image img {
    aspect-ratio: 1 / 1.05;
  }

  .shadelani-hero__content {
    max-width: 100%;
  }
}

/* Final production polish after Storefront's responsive cascade. */
.shadelani-benefit .shadelani-benefit__mark {
  align-items: center;
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  width: 2.5rem;
}

.storefront-product-pagination {
  display: none !important;
}

.woocommerce-tabs .panel p {
  margin-bottom: 0.85rem;
}

.woocommerce-tabs .panel h3 {
  font-family: var(--sh-body);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 1.45rem 0 0.55rem;
  text-transform: uppercase;
}

.woocommerce-tabs .panel h3:first-child {
  margin-top: 0;
}

.shadelani-product-features {
  display: grid;
  gap: 0.35rem;
  margin: 0.25rem 0 1rem;
  padding-left: 1.2rem;
}

.shadelani-product-features li {
  margin: 0;
  padding-left: 0.15rem;
}

.woocommerce-account:not(.logged-in) article .entry-header {
  padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  margin: 0 auto 0.8rem;
  max-width: 36rem;
}

.search-results .woocommerce-products-header__title,
.search-no-results .woocommerce-products-header__title {
  font-size: clamp(2.35rem, 5vw, 3.65rem);
  overflow-wrap: anywhere;
}

@media (min-width: 48rem) and (max-width: 66rem) {
  .site-header .site-search {
    width: 18rem;
  }
}

@media (max-width: 48rem) {
  .search-results .woocommerce-products-header__title,
  .search-no-results .woocommerce-products-header__title {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }
}

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

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

@media (prefers-contrast: more) {
  :root {
    --sh-border: #6d6b65;
    --sh-muted: #41403c;
  }

  .woocommerce ul.products li.product,
  ul.products li.product,
  .wc-block-grid__product {
    border-color: var(--sh-black);
  }
}

/* --------------------------------------------------------------------------
   Production refinement layer
   -------------------------------------------------------------------------- */

:root {
  --sh-black: #171713;
  --sh-charcoal: #34322d;
  --sh-cream: #fbf6ef;
  --sh-cream-deep: #f3e8da;
  --sh-olive: #536143;
  --sh-olive-dark: #35402b;
  --sh-blush: #eedbd6;
  --sh-border: #e4e0d8;
  --sh-muted: #6b6860;
  --sh-radius: 1.1rem;
  --sh-shadow: 0 1.25rem 3.5rem rgba(36, 31, 24, 0.09);
  --sh-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --sh-heading: "Iowan Old Style", Baskerville, "Times New Roman", Times, serif;
}

body.shadelani-site {
  background: #fff;
  font-family: var(--sh-body);
  letter-spacing: 0.002em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.woocommerce-loop-product__title {
  font-family: var(--sh-heading);
  font-weight: 600;
  letter-spacing: -0.028em;
}

.main-navigation,
.main-navigation a,
button,
.button {
  font-family: var(--sh-body);
}

h1 {
  font-size: clamp(2.45rem, 5.6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.55rem);
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.site-header,
.site-header[style] {
  background: rgba(255, 255, 255, 0.985) !important;
  background-image: none !important;
  border-bottom-color: rgba(23, 23, 19, 0.1);
  margin-bottom: 0 !important;
  padding-top: 1.1rem;
}

body.home .site-header,
body.page-template-front-page .site-header {
  margin-bottom: 0 !important;
}

.site-branding {
  margin-bottom: 1rem;
}

.site-branding .custom-logo {
  max-height: 3.6rem;
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
  font-family: var(--sh-body);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.105em;
  padding-block: 0.9rem 1.05rem;
}

.site-search .widget_product_search input[type="search"] {
  background: var(--sh-cream);
  border-color: var(--sh-border);
  min-height: 2.75rem;
}

.shadelani-preview-notice {
  background: var(--sh-cream);
  border-bottom: 1px solid var(--sh-border);
  color: var(--sh-charcoal);
}

.shadelani-preview-notice .shadelani-shell {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  min-height: 3rem;
  padding-block: 0.55rem;
  text-align: center;
}

.shadelani-preview-notice p {
  font-size: 0.82rem;
  margin: 0;
}

.shadelani-preview-notice strong {
  color: var(--sh-olive-dark);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  margin-right: 0.35rem;
  text-transform: uppercase;
}

.shadelani-preview-notice__mark {
  color: var(--sh-olive);
  line-height: 1;
}

.breadcrumb,
.woocommerce-breadcrumb {
  margin-bottom: 1.5rem;
  padding-top: 0;
}

.shadelani-hero,
.shadelani-hero__inner {
  min-height: clamp(34rem, 69vh, 47rem);
}

.shadelani-hero h1 {
  font-size: clamp(3.25rem, 7vw, 6.15rem);
  line-height: 0.94;
  max-width: 10ch;
}

.shadelani-hero__content {
  max-width: 43rem;
}

.shadelani-hero__media::after {
  background: linear-gradient(90deg, rgba(14, 14, 11, 0.86) 0%, rgba(14, 14, 11, 0.61) 42%, rgba(14, 14, 11, 0.12) 80%, transparent 100%);
}

.shadelani-products .shadelani-product-grid {
  max-width: 73rem;
}

.woocommerce ul.products,
ul.products,
.wc-block-grid__products {
  align-items: stretch;
}

.woocommerce ul.products li.product,
ul.products li.product,
.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  max-width: none !important;
  width: auto !important;
}

.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link,
ul.products li.product > a.woocommerce-LoopProduct-link,
.wc-block-grid__product-link {
  color: inherit;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-family: var(--sh-body);
  font-size: 0.98rem !important;
  font-weight: 650;
  letter-spacing: -0.012em;
  line-height: 1.35;
  min-height: 2.65em;
}

.woocommerce ul.products li.product .price,
ul.products li.product .price,
.wc-block-grid__product-price {
  margin-top: auto !important;
}

.woocommerce ul.products li.product .button,
ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
  align-self: flex-start;
  margin-top: auto !important;
}

.wc-block-grid__product {
  flex: none !important;
  max-width: none !important;
  padding-bottom: 1.35rem !important;
}

.wc-block-grid__product-image,
.wc-block-grid__product-title,
.wc-block-grid__product-price,
.wc-block-grid__product-rating,
.wc-block-grid__product-add-to-cart {
  margin-inline: 1.1rem !important;
  text-align: left;
}

.wc-block-grid__product-image {
  margin: 0 0 1.1rem !important;
}

.wc-block-grid__product-image img {
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  width: 100%;
}

.wc-block-grid__product-add-to-cart {
  margin-top: auto !important;
}

ul.products.columns-1,
.wc-block-grid.has-1-columns .wc-block-grid__products {
  grid-template-columns: 1fr;
}

ul.products.columns-2,
.wc-block-grid.has-2-columns .wc-block-grid__products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

ul.products.columns-3,
.wc-block-grid.has-3-columns .wc-block-grid__products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

ul.products.columns-4,
.wc-block-grid.has-4-columns .wc-block-grid__products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

ul.products.columns-5,
.wc-block-grid.has-5-columns .wc-block-grid__products {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

ul.products.columns-6,
.wc-block-grid.has-6-columns .wc-block-grid__products {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.shadelani-commerce .site-content {
  padding-block: clamp(1.5rem, 3vw, 2.75rem) clamp(4rem, 8vw, 7rem);
}

.woocommerce-products-header {
  background: linear-gradient(120deg, var(--sh-cream) 0%, #fff 100%);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: clamp(1.65rem, 4vw, 3.25rem);
  position: relative;
}

.woocommerce-products-header::after {
  border: 1px solid rgba(83, 97, 67, 0.16);
  border-radius: 50%;
  content: "";
  height: 12rem;
  position: absolute;
  right: -3rem;
  top: -5rem;
  width: 12rem;
}

.woocommerce-products-header__title,
.shadelani-commerce .entry-title {
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
  margin-bottom: 0;
  max-width: 16ch;
}

.term-description,
.shadelani-archive-intro {
  color: var(--sh-muted);
  font-size: 1.04rem;
  margin: 1rem 0 0;
  max-width: 64ch;
}

.term-description > *:last-child {
  margin-bottom: 0;
}

.storefront-sorting {
  border: 1px solid rgba(83, 97, 67, 0.08);
  gap: 1rem;
}

.storefront-sorting:last-of-type {
  margin-top: 2rem;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  background: rgba(255, 255, 255, 0.7);
}

.shadelani-catalog-empty-help {
  background: var(--sh-cream);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  margin-top: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  text-align: center;
}

.single-product div.product {
  margin-top: 0.5rem;
}

.single-product div.product .woocommerce-product-gallery img {
  background: #f8f7f3;
  border-radius: var(--sh-radius);
}

.single-product div.product .flex-control-thumbs li img {
  border: 2px solid transparent;
  border-radius: 0.7rem;
}

.single-product div.product .flex-control-thumbs li img.flex-active {
  border-color: var(--sh-olive);
}

.single-product div.product .summary {
  background: #fff;
  border-top: 0.28rem solid var(--sh-olive);
  box-shadow: 0 0.65rem 2.5rem rgba(36, 31, 24, 0.06);
  padding: clamp(1.25rem, 3vw, 2.35rem);
}

.single-product div.product .summary .product_title {
  font-size: clamp(2.35rem, 4.6vw, 4.1rem);
  line-height: 0.98;
}

.single-product div.product p.price {
  font-family: var(--sh-body);
  font-size: 1.4rem;
  letter-spacing: -0.02em;
}

.shadelani-product-assurance {
  border-bottom: 1px solid var(--sh-border);
  border-top: 1px solid var(--sh-border);
  display: grid;
  gap: 0.5rem;
  margin-block: 1.35rem;
  padding-block: 1rem;
}

.shadelani-product-assurance span {
  align-items: center;
  color: var(--sh-muted);
  display: flex;
  font-size: 0.82rem;
  gap: 0.65rem;
}

.shadelani-product-assurance span::before {
  color: var(--sh-olive);
  content: "✦";
  font-size: 0.7rem;
}

.single-product div.product form.cart {
  display: block;
  padding-block: 0.5rem 1.35rem;
}

.single-product div.product form.cart .variations,
.single-product div.product form.cart .single_variation_wrap,
.single-product div.product form.cart .woocommerce-variation {
  box-sizing: border-box;
  width: 100%;
}

.single-product div.product form.cart .woocommerce-variation-add-to-cart,
.single-product div.product form.cart:not(.variations_form) {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.shadelani-store-closed .single_add_to_cart_button[disabled],
.shadelani-store-closed .single_add_to_cart_button[aria-disabled="true"] {
  background: #d8d4cc !important;
  border-color: #d8d4cc !important;
  color: #5d5a54 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

.single-product div.product .product_meta {
  display: none !important;
}

.woocommerce-tabs {
  background: var(--sh-cream);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  padding: clamp(1.25rem, 3vw, 2.4rem);
}

.woocommerce-tabs ul.tabs {
  margin-bottom: 1.5rem;
}

.woocommerce-tabs .panel > *:last-child {
  margin-bottom: 0;
}

.related.products,
.upsells.products {
  border-top: 1px solid var(--sh-border);
  padding-top: clamp(3rem, 6vw, 5rem);
}

.related.products > h2,
.upsells.products > h2 {
  margin-bottom: 2rem;
}

body.page:not(.home):not(.woocommerce-page) .site-content {
  background: linear-gradient(180deg, var(--sh-cream) 0 13rem, #fff 25rem);
  padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(4rem, 8vw, 7rem);
}

body.page:not(.home):not(.woocommerce-page) .content-area {
  float: none;
  margin: 0;
  width: 100%;
}

body.page:not(.home):not(.woocommerce-page) article.page .entry-header {
  background: #fff;
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  box-shadow: 0 0.9rem 3rem rgba(36, 31, 24, 0.055);
  box-sizing: border-box;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  max-width: 58rem;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
}

body.page:not(.home):not(.woocommerce-page) article.page .entry-header::before {
  color: var(--sh-olive);
  content: "Shadelani";
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

body.shadelani-page-faq article.page .entry-header::before,
body.shadelani-page-contact article.page .entry-header::before,
body.shadelani-page-shipping-delivery article.page .entry-header::before,
body.shadelani-page-refund-policy article.page .entry-header::before {
  content: "Customer care";
}

body.shadelani-policy-page article.page .entry-header::before,
body.shadelani-page-privacy-policy article.page .entry-header::before,
body.shadelani-page-terms-of-service article.page .entry-header::before,
body.shadelani-page-data-sharing-opt-out article.page .entry-header::before {
  content: "Store policies";
}

body.page:not(.home):not(.woocommerce-page) .entry-title {
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: 0.98;
  margin: 0;
}

body.page:not(.home):not(.woocommerce-page) article.page .entry-content {
  color: var(--sh-charcoal);
  font-size: 1.03rem;
  margin-inline: auto;
  max-width: 52rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  margin: 3.25rem 0 1rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content h3 {
  border-top: 1px solid var(--sh-border);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  margin: 3rem 0 1rem;
  padding-top: 1.6rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content ul,
body.page:not(.home):not(.woocommerce-page) .entry-content ol {
  padding-left: 1.25rem;
}

body.page:not(.home):not(.woocommerce-page) .entry-content li {
  margin-bottom: 0.45rem;
  padding-left: 0.25rem;
}

body.shadelani-policy-page .entry-content > h2:first-child,
body.shadelani-page-privacy-policy .entry-content > h2:first-child {
  display: none;
}

body.shadelani-policy-page .entry-content > p:first-of-type strong,
body.shadelani-page-privacy-policy .entry-content > p:first-of-type strong,
body.shadelani-page-terms-of-service .entry-content > p:first-of-type strong,
body.shadelani-page-shipping-delivery .entry-content > p:first-of-type strong,
body.shadelani-page-refund-policy .entry-content > p:first-of-type strong {
  background: var(--sh-cream);
  border-radius: 999px;
  color: var(--sh-olive-dark);
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.8rem;
  text-transform: uppercase;
}

body.shadelani-page-faq .entry-content > p {
  background: #fff;
  border: 1px solid var(--sh-border);
  border-left: 0.25rem solid var(--sh-olive);
  border-radius: var(--sh-radius-small);
  box-shadow: 0 0.6rem 1.8rem rgba(36, 31, 24, 0.035);
  margin-bottom: 1rem;
  padding: 1.2rem 1.35rem;
}

body.shadelani-page-faq .entry-content > p strong:first-child {
  color: var(--sh-black);
  display: block;
  font-family: var(--sh-heading);
  font-size: 1.2rem;
  margin-bottom: 0.35rem;
}

.shadelani-request-form {
  background: var(--sh-cream);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  display: grid;
  gap: 0 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2.5rem;
  max-width: 50rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.shadelani-request-form p {
  margin: 0 0 1.15rem;
}

.shadelani-request-form p:nth-of-type(n + 3),
.shadelani-request-form > input[type="hidden"] + p,
.shadelani-request-form > p:last-child {
  grid-column: 1 / -1;
}

.shadelani-request-form label,
.shadelani-request-form input,
.shadelani-request-form textarea {
  box-sizing: border-box;
  width: 100%;
}

.shadelani-request-form button {
  width: auto;
}

.shadelani-form-message {
  border: 1px solid currentColor;
  border-radius: var(--sh-radius-small);
  font-weight: 700;
  padding: 0.9rem 1rem;
}

.shadelani-form-error {
  background: #fff4f4;
  color: #7c3541;
}

.shadelani-form-success {
  background: #f2f7ed;
  color: var(--sh-olive-dark);
}

.shadelani-directory.content-area,
.shadelani-not-found.content-area {
  float: none;
  margin: 0;
  width: 100%;
}

.shadelani-directory .site-main,
.shadelani-not-found .site-main {
  margin: 0;
}

.shadelani-directory__hero {
  background: linear-gradient(125deg, var(--sh-cream), var(--sh-blush));
  border-radius: var(--sh-radius);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  padding: clamp(2.25rem, 6vw, 5rem);
  position: relative;
}

.shadelani-directory__hero::after {
  border: 1px solid rgba(83, 97, 67, 0.22);
  border-radius: 50%;
  content: "";
  height: 18rem;
  position: absolute;
  right: -3rem;
  top: -7rem;
  width: 18rem;
}

.shadelani-directory__hero h1 {
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  margin: 0 0 1rem;
  max-width: 11ch;
}

.shadelani-directory__hero > p:last-child {
  color: var(--sh-charcoal);
  font-size: 1.1rem;
  margin: 0;
  max-width: 48rem;
}

.shadelani-collection-grid--directory {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shadelani-directory__cta {
  align-items: center;
  background: var(--sh-black);
  border-radius: var(--sh-radius);
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.shadelani-directory__cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 0;
}

.shadelani-directory__cta .shadelani-eyebrow {
  color: var(--sh-blush);
}

.shadelani-directory__cta .button {
  background: #fff;
  border-color: #fff;
  color: var(--sh-black);
  flex: 0 0 auto;
}

.shadelani-not-found__hero {
  background: var(--sh-cream);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.5rem, 7vw, 6rem);
  position: relative;
}

.shadelani-not-found__code {
  color: rgba(83, 97, 67, 0.08);
  font-family: var(--sh-heading);
  font-size: clamp(10rem, 30vw, 28rem);
  line-height: 0.7;
  position: absolute;
  right: -1rem;
  top: 2rem;
  z-index: -1;
}

.shadelani-not-found__hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  max-width: 12ch;
}

.shadelani-not-found__hero > p:not(.shadelani-eyebrow) {
  color: var(--sh-muted);
  font-size: 1.1rem;
  max-width: 42rem;
}

.shadelani-not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.shadelani-not-found__search {
  align-items: center;
  border-bottom: 1px solid var(--sh-border);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(18rem, 1.2fr);
  padding-block: clamp(2.5rem, 6vw, 5rem);
}

.shadelani-not-found__search h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: 0;
}

.shadelani-not-found__search form {
  margin: 0;
  position: relative;
}

.shadelani-not-found__search input[type="search"] {
  padding-right: 7rem;
  width: 100%;
}

.shadelani-not-found__search button {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}

.shadelani-not-found__help {
  margin: 2rem 0 0;
  text-align: center;
}

.shadelani-closed-cart {
  background: linear-gradient(135deg, var(--sh-cream), #fff);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-radius);
  margin-inline: auto;
  max-width: 48rem;
  padding: clamp(2.5rem, 7vw, 5rem);
  text-align: center;
}

.shadelani-closed-cart__mark {
  align-items: center;
  background: var(--sh-olive);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 3.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 3.5rem;
}

.shadelani-closed-cart h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 1rem;
}

.shadelani-closed-cart > p:not(.shadelani-eyebrow) {
  color: var(--sh-muted);
  margin-inline: auto;
  max-width: 38rem;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login {
  margin-inline: auto;
  max-width: 36rem;
}

.woocommerce-account:not(.logged-in) .entry-title {
  margin-inline: auto;
  text-align: center;
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  border-radius: 999px !important;
}

.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-checkout-step,
.wc-block-components-totals-wrapper {
  border-radius: var(--sh-radius-small);
}

.wc-block-components-notice-banner {
  border-radius: var(--sh-radius-small) !important;
}

.site-footer {
  padding-block: clamp(3rem, 6vw, 5rem) 2rem;
}

.shadelani-footer-main {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(18rem, 1fr) minmax(24rem, 1.2fr);
  margin-bottom: 1.5rem;
  padding-bottom: clamp(2.25rem, 5vw, 4rem);
}

.shadelani-footer-brand__name {
  color: #fff;
  display: inline-block;
  font-family: var(--sh-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: italic;
  line-height: 1;
  text-decoration: none;
}

.shadelani-footer-brand p {
  color: rgba(255, 255, 255, 0.68);
  margin: 1rem 0;
  max-width: 34rem;
}

.shadelani-footer-brand__email {
  color: var(--sh-blush) !important;
  font-size: 0.9rem;
}

.shadelani-footer-links__title {
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.shadelani-footer-navigation {
  border: 0;
  margin: 0;
  padding: 0;
}

.shadelani-footer-navigation ul {
  display: grid;
  gap: 0.7rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shadelani-footer-navigation a {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.76rem;
  letter-spacing: 0.075em;
}

.site-footer .shadelani-footer-brand__name {
  color: rgba(255, 255, 255, 0.94) !important;
}

.site-footer .shadelani-footer-navigation a:hover,
.site-footer .shadelani-footer-navigation a:focus {
  color: #fff !important;
}

@media (min-width: 48.01rem) {
  .main-navigation ul ul,
  .secondary-navigation ul ul {
    padding-block: 0.45rem;
  }

  .main-navigation ul ul li a {
    font-family: var(--sh-body);
    font-size: 0.82rem;
    letter-spacing: 0;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 66rem) {
  ul.products.columns-3,
  ul.products.columns-4,
  ul.products.columns-5,
  ul.products.columns-6,
  .wc-block-grid.has-3-columns .wc-block-grid__products,
  .wc-block-grid.has-4-columns .wc-block-grid__products,
  .wc-block-grid.has-5-columns .wc-block-grid__products,
  .wc-block-grid.has-6-columns .wc-block-grid__products,
  .shadelani-collection-grid--directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .site-header,
  .site-header[style] {
    background: #fff !important;
    background-image: none !important;
    padding-block: 0.85rem;
  }

  .site-header .col-full {
    padding-inline: 1rem;
  }

  .site-branding .custom-logo {
    max-height: 2.6rem;
  }

  .menu-toggle {
    background: var(--sh-black);
    border-color: var(--sh-black);
    color: #fff;
    min-height: 2.65rem;
  }

  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled .menu {
    background: #fff;
    border-top: 1px solid var(--sh-border);
    margin-top: 0.85rem;
    padding: 0.5rem;
  }

  .main-navigation ul ul,
  .secondary-navigation ul ul {
    background: var(--sh-cream);
    border: 0;
    border-left: 0.2rem solid var(--sh-olive);
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0.5rem 0.6rem;
  }

  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul ul li a {
    color: var(--sh-black);
    padding: 0.75rem;
  }

  .shadelani-preview-notice .shadelani-shell {
    align-items: flex-start;
    text-align: left;
  }

  .shadelani-preview-notice p {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .shadelani-preview-notice strong {
    display: block;
    margin-bottom: 0.12rem;
  }

  .shadelani-hero,
  .shadelani-hero__inner {
    min-height: 34rem;
  }

  .shadelani-hero h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .shadelani-hero__media::after {
    background: linear-gradient(90deg, rgba(8, 8, 7, 0.86), rgba(8, 8, 7, 0.33));
  }

  .woocommerce-products-header {
    padding: 1.5rem;
  }

  .woocommerce-products-header__title,
  .shadelani-commerce .entry-title {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .storefront-sorting {
    padding: 0.85rem;
  }

  .single-product div.product .summary {
    border-top-width: 0.22rem;
    padding: 1.25rem;
  }

  .single-product div.product .summary .product_title {
    font-size: clamp(2.3rem, 11vw, 3.35rem);
  }

  .woocommerce-tabs {
    padding: 1rem;
  }

  body.page:not(.home):not(.woocommerce-page) article.page .entry-header {
    padding: 1.75rem;
  }

  body.page:not(.home):not(.woocommerce-page) .entry-title {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .shadelani-request-form {
    grid-template-columns: 1fr;
  }

  .shadelani-request-form p {
    grid-column: 1 / -1;
  }

  .shadelani-directory__cta,
  .shadelani-footer-main,
  .shadelani-not-found__search {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .shadelani-directory__cta {
    flex-direction: column;
  }

  .shadelani-directory__cta .button {
    align-self: flex-start;
  }

  .shadelani-footer-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shadelani-footer-navigation ul li {
    width: auto;
  }

  .site-footer {
    padding-bottom: calc(6rem + env(safe-area-inset-bottom));
  }

  .storefront-handheld-footer-bar {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 34rem) {
  .woocommerce ul.products,
  ul.products,
  .wc-block-grid__products,
  ul.products.columns-2,
  ul.products.columns-3,
  ul.products.columns-4,
  ul.products.columns-5,
  ul.products.columns-6,
  .wc-block-grid.has-2-columns .wc-block-grid__products,
  .wc-block-grid.has-3-columns .wc-block-grid__products,
  .wc-block-grid.has-4-columns .wc-block-grid__products,
  .wc-block-grid.has-5-columns .wc-block-grid__products,
  .wc-block-grid.has-6-columns .wc-block-grid__products {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .shadelani-collection-grid--directory {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shadelani-collection-grid--directory .shadelani-collection-card {
    aspect-ratio: 4 / 5;
  }

  .woocommerce ul.products li.product,
  ul.products li.product,
  .wc-block-grid__product {
    padding-bottom: 0.9rem !important;
  }

  .woocommerce ul.products li.product img,
  ul.products li.product img,
  .wc-block-grid__product-image img {
    aspect-ratio: 1 / 1.12;
    margin-bottom: 0.8rem !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  ul.products li.product .woocommerce-loop-product__title,
  .wc-block-grid__product-title {
    font-size: 0.94rem !important;
    margin-inline: 0.75rem !important;
    min-height: 3.15em;
  }

  .woocommerce ul.products li.product .price,
  ul.products li.product .price,
  .wc-block-grid__product-price {
    font-size: 0.88rem;
    margin-inline: 0.75rem !important;
  }

  .woocommerce ul.products li.product .button,
  ul.products li.product .button,
  .wc-block-grid__product-add-to-cart .wp-block-button__link {
    font-size: 0.78rem;
    letter-spacing: 0.025em;
    margin-inline: 0.75rem !important;
    min-height: 2.75rem;
    padding: 0.68rem 0.65rem;
  }

  .wc-block-grid__product-image,
  .wc-block-grid__product-title,
  .wc-block-grid__product-price,
  .wc-block-grid__product-rating,
  .wc-block-grid__product-add-to-cart {
    margin-inline: 0.75rem !important;
  }

  .wc-block-grid__product-image {
    margin-inline: 0 !important;
  }

  .shadelani-site-info,
  .shadelani-footer-navigation ul {
    grid-template-columns: 1fr;
  }

  .shadelani-not-found__actions .button,
  .shadelani-directory__cta .button {
    width: 100%;
  }
}
