@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cw-bg: #ffffff;
  --cw-text: #000000;
  --cw-price: #000000;
  --cw-savings: #c20000;
  --cw-borders: #e8e8e1;
  --cw-button: #111111;
  --cw-button-text: #ffffff;
  --cw-cta-gold: #ffd814;
  --cw-sale-tag: #d74a5d;
  --cw-cart-dot: #ff4f33;
  --cw-header: #ffffff;
  --cw-header-text: #000000;
  --cw-announce: #0f0f0f;
  --cw-announce-text: #ffffff;
  --cw-footer: #ffffff;
  --cw-footer-text: #000000;
  --cw-muted: #666666;
  --cw-soft: #f9f9f9;
  --cw-page-width: 1500px;
}

/* Links keep their own colour on hover — kills Blocksy's default blue everywhere.
   `currentColor` on the color property resolves to the inherited colour, and the
   doubled :root out-specifies Blocksy's own :root variable declarations. */
:root:root {
  --theme-link-hover-color: currentColor;
  --theme-link-initial-color: currentColor;
  --theme-font-family: "Mulish", Arial, sans-serif;
}

/* One brand font everywhere — Mulish, the menu font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", Arial, sans-serif;
}

/* Explicit link colour in the chrome kills browser-default blue/purple
   visited states too (later, more specific rules still win). */
.cw-shopify-chrome a,
.cw-shopify-chrome a:visited {
  color: inherit;
}

.cw-shopify-chrome a:hover:not(.cw-btn),
.cw-footer-live a:hover:not(.cw-btn),
.cw-home-live a:hover:not(.cw-btn) {
  color: inherit;
}

/* Announcement links sit on the black bar — keep them white on hover */
.cw-shopify-chrome .cw-announcement-live a:hover {
  color: #fff;
  opacity: 0.85;
}

.cw-shopify-chrome .cw-nav-live a:hover,
.cw-footer-live a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

/* Content links stay visibly links (underlined, brand colour) now the blue is gone */
.entry-content a:not([class]),
.cw-page-copy a:not([class]),
.cw-live-seo a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-social a,
.cw-icon-button,
.cw-account-bubble,
.cw-cart-live,
.cw-country {
  transition: opacity 0.15s ease;
}

.cw-social a:hover,
.cw-icon-button:hover,
.cw-account-bubble:hover,
.cw-cart-live:hover,
.cw-country[data-cw-country-toggle]:hover {
  opacity: 0.55;
}

body,
button,
input,
select,
textarea {
  font-family: "Mulish", Arial, sans-serif;
  color: var(--cw-text);
}

body {
  background: var(--cw-bg);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  /* clip doesn't create a scroll container, so position:sticky keeps working;
     older browsers fall back to hidden */
  overflow-x: hidden;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.woocommerce-products-header__title {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: var(--cw-text);
  text-underline-offset: 3px;
}

.button,
.wp-element-button,
button[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 0 !important;
  background: var(--cw-button) !important;
  color: var(--cw-button-text) !important;
  border: 1px solid var(--cw-button) !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.cw-announce {
  background: var(--cw-announce);
  color: var(--cw-announce-text);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cw-announce__inner {
  display: flex;
  gap: 16px;
  justify-content: center;
  max-width: var(--cw-page-width);
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
}

.cw-shell {
  max-width: var(--cw-page-width);
  margin: 0 auto;
  padding: 0 18px;
}

.cw-section {
  padding: 42px 0;
}

.cw-section--soft {
  background: var(--cw-soft);
}

.cw-hero {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f3f3;
}

.cw-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.cw-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cw-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #f3f3f3;
  text-align: center;
}

.cw-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cw-card__title {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.cw-text-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.cw-text-image__copy {
  text-align: left;
}

.cw-text-image__copy h2 {
  text-align: left;
}

.cw-testimonials {
  background: var(--cw-soft);
}

.cw-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cw-testimonial {
  border: 1px solid var(--cw-borders);
  background: #fff;
  padding: 22px;
  text-align: center;
}

.cw-stars {
  color: var(--cw-cta-gold);
  letter-spacing: 0.1em;
}

.cw-login-prompt {
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  font-size: 12px;
}

.cw-account-migration {
  max-width: 620px;
  margin: 0 auto 34px;
  padding: 28px 30px;
  border: 1px solid var(--cw-borders);
  background: #faf9f7;
  text-align: left;
}

.cw-account-migration h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}

.cw-account-migration p {
  margin: 0 0 18px;
}

.cw-account-migration__form {
  display: grid;
  gap: 14px;
}

.cw-account-migration__field {
  display: grid;
  gap: 7px;
}

.cw-account-migration__field label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cw-account-migration__field input[type="email"] {
  min-height: 46px;
  border: 1px solid #bdbdb7;
  border-radius: 0;
  background: #fff;
}

.cw-account-migration__submit {
  min-height: 46px;
  border: 0;
  border-radius: 0;
  background: var(--cw-button);
  color: var(--cw-button-text);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cw-account-migration__submit:hover,
.cw-account-migration__submit:focus {
  background: var(--cw-cta-gold);
  color: #111;
}

.cw-account-migration__message {
  padding: 12px 14px;
  border-left: 3px solid #4b765d;
  background: #edf5ef;
}

.cw-account-migration__message--error {
  border-left-color: #b43f3f;
  background: #fff0f0;
}

.cw-account-migration__human p,
.cw-account-migration__note {
  margin: 0;
  color: #666;
  font-size: 12px;
}

.cw-account-migration__human--checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.woocommerce div.product .price,
.woocommerce ul.products li.product .price {
  color: var(--cw-price);
}

.onsale {
  border-radius: 0 !important;
  background: var(--cw-sale-tag) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .cw-card-grid,
  .cw-testimonial-grid,
  .cw-text-image {
    grid-template-columns: 1fr;
  }

  .cw-section {
    padding: 30px 0;
  }

  .cw-account-migration {
    margin-right: 16px;
    margin-left: 16px;
    padding: 22px 20px;
  }
}

/* Shopify Impulse visual shell */
#header.ct-header,
#footer.ct-footer {
  display: none !important;
}

body {
  --theme-normal-container-max-width: 1500px;
  --theme-wide-offset: 0;
  background: #fff !important;
}

.home .hero-section,
.home .entry-header {
  display: none !important;
}

.home .site-main,
.home .entry-content,
.home [class*="ct-container"],
.home [class*="ct-container"] > article,
.home article.page {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home .entry-content > * {
  max-width: none !important;
}

.home .entry-content.is-layout-constrained > .cw-home-live {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.cw-page-width {
  width: min(100% - 44px, 1500px);
  margin-inline: auto;
}

.cw-shopify-chrome {
  position: relative;
  z-index: 50;
  background: #fff;
  color: #000;
  font-family: "Mulish", Arial, sans-serif;
}

.cw-announcement-live {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #0f0f0f;
  color: #fff;
  min-height: 0;
}

.cw-announcement-live a,
.cw-announcement-live a:visited {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 7px 16px;
  white-space: nowrap;
}

.cw-announcement-live strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Single-line bar (Club L style) — the sub-line detail is dropped from the bar */
.cw-announcement-live span {
  display: none;
}

.cw-toolbar-live {
  min-height: 35px;
  border-bottom: 1px solid #f1f1f1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  padding: 0 42px;
}

.cw-social {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}

.cw-social a svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cw-social--footer a {
  width: 19px;
  height: 19px;
}

.cw-country {
  border: 0;
  background: transparent;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0;
}

.cw-flag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: block;
  flex: none;
}

.cw-country .cw-flag {
  width: 24px;
  height: 24px;
}

.cw-country-menu__option .cw-flag {
  width: 20px;
  height: 20px;
}

a.cw-country-menu__option {
  text-decoration: none;
}

a.cw-country-menu__option:hover {
  background: #f1efe9 !important;
}

.cw-country-menu__option.is-active {
  border-color: #cfc9b8 !important;
}

.cw-currency-footer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cw-currency-footer .cw-flag {
  width: 18px;
  height: 18px;
}

.cw-country-wrap {
  position: relative;
}

.cw-country[data-cw-country-toggle] {
  cursor: pointer;
}

.cw-country__chevron {
  font-size: 12px;
  transform: translateY(-1px);
}

.cw-country-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 50;
  width: 255px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  color: #111;
}

.cw-country-menu[hidden] {
  display: none;
}

.cw-country-menu__eyebrow {
  display: block;
  margin: 0 0 8px;
  color: #6f6f6f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cw-country-menu__option {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border: 1px solid #e8e8e1 !important;
  background: #faf9f6 !important;
  color: #111 !important;
  padding: 9px 10px !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-align: left;
  text-transform: none !important;
}

.cw-country-menu__option strong {
  font-size: 12px;
}

.cw-country-menu p {
  margin: 10px 0 0;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.45;
}

.cw-header-live {
  background: #fff;
  position: relative;
}

/* Compact single-row header (Club L style): currency left, brand centre, icons right */
.cw-header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 9px 42px;
  min-height: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.cw-header-bar__left {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
}

.cw-header-bar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-self: end;
}

.cw-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: center;
  text-decoration: none;
  color: #000;
}

.cw-brand__mark {
  width: 42px;
  height: auto;
  display: block;
}

.cw-brand__mark--text {
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.cw-brand__text {
  font-family: "Mulish", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  line-height: 1.05;
  white-space: nowrap;
  color: #000;
}

.cw-icon-button,
.cw-account-bubble,
.cw-cart-live {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
}

.cw-mobile-toggle {
  display: none;
}

.cw-search {
  justify-self: start;
}

.cw-search svg {
  width: 23px;
  height: 23px;
  display: block;
}

.cw-search-panel {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px) saturate(1.2);
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #e8e8e1;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  padding: 28px 42px 22px;
}

.cw-search-panel[hidden] {
  display: none;
}

.cw-search-form {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
  border-bottom: 2px solid #111;
  padding-bottom: 10px;
}

.cw-search-form > svg {
  width: 20px;
  height: 20px;
  flex: none;
  color: #111;
}

.cw-search-form input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 18px;
  letter-spacing: 0.02em;
  outline: none;
  padding: 4px 0;
}

.cw-search-form input[type="search"]::placeholder {
  color: #9a9a9a;
}

.cw-search-submit {
  border: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 10px 18px;
  cursor: pointer;
}

.cw-search-submit:hover {
  opacity: 0.82;
}

.cw-search-close {
  border: 0;
  background: transparent;
  color: #111;
  font-size: 26px;
  line-height: 1;
  padding: 0 2px;
  cursor: pointer;
}

.cw-search-quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 15px;
  font-size: 12px;
}

.cw-search-quick span {
  color: #8a8a8a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cw-search-quick a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-header-live__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.cw-account-bubble {
  width: 28px;
  height: 28px;
  border: 1px solid #eee;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
}

.cw-account-bubble svg {
  width: 16px;
  height: 16px;
  display: block;
}

.cw-cart-live {
  position: relative;
  font-size: 0;
}

.cw-cart-live::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #111;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3 6.2h14l-1.3 7.4a2 2 0 0 1-2 1.6H8.4a2 2 0 0 1-2-1.7L5.3 6.2Zm0 0-.5-2.1H2.8M8.5 20a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4Zm8 0a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4Z' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.3 6.2h14l-1.3 7.4a2 2 0 0 1-2 1.6H8.4a2 2 0 0 1-2-1.7L5.3 6.2Zm0 0-.5-2.1H2.8M8.5 20a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4Zm8 0a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4Z' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.cw-cart-live span,
.cw-cart-live__count {
  position: absolute;
  right: -8px;
  bottom: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ff4f33;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* Cart icon is drawn by ::before; the glyph/emoji span is a hidden fallback
   (would otherwise be styled as a second badge over the count) */
.cw-cart-live .cw-cart-live__icon {
  display: none !important;
}

.cw-nav-live {
  min-height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e1;
}

.cw-nav-live > ul,
.cw-mobile-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-nav-live > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
}

.cw-nav__item {
  position: relative;
}

.cw-nav__item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 63px;
}

.cw-nav__chevron {
  font-size: 17px;
  letter-spacing: 0;
  margin-top: -2px;
}

.cw-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 70;
  min-width: 260px;
  background: #fff;
  border: 1px solid #e8e8e1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  list-style: none;
  padding: 12px 0;
  margin: 0;
}

.cw-nav__item:hover > .cw-nav__dropdown,
.cw-nav__item:focus-within > .cw-nav__dropdown {
  display: block;
}

.cw-nav__dropdown .cw-nav__item > a {
  line-height: 1.35;
  letter-spacing: 0.08em;
  padding: 10px 18px;
  font-size: 12px;
}

.cw-mobile-nav {
  display: none;
}

.cw-home-live {
  font-family: "Mulish", Arial, sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

.cw-home-live h1,
.cw-home-live h2,
.cw-home-live h3,
.cw-home-live h4 {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.cw-live-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.cw-live-hero__link {
  position: relative;
  display: block;
  color: #111;
  text-decoration: none;
}

.cw-live-hero__link:hover {
  color: #111;
  opacity: 1;
}

.cw-live-hero img {
  width: 100%;
  display: block;
  height: auto;
}

.cw-live-hero__message {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid !important;
  justify-items: center;
  width: min(38vw, 520px);
  padding: 26px 30px 28px;
  transform: translate(-50%, -50%) !important;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 14px 40px rgba(70, 48, 28, 0.12);
  text-align: center;
  backdrop-filter: blur(7px);
}

.cw-live-hero__eyebrow,
.cw-live-hero__copy,
.cw-live-hero__cta {
  display: block;
}

.cw-live-hero__eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.32em;
}

.cw-live-hero__title {
  display: block;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(38px, 4.1vw, 68px);
  line-height: 0.98;
  letter-spacing: 0.01em;
}

.cw-live-hero__copy {
  margin-top: 12px;
  font-size: clamp(13px, 1.2vw, 17px);
  letter-spacing: 0.08em;
}

.cw-live-hero__cta {
  margin-top: 18px;
  padding: 13px 22px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.cw-live-rich {
  text-align: center;
  padding: 83px 22px 66px;
}

.cw-live-rich h1,
.cw-live-rich h2 {
  font-size: 25px;
  margin: 0 0 28px;
}

.cw-live-rich p {
  max-width: 1050px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.7;
}

.cw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 25px;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 700;
}

.cw-btn--primary {
  background: #111;
  color: #fff !important;
  border: 1px solid #111;
}

.cw-btn--secondary {
  background: #fff;
  color: #000 !important;
  border: 1px solid #e8e8e1;
  min-height: 36px;
  font-size: 12px;
}

.cw-open-account {
  margin-top: 28px !important;
  margin-bottom: 34px !important;
}

.cw-start-link {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  line-height: 1.7 !important;
}

.cw-start-link a {
  text-decoration: underline;
  white-space: normal;
}

.cw-live-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 0 0 74px;
}

.cw-live-section {
  padding: 45px 0 24px;
}

.cw-live-section > h2,
.cw-live-products h2,
.cw-live-blog h2 {
  font-size: 25px;
  margin: 0 0 30px;
  text-align: center;
}

.cw-live-tile {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  color: #000;
  text-decoration: none;
  background: #f7f7f7;
}

.cw-live-tile img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.cw-live-tile span {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px 14px;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.cw-live-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  padding: 68px 22px 76px;
}

.cw-live-feature__text {
  text-align: left;
}

.cw-live-feature__text h2 {
  text-align: left;
  font-size: 29px;
  line-height: 1.05;
  margin: 0 0 20px;
}

.cw-live-feature__text p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.cw-live-feature__image img {
  width: 100%;
  height: auto;
  display: block;
}

.cw-live-feature--reverse .cw-live-feature__image {
  order: 1;
}

.cw-live-feature--reverse .cw-live-feature__text {
  order: 2;
}

.cw-whatsapp-stack {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 14px;
}

.cw-whatsapp-stack img {
  height: 520px;
  object-fit: cover;
}

.cw-live-products {
  text-align: center;
  border-top: 1px solid #e8e8e1;
  padding: 72px 22px 150px;
}

.cw-live-launch {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 100px;
  align-items: center;
  padding: 85px 22px 78px;
}

.cw-live-launch__images {
  position: relative;
  min-height: 635px;
}

.cw-live-launch__images img {
  position: absolute;
  width: 56%;
  max-height: 635px;
  object-fit: cover;
}

.cw-live-launch__images img:first-child {
  left: 4%;
  bottom: 0;
  z-index: 2;
}

.cw-live-launch__images img:last-child {
  right: 3%;
  top: 0;
  z-index: 1;
}

.cw-live-launch__copy {
  text-align: left;
}

.cw-kicker {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 15px;
  margin-bottom: 6px;
}

.cw-live-launch__copy h2 {
  text-align: left;
  font-size: 29px;
  line-height: 1.05;
  margin: 0 0 20px;
}

.cw-live-launch__copy p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 28px;
}

.cw-shopify-free {
  text-align: center;
  padding: 12px 22px 65px;
}

.cw-shopify-free h2 {
  font-size: 25px;
  margin: 0 0 8px;
}

.cw-shopify-free p {
  font-size: 22px;
  margin: 0;
}

.cw-live-testimonials {
  background: #f9f9f9;
  padding: 78px 0 82px;
  overflow: hidden;
}

.cw-live-testimonials h2 {
  font-size: 25px;
  margin-bottom: 72px;
}

.cw-testimonial-slider {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
  align-items: center;
  width: calc(100% + 48px);
  margin-left: -24px;
  gap: 0;
}

.cw-testimonial-slider blockquote {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 42px 54px 34px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cw-testimonial-slider blockquote.is-active {
  min-height: 360px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.cw-testimonial-slider p:first-child {
  letter-spacing: 0.18em;
  font-size: 18px;
  margin-bottom: 18px;
}

.cw-testimonial-slider p {
  font-size: 17px;
  line-height: 1.55;
}

.cw-testimonial-slider cite {
  font-style: normal;
  font-size: 18px;
  margin-top: 16px;
}

.cw-testimonial-slider cite span {
  font-size: 14px;
}

.cw-dots {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cw-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #aaa;
}

.cw-dots .is-active {
  background: #222;
}

.cw-live-map {
  text-align: center;
  padding: 70px 22px;
}

.cw-live-map h3 {
  font-size: 22px;
}

.cw-live-rich--narrow {
  width: min(100% - 44px, 900px);
  margin-inline: auto;
}

.cw-live-blog {
  text-align: center;
  padding: 60px 22px 86px;
}

.cw-live-blog .cw-blog-grid {
  margin-top: 50px;
}

.cw-live-blog .cw-blog-card {
  text-align: center;
}

.cw-live-blog .cw-blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eee9e1;
}

.cw-live-blog .cw-blog-card a {
  text-decoration: none;
}

.cw-live-blog .cw-card__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: none;
}

.cw-live-seo {
  padding: 54px 22px 110px;
  max-width: 1200px;
}

.cw-live-seo h2 {
  font-size: 25px;
  margin-bottom: 26px;
}

.cw-live-seo h3 {
  text-align: left;
  font-size: 21px;
  margin: 32px 0 14px;
}

.cw-live-seo h4 {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.35em;
  margin: 28px 0 9px;
}

.cw-live-seo p {
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 20px;
}

.cw-live-seo hr {
  border: 0;
  border-top: 1px solid #e8e8e1;
  margin: 40px 0;
}

.cw-footer-live {
  border-top: 1px solid #e8e8e1;
  background: #fff;
  color: #000;
  padding: 55px 0 28px;
  font-family: "Mulish", Arial, sans-serif;
}

.cw-footer-live__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 75px;
  width: min(100% - 44px, 1500px);
  margin: 0 auto;
}

.cw-footer-live h2 {
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.35em;
  font-weight: 400;
  margin: 0 0 24px;
}

.cw-footer-live p,
.cw-footer-live li,
.cw-footer-live a {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

.cw-footer-live ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cw-footer-live li {
  margin: 0 0 10px;
}

.cw-footer-form {
  display: block;
  border-bottom: 2px solid #000;
  max-width: 300px;
  margin: 20px 0 25px;
}

.cw-footer-form__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 40px;
}

.cw-footer-form input {
  border: 0 !important;
  padding: 8px 0 !important;
  flex: 1;
  min-width: 0;
  font-size: 14px;
}

.cw-footer-form .cw-subscribe-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.cw-footer-form button {
  border: 0 !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0 0 0 8px !important;
  min-height: 0 !important;
  font-size: 20px;
}

.cw-footer-form__human {
  position: relative !important;
  clear: both !important;
  display: block;
  margin: 12px 0 0;
  min-height: 65px;
  color: #555;
  font-size: 11px;
  line-height: 1.4;
}

.cw-footer-form__human .cf-turnstile {
  position: relative !important;
  display: block !important;
  width: 300px !important;
  min-height: 65px !important;
  max-width: 100% !important;
}

.cw-footer-form__human .cf-turnstile > iframe {
  position: static !important;
  display: block !important;
  max-width: 100% !important;
}

.cw-footer-form__human p {
  margin: 4px 0 0;
  font-size: 11px;
}

.cw-footer-form__human--checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.cw-footer-form__human--checkbox input {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  padding: 0 !important;
}

.cw-footer-message {
  max-width: 300px;
  margin: -8px 0 22px;
  padding: 9px 11px;
  border: 1px solid #e8e8e1;
  background: #faf9f6;
  color: #111;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.cw-footer-message--success {
  border-color: #d8cf9b;
  background: #fff9d8;
}

.cw-footer-message--error {
  border-color: #e0a5a5;
  background: #fff1f1;
}

.cw-social--footer {
  gap: 13px;
}

.cw-footer-live__bottom {
  width: min(100% - 44px, 1500px);
  margin: 38px auto 0;
  font-size: 12px;
}

.cw-page-copy {
  width: min(100% - 36px, 980px);
  margin: 0 auto;
  padding: 44px 0 68px;
  color: #111;
}

.cw-page-copy h1,
.cw-page-copy h2 {
  color: #000;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cw-page-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(28px, 4vw, 42px);
}

.cw-page-copy h2 {
  margin: 34px 0 12px;
  font-size: 20px;
}

.cw-page-copy p,
.cw-page-copy td,
.cw-page-copy th {
  font-size: 15px;
  line-height: 1.7;
}

.cw-page-copy table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
}

.cw-page-copy th,
.cw-page-copy td {
  border: 1px solid #e8e8e1;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.cw-page-copy th {
  background: #faf9f6;
  font-weight: 700;
}

/* Club L-inspired contact page: quiet cream hero, editorial serif headings, and a clean form. */
body.cw-contact-page-body .entry-header {
  display: none !important;
}

body.cw-contact-page-body .site-main > .ct-container,
body.cw-contact-page-body .site-main > .ct-container-full {
  max-width: none !important;
  width: 100% !important;
  padding-inline: 0 !important;
}

.cw-contact-page {
  width: 100%;
  color: #171717;
  background: #fff;
}

.cw-contact-hero {
  width: 100%;
  padding: 72px 24px 66px;
  background: #f8f3f0;
  text-align: center;
}

.cw-contact-hero h1 {
  margin: 0 0 18px;
  color: #141414;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.cw-contact-hero p {
  width: min(100%, 720px);
  margin: 0 auto;
  color: #34302d;
  font-size: 15px;
  line-height: 1.65;
}

.cw-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(48px, 8vw, 130px);
  width: min(100% - 48px, 1160px);
  margin: 0 auto;
  padding: 76px 0 100px;
}

.cw-contact-details h2,
.cw-contact-form-wrap h2 {
  margin: 0 0 22px;
  color: #151515;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.cw-contact-details h3 {
  margin: 48px 0 20px;
  color: #151515;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.cw-contact-details p,
.cw-contact-form-intro {
  max-width: 480px;
  margin: 0 0 22px;
  color: #3f3b38;
  font-size: 15px;
  line-height: 1.7;
}

.cw-contact-details strong {
  color: #151515;
  font-weight: 700;
}

.cw-contact-details a {
  color: #151515;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-contact-form-wrap {
  padding: 4px 0 0;
}

.cw-contact-form-intro {
  margin-bottom: 30px;
}

.cw-contact-form {
  display: grid;
  gap: 22px;
}

.cw-contact-form__field {
  display: grid;
  gap: 8px;
}

.cw-contact-form__field label {
  color: #24211f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cw-contact-form__field label span {
  color: #b24d4d;
}

.cw-contact-form__field input,
.cw-contact-form__field select,
.cw-contact-form__field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 11px 0;
  border: 0;
  border-bottom: 1px solid #cfc8c2;
  border-radius: 0;
  background: #fff;
  color: #171717;
  font: 400 15px/1.5 "Mulish", Arial, sans-serif;
  box-shadow: none;
}

.cw-contact-form__field select {
  padding-right: 28px;
}

.cw-contact-form__field textarea {
  min-height: 130px;
  resize: vertical;
}

.cw-contact-form__field input:focus,
.cw-contact-form__field select:focus,
.cw-contact-form__field textarea:focus {
  border-bottom-color: #111;
  outline: 0;
  box-shadow: 0 1px 0 #111;
}

.cw-contact-form__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cw-contact-form__human {
  min-height: 28px;
  color: #55504b;
  font-size: 12px;
}

.cw-contact-form__human p {
  margin: 6px 0 0;
  color: #77716c;
  font-size: 11px;
}

.cw-contact-form__human--checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cw-contact-form__human--checkbox input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #111;
}

.cw-contact-form__submit {
  justify-self: start;
  min-width: 180px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cw-contact-form__submit:hover,
.cw-contact-form__submit:focus {
  background: #2d2d2d !important;
  color: #fff !important;
}

.cw-contact-form-message {
  margin: 0 0 24px;
  padding: 13px 15px;
  border: 1px solid #d8d0c7;
  background: #faf8f5;
  color: #3a3531;
  font-size: 13px;
  line-height: 1.5;
}

.cw-contact-form-message--success {
  border-color: #c7d4bc;
  background: #f3f8ef;
}

.cw-contact-form-message--error {
  border-color: #e0b7b2;
  background: #fff5f3;
}

@media (max-width: 760px) {
  .cw-contact-hero {
    padding: 52px 20px 48px;
  }

  .cw-contact-grid {
    display: block;
    width: min(100% - 36px, 560px);
    padding: 52px 0 70px;
  }

  .cw-contact-form-wrap {
    margin-top: 56px;
  }

  .cw-contact-details h3 {
    margin-top: 36px;
  }

  .cw-contact-form__submit {
    width: 100%;
  }
}

/* Shipping page: the same quiet cream hero and editorial rhythm as Contact Us. */
body.cw-shipping-page-body .entry-header {
  display: none !important;
}

body.cw-shipping-page-body .site-main > .ct-container,
body.cw-shipping-page-body .site-main > .ct-container-full {
  max-width: none !important;
  width: 100% !important;
  padding-inline: 0 !important;
}

.cw-shipping-page {
  width: 100%;
  color: #171717;
  background: #fff;
}

.cw-shipping-hero {
  padding: 72px 24px 66px;
  background: #f8f3f0;
  text-align: center;
}

.cw-shipping-hero h1 {
  margin: 0 0 18px;
  color: #141414;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.cw-shipping-hero p {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #34302d;
  font-size: 15px;
  line-height: 1.65;
}

.cw-shipping-content {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: 62px 0 90px;
}

.cw-shipping-section {
  padding: 0 0 46px;
  margin: 0 0 46px;
  border-bottom: 1px solid #e8e1db;
}

.cw-shipping-section--last {
  margin-bottom: 0;
  border-bottom: 0;
}

.cw-shipping-section h2 {
  margin: 0 0 20px;
  color: #151515;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.cw-shipping-section p {
  max-width: 780px;
  margin: 0 0 22px;
  color: #3f3b38;
  font-size: 15px;
  line-height: 1.7;
}

.cw-shipping-section a {
  color: #151515;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-shipping-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 30px 0 26px;
}

.cw-shipping-rate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 22px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid #cfc8c2;
  border-bottom: 1px solid #cfc8c2;
}

.cw-shipping-rate > div {
  display: grid;
  gap: 5px;
}

.cw-shipping-rate strong {
  color: #151515;
  font-size: 16px;
}

.cw-shipping-rate span,
.cw-shipping-rate small {
  color: #69635e;
  font-size: 13px;
  line-height: 1.5;
}

.cw-shipping-rate > small {
  grid-column: 2;
  text-align: right;
}

.cw-shipping-notice {
  padding: 16px 18px;
  border-left: 2px solid #c9a66b;
  background: #faf8f5;
}

.cw-shipping-notice strong {
  color: #151515;
}

@media (max-width: 760px) {
  .cw-shipping-hero {
    padding: 52px 20px 48px;
  }

  .cw-shipping-content {
    width: min(100% - 36px, 560px);
    padding: 52px 0 70px;
  }

  .cw-shipping-rate-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cw-shipping-rate {
    gap: 4px 14px;
  }
}

.cw-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0;
}

.cw-payments span {
  border: 1px solid #ddd;
  padding: 2px 6px;
  font-size: 10px;
}

/* Shopify-style Woo collection archives */
body.woocommerce-archive {
  background: #fff !important;
}

/* Club L-style category header: full-bleed cream block, centred content */
body.woocommerce-archive .hero-section[data-type] {
  --container-padding: 0 !important;
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  background: #f8f3f0 !important;
  padding: 4px 0 !important;
}

body.woocommerce-archive .hero-section .entry-header {
  width: min(100% - 48px, 860px);
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

body.woocommerce-archive .hero-section .page-title {
  display: block !important;
  margin: 0 0 10px !important;
  font-family: "Mulish", Arial, sans-serif !important;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center !important;
}

body.woocommerce-archive .page-description {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  color: #6a6560;
  text-align: center !important;
}

.cw-term-desc__body {
  overflow: hidden;
  max-height: 3.3em;
  font-size: 15px;
  color: #6a6560;
  -webkit-mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
}

.cw-term-desc.is-open .cw-term-desc__body {
  max-height: none;
  overflow: visible;
  text-align: left;
  -webkit-mask-image: none;
  mask-image: none;
}

body.woocommerce-archive .cw-term-desc__body p {
  max-width: none !important;
  margin: 0 0 12px !important;
  font-size: 15px !important;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 400;
}

.cw-term-desc__body a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cw-term-desc__body h4 {
  margin: 16px 0 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.cw-term-desc__toggle {
  border: 0;
  background: none;
  padding: 0;
  margin: 14px 0 0;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}

body.woocommerce-archive .ct-container[data-vertical-spacing] {
  width: calc(100% - 88px) !important;
  max-width: none !important;
  padding: 26px 0 72px !important;
  margin: 0 auto !important;
}

body.woocommerce-archive .ct-container > section {
  width: 100%;
}

body.woocommerce-archive .woocommerce-products-header {
  display: none;
}

body.woocommerce-archive .woo-listing-top {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 0 0 16px !important;
  min-height: 44px;
}

.cw-native-filter-button {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 113px;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font: 400 16px/1 "Mulish", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.cw-native-filter-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

body.woocommerce-archive .woocommerce-result-count {
  grid-column: 2;
  justify-self: center;
  margin: 0 !important;
  color: #000 !important;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-transform: none;
}

body.woocommerce-archive .woocommerce-ordering {
  grid-column: 3;
  justify-self: end;
  width: min(100%, 330px);
  margin: 0 !important;
}

body.woocommerce-archive .woocommerce-ordering select {
  width: 100%;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 38px 0 12px;
}

body.woocommerce-archive .woocommerce-ordering .ct-sort-icon {
  display: none !important;
}

body.woocommerce-archive ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-archive ul.products li.product {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

body.woocommerce-archive ul.products li.product figure {
  margin: 0 0 10px !important;
}

body.woocommerce-archive ul.products li.product .ct-media-container {
  display: block;
  width: 100%;
  min-width: 0 !important;
  max-width: 100% !important;
  aspect-ratio: 1080 / 1645;
  overflow: hidden;
  background: #f5f5f5;
}

body.woocommerce-archive ul.products li.product .ct-media-container img,
body.woocommerce-archive ul.products li.product img.wp-post-image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top;
}

body.woocommerce-archive .woocommerce-loop-product__title {
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #000;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.025em !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.woocommerce-archive .woocommerce-loop-product__title a {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.woocommerce-archive ul.products li.product .price {
  display: block;
  margin: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4;
  text-align: center;
}

body.woocommerce-archive ul.products li.product .entry-meta,
body.woocommerce-archive ul.products li.product .ct-woo-card-actions {
  display: none !important;
}

body.woocommerce-archive ul.products li.product .ct-swatch-container,
body.woocommerce-archive ul.products li.product .ct-color-swatches {
  justify-content: center;
}

/* Shopify-style single product pack table — full-bleed like Club L */
body.cw-pack-product .ct-container[data-vertical-spacing],
body.cw-pack-product .site-main > .product {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.cw-pack-product .ct-breadcrumbs {
  width: 100%;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  margin: 18px auto 28px;
  color: #555;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.cw-pack-product .ct-breadcrumbs a {
  color: #555 !important;
  text-decoration: none !important;
}

body.cw-pack-product div.product {
  --product-gallery-width: 38%;
}

/* Our own desktop gallery (server-rendered, no slider JS) — hidden on mobile */
.cw-pdp-gallery {
  display: none;
}

/* Club L desktop layout: big scrolling 2-up gallery (62%) + sticky buy panel (38%) */
@media (min-width: 1000px) {
  /* Kill the inner width constraint AND Blocksy's slider gallery on desktop */
  body.cw-pack-product .product-entry-wrapper {
    align-items: flex-start; /* stretch would disable sticky */
    width: 100% !important;
    max-width: none !important;
  }

  body.cw-pack-product .product-entry-wrapper > .woocommerce-product-gallery {
    display: none !important;
  }

  body.cw-pack-product .cw-pdp-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-content: start;
    flex: 0 0 62%;
    max-width: 62%;
  }

  body.cw-pack-product .cw-pdp-gallery__item {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: zoom-in;
  }

  body.cw-pack-product .cw-pdp-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.15s ease;
  }

  body.cw-pack-product div.product .entry-summary {
    position: sticky;
    top: 24px;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 40px;
    padding-left: 24px;
  }
}

body.cw-pack-product div.product .entry-summary {
  padding-top: 16px;
}

body.cw-pack-product div.product .product_title {
  margin: 0 0 18px !important;
  color: #000;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body.cw-pack-product div.product .price {
  display: grid;
  gap: 2px;
  margin: 0 0 22px !important;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.35;
}

/* Prices sit directly under each other — the <br> would add an empty grid row */
body.cw-pack-product div.product .price .cw-product-price-break {
  display: none !important;
}

body.cw-pack-product .cw-product-piece-price,
body.cw-pack-product .cw-product-pack-price {
  display: block;
}

.woocommerce ul.products li.product .price {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 7px !important;
  color: #000 !important;
  line-height: 1.35;
  text-align: center;
  white-space: normal !important;
}

.woocommerce ul.products li.product .price .cw-product-piece-price,
.woocommerce ul.products li.product .price .cw-product-pack-price {
  display: block !important;
  width: 100%;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
}

.woocommerce ul.products li.product .price .cw-product-pack-price {
  margin-top: 0 !important;
}

.woocommerce ul.products li.product .price .cw-product-piece-price {
  margin-top: 0 !important;
}

/* Spans already stack (display:block) on cards — drop the extra <br> line */
.woocommerce ul.products li.product .price .cw-product-price-break {
  display: none !important;
}

.woocommerce ul.products li.product .price strong,
body.cw-pack-product .price strong {
  font-weight: 700;
}

.woocommerce ul.products li.product .price small,
body.cw-pack-product .price small,
.cw-pack-table__price small {
  font-size: 0.65em;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

body.cw-pack-product .cw-product-pack-price,
body.cw-pack-product .cw-product-piece-price {
  color: #000;
  font-size: 17px;
}

body.cw-pack-product .cw-product-piece-price {
  margin-top: 4px;
}

body.cw-pack-product .cw-pack-table-form {
  margin: 0 0 11px;
  border-top: 1px solid #dadada;
  padding-top: 26px;
}

.cw-pack-table {
  overflow: hidden;
  border: 1px solid #e3dfd7;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cw-pack-table__head,
.cw-pack-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 122px 102px;
  align-items: center;
}

.cw-pack-table__head {
  min-height: 40px;
  background: #faf9f6;
  border-bottom: 1px solid #e3dfd7;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cw-pack-table__head > div,
.cw-pack-table__row > div {
  padding: 9px 13px;
}

.cw-pack-table__head > div:nth-child(2),
.cw-pack-table__price {
  text-align: right;
}

.cw-pack-table__head > div:nth-child(3) {
  text-align: center;
}

.cw-pack-table__row {
  min-height: 54px;
  border-bottom: 1px solid #ededeb;
  transition: background-color 0.18s ease;
}

.cw-pack-table__row:hover {
  background: #fdfcf9;
}

.cw-pack-table__row.is-cw-selected {
  background: #fffdf2;
}

.cw-pack-table__row:last-child {
  border-bottom: 0;
}

.cw-pack-table__row--single .cw-pack-table__item {
  padding-left: 34px;
}

.cw-pack-table__item {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.cw-colour-dot {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #e8e8e1;
}

.cw-pack-table__label {
  display: inline-flex;
  align-items: baseline;
  min-width: 0;
  gap: 7px;
  color: #23304a;
  font-size: 14px;
  line-height: 1.35;
}

.cw-pack-table__label strong {
  color: #000;
  font-weight: 700;
}

.cw-pack-table__label span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cw-pack-table__label em {
  color: #8a8a8a;
  font-size: 12px;
  font-style: normal;
}

.cw-pack-table__price {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cw-pack-table__price small {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: 600;
}

.cw-pack-table__price .cw-login-prompt {
  display: flex;
  font-size: 11px;
  justify-content: flex-start;
}

.cw-pack-table__qty {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cw-pack-table__qty input {
  box-sizing: border-box !important;
  width: 36px !important;
  height: 32px !important;
  max-height: 32px !important;
  min-height: 0 !important;
  border: 1px solid #ded9cf;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: 600 13px/1 "Mulish", Arial, sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  -moz-appearance: textfield;
}

.cw-pack-table__qty input::-webkit-outer-spin-button,
.cw-pack-table__qty input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cw-pack-table__qty input:focus {
  outline: none;
  border-color: #c9c2b5;
  box-shadow: inset 0 0 0 1px #c9c2b5;
}

.cw-qty-btn {
  all: unset !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 32px !important;
  max-height: 32px !important;
  min-height: 0 !important;
  border: 1px solid #ded9cf !important;
  border-radius: 0 !important;
  background: #faf9f6 !important;
  background-image: none !important;
  color: #333 !important;
  font: 600 13px/1 "Mulish", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.cw-pack-table__qty .cw-qty-btn:first-child {
  border-radius: 4px 0 0 4px !important;
}

.cw-pack-table__qty .cw-qty-btn:last-child {
  border-radius: 0 4px 4px 0 !important;
}

.cw-qty-btn:hover:not([disabled]),
.cw-qty-btn:focus-visible:not([disabled]) {
  border-color: #c9c2b5 !important;
  background: #f2efe8 !important;
  color: #000 !important;
}

.cw-qty-symbol {
  display: block;
  font: inherit;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-0.5px);
}

.cw-qty-btn[disabled] {
  cursor: default;
  opacity: 0.38;
}

.cw-pack-table__row.is-disabled {
  color: #999;
  opacity: 0.58;
}

.cw-pack-table-form.is-cw-empty .cw-pack-table {
  border-color: #d6b100;
  box-shadow: 0 0 0 3px rgba(255, 216, 20, 0.26);
  animation: cwTableNudge 0.36s ease;
}

.cw-pack-notice {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.22), transparent 42%),
    rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(7px) saturate(1.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cw-pack-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.cw-pack-notice__panel {
  position: relative;
  width: min(420px, 100%);
  padding: 34px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  color: #111;
  text-align: center;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.2s ease;
}

.cw-pack-notice.is-visible .cw-pack-notice__panel {
  transform: translateY(0) scale(1);
}

.cw-pack-notice__mark {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ffd814;
  box-shadow: 0 0 0 8px rgba(255, 216, 20, 0.2);
}

.cw-pack-notice h3 {
  margin: 0 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cw-pack-notice__text {
  margin: 0 auto 22px;
  max-width: 310px;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.cw-pack-notice__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  min-height: 42px;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.cw-pack-notice-open {
  overflow: hidden;
}

.cw-cart-notice {
  position: fixed;
  top: 118px;
  right: 24px;
  z-index: 99998;
  width: min(390px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64)),
    rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(20px) saturate(1.3);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #111;
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 32px));
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cw-cart-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.cw-cart-notice__close {
  all: unset !important;
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  color: #555;
  font-size: 22px;
  line-height: 1;
}

.cw-cart-notice__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #ffd814;
  color: #111;
}

.cw-cart-notice__icon svg {
  width: 23px;
  height: 23px;
}

.cw-cart-notice__body {
  display: grid;
  gap: 3px;
  padding-right: 24px;
}

.cw-cart-notice__body strong {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cw-cart-notice__body span {
  color: #5f5f5f;
  font-size: 13px;
}

.cw-cart-notice__items {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  list-style: none;
}

.cw-cart-notice__items li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
}

.cw-cart-notice__items span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cw-cart-notice__items em {
  color: #666;
  font-style: normal;
  font-weight: 700;
}

.cw-cart-notice__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cw-cart-notice__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #111;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.cw-cart-notice__actions a:last-child {
  background: #111;
  color: #fff;
}

@keyframes cwTableNudge {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  50% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-2px);
  }
}

body.cw-pack-product button.cw-pack-add-button[type="submit"] {
  width: 100%;
  min-height: 54px;
  margin-top: 12px;
  border: 1px solid #e4bd00 !important;
  background: #ffd814 !important;
  background-image: none !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.cw-product-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 11px 0 12px;
  padding: 15px 4px;
  border-top: 1px solid #e8e8e1;
  border-bottom: 1px solid #e8e8e1;
  color: #777;
  font-size: 13px;
}

.cw-product-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.cw-product-short-copy {
  margin-top: 12px;
  padding-top: 22px;
  border-top: 1px solid #e8e8e1;
}

.cw-product-short-copy h2 {
  margin: 0 0 22px;
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.035em;
  text-align: left;
  text-transform: uppercase;
}

.cw-product-short-copy p {
  margin: 0 0 8px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.cw-product-short-copy a {
  display: inline-block;
  margin-top: 2px;
}

.cw-product-accordions {
  margin-top: 30px;
  border-top: 1px solid #e8e8e1;
}

.cw-product-accordions details {
  border-bottom: 1px solid #e8e8e1;
}

.cw-product-accordions summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 18px;
  color: #222;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-align: center;
  text-transform: uppercase;
}

.cw-product-accordions summary::-webkit-details-marker {
  display: none;
}

.cw-product-accordions p {
  margin: 0;
  padding: 0 18px 18px;
  color: #555;
  font-size: 14px;
  text-align: center;
}

/* Club L-style detail collapsibles: left-aligned, readable, chevron indicator */
.cw-product-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
}

.cw-product-details summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #222;
  border-bottom: 1.5px solid #222;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

.cw-product-details details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.cw-product-details .cw-product-details__body {
  padding: 0 2px 18px;
}

.cw-product-details .cw-product-details__body p {
  margin: 0 0 10px;
  padding: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.cw-product-details__delivery {
  margin: 0 0 18px;
  padding: 22px 20px 24px !important;
  background: #f7f1ed;
}

.cw-product-details__delivery h3 {
  margin: 0 0 10px;
  color: #24201e;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.cw-product-details__delivery h3:not(:first-child) {
  margin-top: 24px;
}

.cw-product-details__delivery > p {
  color: #383330 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.cw-delivery-select {
  display: grid;
  gap: 7px;
  margin: 18px 0 20px;
}

.cw-delivery-select span {
  color: #24201e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cw-delivery-select select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #222;
  border-radius: 0;
  background: #fff;
  color: #222;
  font: 400 14px/1.3 "Mulish", Arial, sans-serif;
}

.cw-delivery-rates {
  border: 1px solid #d7cec7;
  background: rgba(255, 255, 255, .38);
}

.cw-delivery-rates[hidden] {
  display: none !important;
}

.cw-delivery-rates__head,
.cw-delivery-rates__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 10px 11px;
}

.cw-delivery-rates__head {
  border-bottom: 1px solid #d7cec7;
  color: #24201e;
  font-size: 12px;
}

.cw-delivery-rates__row {
  border-bottom: 1px solid #d7cec7;
  color: #24201e;
  font-size: 14px;
}

.cw-delivery-rates__row > div {
  display: grid;
  gap: 2px;
}

.cw-delivery-rates__row span {
  color: #57504b;
  font-size: 12px;
  line-height: 1.4;
}

.cw-delivery-rates__note {
  padding: 9px 11px;
  color: #57504b;
  font-size: 12px;
  line-height: 1.45;
}

/* "Have you also tried?" teaser */
.cw-also-tried {
  margin-top: 26px;
}

.cw-also-tried__heading {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
}

.cw-also-tried__card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #e8e8e1;
  background: #faf9f6;
  padding: 10px;
  text-decoration: none;
  color: #111;
  transition: border-color 0.15s ease;
}

.cw-also-tried__card:hover {
  border-color: #bbb;
  opacity: 1;
}

.cw-also-tried__thumb {
  flex: none;
  width: 76px;
}

.cw-also-tried__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.cw-also-tried__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cw-also-tried__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.cw-also-tried__price {
  font-size: 13px;
  color: #555;
}

/* Categories line replaces the SKU/meta block */
.cw-product-cats {
  margin: 18px 0 0;
  font-size: 12px;
  color: #777;
}

.cw-product-cats a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Belt-and-braces: tabs are removed via woocommerce_product_tabs filter */
body.cw-pack-product .woocommerce-tabs {
  display: none !important;
}

/* Blocksy renders meta (SKU: N/A) via its own layer — hide it; our categories line replaces it */
body.cw-pack-product .entry-summary .product_meta,
body.cw-pack-product .entry-summary .ct-product-divider {
  display: none !important;
}

/* Related products: force visible on ALL devices (Blocksy theme_mod hides sm/md) */
body.cw-pack-product section.related.products.ct-hidden-sm,
body.cw-pack-product section.related.products.ct-hidden-md {
  display: block !important;
}

body.cw-pack-product .related.products > h2,
.cw-recently-viewed > h2 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

/* Related card: portrait image, no categories, no "Select options", one-line title */
body.cw-pack-product .related.products li.product img {
  aspect-ratio: 3 / 4 !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

body.cw-pack-product .related.products li.product .entry-meta,
body.cw-pack-product .related.products li.product .button,
body.cw-pack-product .related.products li.product .add_to_cart_button,
body.cw-pack-product .related.products li.product .ct-woo-card-actions,
body.cw-pack-product .related.products li.product [data-id="add-to-cart"] {
  display: none !important;
}

body.cw-pack-product .related.products li.product .woocommerce-loop-product__title,
.cw-recently-viewed .woocommerce-loop-product__title {
  display: block;
  margin: 12px 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.cw-pack-product .related.products li.product .price .cw-product-price-break {
  display: none !important;
}

/* Recently viewed (rendered client-side from the Store API) */
.cw-recently-viewed {
  width: min(100% - 48px, 1800px);
  margin: 44px auto 64px;
}

.cw-recently-viewed ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cw-recently-viewed li.product a {
  display: block;
  color: #111;
  text-decoration: none;
  text-align: center;
}

.cw-recently-viewed li.product img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.cw-recently-viewed .cw-rv-price {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.cw-recently-viewed .cw-rv-line {
  display: block;
}

@media (max-width: 768px) {
  .cw-recently-viewed ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cw-pack-product .related [data-products],
  body.cw-pack-product .related ul.products {
    --shop-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Mobile sticky buy bar — desktop: never shown */
.cw-mobile-buybar {
  display: none;
}

@media (max-width: 768px) {
  .cw-mobile-buybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  }

  .cw-mobile-buybar[hidden],
  .cw-mobile-buybar.is-cw-buybar-suppressed {
    display: none !important;
  }

  .cw-mobile-buybar__total {
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #111;
  }

  .cw-mobile-buybar__button {
    flex: none;
    border: 0;
    background: #ffd814;
    color: #111;
    font-family: "Mulish", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 13px 22px;
    cursor: pointer;
  }

  body.cw-pack-product {
    padding-bottom: 84px;
  }

  /* Cart toast sits above the buy bar (out-specifies the inline critical CSS) */
  body.cw-pack-product .cw-cart-notice {
    bottom: 92px !important;
  }
}

.cw-cart-pack-name,
.cw-cart-pack-component {
  display: block;
}

.cw-cart-pack-component {
  margin-top: 3px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .cw-nav-live > ul {
    gap: 16px;
  }

  .cw-nav__item > a {
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .cw-live-feature,
  .cw-live-launch {
    gap: 42px;
  }
}

@media (max-width: 768px) {
  .cw-announcement-live {
    grid-template-columns: 1fr;
  }

  .cw-announcement-live a:not(:first-child) {
    display: none;
  }

  .cw-nav-live {
    display: none;
  }

  .cw-header-bar {
    grid-template-columns: 1fr auto 1fr;
    min-height: 56px;
    padding: 8px 16px;
    gap: 8px;
  }

  .cw-header-bar__left .cw-country-wrap,
  .cw-header-bar__right .cw-social {
    display: none;
  }

  .cw-mobile-toggle {
    display: inline-flex;
  }

  .cw-header-bar__right {
    gap: 14px;
  }

  .cw-brand__mark {
    width: 34px;
  }

  /* Mobile: logo mark only — the wordmark collides with the search icon at 360px */
  .cw-brand__text {
    display: none;
  }

  .cw-search svg {
    width: 21px;
    height: 21px;
  }

  .cw-search-panel {
    padding: 18px 16px 16px;
  }

  .cw-search-form {
    gap: 10px;
  }

  .cw-search-form input[type="search"] {
    font-size: 16px;
  }

  .cw-search-submit {
    padding: 9px 12px;
    letter-spacing: 0.1em;
  }

  .cw-search-quick {
    justify-content: flex-start;
  }

  .cw-mobile-nav {
    display: none;
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 10px 20px 18px;
  }

  .cw-mobile-nav.is-open {
    display: block;
  }

  .cw-mobile-nav .cw-nav__item > a {
    line-height: 1.3;
    padding: 13px 0;
    justify-content: space-between;
    white-space: normal;
  }

  .cw-mobile-nav .cw-nav__dropdown {
    position: static;
    display: block;
    transform: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 8px 16px;
  }

  .cw-live-rich {
    padding: 45px 20px;
  }

  .cw-live-hero__message {
    top: 50%;
    width: min(88vw, 360px);
    box-sizing: border-box;
    padding: 18px 16px 20px;
  }

  .cw-live-hero__eyebrow {
    margin-bottom: 6px;
    font-size: 8px;
    letter-spacing: 0.24em;
  }

  .cw-live-hero__title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1;
    white-space: nowrap;
  }

  .cw-live-hero__copy {
    max-width: 260px;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .cw-live-hero__cta {
    margin-top: 13px;
    padding: 11px 15px;
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .cw-live-rich h1,
  .cw-live-rich h2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 1.45;
  }

  .cw-live-rich p {
    width: min(100%, 280px);
    max-width: 280px;
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .cw-live-rich p strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cw-btn {
    max-width: 100%;
    min-height: 44px;
    white-space: normal;
    text-align: center;
  }

  .cw-start-link {
    letter-spacing: 0.16em;
    overflow-wrap: anywhere;
  }

  .cw-start-link a {
    display: inline-block;
    max-width: 320px;
  }

  .cw-live-tiles,
  .cw-footer-live__inner {
    grid-template-columns: 1fr;
  }

  .cw-live-tile,
  .cw-live-tile img {
    min-height: 420px;
  }

  .cw-live-feature,
  .cw-live-launch {
    grid-template-columns: 1fr;
    padding: 45px 20px;
  }

  .cw-live-feature__text h2,
  .cw-live-launch__copy h2,
  .cw-live-feature__text {
    text-align: center;
  }

  .cw-live-launch__images {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .cw-live-launch__images img {
    position: static;
    width: 100%;
  }

  .cw-testimonial-slider {
    width: auto;
    margin: 0 20px;
    grid-template-columns: 1fr;
  }

  .cw-testimonial-slider blockquote:not(.is-active) {
    display: none;
  }

  .cw-testimonial-slider blockquote {
    min-height: 0;
    padding: 34px 24px;
  }

  body.woocommerce-archive .hero-section .entry-header,
  body.woocommerce-archive .ct-container[data-vertical-spacing] {
    width: calc(100% - 32px) !important;
  }

  body.woocommerce-archive .hero-section[data-type],
  body.woocommerce-archive .hero-section[data-type="type-2"] {
    --container-padding: 12px 0 !important;
    padding: 12px 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  /* The tall band was the entry-header's own container padding, not the hero's */
  body.woocommerce-archive .hero-section .entry-header,
  body.woocommerce-archive .hero-section .entry-header.ct-container-narrow {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  body.woocommerce-archive .hero-section .page-title {
    font-size: 19px !important;
    margin: 0 0 5px !important;
  }

  body.woocommerce-archive .page-description p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .cw-term-desc__toggle {
    margin-top: 7px;
  }

  body.woocommerce-archive .woo-listing-top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    justify-items: stretch;
    gap: 18px;
  }

  .cw-native-filter-button,
  body.woocommerce-archive .woocommerce-ordering {
    justify-self: stretch;
    width: 100%;
  }

  .cw-native-filter-button {
    grid-column: 1;
  }

  body.woocommerce-archive .woocommerce-ordering {
    grid-column: 2;
  }

  body.woocommerce-archive .woocommerce-result-count {
    display: none !important;
  }

  body.woocommerce-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 36px 14px !important;
  }

  body.woocommerce-archive .woocommerce-loop-product__title {
    font-size: 14px !important;
  }

  body.cw-pack-product .ct-container[data-vertical-spacing],
  body.cw-pack-product .site-main > .product {
    width: calc(100% - 32px) !important;
  }

  body.cw-pack-product div.product .product_title {
    font-size: 21px !important;
    text-align: left !important;
  }

  .cw-pack-table__head,
  .cw-pack-table__row {
    grid-template-columns: minmax(0, 1fr) 74px 86px;
  }

  .cw-pack-table__head > div,
  .cw-pack-table__row > div {
    padding: 8px 8px;
  }

  .cw-pack-table__label {
    display: grid;
    gap: 1px;
    font-size: 12px;
  }

  .cw-pack-table__row--single .cw-pack-table__item {
    padding-left: 23px;
  }

  .cw-pack-table__price {
    font-size: 12px;
  }

  .cw-pack-table__qty input {
    width: 32px !important;
    height: 30px !important;
    max-height: 30px !important;
    font: 700 13px/1 "Mulish", Arial, sans-serif;
  }

  .cw-qty-btn {
    width: 22px !important;
    height: 30px !important;
    max-height: 30px !important;
  }

  .cw-pack-notice {
    padding: 16px;
  }

  .cw-pack-notice__panel {
    padding: 30px 22px 24px;
  }

  .cw-cart-notice {
    top: auto;
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
  }

  .cw-product-trust-row {
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
  }

  .cw-product-trust-row span {
    white-space: normal;
  }
}

/* Full-bleed PDP: gallery edge-to-edge on mobile, but panel text keeps gutters */
@media (max-width: 999px) {
  body.cw-pack-product div.product .entry-summary {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.cw-pack-product .ct-breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cw-pack-table__row.is-cw-colour-selected {
  background: #fff8e8;
  box-shadow: inset 3px 0 0 #111;
}


/* Archive colour choices restored from the reviewed live storefront. */
.cw-archive-colour-swatches { display:flex; align-items:center; flex-wrap:wrap; gap:7px; margin:8px 0 0; min-height:22px; }
.cw-archive-colour-swatch { display:inline-flex; align-items:center; justify-content:center; width:24px; height:24px; padding:2px; border:1px solid rgba(17,17,17,.28); border-radius:4px; background:#fff; color:inherit; text-decoration:none; transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease; }
.cw-archive-colour-swatch span { display:flex; align-items:center; justify-content:center; width:100%; height:100%; border-radius:2px; background:#e8e8e1; background-size:cover; background-position:center; font-size:7px; line-height:1; text-align:center; overflow:hidden; }
.cw-archive-colour-swatch:hover,.cw-archive-colour-swatch:focus-visible,.cw-archive-colour-swatch.is-active { border-color:#111; box-shadow:0 0 0 1px #111; transform:translateY(-1px); }
.cw-archive-colour-swatch:focus-visible { outline:2px solid #111; outline-offset:2px; }
