/* SS Deco 2026: base marfil y acentos suaves. */
html[data-ss-theme="light"],
html[data-ss-theme="dark"] {
  color-scheme: light;
  --ss-bg: #f7f2e9;
  --ss-surface: #fffdfa;
  --ss-surface-2: #ffffff;
  --ss-text: #34312e;
  --ss-text-soft: #5e5953;
  --ss-muted: #817a72;
  --ss-line: rgba(80, 69, 58, .16);
  --ss-accent: #b77d88;
  --ss-header-bg: rgba(255, 253, 250, .96);
  --ss-header-text: #34312e;
  --ss-header-line: rgba(80, 69, 58, .12);
  --ss-shop-paper: #f7f2e9;
  --ss-shop-ink: #34312e;
  --ss-shop-muted: #817a72;
  --ss-shop-line: rgba(80, 69, 58, .16);
  --ss-shop-accent: #b77d88;
}
html[data-ss-theme] body,
html[data-ss-theme] body:not(.home) .site-main { background: var(--ss-bg) !important; color: var(--ss-text) !important; }
html[data-ss-theme] h1,
html[data-ss-theme] h2,
html[data-ss-theme] h3,
html[data-ss-theme] .entry-title { color: #37312d; font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
html[data-ss-theme] #header [data-row="middle"] { box-shadow: 0 1px 0 var(--ss-header-line); }
.woocommerce .single_add_to_cart_button,
.woocommerce .checkout-button,
.woocommerce #place_order,
.wc-block-components-checkout-place-order-button,
.wpforms-container .wpforms-submit { background: #b77d88 !important; border-color: #b77d88 !important; color: #fffdfa !important; }
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover,
.wc-block-components-checkout-place-order-button:hover,
.wpforms-container .wpforms-submit:hover { background: #9d6470 !important; border-color: #9d6470 !important; }
.woocommerce a.button:not(.single_add_to_cart_button):not(.checkout-button),
.woocommerce button.button:not(.single_add_to_cart_button):not(.checkout-button) { background: #dfe6d6 !important; border-color: #cad6bd !important; color: #3f4939 !important; }
.woocommerce a.button:not(.single_add_to_cart_button):not(.checkout-button):hover,
.woocommerce button.button:not(.single_add_to_cart_button):not(.checkout-button):hover { background: #cad6bd !important; color: #313a2d !important; }
.ssdeco-shop-intro { border-radius: 0; }
@media (max-width:999.98px) { #header [data-device="mobile"] [data-row="top"] { background: #dfe6d6 !important; } #header [data-device="mobile"] [data-row="top"] .ct-header-text, #header [data-device="mobile"] [data-row="top"] .ct-header-text p { color: #3f4939 !important; } }