.wc-block-checkout__actions_row > a.wc-block-components-checkout-return-to-cart-button {
  background: var(--secondary, #a5d7f7) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.wc-block-checkout__actions_row > a.wc-block-components-checkout-return-to-cart-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-checkout__actions_row > a.wc-block-components-checkout-return-to-cart-button:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
.wc-block-checkout__actions_row > a.wc-block-components-checkout-return-to-cart-button:active {
  filter: brightness(.9);
  transform: translateY(0);
}
@media (max-width: 640px) {
  .wc-block-checkout__actions_row > a.wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}
a.wc-block-components-checkout-return-to-cart-button {
  background: var(--secondary, #a5d7f7) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
a.wc-block-components-checkout-return-to-cart-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
a.wc-block-components-checkout-return-to-cart-button:active {
  filter: brightness(.9);
  transform: translateY(0);
}
@media (max-width: 640px) {
  a.wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}
/* 强制Return to Cart按钮主按钮风格（Woo Blocks新版class） */
a.wc-block-components-checkout-return-to-cart-button {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
a.wc-block-components-checkout-return-to-cart-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
a.wc-block-components-checkout-return-to-cart-button:active {
  filter: brightness(.9);
  transform: translateY(0);
}
@media (max-width: 640px) {
  a.wc-block-components-checkout-return-to-cart-button {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
  }
}
/* ========== Footer Newsletter Subscribe Button Fix ========== */
footer form .flex input[type="email"] {
  border-radius: 9999px 0 0 9999px !important;
  height: 48px;
  min-width: 0;
  border: none;
  box-shadow: none;
}
footer form .flex button[type="submit"] {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 0 9999px 9999px 0 !important;
  height: 48px;
  min-width: 48px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  transition: background .2s;
  padding: 0;
  margin-left: -2px;
}
footer form .flex button[type="submit"]:hover {
  filter: brightness(.95);
}
footer form .flex button[type="submit"]:active {
  filter: brightness(.9);
}
@media (max-width: 640px) {
  footer form .flex input[type="email"],
  footer form .flex button[type="submit"] {
    height: 40px;
    font-size: 1rem;
    width: 44px;
    min-width: 40px;
  }
}
.wc-block-components-checkout-actions__return-to-cart .wc-block-components-checkout-return-to-cart__button,
.wp-block-woocommerce-checkout-return-to-cart-block a {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.wc-block-components-checkout-actions__return-to-cart .wc-block-components-checkout-return-to-cart__button:focus,
.wp-block-woocommerce-checkout-return-to-cart-block a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-components-checkout-actions__return-to-cart .wc-block-components-checkout-return-to-cart__button:hover,
.wp-block-woocommerce-checkout-return-to-cart-block a:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
.wc-block-components-checkout-actions__return-to-cart .wc-block-components-checkout-return-to-cart__button:active,
.wp-block-woocommerce-checkout-return-to-cart-block a:active {
  filter: brightness(.9);
  transform: translateY(0);
}
/* Checkout bottom action buttons (Return to Cart, Place Order) */
.wc-block-components-checkout-return-to-cart__button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout-return-to-cart-block a,
.wp-block-woocommerce-checkout-place-order-block button,
.wp-block-woocommerce-checkout-place-order-block .wp-element-button {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.wc-block-components-checkout-return-to-cart__button:focus,
.wc-block-components-checkout-place-order-button:focus,
.wp-block-woocommerce-checkout-return-to-cart-block a:focus,
.wp-block-woocommerce-checkout-place-order-block button:focus,
.wp-block-woocommerce-checkout-place-order-block .wp-element-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-components-checkout-return-to-cart__button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout-return-to-cart-block a:hover,
.wp-block-woocommerce-checkout-place-order-block button:hover,
.wp-block-woocommerce-checkout-place-order-block .wp-element-button:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
.wc-block-components-checkout-return-to-cart__button:active,
.wc-block-components-checkout-place-order-button:active,
.wp-block-woocommerce-checkout-return-to-cart-block a:active,
.wp-block-woocommerce-checkout-place-order-block button:active,
.wp-block-woocommerce-checkout-place-order-block .wp-element-button:active {
  filter: brightness(.9);
  transform: translateY(0);
}

/* Safety: If both classic and blocks checkout render, hide classic duplicate place-order row under blocks */
.woocommerce-checkout .woocommerce .place-order.is-duplicate,
.wp-block-woocommerce-checkout .woocommerce .place-order.is-duplicate {
  display: none !important;
}

/* Global scroll padding for in-page anchors to respect fixed header + notice height */
html:root{
  scroll-padding-top: var(--cc-fixed-top, 80px);
}

/* Softer cards/borders for options (Woo Blocks) */
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option,
.wp-block-woocommerce-cart .wc-block-components-radio-control__option {
  border: 1px solid #f0f2f5 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:hover,
.wp-block-woocommerce-cart .wc-block-components-radio-control__option:hover,
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:focus-within,
.wp-block-woocommerce-cart .wc-block-components-radio-control__option:focus-within {
  border-color: #f6cad5 !important;
  box-shadow: 0 0 0 3px rgba(255,159,178,.08) !important;
}
/* Highlight selected option more softly */
.wp-block-woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked),
.wp-block-woocommerce-cart .wc-block-components-radio-control__option:has(input:checked) {
  border-color: #f6cad5 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(255,159,178,.10) !important;
}

/* Classic Woo: shipping & payment list items */
.woocommerce-checkout ul.woocommerce-shipping-methods li,
.woocommerce-checkout #payment ul.payment_methods > li {
  border: 1px solid #f0f2f5;
  border-radius: 12px;
  background: #fff;
  padding: .9rem 1rem;
  margin-bottom: .5rem;
}
.woocommerce-checkout #payment div.payment_box {
  border: 1px solid #f0f2f5;
  background: #fff;
  box-shadow: none;
}

/* Accessibility: visible focus ring for interactive elements */
a:focus, button:focus, [role="button"]:focus, input:focus, select:focus, textarea:focus {
  outline: 2px dashed rgba(255,159,178,.8);
  outline-offset: 2px;
}

/* Touch targets min size */
button, .button, .wp-element-button, .wc-block-components-button, .wc-block-components-text-input__suffix, .wc-block-components-text-input__prefix {
  min-height: 44px;
}
/* ========== WooCommerce Checkout Page Style Enhancement ========== */
.woocommerce-checkout .woocommerce {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(255,159,178,0.08), 0 1.5px 6px 0 rgba(0,0,0,0.04);
  padding: 2.5rem 1.5rem;
  margin: 2.5rem auto;
  max-width: 700px;
}
/* ========== Payment brand badges colors on homepage ========== */
.cc-pay-badges .fa-cc-visa { color: #1a1f71; }
.cc-pay-badges .fa-cc-mastercard { color: #eb001b; }
.cc-pay-badges .fa-cc-amex { color: #2e77bc; }
.cc-pay-badges .fa-cc-paypal { color: #003087; }
.cc-pay-badges .fa-google-pay { color: #5f6368; }
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  color: var(--primary, #ff9fb2);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  background: #fafafa;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px 0 rgba(255,159,178,0.04);
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  border-radius: 14px;
  border: 1px solid #f0f2f5;
  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(16,24,40,.03);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  margin-bottom: 1rem;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
  border-color: #f6cad5;
  box-shadow: 0 0 0 3px rgba(255,159,178,0.10);
  outline: none;
  background: #fff;
}

/* WooCommerce Blocks checkout – soften inputs */
.wp-block-woocommerce-checkout .wc-block-components-text-input input,
.wp-block-woocommerce-checkout .wc-block-components-phone-number-input input,
.wp-block-woocommerce-checkout .wc-block-components-address-form input,
.wp-block-woocommerce-checkout .wc-block-components-address-form select,
.wp-block-woocommerce-checkout .wc-block-components-address-form textarea,
.wp-block-woocommerce-checkout .wc-block-components-select-control select,
.wp-block-woocommerce-cart .wc-block-components-text-input input,
.wp-block-woocommerce-cart .wc-block-components-select-control select,
.wp-block-woocommerce-cart .wc-block-components-textarea textarea {
  border-radius: 12px !important;
  border: 1px solid #f0f2f5 !important;
  background: #fff !important;
  box-shadow: inset 0 1px 2px rgba(16,24,40,.03) !important;
  transition: border-color .2s, box-shadow .2s, background-color .2s !important;
}
.wp-block-woocommerce-checkout .wc-block-components-text-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-phone-number-input input:focus,
.wp-block-woocommerce-checkout .wc-block-components-address-form input:focus,
.wp-block-woocommerce-checkout .wc-block-components-address-form select:focus,
.wp-block-woocommerce-checkout .wc-block-components-address-form textarea:focus,
.wp-block-woocommerce-checkout .wc-block-components-select-control select:focus,
.wp-block-woocommerce-cart .wc-block-components-text-input input:focus,
.wp-block-woocommerce-cart .wc-block-components-select-control select:focus,
.wp-block-woocommerce-cart .wc-block-components-textarea textarea:focus {
  border-color: #f6cad5 !important;
  box-shadow: 0 0 0 3px rgba(255,159,178,.10) !important;
  outline: none !important;
}
.woocommerce-checkout .form-row label {
  font-weight: 500;
  color: #444;
  margin-bottom: 0.3rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 0.7rem 0.5rem;
  font-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: var(--primary, #ff9fb2);
  font-weight: 600;
  background: #fff6fa;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  background: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
  color: var(--primary, #ff9fb2);
  font-size: 1.2rem;
}
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
  border-radius: 9999px;
  background: #fff6fa;
  color: var(--primary, #ff9fb2);
  border: none;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(255,159,178,0.06);
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  color: #444;
  font-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background: #fafafa;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin-top: 2rem;
  box-shadow: 0 2px 8px 0 rgba(255,159,178,0.04);
}
.woocommerce-checkout .payment_box {
  background: #fff6fa;
  border-radius: 1rem;
  color: #444;
  padding: 1rem 1.2rem;
  margin-top: 1rem;
}
.woocommerce-checkout .place-order .button,
.woocommerce-checkout .place-order button,
.woocommerce-checkout .place-order input[type="submit"] {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.woocommerce-checkout .place-order .button:focus,
.woocommerce-checkout .place-order button:focus,
.woocommerce-checkout .place-order input[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-checkout .place-order .button:hover,
.woocommerce-checkout .place-order button:hover,
.woocommerce-checkout .place-order input[type="submit"]:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
.woocommerce-checkout .place-order .button:active,
.woocommerce-checkout .place-order button:active,
.woocommerce-checkout .place-order input[type="submit"]:active {
  filter: brightness(.9);
  transform: translateY(0);
}
.woocommerce-checkout hr {
  border: none;
  border-top: 1.5px dashed #ffd9e6;
  margin: 2rem 0;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  background: #fff6fa;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  background: #fff6fa;
  border-radius: 9999px;
  color: var(--primary, #ff9fb2);
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  margin-bottom: 1.2rem;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(255,159,178,0.06);
}
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .woocommerce-form-coupon {
  background: #fafafa;
  border-radius: 1rem;
  padding: 1.2rem 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px 0 rgba(255,159,178,0.04);
}
.wc-block-cart__submit-container a.wc-block-components-button:focus,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-cart__submit-container a.wc-block-components-button,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button {
  background: var(--primary, #ff9fb2) !important;
  color: #fff !important;
  border-radius: 9999px !important;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 0.85rem 2.2rem;
  text-decoration: none;
  box-shadow: 0 4px 10px -2px rgba(0,0,0,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
}
.wc-block-cart__submit-container a.wc-block-components-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button:hover {
  filter: brightness(.95);
  transform: translateY(-2px);
}
.wc-block-cart__submit-container a.wc-block-components-button:active,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button:active {
  filter: brightness(.9);
  transform: translateY(0);
}
@media (max-width:640px){
  .wc-block-cart__submit-container a.wc-block-components-button,
  .wp-block-woocommerce-proceed-to-checkout-block a.wc-block-components-button { width:100%; font-size:1rem; }
}
/*
Theme Name: Cherished in Clay
Theme URI: https://cherishedinclay.com/
Description: A custom theme for Cherished in Clay, a company that creates beautiful, handcrafted ceramic keepsakes from your baby's handprints and footprints.
Author: Cherished in Clay Team
Author URI: https://cherishedinclay.com/
Version: 1.0.1
License: UNLICENSED
License URI: 
Tags: custom-background, custom-logo, custom-menu, featured-images, block-styles
Text Domain: cherishedinclay
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 6.0
*/
/* === Fallback Utilities (in case Tailwind purge misses PHP classes) === */
@media (min-width:768px){
  .md\:grid{display:grid!important}
  .md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}
}
/* Column span helpers */
[class*=col-span-]{grid-column:auto/span 12}
@media (min-width:768px){
  .col-span-1{grid-column:span 1/span 1}
  .col-span-2{grid-column:span 2/span 2}
  .col-span-3{grid-column:span 3/span 3}
  .col-span-4{grid-column:span 4/span 4}
  .col-span-5{grid-column:span 5/span 5}
  .col-span-6{grid-column:span 6/span 6}
  .col-span-7{grid-column:span 7/span 7}
  .col-span-8{grid-column:span 8/span 8}
  .col-span-9{grid-column:span 9/span 9}
  .col-span-10{grid-column:span 10/span 10}
  .col-span-11{grid-column:span 11/span 11}
  .col-span-12{grid-column:span 12/span 12}
}

/* Base Styles */
:root {
  --primary: #FF9FB2;
  --primary-rgb: 255, 159, 178;
  --secondary: #A5D7F7;
  --secondary-rgb: 165, 215, 247;
  --accent: #FFD966;
  --accent-rgb: 255, 217, 102;
  --dark: #1A1A1A;
  --dark-rgb: 26, 26, 26;
  --light: #F9F9F9;
  --light-rgb: 249, 249, 249;
  --soft: #FAFAFA;
  --soft-rgb: 250, 250, 250;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #333;
  line-height: 1.6;
}

.font-display {
  font-family: 'Baloo 2', cursive;
}

/* Hero Section */
.hero-gradient {
  background: linear-gradient(135deg, #FFFBF5 0%, #FFEEF2 100%);
}

/* Features */
.shadow-cute {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
}

.shadow-hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
}

/* Elevation Shadows */
.shadow-elevation-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.shadow-elevation-2 {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}

.shadow-elevation-3 {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
}

.zoom-effect {
  transition: transform 0.3s ease-in-out;
}

.zoom-effect:hover {
  transform: scale(1.03);
}

/* Animations */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes pulse-slow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 159, 178, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 159, 178, 0);
  }
}

.animate-pulse-slow {
  animation: pulse-slow 2s infinite;
}

/* Toast Animation */
@keyframes toast-in-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes toast-out-right {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Responsive Utilities */
@media (max-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 769px) {
  .hidden-lg {
    display: none;
  }
}

/* Custom Styles from HTML */
.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-accent {
  color: var(--accent);
}

.bg-primary {
  background-color: var(--primary);
}

/* ---- Page-specific fixes ---- */
/* Ensure Privacy Policy hero section text is visible even if global animations set opacity */
/* Match by page slug class on body */
body.privacy-policy section.py-20.bg-gradient-to-r,
body.privacy-policy-2 section.py-20.bg-gradient-to-r {
  opacity: 1 !important;
  transform: none !important;
}
body.privacy-policy section.py-20.bg-gradient-to-r h1,
body.privacy-policy section.py-20.bg-gradient-to-r p,
body.privacy-policy-2 section.py-20.bg-gradient-to-r h1,
body.privacy-policy-2 section.py-20.bg-gradient-to-r p {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10;
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-light {
  background-color: var(--light);
}

.bg-soft {
  background-color: var(--soft);
}

.bg-dark {
  background-color: var(--dark);
}

/* Product Tabs */
.product-active {
  background-color: var(--primary);
  color: white !important;
}

.color-option-selected {
  border-color: var(--primary) !important;
  transform: scale(1.1);
}

/* Button Styles */
button, a.button {
  transition: all 0.3s ease;
}

button:hover, a.button:hover {
  transform: translateY(-2px);
}

/* Notification */
#notification {
  z-index: 9999;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--light);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

/* Accessibility Focus States */
*:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Input Focus Styles */
input:focus,
textarea:focus,
select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(255, 159, 178, 0.1);
  outline: none;
}

/* Buttons (minimal utility to avoid Tailwind build dependency for runtime HTML) */
.cc-btn { display:inline-flex; align-items:center; justify-content:center; border-radius:0.75rem; padding:0.5rem 0.875rem; font-size:0.875rem; line-height:1; font-weight:500; transition:all .2s ease; border:1px solid #e5e7eb; color:#374151; background:#fff; }
.cc-btn:hover { background:#f9fafb; }
.cc-btn--ghost { background:#fff; color:#6b7280; border-color:#e5e7eb; }
.cc-btn--ghost:hover { background:#f3f4f6; }
.cc-btn--primary { background:#ff699a; border-color:#ff699a; color:#fff; }
.cc-btn--primary:hover { background:#ff5a8e; border-color:#ff5a8e; }
.cc-btn--danger { background:#ef4444; border-color:#ef4444; color:#fff; }
.cc-btn--danger:hover { background:#dc2626; border-color:#dc2626; }
.cc-btn--xs { padding:0.25rem 0.5rem; font-size:12px; border-radius:0.5rem; }

/* Confirm modal */
.cc-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:60;}
.cc-modal-overlay.cc-show{opacity:1;pointer-events:auto;}
.cc-modal-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);width:420px;max-width:90vw;transform:scale(.96);transition:transform .15s ease;outline:none;}
.cc-modal-overlay.cc-show .cc-modal-card{transform:scale(1);}
.cc-modal-header{padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;font-weight:700;color:#111827;}
.cc-modal-body{padding:1rem 1.25rem;color:#4b5563;}
.cc-modal-actions{display:flex;gap:.5rem;justify-content:flex-end;padding:0 1.25rem 1rem;}

/* Badges */
.cc-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:9999px;font-size:12px;line-height:1;padding:.25rem .5rem;font-weight:600}

/* Store notice compact style; header offset handled by JS via --cc-fixed-top */
.woocommerce-store-notice, p.demo_store {
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  z-index: 10000 !important;
  padding-top: .5em !important; padding-bottom: .5em !important;
  min-height: auto !important;
}