/*
Theme Name: Holy Roots Theme
Theme URI: https://example.com/
Author: Holy Roots
Description: Custom theme converted from the static Holy Roots HTML.
Version: 1.0
Text Domain: holy-roots
*/

@import url("../../../styles.css");

/* Holy Roots WooCommerce and page polish */
.header-actions {
  position: relative;
}

.header-actions .icon,
.hr-mini-cart-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fffdf9;
  color: var(--green-deep);
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(37, 54, 47, 0.08);
}

.hr-mini-cart {
  position: relative;
}

.filter-pill {
  cursor: pointer;
}

button.filter-pill {
  appearance: none;
}

.hr-mini-cart-toggle {
  position: relative;
  overflow: visible;
}

.hr-cart-icon,
.hr-cart-icon svg {
  display: block;
  width: 19px;
  height: 19px;
}

.hr-cart-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-account svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-wishlist {
  text-decoration: none;
}

.icon-wishlist > span:first-child {
  font-size: 20px;
  line-height: 1;
}

.wishlist-count {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 3;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border: 2px solid #fffdf9;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.cart-count {
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 3;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border: 2px solid #fffdf9;
  background: #1f3f67;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.hr-mini-cart-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, calc(100vw - 28px));
  max-height: min(680px, calc(100vh - 120px));
  overflow: auto;
  padding: 18px;
  background: #fffdf9;
  border: 1px solid rgba(23, 22, 20, 0.12);
  box-shadow: 0 18px 48px rgba(37, 54, 47, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.hr-mini-cart.is-open .hr-mini-cart-panel,
.hr-mini-cart:hover .hr-mini-cart-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hr-mini-cart-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.hr-mini-cart-panel .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.hr-mini-cart-panel .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 10px;
  align-items: start;
  position: relative;
}

.hr-mini-cart-panel .woocommerce-mini-cart-item img {
  width: 64px;
  height: 72px;
  object-fit: cover;
  background: #f7f2ea;
}

.hr-mini-cart-panel .remove {
  grid-column: 3;
  grid-row: 1;
  color: var(--accent);
  font-weight: 800;
}

.hr-mini-cart-panel .quantity {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.hr-mini-cart-panel .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hr-mini-cart-panel .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hr-mini-cart-panel .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--accent);
}

.shop-hero {
  padding: 34px 0 0;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.shop-hero-copy,
.shop-hero-visual,
.hr-sidebar-panel,
.hr-empty-state,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
  background: var(--card);
  border: 1px solid rgba(23, 22, 20, 0.09);
}

.shop-hero-copy {
  padding: clamp(28px, 5vw, 58px);
}

.shop-hero-copy h1,
.page-title {
  font-size: clamp(48px, 6vw, 84px);
  line-height: 0.94;
  font-weight: 500;
}

.shop-hero-copy p {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.shop-hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.hr-category-rail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 18px 0;
}

.hr-category-rail strong,
.hr-shop-toolbar h2,
.hr-sidebar-panel h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
}

.hr-shop-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 18px;
  margin-bottom: 60px;
}

.hr-shop-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 104px;
}

.hr-sidebar-panel {
  padding: 20px;
}

.hr-sidebar-panel ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.hr-sidebar-panel li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.hr-mini-product {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  margin-top: 14px;
  align-items: center;
}

.hr-mini-product img {
  width: 64px;
  height: 76px;
  object-fit: cover;
  background: #f7f2ea;
}

.hr-mini-product strong,
.hr-mini-product em {
  display: block;
}

.hr-mini-product strong {
  font-size: 13px;
  line-height: 1.35;
}

.hr-mini-product em {
  margin-top: 4px;
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
}

.hr-shop-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.woocommerce-result-count {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.woocommerce-ordering select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.product-actions select,
.product-actions input,
.quantity .qty {
  min-height: 48px;
  border: 1px solid rgba(23, 22, 20, 0.14);
  background: #fff;
  padding: 0 14px;
  color: var(--text);
}

.hr-woo-grid .product-card-actions {
  margin-top: 16px;
}

.product-card {
  position: relative;
}

.hr-favorite-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(37, 54, 47, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.94);
  color: var(--green-deep);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(37, 54, 47, 0.12);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.hr-favorite-toggle:hover,
.hr-favorite-toggle.is-active {
  background: var(--green);
  color: #fff;
  transform: translateY(-1px);
}

.single-favorite-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-favorite-row .hr-favorite-toggle {
  position: static;
  flex: 0 0 auto;
}

.hr-favorites-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: stretch;
  margin-bottom: 70px;
}

.hr-favorites-grid .product-card[hidden] {
  display: none;
}

.hr-favorites-grid .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.hr-favorites-grid .product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 54, 47, 0.08);
  background: #fff;
  padding: 16px;
}

.hr-favorites-grid .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hr-favorites-grid .product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  min-height: 235px;
  padding: 16px;
}

.hr-favorites-grid .price-row {
  margin-top: auto;
}

.hr-product-card .added_to_cart {
  margin-left: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.hr-product-page {
  margin-top: 40px;
}

.product-summary .product-tag a {
  color: var(--accent);
  font-weight: 800;
}

.hr-product-purchase {
  display: grid;
  gap: 14px;
}

.hr-product-purchase form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hr-product-purchase .quantity .qty {
  width: 86px;
}

.hr-product-purchase .variations {
  width: 100%;
  border: 0;
}

.hr-product-purchase .variations th,
.hr-product-purchase .variations td {
  display: block;
  padding: 0 0 10px;
  text-align: left;
}

.wpcf7 .cf7-holy-roots-form {
  display: grid;
  gap: 18px;
}

.wpcf7 .form-group {
  display: grid;
  gap: 8px;
}

.wpcf7 .form-group label {
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 22, 20, 0.14);
  background: #fffdf9;
  color: var(--text);
  padding: 12px 14px;
}

.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7 .checkbox-group .wpcf7-list-item {
  margin: 0;
}

.wpcf7 .checkbox-group label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(34, 31, 27, 0.72);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.wpcf7 .wpcf7-submit {
  width: max-content;
  min-width: 170px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(47, 75, 65, 0.18);
  background: #fffdf9;
  color: var(--text);
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #9a3d2e;
  font-size: 12px;
  font-weight: 700;
}

.single-product main.container {
  padding-top: 46px;
  padding-bottom: 72px;
}

.single-product .product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.hr-product-gallery {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.hr-product-stage {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1.04;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  cursor: zoom-in;
}

.hr-product-slide {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 180ms ease, transform 220ms ease;
  pointer-events: none;
}

.hr-product-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hr-product-stage.is-zooming .hr-product-slide.is-active {
  transform: scale(1.75);
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
}

.hr-gallery-nav,
.hr-zoom-trigger {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 54, 47, 0.14);
  background: rgba(255, 253, 249, 0.94);
  color: var(--green-deep);
  font-weight: 900;
  cursor: pointer;
}

.hr-gallery-nav {
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  transform: translateY(-50%);
}

.hr-gallery-prev {
  left: 14px;
}

.hr-gallery-next {
  right: 14px;
}

.hr-zoom-trigger {
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hr-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.hr-product-thumb {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 6px;
  background: #fffdf9;
  cursor: pointer;
}

.hr-product-thumb.is-active {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(47, 75, 65, 0.16);
}

.hr-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.single-product .product-summary {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.single-product .product-summary h1 {
  margin: 10px 0 18px;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 0.95;
}

.single-product .product-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 18px 0 10px;
}

.single-product .product-price {
  color: var(--green-deep);
  font-size: 24px;
  font-weight: 900;
}

.single-product .feature-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.single-product .feature-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(34, 31, 27, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.single-product .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.single-product .product-detail-block {
  margin-top: 70px;
}

.single-product .related-products {
  margin-top: 72px;
}

.single-product .related-products .section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.single-product .related-products .section-head h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.95;
}

.single-product .related-products .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: stretch;
}

.single-product .related-products .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.single-product .related-products .product-card:hover {
  border-color: rgba(37, 54, 47, 0.22);
  box-shadow: 0 22px 56px rgba(37, 54, 47, 0.14);
  transform: translateY(-3px);
}

.single-product .related-products .product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 54, 47, 0.08);
  background: #fff;
  padding: 18px;
}

.single-product .related-products .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.single-product .related-products .product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-height: 230px;
  padding: 18px;
  color: var(--text);
}

.single-product .related-products .product-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.02;
}

.single-product .related-products .product-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.single-product .related-products .product-copy p {
  display: block;
  min-height: 42px;
  margin: 0;
  color: rgba(34, 31, 27, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.single-product .related-products .stars {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .related-products .price-row {
  margin-top: auto;
  color: var(--green-deep);
  font-size: 15px;
  font-weight: 850;
}

.single-product .related-products .product-card-actions {
  margin-top: 6px;
}

.single-product .related-products .product-card-actions .btn,
.single-product .related-products .product-card-actions .button {
  display: inline-flex;
  position: relative;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.single-product .related-products .product-card-actions .loading {
  pointer-events: none;
  color: transparent;
}

.single-product .related-products .product-card-actions .loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: holy-roots-spin 720ms linear infinite;
}

.single-product .related-products .product-card .added_to_cart {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-main {
  padding: 44px 0 64px;
}

.page-main > .page-title {
  margin-bottom: 20px;
}

.page-main > :not(.page-title) {
  line-height: 1.8;
}

.woocommerce-cart .page-main,
.woocommerce-checkout .page-main {
  max-width: var(--container);
}

.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse;
  background: #fffdf9;
}

.woocommerce table.shop_table th {
  padding: 16px;
  color: var(--green-deep);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.woocommerce table.shop_table td {
  padding: 16px;
  border-top: 1px solid rgba(23, 22, 20, 0.09);
}

.woocommerce-cart-form {
  padding: 18px;
  overflow: hidden;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 92px;
  height: 108px;
  object-fit: cover;
  background: #f7f2ea;
}

.woocommerce-cart-form .product-name a {
  font-family: "Cormorant Garamond", serif;
  color: var(--text);
  font-size: 24px;
  font-weight: 600;
}

.cart-collaterals .cart_totals {
  padding: 24px;
}

.cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 600;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
  padding: 24px;
}

.woocommerce-checkout .col2-set {
  margin-bottom: 24px;
}

.woocommerce form .form-row label {
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--accent);
  background: #fffdf9;
  color: var(--text);
}

.xoo-wsc-modal .xoo-wsc-container,
.xoo-wsc-container {
  width: min(390px, 100vw) !important;
  background: #fffdf9;
  color: var(--text);
  box-shadow: -18px 0 48px rgba(37, 54, 47, 0.18);
  font-family: "Montserrat", Arial, sans-serif;
}

.xoo-wsc-modal .xoo-wsc-opac {
  background: rgba(13, 18, 16, 0.68) !important;
}

.xoo-wsc-header,
.xoo-wsc-footer {
  background: #f8f4ed !important;
  color: var(--text) !important;
}

.xoo-wsc-header {
  min-height: auto !important;
  padding: 18px 18px 16px !important;
  border-bottom: 1px solid rgba(37, 54, 47, 0.1) !important;
}

.xoo-wsch-text,
.xoo-wsc-header .xoo-wsch-text {
  color: var(--text) !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.xoo-wsc-icon-bag2,
.xoo-wsc-basket {
  color: var(--green) !important;
}

.xoo-wsc-close {
  color: var(--text) !important;
  font-size: 24px !important;
}

.xoo-wsc-body {
  padding: 14px 14px 0 !important;
  background: #fbf8f1 !important;
}

.xoo-wsc-products {
  display: grid;
  gap: 12px;
}

.xoo-wsc-product {
  display: grid !important;
  grid-template-columns: 82px 1fr 26px !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(37, 54, 47, 0.1) !important;
  border-radius: 8px !important;
  background: #fffdf9 !important;
  box-shadow: 0 10px 24px rgba(37, 54, 47, 0.06);
}

.xoo-wsc-img-col {
  width: 82px !important;
  min-width: 82px !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  border-radius: 999px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.xoo-wsc-img-col img {
  width: 82px !important;
  height: 92px !important;
  object-fit: cover;
  background: #f7f2ea;
  border-radius: 4px;
}

.xoo-wsc-pname,
.xoo-wsc-pname a {
  color: var(--text) !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px !important;
  font-weight: 650 !important;
  line-height: 1.05 !important;
  text-decoration: none !important;
}

.xoo-wsc-sum-col {
  min-width: 0;
}

.xoo-wsc-qty-price,
.xoo-wsc-smr-del,
.xoo-wsc-price,
.xoo-wsc-pprice,
.xoo-wsc-qty,
.xoo-wsc-qtybox {
  color: rgba(34, 31, 27, 0.74) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.xoo-wsc-smr-del {
  justify-self: end;
  color: var(--text) !important;
}

.xoo-wsc-footer {
  padding: 16px 18px 18px !important;
  border-top: 1px solid rgba(37, 54, 47, 0.1) !important;
  box-shadow: 0 -10px 26px rgba(37, 54, 47, 0.06);
}

.xoo-wsc-ft-amt {
  color: var(--text) !important;
  font-size: 17px !important;
  font-weight: 850 !important;
}

.xoo-wsc-ft-totals {
  margin-bottom: 10px !important;
}

.xoo-wsc-ft-buttons-cont {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
  min-height: 46px !important;
  padding: 0 16px !important;
  border: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout {
  grid-column: 1 / -1;
  background: var(--green-deep) !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue {
  background: #fffdf9 !important;
  color: var(--green-deep) !important;
  border: 1px solid rgba(37, 54, 47, 0.16) !important;
}

.xoo-wsc-ft-extras {
  margin: 12px 0 !important;
  color: rgba(34, 31, 27, 0.68) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.xoo-wsc-icon-trash,
.xoo-wsc-remove {
  color: var(--text) !important;
}

.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
  max-width: 390px !important;
}

.xoo-wsch-top.xoo-wsch-new {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.xoo-wsc-container > .xoo-wsc-basket {
  display: none !important;
}

.xoo-wsch-section {
  min-width: 0 !important;
}

.xoo-wsch-sec-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.xoo-wsch-basket {
  display: none !important;
}

.xoo-wsch-basket .xoo-wsch-items-count,
.xoo-wsc-basket .xoo-wsc-items-count {
  top: -8px !important;
  right: -8px !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 5px !important;
  border: 2px solid #fffdf9 !important;
  border-radius: 5px !important;
  background: #1f3f67 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 16px !important;
}

.xoo-wsc-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 54, 47, 0.32) transparent;
}

.xoo-wsc-products.xoo-wsc-pattern-row {
  display: grid !important;
  gap: 12px !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-product {
  display: flex !important;
  gap: 12px !important;
  align-items: flex-start !important;
  width: 100% !important;
  min-height: 116px !important;
  padding: 12px !important;
  border: 1px solid rgba(37, 54, 47, 0.1) !important;
  border-radius: 8px !important;
  background: #fffdf9 !important;
  box-shadow: 0 8px 22px rgba(37, 54, 47, 0.06) !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-img-col {
  width: 82px !important;
  max-width: 82px !important;
  min-width: 82px !important;
  flex: 0 0 82px !important;
  margin: 0 !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-img-col a {
  display: block !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-img-col img {
  display: block !important;
  width: 82px !important;
  height: 92px !important;
  max-width: none !important;
  object-fit: contain !important;
  background: #f7f2ea !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sum-col {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sm-info {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 24px !important;
  gap: 8px !important;
  align-items: start !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sm-left,
.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sm-right {
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sm-right {
  grid-column: 2 !important;
  grid-row: 1 !important;
  text-align: right !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-pname {
  display: block !important;
  margin: 0 0 7px !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-pname,
.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-pname a {
  color: var(--text) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-sml-qty,
.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-pprice {
  color: rgba(34, 31, 27, 0.72) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-pprice span.amount {
  color: var(--green-deep) !important;
  font-weight: 850 !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-smr-ptotal {
  display: none !important;
}

.xoo-wsc-products.xoo-wsc-pattern-row .xoo-wsc-smr-del {
  display: inline-grid !important;
  width: 24px !important;
  height: 24px !important;
  place-items: center !important;
  color: var(--text) !important;
  font-size: 15px !important;
  cursor: pointer !important;
}

.xoo-wsc-info-cont {
  display: none !important;
}

.xoo-wsc-footer .xoo-wsc-ft-amt,
.xoo-wsc-footer .xoo-wsc-ft-amt span,
.xoo-wsc-footer .amount {
  color: var(--text) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}

.xoo-wsc-footer .xoo-wsc-ft-amt-label {
  color: rgba(34, 31, 27, 0.72) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.xoo-wsc-footer .xoo-wsc-ft-amt-value {
  text-align: right !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media (max-width: 480px) {
  .xoo-wsc-modal .xoo-wsc-container,
  .xoo-wsc-container {
    width: 100vw !important;
    max-width: 100vw !important;
  }
}

.post-type-archive-product main {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.74), rgba(246, 241, 232, 0) 38%),
    #f5efe4;
}

.post-type-archive-product .shop-filters,
.tax-product_cat .shop-filters {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(320px, 1.4fr) minmax(250px, 0.9fr);
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  margin-bottom: 48px;
  padding: 26px 28px;
  border: 1px solid rgba(37, 54, 47, 0.09);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 18px 48px rgba(37, 54, 47, 0.08);
}

.post-type-archive-product .shop-filters h2,
.tax-product_cat .shop-filters h2 {
  margin: 4px 0 0;
  color: var(--text);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
}

.post-type-archive-product .product-meta,
.tax-product_cat .product-meta {
  margin: 0;
  color: rgba(34, 31, 27, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.post-type-archive-product .filter-group,
.tax-product_cat .filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.post-type-archive-product .filter-pill,
.tax-product_cat .filter-pill {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid rgba(37, 54, 47, 0.13);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.post-type-archive-product .filter-pill:hover,
.post-type-archive-product .filter-pill.is-active,
.tax-product_cat .filter-pill:hover,
.tax-product_cat .filter-pill.is-active {
  border-color: var(--green);
  background: #e0e8df;
  color: var(--green-deep);
  transform: translateY(-1px);
}

.post-type-archive-product .price-filter,
.tax-product_cat .price-filter {
  display: grid;
  gap: 12px;
  justify-self: end;
  width: min(100%, 310px);
}

.post-type-archive-product .price-filter label,
.tax-product_cat .price-filter label {
  color: var(--text);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-type-archive-product .price-filter input,
.tax-product_cat .price-filter input {
  accent-color: var(--green);
}

.post-type-archive-product .product-grid,
.tax-product_cat .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 24px;
  align-items: stretch;
  margin: 0 0 58px;
}

.post-type-archive-product .product-card,
.tax-product_cat .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.post-type-archive-product .product-card:hover,
.tax-product_cat .product-card:hover {
  border-color: rgba(37, 54, 47, 0.22);
  box-shadow: 0 22px 56px rgba(37, 54, 47, 0.14);
  transform: translateY(-3px);
}

.post-type-archive-product .product-image,
.tax-product_cat .product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 54, 47, 0.08);
  background: #fff;
  padding: 18px;
}

.post-type-archive-product .product-image img,
.tax-product_cat .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.post-type-archive-product .product-copy,
.tax-product_cat .product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  min-height: 230px;
  padding: 18px;
  color: var(--text);
}

.post-type-archive-product .product-copy h3,
.tax-product_cat .product-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(23px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.02;
}

.post-type-archive-product .product-copy h3 a,
.tax-product_cat .product-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.post-type-archive-product .product-copy p,
.tax-product_cat .product-copy p {
  display: block;
  min-height: 42px;
  margin: 0;
  color: rgba(34, 31, 27, 0.66);
  font-size: 13px;
  line-height: 1.55;
}

.post-type-archive-product .stars,
.tax-product_cat .stars {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-type-archive-product .price-row,
.tax-product_cat .price-row {
  margin-top: auto;
  color: var(--green-deep);
  font-size: 15px;
  font-weight: 850;
}

.post-type-archive-product .product-card-actions,
.tax-product_cat .product-card-actions {
  margin-top: 6px;
}

.post-type-archive-product .product-card-actions .btn,
.post-type-archive-product .product-card-actions .button,
.tax-product_cat .product-card-actions .btn,
.tax-product_cat .product-card-actions .button,
.home .product-card-actions .btn,
.home .product-card-actions .button {
  display: inline-flex;
  position: relative;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.post-type-archive-product .product-card-actions .loading,
.tax-product_cat .product-card-actions .loading,
.home .product-card-actions .loading {
  pointer-events: none;
  color: transparent;
}

.post-type-archive-product .product-card-actions .loading::after,
.tax-product_cat .product-card-actions .loading::after,
.home .product-card-actions .loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: holy-roots-spin 720ms linear infinite;
}

.post-type-archive-product .product-card-actions .added,
.tax-product_cat .product-card-actions .added,
.home .product-card-actions .added {
  background: var(--green-deep);
}

.post-type-archive-product .product-card .added_to_cart,
.tax-product_cat .product-card .added_to_cart,
.home .product-card .added_to_cart {
  display: inline-flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes holy-roots-spin {
  to {
    transform: rotate(360deg);
  }
}

.hr-shop-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 76px;
}

.hr-page-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.hr-page-links .page-numbers {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 54, 47, 0.14);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.hr-page-links .page-numbers.current {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.hr-load-more {
  min-width: 160px;
}

@media (max-width: 1024px) {
  .shop-hero-grid,
  .hr-shop-layout {
    grid-template-columns: 1fr;
  }

  .hr-shop-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-type-archive-product .shop-filters,
  .tax-product_cat .shop-filters {
    grid-template-columns: 1fr;
  }

  .post-type-archive-product .filter-group,
  .tax-product_cat .filter-group {
    justify-content: flex-start;
  }

  .post-type-archive-product .price-filter,
  .tax-product_cat .price-filter {
    justify-self: stretch;
  }

  .post-type-archive-product .product-grid,
  .tax-product_cat .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product .product-hero {
    grid-template-columns: 1fr;
  }

  .hr-product-gallery {
    position: static;
  }

  .single-product .related-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hr-category-rail,
  .hr-shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hr-shop-sidebar {
    grid-template-columns: 1fr;
  }

  .hr-mini-cart-panel {
    right: -56px;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    border-bottom: 1px solid rgba(23, 22, 20, 0.09);
  }

  .woocommerce-cart-form {
    padding: 8px;
  }

  .post-type-archive-product .shop-filters,
  .tax-product_cat .shop-filters {
    margin-top: 18px;
    padding: 20px;
  }

  .post-type-archive-product .product-grid,
  .tax-product_cat .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .post-type-archive-product .product-image,
  .tax-product_cat .product-image {
    padding: 12px;
  }

  .post-type-archive-product .product-copy,
  .tax-product_cat .product-copy {
    min-height: 218px;
    padding: 14px;
  }

  .single-product main.container {
    padding-top: 26px;
  }

  .hr-product-slide {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }

  .hr-product-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .single-product .product-summary {
    padding: 22px;
  }

  .single-product .related-products .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .post-type-archive-product .product-grid,
  .tax-product_cat .product-grid {
    grid-template-columns: 1fr;
  }

  .hr-product-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Cart, checkout, and account pages */
.woocommerce-cart .page-main,
.woocommerce-checkout .page-main,
.woocommerce-account .page-main {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 54px 0 78px;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title,
.woocommerce-account .page-title {
  margin: 0 0 28px;
  color: var(--text);
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.92;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  color: var(--text);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order,
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  border: 1px solid rgba(37, 54, 47, 0.1) !important;
  border-radius: 8px;
  background: #fffdf9 !important;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.woocommerce-cart-form {
  padding: 18px !important;
}

.woocommerce table.shop_table {
  border: 0 !important;
  border-collapse: collapse;
  background: transparent;
}

.woocommerce table.shop_table th {
  padding: 16px 14px !important;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.woocommerce table.shop_table td {
  padding: 16px 14px !important;
  border-top: 1px solid rgba(37, 54, 47, 0.1) !important;
  vertical-align: middle;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 92px !important;
  height: 108px !important;
  object-fit: contain;
  background: #f7f2ea;
}

.woocommerce-cart-form .product-name a {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.05;
  text-decoration: none;
}

.woocommerce a.remove {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #9a3d2e !important;
  font-size: 22px;
}

.woocommerce a.remove:hover {
  background: #9a3d2e !important;
  color: #fff !important;
}

.quantity .qty {
  width: 76px;
  min-height: 42px;
  border-radius: 6px;
  text-align: center;
}

.woocommerce-cart table.cart td.actions {
  padding-top: 22px !important;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: min(260px, 100%);
  min-height: 44px;
  border-radius: 6px;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 44px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--green) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--green-deep) !important;
  color: #fff !important;
}

.woocommerce .button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--green-deep) !important;
}

.cart-collaterals {
  margin-top: 28px;
}

.cart-collaterals .cart_totals {
  float: none !important;
  width: min(460px, 100%) !important;
  margin-left: auto;
  padding: 26px !important;
}

.cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 650;
  line-height: 1;
}

.wc-proceed-to-checkout .checkout-button {
  display: flex !important;
  width: 100%;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top: 0 !important;
  border-left: 4px solid var(--accent);
  background: #fffdf9 !important;
  color: var(--text);
  box-shadow: 0 10px 30px rgba(37, 54, 47, 0.06);
}

.woocommerce-checkout .woocommerce {
  display: block;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
  padding: 26px !important;
}

.woocommerce-checkout .col2-set {
  margin-bottom: 28px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  gap: 12px;
}

.woocommerce form .form-row {
  padding: 0 !important;
  margin: 0 0 14px !important;
}

.woocommerce form .form-row label {
  margin-bottom: 7px;
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 46px;
  border: 1px solid rgba(37, 54, 47, 0.14) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--text);
  padding: 10px 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

.woocommerce-checkout-payment {
  border-radius: 8px !important;
  background: #f7f2ea !important;
}

.woocommerce-checkout-payment ul.payment_methods {
  border-bottom-color: rgba(37, 54, 47, 0.12) !important;
}

.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
  width: auto !important;
  float: none !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
  min-height: 100%;
  padding: 26px !important;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2,
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 650;
}

.woocommerce-MyAccount-navigation {
  width: 250px !important;
  padding: 14px !important;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #e0e8df;
  color: var(--green-deep);
}

.woocommerce-MyAccount-content {
  width: calc(100% - 280px) !important;
  padding: 26px !important;
}

.woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

@media (max-width: 900px) {
  .woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce-MyAccount-navigation {
    margin-bottom: 18px;
  }
}

@media (max-width: 760px) {
  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
  .woocommerce-cart table.cart td.actions > .button {
    width: 100% !important;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    border-bottom: 1px solid rgba(37, 54, 47, 0.1);
  }
}

/* Final Woo scale and checkout layout pass */
.woocommerce-cart .page-main,
.woocommerce-checkout .page-main,
.woocommerce-account .page-main {
  padding-top: 34px;
  padding-bottom: 58px;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title,
.woocommerce-account .page-title {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.4vw, 56px);
}

.woocommerce-cart-form {
  padding: 14px !important;
}

.woocommerce table.shop_table th {
  padding: 12px 10px !important;
  font-size: 10px;
}

.woocommerce table.shop_table td {
  padding: 12px 10px !important;
}

.woocommerce-cart-form .product-thumbnail img {
  width: 66px !important;
  height: 74px !important;
}

.woocommerce-cart-form .product-name a {
  font-size: clamp(18px, 2vw, 22px);
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-price .amount,
.woocommerce-cart-form .product-subtotal .amount {
  color: var(--green-deep);
  font-size: 16px !important;
  font-weight: 850;
}

.woocommerce-cart-form .quantity .qty {
  width: 58px;
  min-height: 36px;
}

.cart-collaterals .cart_totals {
  width: min(420px, 100%) !important;
  padding: 22px !important;
}

.cart-collaterals .cart_totals h2,
.woocommerce-checkout .page-main h3,
.woocommerce-account .page-main h2 {
  font-size: clamp(26px, 3vw, 34px);
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 26px;
  align-items: start;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  grid-row: 1;
  align-self: end;
}

.woocommerce-checkout #order_review {
  grid-row: 2;
  align-self: start;
}

.woocommerce-checkout #order_review_heading {
  margin: 0;
  padding: 24px 24px 0;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 110px;
  padding-top: 12px !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .amount {
  font-size: 13px !important;
}

.woocommerce-checkout .newsletter .footer-col h3,
.woocommerce-cart .newsletter .footer-col h3,
.woocommerce-account .newsletter .footer-col h3 {
  margin: 0 0 14px;
  color: #fffdf9;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.woocommerce-checkout .newsletter .newsletter-top h2,
.woocommerce-cart .newsletter .newsletter-top h2,
.woocommerce-account .newsletter .newsletter-top h2 {
  color: #fffdf9;
  font-size: clamp(42px, 5vw, 68px);
}

@media (max-width: 980px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }
}

/* Homepage New Arrivals cards */
.home #best-sellers .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
  align-items: stretch;
}

.home #best-sellers .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.home #best-sellers .product-card[hidden] {
  display: none;
}

.home #best-sellers .product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 54, 47, 0.08);
  background: #fff;
  padding: 16px;
}

.home #best-sellers .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home #best-sellers .product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  min-height: 235px;
  padding: 16px;
}

.home #best-sellers .product-meta,
.home #best-sellers .product-meta a {
  color: rgba(34, 31, 27, 0.56);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.home #best-sellers .product-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 650;
  line-height: 1.02;
}

.home #best-sellers .product-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.home #best-sellers .product-copy p {
  display: block;
  min-height: 42px;
  margin: 0;
  color: rgba(34, 31, 27, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.home #best-sellers .stars {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home #best-sellers .price-row {
  margin-top: auto;
  color: var(--green-deep);
  font-size: 15px;
  font-weight: 850;
}

.home #best-sellers .product-card-actions {
  margin-top: 6px;
}

.home .product-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 300px);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.home .product-strip .product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 18px 46px rgba(37, 54, 47, 0.08);
}

.home .product-strip .product-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(37, 54, 47, 0.08);
  background: #fff;
  padding: 15px;
}

.home .product-strip .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home .product-strip .product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 9px;
  min-height: 226px;
  padding: 15px;
}

.home .product-strip .product-copy h3 {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 650;
  line-height: 1.02;
}

.home .product-strip .product-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.home .product-strip .product-copy p {
  margin: 0;
  color: rgba(34, 31, 27, 0.66);
  font-size: 13px;
  line-height: 1.5;
}

.home .product-strip .stars {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home .product-strip .price-row {
  margin-top: auto;
  color: var(--green-deep);
  font-size: 15px;
  font-weight: 850;
}

@media (max-width: 1024px) {
  .home #best-sellers .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hr-favorites-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile polish pass */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #f5efe4;
  }

  .container {
    width: min(100% - 24px, var(--container));
  }

  .promo-bar {
    min-height: 28px;
    padding: 7px 10px;
    font-size: 9px;
    line-height: 1.25;
    text-align: center;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 253, 249, 0.96);
  }

  .header-row {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
    min-height: 62px;
    padding: 8px 0;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand-logo {
    width: 108px;
    max-width: 34vw;
    height: auto;
  }

  .brand-copy {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 1px solid rgba(37, 54, 47, 0.12);
    background: #fffdf9;
    color: var(--green-deep);
    padding: 0 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(37, 54, 47, 0.12);
    background: #fffdf9;
    box-shadow: 0 18px 36px rgba(37, 54, 47, 0.12);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(37, 54, 47, 0.08);
    font-size: 11px;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
  }

  .header-actions .icon,
  .hr-mini-cart-toggle {
    width: 34px;
    height: 34px;
  }

  .cart-count {
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .hero-section {
    padding: 18px 0 28px;
  }

  .hero-grid,
  .hero-side,
  .custom-grid,
  .special-grid,
  .pro-grid,
  .custom-card-grid,
  .special-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-main {
    min-height: 430px;
    border-radius: 8px;
  }

  .hero-side-card {
    min-height: 230px;
    border-radius: 8px;
  }

  .hero-overlay,
  .mini-overlay {
    padding: 18px;
  }

  .hero-overlay h1,
  .page-header h1,
  .section-head h2,
  .newsletter-top h2 {
    font-size: clamp(34px, 13vw, 48px);
    line-height: 0.95;
  }

  .hero-overlay p,
  .mini-overlay p,
  .page-header p,
  .muted {
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .btn,
  .btn-primary,
  .btn-light,
  .btn-outline {
    min-height: 38px;
    padding: 0 14px;
    font-size: 10px;
    line-height: 1.1;
  }

  section,
  #best-sellers,
  .promise-strip,
  .custom-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section-head {
    display: grid;
    gap: 14px;
    align-items: start;
    margin-bottom: 18px;
  }

  .tabs {
    display: flex;
    width: calc(100vw - 24px);
    max-width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  .tab-button,
  .filter-pill {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 14px;
    font-size: 10px;
  }

  .home #best-sellers .product-grid,
  .home .related-products .product-grid,
  .hr-favorites-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home .product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(37, 54, 47, 0.1);
    border-radius: 8px;
    background: #fffdf9;
    box-shadow: 0 12px 28px rgba(37, 54, 47, 0.08);
  }

  .home .product-image {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 0.82;
    place-items: center;
    overflow: hidden;
    background: #fff;
    padding: 12px;
  }

  .home .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home .product-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

  .home .product-copy h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.02;
  }

  .home .product-copy p {
    display: block;
    margin: 0;
    color: rgba(34, 31, 27, 0.68);
    font-size: 13px;
    line-height: 1.5;
  }

  .home .price-row {
    margin-top: 4px;
    font-size: 14px;
  }

  .home .product-card-actions .btn,
  .home .product-card-actions .button {
    width: 100%;
  }

  .offers-grid,
  .category-grid,
  .journal-grid,
  .values-grid,
  .maker-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .collection-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 78%);
    gap: 12px;
    overflow-x: auto;
    padding: 4px 0 12px;
    scroll-snap-type: x proximity;
  }

  .home .product-strip {
    grid-auto-columns: minmax(236px, 82%);
    gap: 12px;
    padding: 4px 0 14px;
  }

  .home .product-strip .product-copy {
    min-height: 212px;
  }

  .collection-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  .collection-card img,
  .category-card img,
  .offer-card img,
  .journal-card img,
  .custom-image img,
  .pro-image img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    border-radius: 8px;
  }

  .scroll-controls,
  .carousel-dots {
    justify-content: center;
  }

  .newsletter {
    padding: 44px 0 32px;
  }

  .newsletter-top {
    margin-bottom: 18px;
    text-align: center;
  }

  .newsletter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    min-height: 42px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
  }

  .footer-col h3,
  .newsletter .footer-col h3 {
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    text-align: left;
  }

  .woocommerce-cart .page-main,
  .woocommerce-checkout .page-main,
  .woocommerce-account .page-main {
    width: min(100% - 24px, var(--container));
    padding-top: 26px;
    padding-bottom: 42px;
  }

  .woocommerce-cart .page-title,
  .woocommerce-checkout .page-title,
  .woocommerce-account .page-title {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .woocommerce-cart-form,
  .cart-collaterals .cart_totals,
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout-review-order,
  .woocommerce-form-login,
  .woocommerce-form-register,
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    padding: 14px !important;
  }

  .woocommerce-cart-form .product-thumbnail img {
    width: 58px !important;
    height: 64px !important;
  }

  .woocommerce-cart-form .product-name a {
    font-size: 18px;
  }

  .woocommerce-cart-form .product-price,
  .woocommerce-cart-form .product-subtotal,
  .woocommerce-cart-form .amount {
    font-size: 13px !important;
  }

  .woocommerce table.shop_table td {
    padding: 10px 8px !important;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 16px 16px 0;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    width: 94px;
  }

  .header-row {
    grid-template-columns: auto auto auto;
  }

  .hero-main {
    min-height: 390px;
  }

  .hero-overlay h1,
  .page-header h1,
  .section-head h2,
  .newsletter-top h2 {
    font-size: 34px;
  }
}

/* Generic WordPress pages */
.hr-generic-page {
  padding: 34px 0 68px;
}

.hr-page-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.hr-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: rgba(34, 31, 27, 0.55);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hr-page-breadcrumb a {
  color: var(--green-deep);
  text-decoration: none;
}

.hr-generic-page .page-title {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 550;
  line-height: 0.98;
}

.hr-page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(34, 31, 27, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.hr-generic-page .hr-page-content {
  max-width: 920px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(37, 54, 47, 0.1);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 16px 42px rgba(37, 54, 47, 0.07);
}

.hr-generic-page .hr-page-content > *:first-child {
  margin-top: 0;
}

.hr-generic-page .hr-page-content > *:last-child {
  margin-bottom: 0;
}

.hr-generic-page .hr-page-content h2,
.hr-generic-page .hr-page-content h3,
.hr-generic-page .hr-page-content h4 {
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-weight: 650;
  line-height: 1.05;
}

.hr-generic-page .hr-page-content h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.hr-generic-page .hr-page-content h3 {
  font-size: clamp(24px, 2.4vw, 32px);
}

.hr-generic-page .hr-page-content p,
.hr-generic-page .hr-page-content li {
  color: rgba(34, 31, 27, 0.76);
  font-size: 15px;
  line-height: 1.8;
}

.hr-generic-page .hr-page-content a {
  color: var(--green-deep);
  font-weight: 800;
}

.hr-generic-page .hr-page-content ul,
.hr-generic-page .hr-page-content ol {
  padding-left: 20px;
}

.hr-generic-page .hr-page-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.hr-generic-page .hr-page-content th,
.hr-generic-page .hr-page-content td {
  padding: 12px;
  border: 1px solid rgba(37, 54, 47, 0.1);
  text-align: left;
}

@media (max-width: 760px) {
  .hr-generic-page {
    padding: 24px 0 44px;
  }

  .hr-generic-page .page-title {
    font-size: 36px;
  }

  .hr-generic-page .hr-page-content {
    padding: 18px;
  }
}
