.elementor-8969 .elementor-element.elementor-element-af09c50{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overflow:auto;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8969 .elementor-element.elementor-element-81b8764{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8969 .elementor-element.elementor-element-81b8764.elementor-element{--align-self:stretch;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8969 .elementor-element.elementor-element-8f8cc23 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:bold;color:#000000;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-8969 .elementor-element.elementor-element-f619ee9 .price{color:#000000;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-8969 .elementor-element.elementor-element-3ed2c57 .cart button, .elementor-8969 .elementor-element.elementor-element-3ed2c57 .cart .button{transition:all 0.2s;}.elementor-8969 .elementor-element.elementor-element-3ed2c57 .quantity .qty{transition:all 0.2s;}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}body.elementor-page-8969{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-81b8764 */.elementor-template-full-width .ast-container {
    display: contents;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-images, class: .elementor-element-1219287 *//* ============================================================
   Stroke Journal — Product Page Styling
   Paste into Elementor > Site Settings > Custom CSS
   (or the page's own Custom CSS panel)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&family=Inter:wght@400;500;600&display=swap');

:root {
  --sj-navy: #1b2238;
  --sj-navy-deep: #141a2e;
  --sj-light: #eef1f7;
  --sj-text: #2b231b;
  --sj-muted: #8a8276;
  --sj-gold-1: #f7b955;
  --sj-gold-2: #ef8e3b;
  --sj-border: #ece4d6;
  --sj-card: #ffffff;
  --sj-display: 'Playfair Display', Georgia, serif;
  --sj-sans: 'Inter', system-ui, sans-serif;
}

/* ============ PAGE WRAPPER / BACKGROUND ============ */
.elementor-element-874f781 {
  font-family: var(--sj-sans);
  color: var(--sj-text);
  background: linear-gradient(160deg, #fbf8f1, #f6efe2);
  padding: 5rem 2.5rem;
  gap: 4rem !important;
  align-items: flex-start !important;
}

@media (max-width: 1024px) {
  .elementor-element-874f781 {
    padding: 3rem 1.25rem;
    gap: 2.5rem !important;
  }
}

/* ============ LEFT: GALLERY ============ */
.elementor-element-e5b4d0b {
  position: relative;
}

.elementor-element-e5b4d0b::before {
  content: "";
  position: absolute;
  inset: -2.5rem;
  background: linear-gradient(135deg, var(--sj-gold-1), var(--sj-gold-2));
  opacity: 0.3;
  filter: blur(70px);
  border-radius: 9999px;
  z-index: 0;
}

.woocommerce-product-gallery {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__image {
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(60, 40, 20, 0.25);
}

.woocommerce-product-gallery img.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.woocommerce-product-gallery__trigger {
  background: var(--sj-card);
  border-radius: 9999px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem !important;
  right: 1rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .elementor-element-e5b4d0b {
    position: sticky;
    top: 7rem;
  }
}

/* ============ RIGHT: DETAILS ============ */
.elementor-element-e30f730 {
  font-family: var(--sj-sans);
}

/* Title */
.product_title.entry-title {
  font-family: var(--sj-display) !important;
  font-size: clamp(2rem, 4.5vw, 2rem) !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  color: var(--sj-navy) !important;
  margin: 0 0 0.75rem !important;
}

/* Price range */
.elementor-element-f619ee9 .price {
  font-family: var(--sj-display);
  font-size: 1.5rem;
  color: var(--sj-navy);
  display: block;
  margin-bottom: 2rem;
}

.elementor-element-f619ee9 .price .woocommerce-Price-amount {
  color: var(--sj-gold-2);
}

.elementor-element-f619ee9 .price > span[aria-hidden="true"]:not(.woocommerce-Price-amount) {
  color: var(--sj-muted);
  font-size: 1rem;
  margin: 0 0.35rem;
}

/* ============ VARIATIONS TABLE → "Choose Format" ============ */
.variations {
  width: 100%;
  border: none;
  margin-bottom: 0.5rem;
}

.variations tbody,
.variations tr,
.variations th,
.variations td {
  display: block;
  border: none;
  padding: 0;
}

.variations th.label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--sj-gold-2);
  font-weight: 600;
  margin-bottom: 0.9rem;
  text-align: left;
}

.variations th.label label {
  font-family: var(--sj-sans);
}

.woo-selected-variation-item-name {
  text-transform: none;
  letter-spacing: normal;
  color: var(--sj-muted);
  font-weight: 400;
  font-size: 0.8125rem;
}

/* Hide the raw <select>, style the button-list instead */
.woo-variation-raw-select {
  display: none !important;
}

.variable-items-wrapper.button-variable-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.variable-item.button-variable-item {
  width: 100%;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid var(--sj-border);
  background: var(--sj-card);
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.variable-item.button-variable-item:hover {
  border-color: rgba(247, 185, 85, 0.45);
  background: rgba(247, 185, 85, 0.05);
}

.variable-item.button-variable-item.selected {
  border-color: var(--sj-gold-1);
  background: rgba(247, 185, 85, 0.06);
  box-shadow: 0 8px 22px rgba(60, 40, 20, 0.08);
}

.variable-item-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.variable-item-span-button {
  font-family: var(--sj-display);
  font-size: 1.15rem;
  color: var(--sj-navy);
}

/* Checkmark indicator for the selected format */
.variable-item.button-variable-item.selected .variable-item-span-button::after {
  content: "✓";
  display: inline-block;
  margin-left: 0.6rem;
  color: var(--sj-gold-2);
  font-size: 0.9rem;
}

.reset_variations {
  display: inline-block;
  font-size: 0.8125rem;
  color: var(--sj-muted);
  text-decoration: underline;
  margin-bottom: 1.5rem;
}

.reset_variations:hover {
  color: var(--sj-navy);
}

/* ============ SELECTED VARIATION DETAILS ============ */
.single_variation_wrap {
  margin-bottom: 1.5rem;
}

.woocommerce-variation-description p {
  font-size: 0.9375rem;
  color: var(--sj-muted);
  line-height: 1.6;
  margin: 0 0 0.5rem;
}

.woocommerce-variation-price .price {
  font-family: var(--sj-display);
  font-size: 1.5rem;
  color: var(--sj-navy);
}

.woocommerce-variation-price .woocommerce-Price-amount {
  color: var(--sj-gold-2);
}

/* ============ QUANTITY + ADD TO CART ============ */
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.quantity {
  display: flex;
  align-items: center;
}

.quantity .qty {
  width: 4.5rem;
  height: 100%;
  min-height: 3.25rem;
  border: 2px solid var(--sj-border);
  border-radius: 9999px;
  text-align: center;
  font-family: var(--sj-sans);
  font-size: 1rem;
  color: var(--sj-navy);
  background: var(--sj-card);
  transition: border-color 0.25s ease;
}

.quantity .qty:focus {
  outline: none;
  border-color: var(--sj-gold-1);
}

.single_add_to_cart_button.button.alt {
  flex: 1;
  min-width: 12rem;
  padding: 1rem 1.75rem;
  border: none;
  border-radius: 9999px;
  font-family: var(--sj-sans);
  font-weight: 500;
  font-size: 1rem;
  color: var(--sj-navy);
  background: linear-gradient(135deg, var(--sj-gold-1), var(--sj-gold-2));
  box-shadow: 0 10px 30px rgba(239, 142, 59, 0.4);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single_add_to_cart_button.button.alt:hover {
  transform: translateY(-1px);
  color: var(--sj-navy);
}

.single_add_to_cart_button.button.alt:focus-visible {
  outline: 2px solid var(--sj-navy);
  outline-offset: 4px;
}

/* ============ PRODUCT META (SKU / CATEGORY) ============ */
.product_meta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--sj-border);
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: var(--sj-muted);
}

.product_meta .detail-label {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.6875rem;
  color: var(--sj-navy);
  margin-right: 0.35rem;
}

.product_meta a {
  color: var(--sj-gold-2);
  text-decoration: none;
}

.product_meta a:hover {
  text-decoration: underline;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}/* End custom CSS */