:root {
  --ink: #241c16;
  --muted: #83766d;
  --line: #e7ddd1;
  --wash: #fbf8f3;
  --rose: #f5ecdf;
  --accent: #b88422;
}
.store-header {
  border-color: #430003;
  background: #430003;
}
.store-header .store-nav a {
  color: #e8d0cc;
}
.store-header .store-nav a:hover,
.store-header .store-nav .is-current {
  color: #fff;
}
.store-header .store-actions a,
.store-header .store-actions button {
  color: #f2e0dc;
}
.store-header .store-actions a:hover,
.store-header .store-actions button:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.store-header .menu-toggle {
  color: #f2e0dc;
}
.store-nav.is-open a {
  color: var(--muted);
}
.store-nav.is-open a:hover,
.store-nav.is-open .is-current {
  color: var(--ink);
}
.store-logo {
  display: flex;
  align-items: center;
  height: 72px;
}
.store-logo img {
  display: block;
  width: 145px;
  height: 66px;
  object-fit: contain;
}
.store-footer {
  background: #430003;
  color: #f2e0dc;
}
.store-footer .store-logo {
  height: 100px;
  color: #fff;
}
.store-footer .store-logo img {
  width: 180px;
  height: 98px;
}
.store-footer p {
  color: #dcb2ac;
}
.store-footer small {
  color: #c99992;
}
.footer-col h4 {
  color: #fff;
}
.footer-col a {
  color: #dcb2ac;
}
.footer-col a:hover {
  color: #fff;
}
.footer-col svg {
  color: #c99992;
}
.store-hours {
  color: #c99992;
}
.store-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-legal a {
  color: #c99992;
}
.footer-legal a:hover {
  color: #fff;
}
.store-button,
.add-to-cart {
  background: #251b14;
}
.store-button:hover,
.add-to-cart:hover {
  background: #b88422;
}
.store-kicker {
  color: #b88422;
}
.store-nav .is-current,
.store-nav a:hover {
  color: #a16e14;
}
.bag small,
.wishlist-link small {
  background: transparent;
}
.category-tile:after {
  background: linear-gradient(
    rgba(15, 12, 10, 0.05) 30%,
    rgba(15, 12, 10, 0.92) 100%
  );
}
.featured {
  background: #fcfaf6;
}
.new-collection {
  background: #f5efe7;
}
.catalog-banner--clothing {
  background: #abac98;
}
.catalog-banner--accessories {
  background: #8e8179;
}
.catalog-banner--shoes {
  background: #4b5b5d;
}
.catalog-banner--collection {
  background: #b5a7a4;
}
.product-card h3 a {
  color: inherit;
  text-decoration: none;
}
.product-card__image {
  display: block;
}
.product-page {
  background: #fff;
}
.breadcrumbs {
  padding: 31px 0 25px;
  margin: 0;
  color: #9c8e83;
  font-size: 0.8rem;
}
.breadcrumbs a {
  color: #77695f;
  text-decoration: none;
}
.breadcrumbs span {
  margin: 0 8px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 68px;
  padding-bottom: 82px;
}
.product-gallery__heart {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #554f52;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(20, 17, 18, 0.12);
  transition: color 0.15s;
}
.product-gallery__heart:hover,
.product-gallery__heart.is-active {
  color: #f34672;
}
.pdp-gallery__share {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 66px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #554f52;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(20, 17, 18, 0.12);
  transition: color 0.15s;
}
.pdp-gallery__share:hover {
  color: var(--accent);
}
.pdp-gallery__share.is-copied {
  color: var(--accent);
}
.pdp-gallery__share.is-copied::after {
  content: "Link copied";
  position: absolute;
  top: 50px;
  right: 0;
  padding: 6px 10px;
  background: rgba(20, 17, 18, 0.85);
  color: #fff;
  font-size: 0.68rem;
  white-space: nowrap;
}
.product-info {
  padding-top: 15px;
}
.product-info h1 {
  max-width: 480px;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.3rem, 3.4vw, 3.7rem);
  letter-spacing: -0.02em;
  line-height: 1.02;
}
.product-option {
  margin-top: 24px;
}
.product-option p {
  display: flex;
  gap: 8px;
  margin: 0 0 11px;
  font-size: 0.83rem;
}
.product-option p a {
  margin-left: auto;
  color: #7d6250;
  text-decoration: underline;
}
.size-options {
  display: flex;
  gap: 8px;
}
.size-options button {
  width: 43px;
  height: 39px;
  border: 1px solid #d9cfc4;
  background: #fff;
  color: #544940;
  cursor: pointer;
}
.size-options button.selected {
  border-color: #251b14;
  background: #251b14;
  color: #fff;
}
.purchase-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #d9cfc4;
}
.quantity button,
.quantity span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 47px;
  border: 0;
  background: #fff;
  color: #372d27;
  font-size: 1rem;
}
.quantity button {
  cursor: pointer;
}
.add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px;
  border: 0;
  color: #fff;
  font: 600 0.88rem var(--sans);
  cursor: pointer;
}
.add-to-cart span {
  font-size: 0.77rem;
  font-weight: 400;
}
.add-to-cart span.add-to-cart__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  font-weight: 600;
}
.shop-section.related-products {
  padding: 0 0 90px;
}
@media (max-width: 800px) {
  .store-logo {
    height: 57px;
  }
  .store-logo img {
    width: 111px;
    height: 53px;
  }
  .store-footer .store-logo {
    height: 88px;
  }
  .store-footer .store-logo img {
    width: 145px;
    height: 80px;
  }
  .breadcrumbs {
    padding: 20px 0;
    font-size: 0.73rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 46px;
  }
  .product-info {
    padding-top: 0;
  }
  .product-info h1 {
    font-size: 2.4rem;
  }
  .purchase-actions {
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin-left: -18px;
    margin-right: -18px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -7px 20px rgba(62, 44, 29, 0.08);
  }
  .add-to-cart {
    min-height: 48px;
  }
}
.store-announcement {
  background: #2c0002;
}
