/* === Kill Hello theme pink (#cc3366) everywhere === */
*, *::before, *::after { -webkit-tap-highlight-color: transparent !important; }
html { accent-color: #2C2C2A; }
button, input[type="button"], input[type="reset"], input[type="submit"] {
  color: #2C2C2A !important;
  outline-color: #2C2C2A !important;
  accent-color: #2C2C2A !important;
}
button:focus, button:focus-visible { outline: 1px solid #2C2C2A !important; box-shadow: none !important; }
button:active { background: transparent !important; color: #2C2C2A !important; }
a:focus, a:active { outline-color: #2C2C2A !important; -webkit-tap-highlight-color: transparent !important; }
/* Filter btn active state override */
.filter-btn.active, .filter-btn:hover { color: #faf9f7 !important; background-color: #2C2C2A !important; border-color: #2C2C2A !important; }

/* === GLOBAL: Kill all pink link colours from theme === */
a,
a:link,
a:visited,
a:hover,
a:focus {
  color: inherit;
}

/* Specific overrides for known link colours */
.hero-link,
.hero-link:link,
.hero-link:visited {
  color: #2C2C2A !important;
  text-decoration: none !important;
}
.hero-link:hover {
  opacity: 0.6 !important;
}
.elementor-widget-html a,
.elementor-widget-html a:link,
.elementor-widget-html a:visited {
  color: inherit !important;
}

/* === FIX: Footer all links override inherit === */
.elementor-widget-html .footer a,
.elementor-widget-html .footer a:link,
.elementor-widget-html .footer a:visited {
  color: #B4B2A9 !important;
}
.elementor-widget-html .footer a:hover {
  color: #faf9f7 !important;
}

.elementor-widget-html { width: 100% !important; max-width: 100% !important; }
.elementor-widget-wrap { padding: 0 !important; }
.elementor-container { max-width: 100% !important; padding: 0 !important; }
.e-con-inner { max-width: 100% !important; padding: 0 !important; }
.e-con { max-width: 100% !important; padding: 0 !important; }

/* Hide WP share bar */
.sharedaddy, .sd-sharing, .jp-relatedposts, .sd-content, .jetpack-sharing-buttons__services-list, #jp-post-flair, .post-likes-widget-wrapper, .wpl-likebox { display: none !important; }

/* Force minimum readable text size across all pages */
.elementor-widget-html p,
.elementor-widget-html span:not(.nav-logo):not(.availability-dot),
.elementor-widget-html div:not(.product-price):not(.product-title):not(.hero-title):not(.page-title):not(.cta-title):not(.studio-title):not(.contact-title):not(.hero-opening) {
  min-font-size: 13px;
}
.elementor-widget-html .step-desc,
.elementor-widget-html .faq-item p,
.elementor-widget-html .hero-body,
.elementor-widget-html .contact-body,
.elementor-widget-html .product-description,
.elementor-widget-html .studio-body { font-size: 15px !important; line-height: 2 !important; }
.elementor-widget-html .faq-item h4,
.elementor-widget-html .step-title,
.elementor-widget-html .meta-value,
.elementor-widget-html .card-title { font-size: 14px !important; }
.elementor-widget-html .meta-label,
.elementor-widget-html .section-label,
.elementor-widget-html .product-collection,
.elementor-widget-html .page-eyebrow,
.elementor-widget-html .hero-eyebrow,
.elementor-widget-html .studio-eyebrow,
.elementor-widget-html .contact-eyebrow,
.elementor-widget-html .contact-detail-label,
.elementor-widget-html .filter-btn,
.elementor-widget-html .collection-name,
.elementor-widget-html .product-availability,
.elementor-widget-html .shipping-note,
.elementor-widget-html .breadcrumb,
.elementor-widget-html .nav-links a,
.elementor-widget-html .footer-nav a,
.elementor-widget-html .footer-contact span,
.elementor-widget-html .footer-bottom,
.elementor-widget-html .hero-credential,
.elementor-widget-html .step-num,
.elementor-widget-html .contact-detail-value,
.elementor-widget-html .hero-link,
.elementor-widget-html .insta-link { font-size: 13px !important; }
/* Commission page FAQ titles — match step-title uppercase */
.elementor-widget-html .faq-item h4 { text-transform: uppercase !important; letter-spacing: 0.1em !important; }

/* ============================================
   WOOCOMMERCE PRODUCT PAGE STYLING
   Matches existing painting page design
   ============================================ */

/* Background */
.single-product .site-main,
.woocommerce.single-product body,
.woocommerce-page.single-product {
  background: #ffffff;
}

/* Stretch product container to full page width */
.woocommerce.single-product .site-main,
.woocommerce-page.single-product .site-main,
.woocommerce.single-product #content,
.woocommerce-page.single-product #content,
body.single-product .woocommerce {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.single-product .entry-content,
body.single-product article {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}


/* ---- Product gallery: FlexSlider with thumbnails below ---- */

/* Let FlexSlider clip slides in the viewport */
.single-product .woocommerce-product-gallery .flex-viewport {
  overflow: hidden !important;
}

/* Slides: let FlexSlider manage width, just ensure image fills the slide */
.single-product .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Hide zoom trigger */
.single-product .woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Show thumbnails row */
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 1 !important;
  margin: 0 !important;
  cursor: pointer !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 0.6 !important;
  border: 2px solid transparent !important;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1 !important;
  border-color: #2C2C2A !important;
}

/* Breadcrumb */
.woocommerce-breadcrumb {
  padding: 14px 48px !important;
  font-size: 11px !important;
  color: #B4B2A9 !important;
  letter-spacing: 0.08em !important;
  border-bottom: 0.5px solid #E8E4DC !important;
  font-family: 'Montserrat', sans-serif !important;
  background: #ffffff !important;
  margin: 0 !important;
  display: block !important;
}
.woocommerce-breadcrumb a {
  color: #B4B2A9 !important;
  text-decoration: none !important;
}
.woocommerce-breadcrumb a:hover {
  color: #2C2C2A !important;
}

/* Main product container */
.single-product div.product {
  display: flex !important;
  min-height: 80vh;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  align-items: flex-start;
  background: #ffffff;
  gap: 0 !important;
}

/* Left column - image gallery */
.single-product .woocommerce-product-gallery {
  width: 55% !important;
  min-width: 55% !important;
  padding: 12px !important;
  border-right: 0.5px solid #E8E4DC !important;
  margin: 0 !important;
  float: none !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  align-self: flex-start !important;
}

/* Placeholder image */
.single-product .woocommerce-product-gallery__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

/* Right column - product details */
.single-product .summary.entry-summary {
  width: 45% !important;
  min-width: 45% !important;
  padding: 56px 48px !important;
  float: none !important;
  margin: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

/* Product title */
.single-product h1.product_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px !important;
  font-weight: 300 !important;
  color: #2C2C2A !important;
  letter-spacing: 0.01em !important;
  margin-bottom: 16px !important;
  line-height: 1.2 !important;
  font-style: italic !important;
  order: 1 !important;
}

/* Price */
.single-product p.price,
.single-product span.price {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #2C2C2A !important;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  display: block !important;
  border: none !important;
  background: none !important;
  order: 2 !important;
}
.single-product p.price .woocommerce-Price-amount,
.single-product span.price .woocommerce-Price-amount {
  font-size: 26px !important;
  font-weight: 300 !important;
  color: #2C2C2A !important;
}
.single-product p.price .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
}

/* Quantity - hide (unique paintings) */
.single-product .quantity {
  display: none !important;
}

/* Add to cart button */
.single-product button.single_add_to_cart_button,
.single-product .single_add_to_cart_button {
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  background: #2C2C2A !important;
  color: #faf9f7 !important;
  border: none !important;
  padding: 16px 32px !important;
  cursor: pointer !important;
  width: 100% !important;
  margin-bottom: 12px !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
}
.single-product button.single_add_to_cart_button::before,
.single-product .single_add_to_cart_button::before {
  content: "PURCHASE THIS PAINTING";
  font-size: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.2em !important;
}
.single-product button.single_add_to_cart_button:hover {
  background: #444440 !important;
}

/* Cart form */
.single-product form.cart {
  margin-bottom: 14px !important;
}

/* Category in product_meta */
.single-product .product_meta {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.single-product .posted_in,
.single-product .product_meta .posted_in {
  display: block !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin-bottom: 12px !important;
}

/* Hide "Category:" text label - keep only the link */

.single-product .posted_in a {
  font-size: 11px !important;
  line-height: 1.4 !important;
  color: #2C2C2A !important;
  text-decoration: none !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  display: inline-block !important;
}
.single-product .posted_in a:hover {
  color: #2C2C2A !important;
}

/* Move product_meta (category) above the title using absolute ordering */
.single-product .summary.entry-summary {
  display: flex !important;
  flex-direction: column !important;
}
.single-product .product_meta { order: -1 !important; }
.single-product h1.product_title { order: 0 !important; }
.single-product p.price { order: 1 !important; }
.single-product form.cart { order: 3 !important; }

/* Short description */
.single-product .woocommerce-product-details__short-description {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  color: #5F5E5A !important;
  line-height: 2 !important;
  margin-bottom: 24px !important;
  font-weight: 300 !important;
  order: 2 !important;
}

/* Shipping/info note - add after cart */
.single-product form.cart::after {
  content: "Free UK shipping. For shipping outside the UK please email hello@artbystorey.com";
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  color: #B4B2A9 !important;
  letter-spacing: 0.04em !important;
  margin-top: 16px !important;
  line-height: 1.7 !important;
  padding-top: 16px !important;
  border-top: 0.5px solid #E8E4DC !important;
}

/* Tabs - hide tabs nav, show description */
.single-product .woocommerce-tabs {
  clear: both;
  padding: 40px 48px;
  border-top: 0.5px solid #E8E4DC;
  background: #ffffff;
}
.single-product .woocommerce-tabs .tabs.wc-tabs {
  display: none !important;
}
.single-product .woocommerce-Tabs-panel {
  border: none !important;
  padding: 0 !important;
  display: none !important;
}
.single-product .woocommerce-Tabs-panel--description {
  display: block !important;
}
.single-product .woocommerce-Tabs-panel--description h2 {
  display: none !important;
}
.single-product .woocommerce-Tabs-panel--description p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  color: #5F5E5A !important;
  line-height: 2 !important;
  font-weight: 300 !important;
}

/* Related products */
/* Fix flex layout - make related products wrap below main content */
.single-product .product {
  flex-wrap: wrap !important;
}
.single-product .related.products,
.single-product .up-sells {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 60px 48px 40px !important;
  border-top: 0.5px solid #E8E4DC !important;
  background: #faf9f7 !important;
  clear: both;
  margin-top: 40px !important;
}
.single-product .related.products > h2,
.single-product .up-sells > h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
  font-weight: 400 !important;
  margin-bottom: 32px !important;
}
.single-product .related.products ul.products,
.single-product .up-sells ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.single-product .related.products ul.products li.product,
.single-product .up-sells ul.products li.product {
  background: #ffffff !important;
  border: 0.5px solid #E8E4DC !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.single-product .related.products ul.products li.product a img,
.single-product .up-sells ul.products li.product a img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product .related.products ul.products li.product a.woocommerce-loop-product__link,
.single-product .up-sells ul.products li.product a.woocommerce-loop-product__link {
  display: block !important;
  flex-grow: 1 !important;
}
.single-product .related.products .woocommerce-loop-product__title,
.single-product .up-sells .woocommerce-loop-product__title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
  font-style: italic !important;
  font-weight: 400 !important;
  padding: 12px 16px 4px !important;
  margin: 0 !important;
}
.single-product .related.products .price,
.single-product .up-sells .price {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  color: #5F5E5A !important;
  font-weight: 300 !important;
  padding: 0 16px 12px !important;
  display: block !important;
  background: none !important;
  border: none !important;
}
.single-product .related.products a.button,
.single-product .up-sells a.button {
  display: block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #2C2C2A !important;
  border-top: 0.5px solid #E8E4DC !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 12px 16px !important;
  background: none !important;
  text-align: left !important;
  margin-top: auto !important;
}
.single-product .related.products a.button:hover,
.single-product .up-sells a.button:hover {
  background: #f5f3ef !important;
  color: #2C2C2A !important;
}
/* Hide sold/outofstock items in related products */
.single-product .related.products ul.products li.product.outofstock,
.single-product .up-sells ul.products li.product.outofstock {
  display: none !important;
}
/* Also adjust grid to auto-fill remaining spaces neatly */
.single-product .related.products ul.products:has(> li:nth-child(2)):not(:has(> li:nth-child(4))),
.single-product .up-sells ul.products:has(> li:nth-child(2)):not(:has(> li:nth-child(4))) {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
}

/* Hide woocommerce reviews tab if no reviews */
.single-product .woocommerce-tabs {
  display: none !important;
}


/* ============================================
   HELLO ELEMENTOR THEME HEADER STYLING
   (Applies to WooCommerce product pages)
   ============================================ */

/* Header container */
.site-header,
header.site-header {
  background: #ffffff !important;
  border-bottom: 0.5px solid #E8E4DC !important;
  padding: 0 48px !important;
}

/* Site branding / logo area */
.site-header .site-branding {
  display: flex !important;
  align-items: center !important;
}
.site-header .site-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 21px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.site-header .site-title a,
.site-header .site-title a:link,
.site-header .site-title a:visited,
.site-header .site-title a:hover {
  color: #2C2C2A !important;
  text-decoration: none !important;
}

/* Navigation */
.site-header .site-navigation .menu-primary-navigation-container ul,
.site-header nav ul.menu {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 32px !important;
}
.site-header nav ul.menu > li > a,
.site-header .site-navigation a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #888780 !important;
  text-decoration: none !important;
}
.site-header nav ul.menu > li > a:hover,
.site-header .site-navigation a:hover {
  color: #2C2C2A !important;
}

/* Hide description */
.site-header .site-description {
  display: none !important;
}



/* =====================================================
   SOLD STICKER — WooCommerce /product/ pages
   ===================================================== */

/* Sticker on image */
.single-product div.outofstock .woocommerce-product-gallery {
  position: relative;
}
.single-product div.outofstock .woocommerce-product-gallery::after {
  content: 'SOLD';
  position: absolute;
  top: 24px;
  right: 24px;
  background: #2C2C2A;
  color: #faf9f7;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
}

/* Replace empty price area with SOLD badge */
.single-product div.outofstock .summary .price::after {
  content: 'Sold';
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #888780;
  letter-spacing: 0.04em;
  font-style: italic;
  margin-bottom: 8px;
}

/* Hide "Read more" WooCommerce link on sold products in loops */
.outofstock a.button.product_type_simple {
  display: none !important;
}

/* === Product page header: match custom nav === */
.woocommerce-page #site-header,
.single-product #site-header {
  background: #faf9f7;
  border-bottom: 0.5px solid #E8E4DC;
  padding: 0;
}
.woocommerce-page .header-inner,
.single-product .header-inner {
  max-width: 100%;
  padding: 0 40px;
  height: 72px;
  align-items: center;
}
.woocommerce-page .site-branding,
.single-product .site-branding {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.woocommerce-page .site-title a,
.single-product .site-title a {
  color: #2C2C2A;
  text-decoration: none;
}
.woocommerce-page .site-navigation .menu,
.single-product .site-navigation .menu {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-page .site-navigation .menu a,
.single-product .site-navigation .menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #888780;
  text-decoration: none;
}
/* Reorder nav items: Artwork first */
.woocommerce-page #menu-main-navigation li:nth-child(4),
.single-product #menu-main-navigation li:nth-child(4) { order: 1; }
.woocommerce-page #menu-main-navigation li:nth-child(2),
.single-product #menu-main-navigation li:nth-child(2) { order: 2; }
.woocommerce-page #menu-main-navigation li:nth-child(1),
.single-product #menu-main-navigation li:nth-child(1) { order: 3; }
.woocommerce-page #menu-main-navigation li:nth-child(3),
.single-product #menu-main-navigation li:nth-child(3) { order: 4; }
.woocommerce-page #menu-main-navigation,
.single-product #menu-main-navigation { display: flex; }
/* Hide related products section - use upsells instead */
.single-product .related.products {
  display: none !important;
}

/* === FIX: Button text colour  prevent colour:inherit making text invisible === */
a.btn-primary,
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-primary:focus {
	  color: #FFFFFF !important;
}
a.btn-secondary,
a.btn-secondary:link,
a.btn-secondary:visited {
	  color: #2C2C2A !important;
}
a.btn-secondary:hover {
	  color: #2C2C2A !important;
}
/* Ensure all dark-background buttons have white text */
.btn-primary { color: #FFFFFF !important; }
/* === FIX: Hero links  force correct colour regardless of theme === */
a.hero-link,
a.hero-link:link,
a.hero-link:visited,
a.hero-link:hover,
a.hero-link:focus,
.hero-links a,
.hero-links a:link,
.hero-links a:visited {
	  color: #2C2C2A !important;
	  text-decoration: none !important;
}

/* === FIX: Commission page cta-btn  white bg with dark text on dark section === */
a.cta-btn,
a.cta-btn:link,
a.cta-btn:visited {
	  background-color: #FFFFFF !important;
	  color: #2C2C2A !important;
	  border-color: #FFFFFF !important;
}
a.cta-btn:hover {
	  background-color: #F0EDE6 !important;
	  color: #2C2C2A !important;
}

/* === About page: style hero-links as buttons === */
.hero-links {
	  display: flex !important;
	  gap: 12px !important;
	  flex-wrap: wrap !important;
	  margin-top: 8px !important;
}
.hero-links a.btn-primary,
.hero-links a.btn-primary:link,
.hero-links a.btn-primary:visited {
	  display: inline-block !important;
	  background: #2C2C2A !important;
	  color: #FFFFFF !important;
	  font-family: 'Montserrat', sans-serif !important;
	  font-size: 11px !important;
	  letter-spacing: 0.2em !important;
	  text-transform: uppercase !important;
	  padding: 16px 32px !important;
	  text-decoration: none !important;
	  border: none !important;
}
.hero-links a.btn-primary:hover {
	  background: #444440 !important;
	  color: #FFFFFF !important;
}
.hero-links a.btn-secondary,
.hero-links a.btn-secondary:link,
.hero-links a.btn-secondary:visited {
	  display: inline-block !important;
	  background: transparent !important;
	  color: #2C2C2A !important;
	  font-family: 'Montserrat', sans-serif !important;
	  font-size: 11px !important;
	  letter-spacing: 0.2em !important;
	  text-transform: uppercase !important;
	  padding: 16px 32px !important;
	  text-decoration: none !important;
	  border: 1px solid #2C2C2A !important;
}
.hero-links a.btn-secondary:hover {
	  background: #f5f3ef !important;
	  color: #2C2C2A !important;
}

/* === About page: improve text spacing === */
/* Gap between opening quote and first body paragraph */
.elementor-widget-html .hero-opening {
	  margin-bottom: 28px !important;
	  font-size: 17px !important;
	  line-height: 1.7 !important;
	  font-weight: 600 !important;
}
/* More breathing room between body paragraphs */
.elementor-widget-html .hero-body {
	  margin-bottom: 24px !important;
	  line-height: 1.9 !important;
}
/* Space above credential line */
.elementor-widget-html .hero-credential {
	  margin-top: 32px !important;
	  margin-bottom: 20px !important;
}
/* Space above buttons */
.hero-links {
	  margin-top: 20px !important;
}

/* ============================================
 *    PRODUCT ATTRIBUTES TABLE  Size, Medium, Year
 *    Rendered via short description HTML table
 *    Label left (small caps grey), value right-aligned
 *    Thin divider lines between rows
 * ============================================ */

/* Keep woocommerce tabs hidden — attributes are in short description */
.single-product .woocommerce-tabs {
  display: none !important;
}

/* Short description: order before price, after description text */
.single-product .woocommerce-product-details__short-description {
  order: 2 !important;
}
.single-product p.price {
  order: 3 !important;
}
.single-product form.cart {
  order: 4 !important;
}

/* ---- Storey attributes table inside short description ---- */
.single-product .woocommerce-product-details__short-description .storey-attributes {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 32px 0 0 0 !important;
  background: transparent !important;
  border: none !important;
  font-family: 'Montserrat', sans-serif !important;
}
.single-product .woocommerce-product-details__short-description .storey-attributes tr {
  border-top: 0.5px solid #E8E4DC !important;
}
.single-product .woocommerce-product-details__short-description .storey-attributes tr:last-child {
  border-bottom: 0.5px solid #E8E4DC !important;
}
.single-product .woocommerce-product-details__short-description .storey-attributes .attr-label {
  font-size: 10px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
  font-weight: 400 !important;
  padding: 18px 0 !important;
  width: 35% !important;
  vertical-align: middle !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
}
.single-product .woocommerce-product-details__short-description .storey-attributes .attr-value {
  font-size: 13px !important;
  color: #2C2C2A !important;
  font-weight: 300 !important;
  padding: 18px 0 !important;
  text-align: right !important;
  vertical-align: middle !important;
  background: transparent !important;
  border: none !important;
  letter-spacing: 0.01em !important;
}


/* /* /* /* === Product Gallery: Main image + thumbnails below === */

/* Show thumbnails in a horizontal row */
.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-direction: row !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  flex: 1 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  opacity: 0.6 !important;
  transition: opacity 0.2s ease !important;
  border: 2px solid transparent !important;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.single-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1 !important;
  border-color: #2C2C2A !important;
}

/* ================================================
   PRODUCT CATEGORY PAGE - Match Artwork page style
   ================================================ */

/* Hide WooCommerce chrome we don't want */
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-result-count,
.tax-product_cat .woocommerce-ordering {
  display: none !important;
}

/* Page layout - clean white, no extra padding */
.tax-product_cat .site-content,
.tax-product_cat #content,
.tax-product_cat .content-area {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.tax-product_cat .woocommerce {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

/* 3-column grid matching Artwork page */
.tax-product_cat ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 48px !important;
  list-style: none !important;
  background: #f7f5f2 !important;
}

/* Product card */
.tax-product_cat ul.products li.product {
  position: relative !important;
  background: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: 100% !important;
}

/* Product image link - fills card */
.tax-product_cat ul.products li.product a.woocommerce-loop-product__link {
  display: block !important;
  flex: 1 !important;
  background: #ffffff !important;
  padding: 0 !important;
}

/* Product image */
.tax-product_cat ul.products li.product a.woocommerce-loop-product__link img {
  width: 100% !important;
  height: 380px !important;
  object-fit: contain !important;
  display: block !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

/* Hide title and price inside the link (we'll show them in a custom info bar below) */
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product .price {
  display: none !important;
}

/* Info bar - matches .card-info-bar on Artwork page */
.tax-product_cat ul.products li.product a.button {
  display: none !important;
}

/* Custom info bar using ::after on li is tricky - instead use woo hooks via CSS on existing elements */
/* Re-show title and price in a flex bar at bottom */
.tax-product_cat ul.products li.product {
  position: relative !important;
}

/* Use the add-to-cart button area as info bar anchor - override it */
/* Actually restructure: show title block as info bar */
.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
  display: block !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #2C2C2A !important;
  font-weight: 400 !important;
  padding: 12px 15px !important;
  margin: 0 !important;
  border-top: 0.5px solid #E8E4DC !important;
  flex: none !important;
}

/* View piece button - restyle Add to Cart */
.tax-product_cat ul.products li.product a.button.add_to_cart_button,
.tax-product_cat ul.products li.product a.button {
  display: none !important;
}

/* Position title and a fake "View this piece" link */
/* Use the product link itself as the card - add view button via CSS content on ::after of li */
.tax-product_cat ul.products li.product::after {
  content: 'VIEW THIS PIECE' !important;
  display: block !important;
  position: absolute !important;
  bottom: 13px !important;
  right: 15px !important;
  font-size: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.08em !important;
  color: #2C2C2A !important;
  border: 0.5px solid #2C2C2A !important;
  padding: 6px 11px !important;
  text-transform: uppercase !important;
  pointer-events: none !important;
}

/* Sale/Onsale badge - keep SOLD style */
.tax-product_cat ul.products li.product .onsale {
  border-radius: 50% !important;
  background: #2C2C2A !important;
  color: #fff !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  font-family: 'Montserrat', sans-serif !important;
  width: 52px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
}

/* ---- Commission a similar piece button (on sold product pages) ---- */
.single-product .storey-commission-btn,
.single-product .storey-commission-btn:link,
.single-product .storey-commission-btn:visited {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #2c2c2a !important;
    color: #faf9f7 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 16px 32px !important;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}
.single-product .storey-commission-btn:hover {
    background: #444440 !important;
    color: #faf9f7 !important;
}

/* Commission button ordering on sold pages: price/Sold first, then attributes + button */
.outofstock p.price {
    order: 1 !important;
}
.outofstock .woocommerce-product-details__short-description {
    order: 2 !important;
}

/* ============================================================
   STOREY — WooCommerce Checkout Styles
   Blocks-based checkout (WooCommerce 8+)
   ============================================================ */

/* --- Page title --- */
.woocommerce-checkout-page h1.entry-title,
.page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5F5E5A;
}

/* --- Overall container --- */
.wc-block-checkout {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #5F5E5A;
  background: #faf9f7;
}

/* --- Section headings (Contact info, Billing address, Payment) --- */
.wc-block-components-title.wc-block-components-checkout-step__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2C2C2A;
  border-bottom: 1px solid #E8E4DC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* Step number circle */
.wc-block-components-checkout-step__number {
  background: #2C2C2A !important;
  color: #faf9f7 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  border-radius: 50%;
}

/* --- Form field wrappers --- */
.wc-block-components-text-input {
  position: relative;
  margin-bottom: 20px;
}

/* Remove box border, use underline only */
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="password"],
.wc-block-checkout__form input[type="text"],
.wc-block-checkout__form input[type="email"],
.wc-block-checkout__form input[type="tel"] {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 18px 0 8px 0 !important;
  width: 100% !important;
}

.wc-block-components-text-input input:focus,
.wc-block-checkout__form input:focus {
  border-bottom-color: #2C2C2A !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Floating labels */
.wc-block-components-text-input label,
.wc-block-checkout__form .wc-block-components-text-input label {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 9px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
}

/* --- Select dropdowns (Country) --- */
.wc-blocks-components-select__select,
.wc-block-checkout__form select {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 18px 0 8px 0 !important;
  -webkit-appearance: none;
  appearance: none;
}

.wc-blocks-components-select__select:focus,
.wc-block-checkout__form select:focus {
  border-bottom-color: #2C2C2A !important;
  box-shadow: none !important;
  outline: none !important;
}

.wc-blocks-components-select {
  border: none !important;
  border-bottom: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.wc-blocks-components-select label {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 9px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
}

/* --- Checkbox (Add a note) --- */
.wc-block-components-checkbox {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #5F5E5A;
}

.wc-block-components-checkbox__input {
  border: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.wc-block-components-checkbox__input:checked {
  background: #2C2C2A !important;
  border-color: #2C2C2A !important;
}

/* --- Textarea (order note) --- */
.wc-block-checkout__form textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
  background: transparent !important;
  border: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 12px !important;
  resize: vertical;
}

.wc-block-checkout__form textarea:focus {
  border-color: #2C2C2A !important;
  box-shadow: none !important;
  outline: none !important;
}

/* --- Privacy/terms notice --- */
.wc-block-checkout__terms {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #B4B2A9;
  letter-spacing: 0.03em;
}

.wc-block-checkout__terms a {
  color: #5F5E5A;
  text-decoration: underline;
}

/* --- Place Order button --- */
.wc-block-components-checkout-place-order-button,
.wc-block-components-checkout-place-order-button.wp-element-button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #faf9f7 !important;
  background: #2C2C2A !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 18px 24px !important;
  cursor: pointer;
  transition: opacity 0.2s ease;
  box-shadow: none !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-checkout-place-order-button.wp-element-button:hover {
  background: #2C2C2A !important;
  opacity: 0.75;
  color: #faf9f7 !important;
}

/* --- Order summary sidebar --- */
.wc-block-checkout__sidebar {
  font-family: 'Montserrat', sans-serif;
  background: #faf9f7;
}

/* Order summary heading */
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #2C2C2A !important;
  border-bottom: 1px solid #E8E4DC;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

/* Cart items wrapper */
.wp-block-woocommerce-checkout-order-summary-cart-items-block {
  border-bottom: 1px solid #E8E4DC;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

/* Product name in order summary */
.wc-block-components-product-name {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
}

/* Product price in order summary */
.wc-block-components-product-price,
.wc-block-components-order-summary-item__total-price {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #2C2C2A !important;
}

/* Subtotal / Total rows */
.wc-block-components-totals-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #5F5E5A;
  border-bottom: none;
  padding: 6px 0;
}

.wc-block-components-totals-item__label {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  letter-spacing: 0.05em;
  color: #5F5E5A !important;
}

.wc-block-components-totals-item__value {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  color: #2C2C2A !important;
}

/* Total row */
.wc-block-components-totals-footer-item {
  border-top: 1px solid #E8E4DC !important;
  margin-top: 12px;
  padding-top: 14px !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2C2C2A !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #2C2C2A !important;
}

/* --- Coupon panel --- */
.wc-block-components-totals-coupon {
  border: none !important;
  border-top: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
}

.wc-block-components-panel__button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #5F5E5A !important;
  background: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
}

.wc-block-components-panel__button:hover {
  color: #2C2C2A !important;
}

.wc-block-components-totals-coupon__form input {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  border: none !important;
  border-bottom: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
  color: #2C2C2A !important;
}

.wc-block-components-totals-coupon__form button {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background: #2C2C2A !important;
  color: #faf9f7 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
}

/* --- Payment methods block --- */
.wc-block-components-radio-control__option {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #5F5E5A !important;
  border: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
  padding: 14px !important;
  margin-bottom: 8px;
}

.wc-block-components-radio-control__option:has(input:checked) {
  border-color: #2C2C2A !important;
}

/* --- Error notices --- */
.wc-block-components-notice-banner.is-error,
.woocommerce-error {
  border-left: 2px solid #2C2C2A !important;
  background: #faf9f7 !important;
  border-radius: 0 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #5F5E5A;
}

/* Validation error text */
.wc-block-components-validation-error {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  color: #5F5E5A !important;
}

/* --- "Add apartment" link --- */
.wc-block-components-address-form__address_2-toggle {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  color: #B4B2A9 !important;
  text-decoration: none !important;
}

.wc-block-components-address-form__address_2-toggle:hover {
  color: #5F5E5A !important;
}

/* ============================================================ */

/* === MOBILE RESPONSIVE === */
html { overflow-x: hidden !important; }

.e-con, .e-con-boxed, .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 768px) {

  /* NAV */
  .nav { padding: 16px 20px !important; }
  .nav-links { display: none !important; }
  .nav-hamburger { display: flex !important; }

  /* HERO */
  .hero-image { height: 60vw !important; min-height: 240px !important; }
  .hero-band { padding: 14px 20px !important; }
  .hero-tagline { font-size: 11px !important; letter-spacing: 0.12em !important; }

  /* SEEN IN */
  .seen-in { padding: 16px 20px !important; }
  .seen-in-inner { flex-wrap: wrap !important; gap: 8px !important; justify-content: center !important; }

  /* INTRO */
  .intro { flex-direction: column !important; padding: 40px 20px !important; gap: 28px !important; }
  .intro-img-wrap { width: 100% !important; max-width: 260px !important; margin: 0 auto !important; }
  .intro-text { padding-top: 0 !important; }
  .intro-body, .intro-body-second { font-size: 14px !important; }
  .intro-cta { flex-direction: column !important; gap: 10px !important; }
  .btn-primary, .btn-secondary { width: 100% !important; text-align: center !important; display: block !important; padding: 14px 20px !important; }

  /* CURRENT WORKS / GALLERY SECTION */
  .gallery-section { padding: 40px 20px !important; }
  .gallery-header { margin-bottom: 20px !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .card-image { height: 46vw !important; }

  /* MAKING / COMMISSION */
  .making { flex-direction: column !important; padding: 48px 20px !important; gap: 32px !important; }
  .making-steps { padding-top: 0 !important; }
  .commission { padding: 48px 20px !important; }
  .commission-heading { font-size: 22px !important; }

  /* NEWSLETTER */
  .newsletter { padding: 48px 20px !important; }
  .newsletter-form { flex-direction: column !important; max-width: 100% !important; }
  .newsletter-form input,
  .newsletter-form button { width: 100% !important; border-right: 0.5px solid #3a3830 !important; }

  /* FOOTER */
  .footer { padding: 32px 20px !important; text-align: center !important; color: #B4B2A9 !important; }
  .footer-top { flex-direction: column !important; align-items: center !important; gap: 16px !important; justify-content: flex-start !important; }
  .footer-nav { flex-wrap: wrap !important; justify-content: center !important; }
  .footer-nav a, .footer a { color: #B4B2A9 !important; }
  .footer-logo { color: #f0ede6 !important; }
  .footer-tagline { color: #B4B2A9 !important; }
  .footer-contact a, .footer-contact { color: #B4B2A9 !important; }
  .footer-bottom { color: #888780 !important; }

  /* ARTWORK PAGE */
  .page-header { padding: 36px 20px 28px !important; }
  .page-title { font-size: 26px !important; }
  .filters { padding: 16px 20px !important; overflow-x: auto !important; flex-wrap: nowrap !important; }
  .collection { padding: 32px 20px !important; }
  .grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
  .card-image { height: 46vw !important; }

  /* CONTACT PAGE */
  .contact-layout { flex-direction: column !important; padding: 40px 20px !important; gap: 32px !important; }
  .contact-left, .contact-right { width: 100% !important; }
  .contact-heading { font-size: 24px !important; }

  /* ABOUT PAGE */
  .about-layout { flex-direction: column !important; }
  .about-image-col { width: 100% !important; }

  /* PRODUCT DETAIL PAGE */
  .product-layout { flex-direction: column !important; padding: 20px !important; gap: 32px !important; }
  .product-image-col, .product-info-col { width: 100% !important; }
  .product-info-col { padding: 0 !important; }
  .product-title { font-size: 24px !important; }

}


/* === Hide WooCommerce payment widgets on product pages === */
#payment-method-message,
.wcpay-express-checkout-wrapper,
.wc-stripe-product-checkout,
.payment_method_stripe_apple_pay,
.payment_method_stripe_google_pay { 
  display: none !important; 
}

/* === Product page mobile fix === */
@media (max-width: 768px) {

  /* Single column layout */
  .woocommerce div.product,
  .woocommerce #content div.product {
    display: block !important;
  }

  /* Gallery full width */
  .woocommerce div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin-bottom: 24px;
  }

  /* Summary full width */
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .single-product .summary.entry-summary {
    width: 100% !important;
    float: none !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  /* Product title */
  .single-product h1.product_title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 28px !important;
    letter-spacing: 0.06em !important;
    color: #2C2C2A !important;
    margin-bottom: 16px !important;
  }

  /* Category label above title */
  .woocommerce-product-details__short-description,
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
  }

  /* Price */
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #2C2C2A !important;
    margin-bottom: 16px !important;
  }

  /* Purchase button full width */
  .single_add_to_cart_button,
  .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Breadcrumbs */
  .woocommerce-breadcrumb {
    padding: 12px 20px !important;
    font-size: 11px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  /* Description */
  .woocommerce-product-details__short-description {
    font-size: 14px !important;
    line-height: 1.7 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    max-width: 100% !important;
  }

  /* Site header on product pages */
  .site-header,
  header.site-header,
  #site-header {
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .site-header .header-inner,
  #site-header .header-inner {
    padding: 16px 20px !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .site-title a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    color: #2C2C2A !important;
    text-decoration: none !important;
  }

  /* Mobile nav dropdown - vertical, full width, no overflow */
  .site-navigation-dropdown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    background: #faf9f7 !important;
    z-index: 9998 !important;
    display: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .site-navigation-dropdown ul.menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 32px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
  }
  .site-navigation-dropdown ul.menu li {
    display: block !important;
    float: none !important;
    width: auto !important;
  }
  .site-navigation-dropdown ul.menu li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #2C2C2A !important;
    text-decoration: none !important;
    display: block !important;
  }

  /* Product meta (category etc) */
  .product_meta {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    color: #888780 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin-top: 16px !important;
  }

  /* Related/upsell sections */
  .related.products, .up-sells.upsells {
    padding: 0 20px !important;
  }

  .related.products h2, .up-sells.upsells h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #888780 !important;
  }

  /* Overflow fix */
  .single-product #primary,
  .single-product #main,
  .single-product .site-main {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }
  /* Button fix - remove horizontal padding, reduce letter spacing for mobile */
  .single-product button.single_add_to_cart_button,
  .single-product .single_add_to_cart_button {
    padding: 18px 8px !important;
  }
  .single-product button.single_add_to_cart_button::before,
  .single-product .single_add_to_cart_button::before {
    font-size: 9px !important;
    letter-spacing: 0.06em !important;
    white-space: nowrap !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* Storey attributes table */
  table.storey-attributes {
    width: 100% !important;
    table-layout: auto !important;
  }
  table.storey-attributes td.attr-label {
    white-space: nowrap !important;
    vertical-align: top !important;
    padding-right: 12px !important;
    width: 1% !important;
  }
  table.storey-attributes td.attr-value {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    vertical-align: top !important;
    text-align: right !important;
    width: 99% !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
  table.storey-attributes td.attr-label {
    font-size: 11px !important;
  }

  /* Fix attribute table overflow */
  .woocommerce-product-attributes-item__value {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  table.woocommerce-product-attributes {
    width: 100% !important;
    table-layout: fixed !important;
  }
  table.woocommerce-product-attributes td,
  table.woocommerce-product-attributes th {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
  }

}

/* ===========================
   CART PAGE — GLOBAL STYLES
   =========================== */

/* Cart page H1 title */
.woocommerce-cart h1.entry-title,
.woocommerce-cart h1.page-title,
.page-id-212 h1,
body.woocommerce-cart h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 32px !important;
  letter-spacing: 0.08em !important;
  text-transform: none !important;
  color: #2C2C2A !important;
}

/* Block cart font override */
.wc-block-cart,
.wc-block-cart * {
  font-family: 'Montserrat', sans-serif !important;
}

/* Cart items table header */
.wc-block-cart-items .wc-block-cart-items__header span {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
}

/* Cart item product name */
.wc-block-cart-item__product a.wc-block-components-product-name {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 0.05em !important;
  color: #2C2C2A !important;
  text-decoration: none !important;
}

/* Cart item price */
.wc-block-cart-item__total .wc-block-components-product-price,
.wc-block-cart-item__product .wc-block-components-product-price {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #2C2C2A !important;
}

/* Quantity selector */
.wc-block-components-quantity-selector {
  border: 1px solid #E8E4DC !important;
  border-radius: 0 !important;
}
.wc-block-components-quantity-selector__input {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: #2C2C2A !important;
}
.wc-block-components-quantity-selector button {
  color: #2C2C2A !important;
  background: transparent !important;
}

/* Remove item link */
.wc-block-cart-item__remove-link {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  color: #B4B2A9 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.wc-block-cart-item__remove-link:hover {
  color: #2C2C2A !important;
}

/* Cart totals heading */
.wc-block-cart__totals-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #B4B2A9 !important;
}

/* Totals line items */
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
  color: #5F5E5A !important;
}
.wc-block-components-totals-item--total .wc-block-components-totals-item__label,
.wc-block-components-totals-item--total .wc-block-components-totals-item__value {
  font-weight: 500 !important;
  color: #2C2C2A !important;
  font-size: 13px !important;
}

/* PROCEED TO CHECKOUT button */
.wc-block-cart__submit-button {
  background-color: #2C2C2A !important;
  color: #faf9f7 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 18px 24px !important;
  width: 100% !important;
}
.wc-block-cart__submit-button:hover {
  background-color: #3a3a38 !important;
  color: #faf9f7 !important;
}

/* Coupon panel */
.wc-block-components-panel__button {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #5F5E5A !important;
}

/* Hide Clearpay/Klarna and express payment on cart */
.wc-block-cart .wc-block-components-express-payment,
.wc-block-cart .wc-block-cart__payment-options,
.wc-block-cart .wc-block-components-bnpl-wrapper,
.wc-block-cart .wc-block-components-order-meta {
  display: none !important;
}

/* ===========================
   CART PAGE — MOBILE STYLES
   =========================== */
@media (max-width: 768px) {

  /* Stack layout vertically */
  .wc-block-components-sidebar-layout.wc-block-cart {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .wc-block-cart__main,
  .wc-block-cart__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .wc-block-cart__sidebar {
    position: static !important;
    top: auto !important;
    margin-top: 24px !important;
  }

  /* Cart page H1 */
  body.woocommerce-cart h1 {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }

  /* Tighten overall page padding */
  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .woocommerce {
    padding: 0 !important;
  }
  .wp-block-woocommerce-cart {
    padding: 0 16px !important;
  }

  /* Cart item row: stack image + product + price */
  .wc-block-cart-items__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px 0 !important;
  }
  .wc-block-cart-item__image {
    width: 72px !important;
    flex-shrink: 0 !important;
  }
  .wc-block-cart-item__image img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
  }
  .wc-block-cart-item__product {
    flex: 1 !important;
    min-width: 0 !important;
  }
  .wc-block-cart-item__total {
    width: 100% !important;
    padding-left: 84px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  /* Cart totals sidebar on mobile */
  .wc-block-cart__sidebar {
    padding: 0 !important;
    border-top: 1px solid #E8E4DC !important;
    padding-top: 24px !important;
  }

}