body.yw-woo-shell {
  --yw-background: #020202;
  --yw-surface: #080808;
  --yw-surface-2: #101010;
  --yw-text: #f8f8f8;
  --yw-muted: #a8a8a8;
  --yw-gold: #c4a257;
  --yw-gold-strong: #debe7f;
  --yw-border: rgba(255, 255, 255, 0.18);
  --yw-border-strong: rgba(196, 162, 87, 0.5);
  --yw-dark-border: rgba(18, 18, 18, 0.14);
  --yw-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --yw-shell-max: 82rem;
  --yw-admin-offset: 0px;
  --yw-header-tone: #f8f8f8;
  --yw-header-border: rgba(255, 255, 255, 0.1);
  --yw-header-background: rgba(0, 0, 0, 0.92);
  --yw-header-shadow: 0 8px 30px rgba(0, 0, 0, 0.32);
  --yw-header-logo-filter: none;
  --yw-grain:
    radial-gradient(rgba(255, 255, 255, 0.035) 0.7px, transparent 0.7px),
    radial-gradient(rgba(255, 255, 255, 0.025) 0.7px, transparent 0.7px);
  background: var(--yw-background);
  color: var(--yw-text);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  margin-top: 0 !important;
}

body.yw-woo-shell #wpadminbar {
  display: none !important;
}

body.admin-bar.yw-woo-shell {
  --yw-admin-offset: 0px;
}

body.yw-woo-shell-menu-open {
  overflow: hidden;
}

body.yw-woo-shell.yw-woo-shell-header-compact,
body.yw-woo-shell.yw-woo-shell-menu-open {
  --yw-header-tone: #f8f8f8;
  --yw-header-border: rgba(255, 255, 255, 0.2);
  --yw-header-background: rgba(0, 0, 0, 0.92);
  --yw-header-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  --yw-header-logo-filter: none;
}

body.yw-woo-shell .wp-site-blocks > header,
body.yw-woo-shell .wp-site-blocks > footer,
body.yw-woo-shell header.wp-block-template-part,
body.yw-woo-shell footer.wp-block-template-part {
  display: none;
}

body.yw-woo-shell .wp-site-blocks {
  position: relative;
  z-index: 1;
  background: transparent;
}

body.yw-woo-shell a {
  color: inherit;
}

body.yw-woo-shell a:hover {
  color: var(--yw-gold-strong);
}

body.yw-woo-shell :focus-visible {
  outline: 2px solid rgba(222, 190, 127, 0.95);
  outline-offset: 2px;
}

body.yw-woo-shell .wp-block-post-title,
body.yw-woo-shell main > h1:first-child {
  display: none;
}

.yw-woo-shell__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    var(--yw-grain),
    linear-gradient(180deg, rgba(0, 0, 0, 0.96), rgba(7, 7, 7, 0.97)),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.01) 0,
      rgba(255, 255, 255, 0.01) 1px,
      transparent 1px,
      transparent 2px
    );
  background-size: 3px 3px, 100% 100%, 100% 4px;
}

.header-icon-btn {
  position: relative;
  overflow: visible;
}

.header-icon-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(222, 190, 127, 0.25), transparent 55%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.header-icon-btn:hover::after {
  opacity: 1;
}

.header-icon-glyph {
  transition: transform 220ms ease, filter 220ms ease;
}

.header-icon-btn:hover .header-icon-glyph {
  transform: translateY(-1px) scale(1.08);
  filter: drop-shadow(0 0 8px rgba(222, 190, 127, 0.22));
}

.menu-line {
  transition: transform 260ms ease, opacity 220ms ease;
}

.header-icon-btn:hover .menu-line:nth-of-type(1),
.header-icon-btn:hover .menu-line:nth-of-type(3) {
  transform: scaleX(1.08);
}

.yw-woo-shell__header {
  position: fixed;
  inset: var(--yw-admin-offset) 0 auto;
  z-index: 80;
  border-bottom: 1px solid var(--yw-header-border);
  background: var(--yw-header-background);
  backdrop-filter: blur(14px);
  box-shadow: var(--yw-header-shadow);
  transition: border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.yw-woo-shell__header-inner,
.yw-woo-shell__footer-inner {
  width: min(calc(100% - 2rem), var(--yw-shell-max));
  margin: 0 auto;
}

.yw-woo-shell__header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 0.65rem 0;
}

.yw-woo-shell__header-left,
.yw-woo-shell__header-right {
  display: flex;
  align-items: center;
}

.yw-woo-shell__header-right {
  justify-content: flex-end;
  gap: 0.5rem;
}

.yw-woo-shell__menu-toggle,
.yw-woo-shell__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: var(--yw-header-tone);
  text-decoration: none;
  transition: color 220ms ease;
}

.yw-woo-shell__icon-link[aria-label="Open cart"] .yw-woo-shell__icon-svg {
  transform: translateX(-0.12rem);
}

.yw-woo-shell__menu-toggle {
  cursor: pointer;
}

.yw-woo-shell__menu-line {
  position: absolute;
  width: 1.28rem;
  height: 2px;
  background: currentColor;
}

.yw-woo-shell__menu-line:nth-of-type(1) {
  transform: translateY(-6px);
}

.yw-woo-shell__menu-line:nth-of-type(2) {
  transform: translateY(0);
}

.yw-woo-shell__menu-line:nth-of-type(3) {
  transform: translateY(6px);
}

body.yw-woo-shell-menu-open .yw-woo-shell__menu-line:nth-of-type(1) {
  transform: translateY(0) rotate(45deg);
}

body.yw-woo-shell-menu-open .yw-woo-shell__menu-line:nth-of-type(2) {
  opacity: 0;
}

body.yw-woo-shell-menu-open .yw-woo-shell__menu-line:nth-of-type(3) {
  transform: translateY(0) rotate(-45deg);
}

.yw-woo-shell__icon-svg {
  width: 1.25rem;
  height: 1.25rem;
}

.yw-woo-shell__count-badge {
  position: absolute;
  top: -0.18rem;
  right: -0.42rem;
  z-index: 2;
  min-width: 1.12rem;
  height: 1.12rem;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: var(--yw-gold);
  color: #000;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.12rem;
  text-align: center;
  box-shadow: 0 0 0 2px var(--yw-header-background);
}

.yw-woo-shell__brand-wrap {
  text-align: center;
}

.yw-woo-shell__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.yw-woo-shell__brand-image {
  display: block;
  width: auto !important;
  height: clamp(1.75rem, 2.9vw, 2.55rem) !important;
  max-width: min(52vw, 12.5rem) !important;
  max-height: none !important;
  filter: var(--yw-header-logo-filter);
  transition: filter 220ms ease;
}

.yw-woo-shell__overlay {
  position: fixed;
  inset: 0;
  z-index: 69;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 220ms ease, visibility 220ms ease;
}

.yw-woo-shell__drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: min(88vw, 24rem);
  height: 100vh;
  padding: calc(1.35rem + var(--yw-admin-offset)) 1.5rem 1.75rem;
  border-right: 1px solid var(--yw-border);
  background: #040404;
  color: var(--yw-text);
  transform: translateX(-100%);
  transition: transform 300ms ease;
}

body.yw-woo-shell-menu-open .yw-woo-shell__overlay {
  visibility: visible;
  opacity: 1;
}

body.yw-woo-shell-menu-open .yw-woo-shell__drawer {
  transform: translateX(0);
}

.yw-woo-shell__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.yw-woo-shell__drawer-title {
  margin: 0;
  color: var(--yw-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.yw-woo-shell__drawer-close {
  border: 1px solid var(--yw-border);
  background: transparent;
  color: var(--yw-muted);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.65rem;
  text-transform: uppercase;
  transition: border-color 220ms ease, color 220ms ease;
}

.yw-woo-shell__drawer-close:hover {
  border-color: var(--yw-gold);
  color: var(--yw-gold);
}

.yw-woo-shell__drawer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.yw-woo-shell__drawer-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--yw-text);
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  padding: 0 0 0.65rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, padding-left 220ms ease;
}

.yw-woo-shell__drawer-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  background: rgba(222, 190, 127, 0.9);
  transform: translateY(-50%);
  transition: width 220ms ease;
}

.yw-woo-shell__drawer-link:hover {
  color: var(--yw-gold);
  padding-left: 1.45rem;
}

.yw-woo-shell__drawer-link:hover::before {
  width: 1.15rem;
}

.yw-woo-shell__drawer-meta {
  margin-top: 2.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.15rem;
}

.yw-woo-shell__drawer-meta-label {
  margin: 0 0 0.8rem;
  color: var(--yw-muted);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yw-woo-shell__drawer-quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.yw-woo-shell__drawer-quick-links a {
  color: var(--yw-text);
  font-size: 0.92rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.yw-woo-shell__drawer-quick-links a:hover {
  color: var(--yw-gold);
}

body.yw-woo-shell main {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), var(--yw-shell-max));
  margin: 5.5rem auto 0;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(3rem, 6vw, 4.5rem);
}

body.yw-woo-shell.yw-woo-shell--catalog main {
  width: min(calc(100% - 2rem), 94rem);
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-breadcrumb {
  display: none;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-result-count,
body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-ordering {
  margin: 0 0 1rem;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-result-count {
  color: var(--yw-muted);
  float: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-ordering {
  float: none;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-ordering select {
  min-width: 13rem;
  border: 1px solid var(--yw-border);
  background: rgba(4, 4, 4, 0.96);
  color: var(--yw-text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-height: 2.75rem;
  padding: 0.72rem 0.85rem;
  text-transform: uppercase;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce:has(ul.products) > .woocommerce-notices-wrapper + .woocommerce-result-count,
body.yw-woo-shell.yw-woo-shell--catalog .woocommerce:has(ul.products) > .woocommerce-result-count,
body.yw-woo-shell.yw-woo-shell--catalog .woocommerce:has(ul.products) > .woocommerce-ordering {
  display: inline-block;
  vertical-align: middle;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products,
body.yw-woo-shell.yw-woo-shell--catalog ul.products,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.4vw, 1.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products::before,
body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products::after,
body.yw-woo-shell.yw-woo-shell--catalog ul.products::before,
body.yw-woo-shell.yw-woo-shell--catalog ul.products::after,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template::before,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template::after {
  display: none;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template > li.product {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0 !important;
  padding: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 5, 5, 0.96);
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product a.woocommerce-loop-product__link,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product a img,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product a img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 5;
  height: auto !important;
  margin: 0 0 0.95rem !important;
  padding: clamp(0.8rem, 1.25vw, 1.25rem);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.95), rgba(4, 4, 4, 0.98));
  object-fit: contain;
  object-position: center;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template > li.product {
  list-style: none;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-image,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-image > a {
  display: flex;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-image > a {
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 0.95rem;
  padding: clamp(0.8rem, 1.25vw, 1.25rem);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 55%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.95), rgba(4, 4, 4, 0.98));
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-image img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wp-block-post-title,
body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-price {
  display: block !important;
  padding: 0 0.8rem !important;
  text-align: center !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wp-block-post-title {
  margin: 0 !important;
  color: var(--yw-text) !important;
  font-family: "Anton", "Arial Narrow", sans-serif !important;
  font-size: clamp(1rem, 1.1vw, 1.18rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.02 !important;
  text-transform: uppercase !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wc-block-components-product-price {
  margin-top: 0.45rem !important;
  color: var(--yw-text) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wp-block-button.wc-block-components-product-button {
  margin: 0.9rem 0.8rem 0 !important;
}

body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template .wp-block-button.wc-block-components-product-button .wp-block-button__link {
  width: 100%;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product .woocommerce-loop-product__title {
  padding: 0 0.8rem;
  color: var(--yw-text);
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-align: center;
  text-transform: uppercase;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product .price,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product .price {
  margin: 0.45rem 0 0;
  padding: 0 0.8rem;
  color: var(--yw-text);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products li.product .button,
body.yw-woo-shell.yw-woo-shell--catalog ul.products li.product .button {
  margin: 0.9rem 0.8rem 0;
  width: calc(100% - 1.6rem);
}

body.yw-woo-shell .entry-content {
  color: var(--yw-text);
}

body.yw-woo-shell .wc-block-store-notices,
body.yw-woo-shell .woocommerce-notices-wrapper,
body.yw-woo-shell .woocommerce-message,
body.yw-woo-shell .woocommerce-info,
body.yw-woo-shell .woocommerce-error {
  background: rgba(9, 9, 9, 0.88);
  border: 1px solid var(--yw-border);
  border-left: 3px solid var(--yw-gold);
  box-shadow: var(--yw-shadow);
  color: var(--yw-text);
}

body.yw-woo-shell .woocommerce-notices-wrapper {
  padding: 0;
}

body.yw-woo-shell .wc-block-components-notice-banner,
body.yw-woo-shell .wc-block-components-notice-banner.is-info,
body.yw-woo-shell .wc-block-components-notice-banner.is-error {
  background: rgba(9, 9, 9, 0.94);
  border-color: var(--yw-border);
  color: var(--yw-text);
}

body.yw-woo-shell .wc-block-components-sidebar-layout,
body.yw-woo-shell .woocommerce-account .entry-content {
  gap: 1.5rem;
}

body.yw-woo-shell .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(19rem, 0.86fr);
  align-items: start;
}

body.yw-woo-shell .wc-block-components-main,
body.yw-woo-shell .wc-block-components-sidebar {
  width: auto !important;
  flex: initial !important;
}

body.yw-woo-shell .wc-block-cart__main,
body.yw-woo-shell .wc-block-cart__sidebar,
body.yw-woo-shell .wc-block-checkout__main,
body.yw-woo-shell .wc-block-checkout__sidebar,
body.yw-woo-shell .woocommerce-MyAccount-navigation,
body.yw-woo-shell .woocommerce-MyAccount-content {
  border: 1px solid var(--yw-border);
  background:
    radial-gradient(circle at top, rgba(196, 162, 87, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(6, 6, 6, 0.98));
  box-shadow: var(--yw-shadow);
}

body.yw-woo-shell .wc-block-cart__main,
body.yw-woo-shell .wc-block-checkout__main,
body.yw-woo-shell .wc-block-checkout__sidebar,
body.yw-woo-shell .woocommerce-MyAccount-content {
  padding: clamp(0.95rem, 1.8vw, 1.45rem);
}

body.yw-woo-shell .wc-block-cart__sidebar,
body.yw-woo-shell .woocommerce-MyAccount-navigation {
  padding: 1.05rem;
}

body.yw-woo-shell .wc-block-cart-items {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1rem;
}

body.yw-woo-shell .wc-block-cart-items__header th {
  border-bottom: 1px solid var(--yw-border);
  color: var(--yw-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
}

body.yw-woo-shell .wc-block-cart-items td {
  background: rgba(7, 7, 7, 0.9);
  border-top: 1px solid var(--yw-border);
  border-bottom: 1px solid var(--yw-border);
  padding: 1rem;
  vertical-align: top;
}

body.yw-woo-shell .wc-block-cart-item__image {
  width: 8.5rem;
  border-left: 1px solid var(--yw-border);
  border-radius: 1.2rem 0 0 1.2rem;
}

body.yw-woo-shell .wc-block-cart-item__product {
  min-width: 0;
}

body.yw-woo-shell .wc-block-cart-item__total {
  border-right: 1px solid var(--yw-border);
  border-radius: 0 1.2rem 1.2rem 0;
}

body.yw-woo-shell .wc-block-cart-item__image img,
body.yw-woo-shell .wc-block-components-order-summary-item__image img {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  object-fit: cover;
}

body.yw-woo-shell .wc-block-components-product-name,
body.yw-woo-shell .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  color: var(--yw-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.55vw, 1.4rem);
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
}

body.yw-woo-shell .wc-block-cart-item__prices,
body.yw-woo-shell .wc-block-cart-item__total,
body.yw-woo-shell .wc-block-components-order-summary-item__total-price {
  color: var(--yw-gold-strong);
  font-size: 1rem;
  font-weight: 700;
}

body.yw-woo-shell .wc-block-components-product-metadata,
body.yw-woo-shell .wc-block-components-product-metadata__description,
body.yw-woo-shell .wc-block-components-totals-item__description,
body.yw-woo-shell .wc-block-components-order-summary-item__description p,
body.yw-woo-shell .wc-block-components-checkout-step__description {
  color: var(--yw-muted);
}

body.yw-woo-shell .wc-block-cart-item__quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

body.yw-woo-shell .wc-block-components-quantity-selector {
  display: inline-grid;
  grid-template-columns: 2.4rem minmax(3.4rem, auto) 2.4rem;
  align-items: stretch;
  border: 1px solid var(--yw-border);
  background: rgba(255, 255, 255, 0.03);
}

body.yw-woo-shell .wc-block-components-quantity-selector__input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--yw-text);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

body.yw-woo-shell .wc-block-components-quantity-selector__button {
  border: 0;
  background: transparent;
  color: var(--yw-gold-strong);
  font-size: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.yw-woo-shell .wc-block-components-quantity-selector__button:hover {
  background: rgba(196, 162, 87, 0.14);
  color: var(--yw-gold-strong);
}

body.yw-woo-shell .wc-block-cart-item__remove-link {
  color: var(--yw-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

body.yw-woo-shell .wc-block-cart-item__remove-link:hover {
  color: var(--yw-gold);
}

body.yw-woo-shell .wc-block-components-sidebar {
  position: sticky;
  top: 6rem;
}

body.yw-woo-shell .wc-block-cart__totals-title,
body.yw-woo-shell .wc-block-components-checkout-step__title,
body.yw-woo-shell .wc-block-components-order-summary__title,
body.yw-woo-shell .woocommerce-MyAccount-content h2,
body.yw-woo-shell .woocommerce-MyAccount-content h3,
body.yw-woo-shell .wc-block-components-title {
  color: var(--yw-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

body.yw-woo-shell .wc-block-components-panel,
body.yw-woo-shell .wc-block-components-totals-wrapper,
body.yw-woo-shell .wc-block-components-order-summary,
body.yw-woo-shell .wc-block-components-checkout-step,
body.yw-woo-shell .wc-block-components-radio-control__option,
body.yw-woo-shell .wc-block-components-checkout-return-to-cart-button {
  border-color: var(--yw-border);
}

body.yw-woo-shell .wc-block-components-totals-item,
body.yw-woo-shell .wc-block-components-order-summary-item,
body.yw-woo-shell .wc-block-components-checkout-step {
  background: rgba(5, 5, 5, 0.68);
}

body.yw-woo-shell .wc-block-components-order-summary,
body.yw-woo-shell .wc-block-components-checkout-step,
body.yw-woo-shell .wc-block-components-radio-control__option {
  border: 1px solid var(--yw-border);
  padding: 0.85rem 0.95rem;
}

body.yw-woo-shell .wc-block-components-order-summary-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.yw-woo-shell .wc-block-components-order-summary .wc-block-components-product-name {
  font-size: 1rem;
}

body.yw-woo-shell .wc-block-components-radio-control__option {
  margin-bottom: 0.75rem;
  min-height: 4.4rem;
  padding: 1rem 1rem 1rem 3.45rem;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.yw-woo-shell .wc-block-components-radio-control__option-layout {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 2.2rem;
  width: 100%;
}

body.yw-woo-shell .wc-block-components-radio-control__label-group {
  align-items: center;
  column-gap: 1rem;
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  width: 100%;
}

body.yw-woo-shell .wc-block-components-radio-control__label {
  color: var(--yw-text);
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

body.yw-woo-shell .wc-block-components-radio-control__secondary-description {
  color: var(--yw-text);
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
}

body.yw-woo-shell .wc-block-components-radio-control__secondary-label {
  color: var(--yw-text);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

body.yw-woo-shell .wc-block-components-radio-control__option:hover,
body.yw-woo-shell .wc-block-components-radio-control__option[aria-checked="true"] {
  border-color: var(--yw-border-strong);
  box-shadow: inset 0 0 0 1px rgba(198, 164, 102, 0.55);
}

body.yw-woo-shell .wc-block-components-radio-control__input {
  height: 1.55rem;
  left: 1rem;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.55rem;
}

body.yw-woo-shell .wc-block-components-radio-control__input:checked {
  accent-color: var(--yw-gold);
}

body.yw-woo-shell .wc-block-components-text-input,
body.yw-woo-shell .wc-block-components-combobox,
body.yw-woo-shell .wc-blocks-components-select__container {
  position: relative;
}

body.yw-woo-shell .wc-block-components-text-input label,
body.yw-woo-shell .wc-block-components-combobox label,
body.yw-woo-shell .wc-blocks-components-select__label {
  color: rgba(210, 210, 210, 0.74);
  font-size: 0.66rem;
  font-weight: 600;
  left: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0.52rem;
  z-index: 2;
}

body.yw-woo-shell .wc-block-components-form .wc-block-components-text-input input,
body.yw-woo-shell .wc-block-components-text-input input,
body.yw-woo-shell .wc-block-components-text-input select,
body.yw-woo-shell .wc-block-components-address-form input,
body.yw-woo-shell .wc-block-components-address-form select,
body.yw-woo-shell .wc-block-components-address-form textarea,
body.yw-woo-shell .wc-blocks-components-select__select,
body.yw-woo-shell .woocommerce form .input-text,
body.yw-woo-shell .woocommerce form select,
body.yw-woo-shell .woocommerce form textarea {
  border: 1px solid var(--yw-border);
  background: rgba(3, 3, 3, 0.92);
  border-radius: 0;
  box-shadow: none;
  color: var(--yw-text);
  line-height: 1.25;
  min-height: 3.45rem;
  padding: 1.45rem 2.4rem 0.62rem 0.82rem;
}

body.yw-woo-shell .wc-block-components-form .wc-block-components-text-input input:focus,
body.yw-woo-shell .wc-block-components-text-input input:focus,
body.yw-woo-shell .wc-block-components-address-form input:focus,
body.yw-woo-shell .wc-block-components-address-form select:focus,
body.yw-woo-shell .wc-block-components-address-form textarea:focus,
body.yw-woo-shell .woocommerce form .input-text:focus,
body.yw-woo-shell .woocommerce form select:focus,
body.yw-woo-shell .woocommerce form textarea:focus {
  border-color: var(--yw-gold);
  outline: none;
}

body.yw-woo-shell input::placeholder,
body.yw-woo-shell textarea::placeholder {
  color: rgba(168, 168, 168, 0.85);
}

body.yw-woo-shell .wc-block-components-totals-item__label,
body.yw-woo-shell .wc-block-components-order-summary-item__quantity,
body.yw-woo-shell .wc-block-components-checkout-step__description,
body.yw-woo-shell .woocommerce-MyAccount-navigation-link a,
body.yw-woo-shell .wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.yw-woo-shell .wc-block-components-totals-item__value,
body.yw-woo-shell .wc-block-components-order-summary-item__total-price,
body.yw-woo-shell .wc-block-components-order-summary__button-text,
body.yw-woo-shell .woocommerce-Price-amount {
  color: var(--yw-text);
  font-weight: 700;
}

body.yw-woo-shell .wc-block-components-button,
body.yw-woo-shell .wp-element-button,
body.yw-woo-shell .woocommerce a.button,
body.yw-woo-shell .woocommerce button.button,
body.yw-woo-shell .woocommerce input.button,
body.yw-woo-shell .woocommerce #respond input#submit {
  border: 1px solid rgba(198, 164, 102, 0.95) !important;
  background: linear-gradient(135deg, #dec488 0%, #b18845 100%) !important;
  color: #070707 !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  min-height: 2.85rem !important;
  padding: 0.8rem 1rem !important;
  text-transform: uppercase !important;
  transition: filter 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
}

body.yw-woo-shell .wc-block-components-checkout-step__heading,
body.yw-woo-shell .wc-block-components-totals-wrapper,
body.yw-woo-shell .wc-block-components-order-summary-item {
  gap: 0.7rem;
}

body.yw-woo-shell .wc-block-components-sidebar {
  position: sticky;
  top: 5.6rem;
}

@media (max-width: 640px) {
  body.yw-woo-shell .wc-block-components-radio-control__option {
    padding-left: 3.2rem;
  }

  body.yw-woo-shell .wc-block-components-radio-control__option-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  body.yw-woo-shell .wc-block-components-radio-control__secondary-description {
    text-align: left;
  }
}

body.yw-woo-shell .woocommerce-order,
body.yw-woo-shell .woocommerce-order-overview,
body.yw-woo-shell .woocommerce-order-details,
body.yw-woo-shell .woocommerce-customer-details {
  border: 1px solid var(--yw-border);
  background:
    radial-gradient(circle at top, rgba(196, 162, 87, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.98), rgba(6, 6, 6, 0.98));
  box-shadow: var(--yw-shadow);
}

body.yw-woo-shell .woocommerce-order,
body.yw-woo-shell .woocommerce-order-details,
body.yw-woo-shell .woocommerce-customer-details {
  padding: 1.1rem;
}

body.yw-woo-shell .woocommerce-order-overview {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0.9rem 1.1rem;
}

body.yw-woo-shell .wc-block-components-button:hover,
body.yw-woo-shell .wp-element-button:hover,
body.yw-woo-shell .woocommerce a.button:hover,
body.yw-woo-shell .woocommerce button.button:hover,
body.yw-woo-shell .woocommerce input.button:hover,
body.yw-woo-shell .woocommerce #respond input#submit:hover {
  box-shadow: 0 0 22px rgba(196, 162, 87, 0.35);
  filter: brightness(1.08);
  transform: translateY(-1px);
}

body.yw-woo-shell .wc-block-components-checkout-return-to-cart-button,
body.yw-woo-shell .wc-block-components-panel__button,
body.yw-woo-shell .wc-block-components-address-card__edit,
body.yw-woo-shell .woocommerce .showcoupon {
  border: 1px solid var(--yw-border);
  background: rgba(3, 3, 3, 0.86);
  color: var(--yw-text);
  text-decoration: none;
}

body.yw-woo-shell .woocommerce-account .entry-content {
  display: grid;
  grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr);
  align-items: start;
}

body.yw-woo-shell.yw-woo-shell--account {
  --yw-border-strong: rgba(255, 255, 255, 0.3);
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce {
  display: grid;
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
  gap: clamp(1.5rem, 2vw, 2.4rem);
  align-items: start;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce::before,
body.yw-woo-shell.yw-woo-shell--account .woocommerce::after {
  display: none;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 6rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.yw-woo-shell__account-dashboard {
  display: grid;
  gap: 1.1rem;
  margin: 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.yw-woo-shell__account-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yw-woo-shell__account-title {
  margin: 0;
  max-width: 28rem;
  color: var(--yw-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 600;
  line-height: 0.96;
  text-transform: uppercase;
}

.yw-woo-shell__account-copy {
  margin: 0;
  max-width: 36rem;
  color: var(--yw-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.yw-woo-shell__account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
}

.yw-woo-shell__account-action {
  display: inline-flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid transparent;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 220ms ease, border-color 220ms ease;
}

.yw-woo-shell__account-action:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}

.yw-woo-shell__account-action-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yw-woo-shell__account-action-copy {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-transform: none;
}

body.yw-woo-shell .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.yw-woo-shell .woocommerce-MyAccount-navigation-link {
  margin: 0;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 0.9rem 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation-link.is-active a,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation-link a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
  transform: translateX(6px);
}

body.yw-woo-shell .woocommerce-MyAccount-content > p {
  max-width: 42rem;
  color: var(--yw-muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

body.yw-woo-shell.woocommerce-dashboard .woocommerce-MyAccount-content > p {
  display: none;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > p,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > div,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > form,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > table,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > section {
  max-width: 44rem;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content > * + * {
  margin-top: 1.25rem;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content h2,
body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-content h3 {
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  letter-spacing: 0.08em;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce table.shop_table,
body.yw-woo-shell.yw-woo-shell--account .woocommerce table.shop_table td,
body.yw-woo-shell.yw-woo-shell--account .woocommerce table.shop_table th {
  border-color: rgba(255, 255, 255, 0.1);
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce table.shop_table {
  background: rgba(255, 255, 255, 0.015);
  box-shadow: none;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce .button,
body.yw-woo-shell.yw-woo-shell--account .woocommerce a.button,
body.yw-woo-shell.yw-woo-shell--account .woocommerce button.button,
body.yw-woo-shell.yw-woo-shell--account .woocommerce input.button {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

body.yw-woo-shell.yw-woo-shell--account .woocommerce .button:hover,
body.yw-woo-shell.yw-woo-shell--account .woocommerce a.button:hover,
body.yw-woo-shell.yw-woo-shell--account .woocommerce button.button:hover,
body.yw-woo-shell.yw-woo-shell--account .woocommerce input.button:hover {
  border-color: rgba(255, 255, 255, 0.52) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  filter: none;
  transform: translateY(-1px);
}

body.yw-woo-shell .woocommerce table.shop_table,
body.yw-woo-shell .woocommerce table.shop_table td,
body.yw-woo-shell .woocommerce table.shop_table th {
  border-color: var(--yw-border);
}

body.yw-woo-shell .woocommerce table.shop_table {
  background: rgba(6, 6, 6, 0.78);
  color: var(--yw-text);
}

.yw-woo-shell__footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--yw-border);
  background: #050505;
}

.yw-woo-shell__footer-inner {
  width: min(calc(100% - 2rem), var(--yw-shell-max));
  padding: 2rem 0;
}

.yw-woo-shell__footer-top,
.yw-woo-shell__footer-middle,
.yw-woo-shell__footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.yw-woo-shell__footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 1.5rem;
}

.yw-woo-shell__footer-title {
  margin: 0;
  color: var(--yw-text);
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

.yw-woo-shell__footer-links,
.yw-woo-shell__footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.yw-woo-shell__footer-links {
  color: var(--yw-muted);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yw-woo-shell__footer-link {
  color: var(--yw-muted);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.yw-woo-shell__footer-link:hover {
  color: var(--yw-gold);
}

.yw-woo-shell__footer-middle {
  align-items: center;
  margin-top: 1.25rem;
  padding-top: 0;
}

.yw-woo-shell__footer-copy,
.yw-woo-shell__footer-meta {
  margin: 0;
  color: var(--yw-muted);
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  line-height: 1.7;
  text-transform: uppercase;
}

.yw-woo-shell__footer-copy {
  max-width: 44rem;
}

.yw-woo-shell__footer-social {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--yw-text);
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.yw-woo-shell__footer-social:hover {
  color: var(--yw-gold);
}

.yw-woo-shell__footer-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.yw-woo-shell__footer-signals {
  margin: 0;
  color: var(--yw-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.yw-woo-shell__footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 960px) {
  .yw-woo-shell__header-inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.5rem;
    padding: 0.55rem 0;
  }

  body.yw-woo-shell main {
    margin-top: 5rem;
  }

  body.yw-woo-shell .woocommerce-account .entry-content,
  body.yw-woo-shell.yw-woo-shell--account .woocommerce {
    grid-template-columns: 1fr;
  }

  body.yw-woo-shell.yw-woo-shell--account .woocommerce-MyAccount-navigation {
    position: static;
  }

  .yw-woo-shell__account-actions {
    gap: 0.6rem 1rem;
  }

  body.yw-woo-shell .wc-block-components-sidebar-layout {
    display: block;
  }

  body.yw-woo-shell .wc-block-components-sidebar {
    position: static;
  }

  body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products,
  body.yw-woo-shell.yw-woo-shell--catalog ul.products,
  body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yw-woo-shell__footer-top,
  .yw-woo-shell__footer-middle,
  .yw-woo-shell__footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 782px) {
  .yw-woo-shell__header-right {
    gap: 0.15rem;
  }

  body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-result-count,
  body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-ordering {
    display: block;
  }

  body.yw-woo-shell.yw-woo-shell--catalog .woocommerce-ordering select {
    width: 100%;
  }

  body.yw-woo-shell .wc-block-cart-items,
  body.yw-woo-shell .wc-block-cart-items tbody,
  body.yw-woo-shell .wc-block-cart-items tr,
  body.yw-woo-shell .wc-block-cart-items td {
    display: block;
    width: 100%;
  }

  body.yw-woo-shell .wc-block-cart-items thead {
    display: none;
  }

  body.yw-woo-shell .wc-block-cart-items td {
    border-left: 1px solid var(--yw-border);
    border-right: 1px solid var(--yw-border);
    border-radius: 0;
  }

  body.yw-woo-shell .wc-block-cart-item__image {
    border-radius: 1.2rem 1.2rem 0 0;
    margin-bottom: 0;
  }

  body.yw-woo-shell .wc-block-cart-item__total {
    border-radius: 0 0 1.2rem 1.2rem;
  }

  body.yw-woo-shell .wc-block-components-product-name {
    font-size: 1.35rem;
  }

  body.yw-woo-shell .wc-block-cart__main,
  body.yw-woo-shell .wc-block-checkout__main,
  body.yw-woo-shell .wc-block-checkout__sidebar,
  body.yw-woo-shell .wc-block-cart__sidebar {
    padding: 0.9rem;
  }
}

@media (max-width: 560px) {
  body.yw-woo-shell.yw-woo-shell--catalog .woocommerce ul.products,
  body.yw-woo-shell.yw-woo-shell--catalog ul.products,
  body.yw-woo-shell.yw-woo-shell--catalog ul.wc-block-product-template {
    grid-template-columns: 1fr;
  }
}
