.hidden {
  display: none !important;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

:root {
  --sh-container: 1180px;
  --sh-gutter: 60px;
  --sh-ink: #000;
  --sh-paper: #fff;
  --sh-cream: #fcf9f4;
  --sh-linen: #f4efe8;
  --sh-muted: #707070;
  --sh-accent: #a25f4b;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  transform: translateY(-140%);
  background: #1d1f2e;
  color: #fff;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.content {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.wrap {
  width: min(var(--sh-container), calc(100vw - var(--sh-gutter)));
  max-width: calc(100vw - var(--sh-gutter));
  margin-right: auto;
  margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
dd,
dt {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.underlined-link {
  border-bottom: 2px solid rgba(162, 95, 75, .25);
  color: var(--sh-accent);
  text-decoration: none;
}

.underlined-link:hover {
  border-bottom-color: var(--sh-accent);
  color: var(--sh-accent);
}

.sh-old-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--sh-ink);
  background-color: rgba(252, 249, 244, .96);
  backdrop-filter: blur(16px);
}

.sh-old-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  width: min(var(--sh-container), calc(100vw - var(--sh-gutter)));
  margin-right: auto;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}

.sh-old-brand {
  justify-self: center;
  color: var(--sh-ink);
  font-family: "Cormorant Custom", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.sh-old-brand:hover {
  color: #1d1f2e;
}

.sh-old-nav-left,
.sh-old-nav-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.sh-old-nav-left {
  justify-content: flex-start;
}

.sh-old-nav-right {
  justify-content: flex-end;
}

.sh-cart-button {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--sh-ink);
  cursor: pointer;
}

.sh-cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 17px;
  padding: 2px 5px;
  background: var(--sh-accent);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.sh-cart-button:hover {
  color: var(--sh-accent);
}

.sh-cart-button:focus-visible {
  outline: 2px solid var(--sh-ink);
  outline-offset: 4px;
}

.sh-cart-icon {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sh-old-nav-link {
  border-bottom: 2px solid transparent;
  color: var(--sh-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 18px;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}

.sh-old-nav-link:hover,
.sh-old-nav-link.is-active {
  border-bottom-color: var(--sh-ink);
  color: var(--sh-ink);
}

.header-image.sh-hero-image,
.parallax-section.sh-parallax,
.about-head-pic.sh-about-head,
.product-image.sh-product-image,
.product-picture.sh-product-picture,
.sh-story-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-section {
  margin-bottom: 90px;
}

.header-section.sh-split-hero {
  margin-bottom: 100px;
  padding-top: 64px;
}

.header-section.sh-split-hero .wrap {
  width: min(var(--sh-container), calc(100vw - var(--sh-gutter)));
  max-width: calc(100vw - var(--sh-gutter));
}

.sh-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .45fr) minmax(0, .55fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  min-height: calc(100vh - 170px);
}

.sh-hero-copy {
  max-width: 500px;
}

.sh-hero-copy h1 {
  margin-top: 18px;
  margin-bottom: 24px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .96;
  letter-spacing: 0;
}

.sh-hero-copy .big-paragraph {
  max-width: 520px;
  margin-bottom: 32px;
  color: rgba(29, 31, 46, .68);
}

.sh-hero-media {
  position: relative;
  min-height: 650px;
  background-position: 48% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sh-hero-note {
  position: absolute;
  left: 26px;
  bottom: 26px;
  max-width: 250px;
  padding: 18px 20px;
  background-color: rgba(255, 255, 255, .9);
}

.sh-hero-note p {
  margin-bottom: 0;
  color: rgba(29, 31, 46, .62);
  font-size: 13px;
  line-height: 22px;
}

.header-image.sh-hero-image {
  min-width: 0;
  min-height: min(760px, calc(100vh - 130px));
  background-position: 50% 52%;
}

.header-content {
  justify-content: flex-start;
}

.sh-hero-text {
  max-width: 520px;
  margin-left: 0;
  padding: 0;
}

.sh-hero-text .big-paragraph {
  max-width: 480px;
  margin-bottom: 30px;
}

.sh-about-hero {
  padding-top: 78px;
  padding-bottom: 100px;
  background-color: var(--sh-cream);
}

.sh-about-hero .wrap {
  width: min(var(--sh-container), calc(100vw - var(--sh-gutter)));
  max-width: calc(100vw - var(--sh-gutter));
}

.sh-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .45fr) minmax(0, .55fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
}

.page-headline-wrap.sh-about-headline {
  text-align: left;
  width: auto;
  max-width: 500px;
  margin: 0;
}

.page-headline-wrap.sh-about-headline h1 {
  margin-top: 18px;
  margin-bottom: 24px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 300;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

.page-headline-wrap.sh-about-headline .sh-page-copy {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(29, 31, 46, .68);
}

.sh-about-head-image {
  display: block;
  width: 100%;
  height: min(650px, calc(100vh - 170px));
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.sh-about-story-band {
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: var(--sh-linen);
}

.sh-about-story-band .sh-story-grid {
  margin-bottom: 0;
}

.sh-about-story-band .paragraph + .paragraph {
  margin-top: 18px;
}

.parallax-section.sh-parallax {
  margin-top: 0;
}

.products-grid {
  display: flex;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
}

.product-pic-wrap {
  display: flex;
  width: 33%;
  flex: 0 auto;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.link-wrap-category {
  position: relative;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}

.product-picture {
  display: block;
  width: 300px;
  height: 380px;
  background-position: 50%;
  background-size: cover;
}

.product-picture.sh-product-picture {
  border-radius: 8px;
  overflow: hidden;
}

.item-overlay {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-radius: 8px;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  opacity: 0;
  cursor: pointer;
  transition: opacity .35s ease;
}

.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  justify-content: center;
  padding: 18px 24px;
  border-bottom-style: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 2px 6px #1d1f2e1a;
  color: #1d1f2e;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
}

.white-button:hover {
  background-color: #f6f6f6;
  box-shadow: 0 3px 8px #1d1f2e26;
  color: #161724;
  opacity: .96;
}

.white-button.cc-product-button {
  width: 100%;
  transform: translate3d(0, 8px, 0);
  transition: transform .35s ease, background-color .4s, opacity .4s, box-shadow .4s;
}

.link-wrap-category:hover .item-overlay,
.link-wrap-category:focus-within .item-overlay {
  opacity: 1;
}

.link-wrap-category:hover .white-button.cc-product-button,
.link-wrap-category:focus-within .white-button.cc-product-button {
  transform: translate3d(0, 0, 0);
}

.pic-description {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  display: inline-block;
  min-height: 0;
  margin-top: 8px;
  margin-bottom: 0;
  color: #1d1f2e;
  line-height: 28px;
}

.category-price-wrap.sh-card-meta {
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}

.sh-card-category {
  color: rgba(29, 31, 46, .48);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category-tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 80;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.category-tag-text {
  border-radius: 8px;
  min-width: 0;
  padding: 7px 10px;
  background-color: #fff;
  color: #1d1f2e;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .6px;
}

.sh-page-copy {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(29, 31, 46, .7);
  line-height: 28px;
}

.subheadline-wrap {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 46px;
  margin-left: auto;
  text-align: center;
}

.subheadline-wrap .label {
  margin-bottom: 16px;
}

.subheadline-wrap h2 {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.subheadline-wrap .sh-page-copy {
  margin-top: 0;
}

.sh-product-grid {
  margin-right: 0;
  margin-left: 0;
}

.sh-product-grid .product-pic-wrap {
  padding-right: 15px;
  padding-left: 15px;
}

.sh-more-products-section {
  padding-top: 86px;
  padding-bottom: 96px;
  border-top: 1px solid rgba(29, 31, 46, .12);
  background-color: #fbfaf7;
}

.sh-more-products-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 46px;
  text-align: center;
}

.sh-more-products-head::before,
.sh-more-products-head::after {
  content: "";
  display: block;
  width: min(32vw, 420px);
  height: 1px;
  background-color: rgba(29, 31, 46, .16);
}

.sh-more-products-grid {
  justify-content: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.sh-more-products-grid .product-pic-wrap {
  width: 33.333%;
}

.sh-more-products-cta {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.product-head-wrap {
  display: grid;
  grid-template-columns: minmax(360px, 540px) minmax(320px, 460px);
  align-items: flex-start;
  justify-content: center;
  gap: clamp(56px, 6vw, 96px);
  width: min(1060px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.product-image.sh-product-image {
  width: 100%;
  height: auto;
  min-height: 540px;
  margin-right: 0;
}

.product-main-details {
  width: auto;
  max-width: 460px;
  padding-left: 0;
}

.product-main-details h1,
.page-headline-wrap h1,
.content-wrap h2,
.subheadline-wrap h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.sh-gallery-section {
  margin-top: -40px;
  margin-bottom: 70px;
}

.sh-gallery-section .wrap {
  display: block;
}

.sh-detail-section {
  margin-bottom: 110px;
}

.sh-detail-section .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: clamp(56px, 6vw, 96px);
  align-items: start;
  width: min(1060px, calc(100vw - var(--sh-gutter)));
}

.sh-detail-section .product-details-wrap,
.sh-detail-section .product-dimensions-wrap {
  width: auto;
  margin-right: 0;
  padding-left: 0;
}

.sh-filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 26px;
  margin-top: 18px;
}

.sh-filter-button {
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(29, 31, 46, .55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.sh-filter-button:hover,
.sh-filter-button.is-active {
  border-bottom-color: #a25f4b;
  color: #a25f4b;
}

.sh-filter-select {
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border: 1px solid #ececed;
  background-color: #fff;
  color: rgba(29, 31, 46, .7);
  font-family: "Manrope Custom", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.dark-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background-color: #1d1f2e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}

.dark-button:hover {
  background-color: #a25f4b;
  color: #fff;
}

.dark-button.is-disabled {
  pointer-events: none;
  opacity: .5;
}

.sh-external-cta {
  margin-left: 12px;
  background-color: transparent;
  border: 1px solid #1d1f2e;
  color: #1d1f2e;
}

.sh-card-cart-button,
.sh-card-unavailable {
  margin-top: 14px;
}

.sh-card-price {
  margin-top: 8px;
  color: #1d1f2e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sh-card-cart-button {
  padding: 11px 16px;
  border: 1px solid #1d1f2e;
  background: transparent;
  color: #1d1f2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
}

.sh-card-cart-button:hover {
  border-color: var(--sh-accent);
  color: var(--sh-accent);
}

.sh-card-unavailable {
  color: rgba(29, 31, 46, .44);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sh-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(29, 31, 46, .28);
}

.sh-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(460px, 100vw);
  height: 100vh;
  border-left: 1px solid #1d1f2e;
  background: var(--sh-cream);
  transform: translateX(100%);
  transition: transform .28s ease;
}

.sh-cart-drawer.is-open {
  transform: translateX(0);
}

.sh-cart-open {
  overflow: hidden;
}

.sh-cart-drawer-head,
.sh-cart-drawer-foot {
  padding: 28px;
}

.sh-cart-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(29, 31, 46, .14);
}

.sh-cart-drawer-head h2 {
  margin: 6px 0 0;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.sh-cart-drawer-head h2 span {
  display: block;
  margin-top: 8px;
  color: rgba(29, 31, 46, .48);
  font-family: "Manrope Custom", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sh-cart-close,
.sh-cart-continue,
.sh-cart-item-meta button {
  border: 0;
  background: transparent;
  color: #1d1f2e;
  cursor: pointer;
}

.sh-cart-close {
  font-size: 30px;
  line-height: 1;
}

.sh-cart-items {
  overflow: auto;
  padding: 0 28px;
}

.sh-cart-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(29, 31, 46, .12);
}

.sh-cart-item-image {
  width: 92px;
  height: 112px;
  object-fit: cover;
}

.sh-cart-item-copy h3 {
  margin: 0 0 8px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.08;
}

.sh-cart-item-copy p,
.sh-cart-helper,
.sh-cart-empty p {
  color: rgba(29, 31, 46, .6);
  font-size: 14px;
  line-height: 1.5;
}

.sh-cart-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sh-cart-item-meta button,
.sh-cart-continue {
  padding: 0;
  border-bottom: 1px solid rgba(162, 95, 75, .55);
  color: var(--sh-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.sh-cart-empty {
  padding: 28px;
}

.sh-cart-drawer-foot {
  border-top: 1px solid rgba(29, 31, 46, .14);
}

.sh-cart-total-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #1d1f2e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sh-cart-checkout {
  width: 100%;
  margin-top: 18px;
}

.sh-cart-continue {
  display: block;
  margin: 16px auto 0;
}

.sh-cart-toast {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 100;
  max-width: min(360px, calc(100vw - 48px));
  padding: 14px 18px;
  border: 1px solid #1d1f2e;
  background: #fff;
  color: #1d1f2e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .22s ease, transform .22s ease;
  text-transform: uppercase;
}

.sh-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

.sh-checkout-head {
  max-width: 760px;
  margin-bottom: 58px;
}

.sh-checkout-head h1 {
  margin: 12px 0 18px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 300;
  line-height: .95;
}

.sh-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: clamp(38px, 5vw, 72px);
  align-items: start;
}

.sh-checkout-panel,
.sh-order-summary {
  border: 1px solid rgba(29, 31, 46, .16);
  background: #fff;
}

.sh-checkout-panel {
  margin-bottom: 22px;
  padding: 28px;
}

.sh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.sh-form-grid label,
.sh-upload-box {
  display: grid;
  gap: 8px;
}

.sh-form-grid span,
.sh-upload-box span {
  color: #1d1f2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sh-form-grid input,
.sh-form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(29, 31, 46, .2);
  background: #fff;
  color: #1d1f2e;
  font: inherit;
}

.sh-form-grid textarea {
  resize: vertical;
}

.sh-form-wide {
  grid-column: 1 / -1;
}

.sh-honeypot {
  position: absolute;
  left: -9999px;
}

.sh-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.sh-payment-options > div,
.sh-support-block {
  padding: 20px;
  background: var(--sh-linen);
}

.sh-payment-options h3,
.sh-support-block h3,
.sh-checkout-item h3 {
  margin: 0 0 12px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1;
}

.sh-payment-options dl {
  margin: 0;
}

.sh-payment-options div div {
  display: grid;
  grid-template-columns: minmax(110px, .45fr) minmax(0, 1fr);
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(29, 31, 46, .1);
}

.sh-payment-options dt {
  color: rgba(29, 31, 46, .5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sh-payment-options dd {
  margin: 0;
}

.sh-upload-box {
  margin-top: 18px;
  padding: 30px;
  border: 1px dashed rgba(29, 31, 46, .34);
  background: var(--sh-cream);
  cursor: pointer;
}

.sh-upload-box small,
.sh-checkout-note {
  color: rgba(29, 31, 46, .58);
  line-height: 1.55;
}

.sh-upload-box input {
  margin-top: 8px;
}

.sh-submit-order {
  width: 100%;
}

.sh-submit-order:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.sh-checkout-note {
  margin-top: 14px;
  font-size: 14px;
}

.sh-checkout-message {
  margin-top: 18px;
  padding: 0;
  color: #1d1f2e;
  font-weight: 700;
}

.sh-checkout-message.is-error,
.sh-checkout-message.is-success {
  padding: 14px 16px;
  border: 1px solid currentColor;
  background: #fff;
}

.sh-checkout-message.is-error {
  color: #ba1a1a;
}

.sh-checkout-message.is-success {
  color: #315f46;
}

.sh-order-summary {
  position: sticky;
  top: 112px;
  padding: 28px;
}

.sh-checkout-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(29, 31, 46, .12);
}

.sh-checkout-item img {
  width: 82px;
  height: 98px;
  object-fit: cover;
}

.sh-checkout-item p {
  margin: 0 0 8px;
  color: rgba(29, 31, 46, .54);
  font-size: 13px;
}

.sh-order-empty {
  padding: 20px 0;
  color: rgba(29, 31, 46, .62);
}

.sh-order-totals {
  margin-top: 22px;
  border-top: 1px solid rgba(29, 31, 46, .16);
}

.sh-order-totals div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(29, 31, 46, .1);
}

.sh-order-totals span {
  color: rgba(29, 31, 46, .55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sh-order-totals strong {
  text-align: right;
}

.sh-support-block {
  margin-top: 24px;
}

.sh-support-block p {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, .64);
  font-size: 14px;
  line-height: 1.5;
}

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

.sh-orders-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.sh-orders-head h1 {
  margin: 12px 0 18px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(56px, 7vw, 94px);
  font-weight: 300;
  line-height: .95;
}

.sh-orders-auth {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid rgba(29, 31, 46, .16);
  background: #fff;
}

.sh-orders-auth label {
  display: grid;
  flex: 1 1 280px;
  gap: 8px;
}

.sh-orders-auth span {
  color: #1d1f2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.sh-orders-auth input {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(29, 31, 46, .2);
  background: #fff;
}

.sh-orders-message {
  margin-bottom: 18px;
  color: #1d1f2e;
  font-weight: 700;
}

.sh-orders-message.is-error {
  color: #ba1a1a;
}

.sh-orders-list {
  display: grid;
  gap: 14px;
}

.sh-order-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(220px, 1fr) minmax(140px, .7fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(29, 31, 46, .14);
  background: #fff;
}

.sh-order-row h2 {
  margin: 4px 0 8px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.sh-order-row p {
  margin: 0;
  color: rgba(29, 31, 46, .62);
  font-size: 14px;
  line-height: 1.5;
}

.white-button.sh-secondary-button {
  border: 1px solid #ececed;
  background-color: #fff;
  box-shadow: none;
  color: #1d1f2e;
}

.white-button.sh-secondary-button:hover {
  border-color: #a25f4b;
  color: #a25f4b;
}

.sh-detail-list {
  margin-top: 24px;
  border-top: 1px solid #ececed;
}

.sh-detail-list-item {
  display: grid;
  grid-template-columns: minmax(130px, .42fr) 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #ececed;
}

.sh-detail-label {
  color: #1d1f2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sh-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-tag {
  padding: 6px 10px;
  background-color: #fafafa;
  color: rgba(29, 31, 46, .62);
  font-size: 12px;
}

.sh-prose {
  margin-top: 28px;
  color: rgba(29, 31, 46, .7);
}

.sh-prose p {
  margin-bottom: 18px;
}

.sh-related-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.sh-related-image {
  min-height: 220px;
  background-position: 50%;
  background-size: cover;
}

.sh-story-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 105px;
}

.sh-story-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sh-story-image {
  min-height: 250px;
}

.sh-story-image:first-child {
  grid-column: span 2;
  min-height: 340px;
}

.sh-about-section-head {
  display: grid;
  grid-template-columns: minmax(180px, .34fr) minmax(0, .66fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 34px;
}

.sh-about-section-head h2,
.sh-about-story-band h2,
.sh-about-feature-copy h2,
.sh-about-cta h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(42px, 4vw, 68px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.sh-about-values-section {
  padding-top: 112px;
  padding-bottom: 92px;
  background-color: #fff;
}

.sh-about-values {
  margin-top: 0;
}

.sh-about-values .sh-step {
  grid-template-columns: minmax(180px, .34fr) minmax(0, .66fr);
  padding-top: 30px;
  padding-bottom: 30px;
}

.sh-about-craft-feature {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: var(--sh-cream);
}

.sh-about-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: clamp(48px, 6vw, 84px);
  align-items: center;
}

.sh-about-feature-media {
  display: grid;
  grid-template-columns: .72fr .5fr;
  gap: 18px;
  align-items: end;
}

.sh-about-feature-media img {
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.sh-about-feature-media img + img {
  min-height: 360px;
  margin-bottom: 64px;
}

.sh-about-feature-copy {
  max-width: 520px;
}

.sh-about-feature-copy .label {
  margin-bottom: 18px;
}

.sh-about-feature-copy h2 {
  margin-bottom: 24px;
}

.sh-about-note {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(29, 31, 46, .16);
  color: rgba(29, 31, 46, .55);
}

.sh-about-cta-section {
  padding-top: 90px;
  padding-bottom: 96px;
  border-top: 1px solid rgba(29, 31, 46, .12);
  background-color: #fff;
}

.sh-about-cta {
  display: grid;
  grid-template-columns: minmax(0, .68fr) auto;
  gap: 40px;
  align-items: end;
}

.sh-about-cta .label {
  margin-bottom: 14px;
}

.sh-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  justify-content: flex-end;
}

.sh-steps {
  margin-top: 28px;
  border-top: 1px solid #ececed;
}

.sh-step {
  display: grid;
  grid-template-columns: minmax(128px, .36fr) minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid #ececed;
}

.sh-step .label {
  overflow-wrap: anywhere;
}

.sh-step .paragraph {
  margin-bottom: 0;
}

.sh-step-number {
  color: #a25f4b;
  font-size: 24px;
}

.sh-contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-top: 70px;
}

.sh-contact-grid .contact-form-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.contact-detail-wrap h5 {
  margin-bottom: 14px;
  color: rgba(29, 31, 46, .82);
  font-family: "Manrope Custom", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-detail-wrap .paragraph {
  max-width: 360px;
  color: rgba(29, 31, 46, .7);
}

.sh-contact-card {
  display: block;
  width: 100%;
  padding: 30px;
  border: 1px solid #ececed;
  background-color: #fff;
}

.sh-contact-card h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #1d1f2e;
  font-family: "Cormorant Custom", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.sh-contact-card .paragraph {
  max-width: 560px;
  margin-bottom: 12px;
}

.sh-contact-card:hover {
  border-color: rgba(162, 95, 75, .45);
}

.footer {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 30px;
  border-top: 1px solid #ececed;
  background-color: #fff;
}

.footer .wrap {
  width: min(var(--sh-container), 100%);
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(120px, 1fr));
  gap: 40px;
  align-items: start;
}

.footer-left {
  max-width: 360px;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-text {
  margin-bottom: 20px;
  color: rgba(29, 31, 46, .62);
  font-size: 14px;
  line-height: 24px;
}

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

.footer-title {
  margin-bottom: 18px;
  color: #1d1f2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}

.sh-footer-brand {
  color: var(--sh-ink);
  font-family: "Cormorant Custom", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.footer-link {
  margin-bottom: 10px;
}

.sh-footer-note {
  color: rgba(29, 31, 46, .55);
  font-size: 14px;
  line-height: 24px;
}

.label {
  color: var(--sh-muted);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.paragraph {
  color: rgba(0, 0, 0, .7);
  line-height: 1.6;
}

.page-headline-wrap,
.content-wrap {
  width: min(760px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-headline-wrap {
  margin-bottom: 70px;
}

.page-headline-wrap h1,
.content-wrap h2,
.subheadline-wrap h2,
.product-main-details h1 {
  font-family: "Cormorant Custom", serif;
  font-weight: 300;
}

.product-head-section {
  margin-top: 90px;
  margin-bottom: 90px;
}

.details-section {
  margin-top: 70px;
}

.sh-journal-home {
  color: var(--sh-ink);
  background-color: var(--sh-paper);
}

.sh-journal-home .p-xl-start {
  padding-top: 6.6em;
}

.sh-journal-home .p-xl-end {
  padding-bottom: 7.2em;
}

.sh-journal-home .blog-header-title {
  line-height: .9;
}

.sh-journal-home .blog-header-title-letter {
  opacity: 0;
  transform: translate3d(1.5em, -1vh, -2em) rotateY(95deg);
  transform-style: preserve-3d;
  animation: sh-title-letter 1.5s cubic-bezier(.23, 1, .32, 1) forwards;
  animation-delay: calc(.3s + var(--letter-index) * .1s);
}

.sh-journal-home .blog-header-divider {
  opacity: 0;
  width: 0;
  animation: sh-divider-draw 2s ease forwards;
  animation-delay: .2s;
}

.sh-journal-grid {
  opacity: 0;
  grid-auto-rows: minmax(16em, auto);
  animation: sh-grid-fade 1.5s ease forwards;
  animation-delay: 1s;
}

.sh-journal-grid .blog-teaser-item-wrapper {
  display: flex;
  min-height: 24em;
}

.sh-journal-grid .blog-teaser-text-wrapper {
  max-height: none;
}

.sh-journal-grid .blog-teaser-summary {
  color: var(--sh-muted);
}

.sh-journal-grid .blog-teaser-date {
  color: var(--sh-muted);
}

.sh-journal-grid .blog-teaser-image-inner {
  transform: scale3d(1.4, 1.2, 1) rotateZ(-5deg);
  animation: sh-image-settle 3s cubic-bezier(.23, 1, .32, 1) forwards;
  animation-delay: 1.05s;
}

.sh-journal-grid .blog-teaser-image-wrapper:focus-visible {
  outline: 2px solid var(--sh-ink);
  outline-offset: 4px;
}

.journal-card--hero {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

.journal-card--wide {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.journal-card--quote {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

.journal-card--tall {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

.journal-card--small {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.journal-card--social {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

.journal-card--social .social-icons-wrapper {
  display: grid;
  gap: .5em;
  justify-items: center;
}

.journal-card--social .social-link {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sh-journal-grid .grid-border-line,
.grid-border-line {
  height: 0;
  animation: sh-line-down 4s ease forwards;
  animation-delay: 1s;
}

@keyframes sh-title-letter {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0);
  }
}

@keyframes sh-divider-draw {
  to {
    opacity: 1;
    width: 100%;
  }
}

@keyframes sh-grid-fade {
  to {
    opacity: 1;
  }
}

@keyframes sh-image-settle {
  to {
    transform: scale3d(1, 1, 1) rotateZ(0);
  }
}

@keyframes sh-line-down {
  to {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .sh-journal-grid .blog-teaser-image-wrapper:hover img {
    transform: scale(1.1);
  }
}

@media (max-width: 991px) {
  :root {
    --sh-gutter: 60px;
  }

  html {
    font-size: 1rem;
  }

  .wrap {
    width: auto;
    max-width: calc(100vw - var(--sh-gutter));
  }

  .sh-story-grid,
  .sh-contact-grid,
  .sh-about-feature-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sh-about-section-head,
  .sh-about-values .sh-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sh-about-feature-copy {
    max-width: 680px;
  }

  .sh-about-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sh-about-cta-actions {
    justify-content: flex-start;
  }

  .product-head-wrap {
    gap: 40px;
    grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
    width: 100%;
  }

  .product-pic-wrap {
    width: 50%;
  }

  .sh-more-products-grid .product-pic-wrap {
    width: 50%;
  }

  .sh-hero-grid {
    gap: 38px;
    min-height: auto;
    grid-template-columns: minmax(300px, .48fr) minmax(0, .52fr);
  }

  .sh-about-hero-grid {
    gap: 38px;
    grid-template-columns: minmax(300px, .48fr) minmax(0, .52fr);
  }

  .sh-hero-media {
    min-height: 520px;
  }

  .sh-about-head-image {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-image.sh-product-image {
    min-height: 460px;
  }

  .sh-detail-section .wrap,
  .footer-content,
  .sh-checkout-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sh-order-row {
    grid-template-columns: 1fr 1fr;
  }

  .footer-left {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .sh-journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-card--hero,
  .journal-card--wide,
  .journal-card--quote,
  .journal-card--tall,
  .journal-card--small {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .journal-card--social {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media (max-width: 767px) {
  :root {
    --sh-gutter: 44px;
  }

  .sh-old-nav {
    grid-template-columns: 1fr auto;
    justify-items: center;
    gap: 12px;
    width: min(100%, calc(100vw - 36px));
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sh-old-brand {
    grid-row: 1;
    grid-column: 1 / -1;
    font-size: 22px;
  }

  .sh-old-nav-left,
  .sh-old-nav-right {
    justify-content: center;
    gap: 16px;
  }

  .sh-old-nav-left {
    grid-row: 2;
    grid-column: 1;
  }

  .sh-old-nav-right {
    grid-row: 2;
    grid-column: 2;
  }

  .sh-old-nav-link {
    font-size: 11px;
    letter-spacing: 1.4px;
  }

  .wrap {
    max-width: calc(100vw - var(--sh-gutter));
  }

  .header-section {
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 70px;
  }

  .header-section.sh-split-hero {
    padding-top: 38px;
  }

  .header-section.sh-split-hero .wrap {
    width: auto;
    max-width: calc(100vw - var(--sh-gutter));
  }

  .sh-hero-grid,
  .sh-about-hero-grid {
    grid-template-columns: 1fr;
  }

  .sh-hero-copy h1,
  .page-headline-wrap.sh-about-headline h1 {
    font-size: 54px;
  }

  .sh-about-hero {
    padding-top: 38px;
    padding-bottom: 70px;
  }

  .sh-about-hero .wrap {
    width: auto;
    max-width: calc(100vw - var(--sh-gutter));
  }

  .sh-hero-media {
    min-height: 460px;
  }

  .sh-about-head-image {
    aspect-ratio: 4 / 5;
  }

  .sh-hero-note {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
  }

  .header-headline {
    font-size: 42px;
    line-height: 46px;
  }

  .header-image.sh-hero-image {
    min-height: 620px;
  }

  .header-content {
    padding: 34px 28px;
  }

  .sh-hero-text {
    max-width: 100%;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .wrap {
    padding-right: 22px;
    padding-left: 22px;
  }

  .product-picture.sh-product-picture {
    min-height: 320px;
  }

  .product-pic-wrap {
    width: 100%;
  }

  .sh-more-products-grid .product-pic-wrap {
    width: 100%;
  }

  .product-head-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .product-head-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-image.sh-product-image {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .product-main-details {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .sh-gallery-section {
    margin-top: -20px;
    margin-bottom: 55px;
  }

  .sh-detail-section .wrap,
  .footer-content,
  .sh-checkout-grid,
  .sh-payment-options,
  .sh-form-grid {
    grid-template-columns: 1fr;
  }

  .sh-order-summary {
    position: static;
  }

  .sh-order-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .sh-cart-drawer-head,
  .sh-cart-drawer-foot,
  .sh-cart-items,
  .sh-cart-empty {
    padding-right: 22px;
    padding-left: 22px;
  }

  .sh-detail-list-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sh-story-image:first-child {
    min-height: 260px;
  }

  .sh-story-grid {
    margin-bottom: 70px;
  }

  .sh-about-story-band,
  .sh-about-values-section,
  .sh-about-craft-feature,
  .sh-about-cta-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sh-about-story-band .sh-story-grid {
    margin-bottom: 0;
  }

  .sh-about-section-head h2,
  .sh-about-story-band h2,
  .sh-about-feature-copy h2,
  .sh-about-cta h2 {
    font-size: 44px;
  }

  .sh-about-feature-media {
    grid-template-columns: 1fr;
  }

  .sh-about-feature-media img,
  .sh-about-feature-media img + img {
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin-bottom: 0;
  }

  .parallax-section.sh-parallax {
    height: 260px;
    margin-bottom: 70px;
    background-attachment: scroll;
  }

  .footer {
    padding: 58px 22px;
  }

  .sh-journal-home .p-xl-start {
    padding-top: 5em;
  }

  .sh-journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-card--social {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .sh-journal-grid .blog-teaser-item-wrapper {
    min-height: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  html {
    font-size: calc(.3431855501rem + .6568144499vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sh-journal-home .blog-header-title-letter,
  .sh-journal-home .blog-header-divider,
  .sh-journal-grid,
  .sh-journal-grid .blog-teaser-image-inner,
  .grid-border-line {
    opacity: 1;
    width: 100%;
    height: 100%;
    transform: none;
    animation: none;
  }

  .blog-teaser-image {
    transition: none;
  }
}
