.elementor-528 .elementor-element.elementor-element-3347f2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-3347f2 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Sahitya:wght@400;700&display=swap');

/* ============================================================================
   THE PRODUCTIVITY STORE — WOOCOMMERCE DESIGN SYSTEM  ·  v4 FINAL
   ----------------------------------------------------------------------------
   Landing page (#tps-lp) ka format har WooCommerce page pe.
   Cart · Checkout · Thank-you · My Account · Shop · Single Product

   ★ PASTE KAHAN
     Appearance → Customize → Additional CSS

     Elementor ke page-level "Advanced → Custom CSS" mein NAHI daalna —
     wahan Elementor har rule ko page wrapper se scope kar deta hai,
     jisse body/html .elementor-528 .elementor-element.elementor-element-3347f2s kaam nahi karte, aur CSS sirf ek page pe
     load hota hai.

   ★ @import sabse upar honi chahiye. Box mein pehle se CSS ho to
     use is file ke NEECHE shift karo.

   ★ Paste ke baad: Publish → Elementor → Tools → Regenerate Files
     → incognito window mein test karo.

   ----------------------------------------------------------------------------
   0.1  Tokens
   0.2  Copy block        ← text badalna ho to SIRF yahan
   1    Canvas + theme background reset
   2    Primitives        (type · buttons · inputs · tables · notices · loading)
   3    Pages
   4    Responsive
   5    Accessibility + print
============================================================================ */


/* ==========================================================================
   0.1 — TOKENS
   ========================================================================== */

:root {
  --ink:     #17140F;
  --ink-rgb: 23, 20, 15;
  --ink-2:   #201C16;
  --g:       #D98F2B;
  --g-rgb:   217, 143, 43;
  --g-hover: #C67F22;
  --w:       #FFFFFF;
  --soft:    rgba(255, 255, 255, .70);
  --faint:   rgba(255, 255, 255, .45);
  --card:    rgba(255, 255, 255, .045);
  --line:    rgba(255, 255, 255, .10);
  --gdim:    rgba(var(--g-rgb), .12);
  --gline:   rgba(var(--g-rgb), .35);
  --well:    rgba(0, 0, 0, .28);
  --danger:  #E06048;

  --fb: 'Poppins', sans-serif;
  --fh: 'Sahitya', serif;

  --r-pill:  999px;
  --r-pay:   7px;
  --r-btn:   14px;
  --r-card:  14px;
  --r-panel: 16px;
  --r-hero:  18px;
  --r-order: 20px;

  --t-h1:    clamp(38px, 6.4vw, 62px);
  --t-h2:    clamp(27px, 3.4vw, 38px);
  --t-h3:    24px;
  --t-lead:  17px;
  --t-body:  15px;
  --t-sm:    13px;
  --t-xs:    11px;
  --t-label: 9px;

  --s1: 4px;   --s2: 8px;   --s3: 12px;  --s4: 18px;
  --s5: 22px;  --s6: 26px;  --s7: 34px;  --s8: 44px;
  --s9: 68px;  --s10: 90px;

  --glow:       0 0 34px rgba(var(--g-rgb), .28), inset 0 1px 0 rgba(255, 255, 255, .25);
  --glow-hover: 0 0 54px rgba(var(--g-rgb), .50);
  --lift:       0 24px 70px rgba(0, 0, 0, .45);
  --lift-sm:    0 14px 40px rgba(0, 0, 0, .40);
}


/* ==========================================================================
   0.2 — COPY BLOCK   ★ SAARI EDITABLE TEXT YAHAN ★
   Quotes ("") hatana mat.  \00a0 = non-breaking space, phrases todne se rokta hai.
   ========================================================================== */

:root {
  --copy-proofline: "★★★★★  Rated 4.9/5 by 2,800+ finishers";
  --copy-offer-tag: "Launch offer · Ends soon";
  --copy-guarantee: "7-day money-back guarantee";
  --copy-payments:  "UPI · GPay · PhonePe · VISA · Mastercard";
  --copy-trustbar:  "Instant\00a0download   ·   7-day\00a0refund   ·   Secure\00a0payment   ·   2,800+\00a0customers";
  --copy-secure:    "Secure\00a0checkout   ·   UPI · GPay · PhonePe · VISA · Mastercard";
}


/* ==========================================================================
   LAYER 1 — CANVAS
   ========================================================================== */

html:has(body[class*="woocommerce"]),
html:has(body.single-product) {
  background-color: var(--ink);
  color-scheme: dark;
}

body[class*="woocommerce"],
body.single-product,
body.post-type-archive-product,
body.tax-product_cat {
  background: radial-gradient(ellipse 70% 90% at 15% 20%,
              rgba(var(--g-rgb), .14) 0%, var(--ink) 60%) var(--ink);
  background-attachment: fixed;
  color: var(--w);
  font-family: var(--fb);
  font-size: var(--t-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body[class*="woocommerce"] ::selection { background: var(--g); color: var(--ink); }

body[class*="woocommerce"] ::-webkit-scrollbar { width: 10px; height: 10px; }
body[class*="woocommerce"] ::-webkit-scrollbar-track { background: var(--ink); }
body[class*="woocommerce"] ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .14);
  border-radius: var(--r-pay);
}
body[class*="woocommerce"] ::-webkit-scrollbar-thumb:hover { background: var(--gline); }

/* ---- 1.1 Wrappers transparent (header/footer chhode hain) -------------- */
body[class*="woocommerce"] main,
body[class*="woocommerce"] article,
body[class*="woocommerce"] .hentry,
body[class*="woocommerce"] .page-content,
body[class*="woocommerce"] .site-main,
body[class*="woocommerce"] .site-content,
body[class*="woocommerce"] .wp-site-blocks,
body[class*="woocommerce"] #content,
body[class*="woocommerce"] #primary,
body[class*="woocommerce"] .entry-content,
body[class*="woocommerce"] .woocommerce,
body[class*="woocommerce"] .elementor-location-single,
body[class*="woocommerce"] .elementor-location-archive,
body[class*="woocommerce"] .elementor-location-single .elementor-section,
body[class*="woocommerce"] .elementor-location-single .elementor-container,
body[class*="woocommerce"] .elementor-location-single .elementor-column,
body[class*="woocommerce"] .elementor-location-single .elementor-widget-wrap,
body[class*="woocommerce"] .elementor-location-single .elementor-widget-container,
body[class*="woocommerce"] .elementor-location-single .e-con,
body[class*="woocommerce"] .elementor-location-single .e-con-inner,
body[class*="woocommerce"] #content .elementor-section,
body[class*="woocommerce"] #content .elementor-container,
body[class*="woocommerce"] #content .e-con,
body[class*="woocommerce"] #content .e-con-inner,
body[class*="woocommerce"] #content .elementor-widget-container,
body.single-product .site-main,
body.single-product #content,
body.single-product .e-con,
body.single-product .e-con-inner {
  background-color: transparent !important;
}

/* ---- 1.2 ★ THEME BACKGROUND RESET --------------------------------------
   Theme headings aur table rows pe white background daal raha tha —
   white text white band pe, invisible. Teeno properties kill karni padti
   hain kyunki kuch themes gradient (background-image) use karte hain.
   Jo backgrounds humein chahiye wo Layer 2/3 mein wapas lagte hain.
   ------------------------------------------------------------------------ */
body[class*="woocommerce"] .woocommerce h1,
body[class*="woocommerce"] .woocommerce h2,
body[class*="woocommerce"] .woocommerce h3,
body[class*="woocommerce"] .cart_totals h2,
body[class*="woocommerce"] .cross-sells h2,
body[class*="woocommerce"] #order_review_heading,
body[class*="woocommerce"] .woocommerce-cart-form,
body[class*="woocommerce"] .woocommerce-cart-form__contents,
body[class*="woocommerce"] .cart-collaterals,
body[class*="woocommerce"] table.shop_table thead,
body[class*="woocommerce"] table.shop_table thead tr,
body[class*="woocommerce"] table.shop_table thead th,
body[class*="woocommerce"] table.shop_table tbody,
body[class*="woocommerce"] table.shop_table tbody tr,
body[class*="woocommerce"] table.shop_table tbody th,
body[class*="woocommerce"] table.shop_table tfoot,
body[class*="woocommerce"] table.shop_table tfoot tr,
body[class*="woocommerce"] table.shop_table tfoot th,
body[class*="woocommerce"] table.shop_table tfoot td {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body[class*="woocommerce"] .cart_totals h2,
body[class*="woocommerce"] #order_review_heading {
  border: 0 !important;
  box-shadow: none !important;
}

body[class*="woocommerce"] .elementor-location-single,
body[class*="woocommerce"] .site-main,
body.single-product .site-main {
  padding-top: var(--s9);
  padding-bottom: var(--s10);
}


/* ==========================================================================
   LAYER 2 — PRIMITIVES
   ========================================================================== */

/* ---- 2.1 Type ---------------------------------------------------------- */
body[class*="woocommerce"] p,
body[class*="woocommerce"] span,
body[class*="woocommerce"] li,
body[class*="woocommerce"] td,
body[class*="woocommerce"] bdi,
body[class*="woocommerce"] .amount,
body.single-product p,
body.single-product bdi { color: var(--w); }

body[class*="woocommerce"] h1,
body[class*="woocommerce"] h2,
body[class*="woocommerce"] h3,
body[class*="woocommerce"] h4,
body.single-product h1,
body.single-product h2,
body.single-product h3 {
  font-family: var(--fh) !important;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--w) !important;
  text-wrap: balance;
}

body[class*="woocommerce"] em { color: var(--g); font-style: italic; }

body[class*="woocommerce"] a { color: var(--g); transition: color .2s; }

body[class*="woocommerce"] .entry-title,
body[class*="woocommerce"] .page-title,
body[class*="woocommerce"] h1.elementor-heading-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--t-h1);
  line-height: 1.05;
  text-transform: capitalize;
  margin-bottom: var(--s7);
}

body[class*="woocommerce"] .entry-title::before,
body[class*="woocommerce"] .page-title::before {
  content: var(--copy-proofline);
  font-family: var(--fb);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--soft);
  background: var(--gdim);
  border: 1px solid var(--gline);
  border-radius: var(--r-pill);
  padding: 8px 16px;
  margin-bottom: var(--s4);
}

/* ---- 2.2 Buttons — .btn (14px radius, 52px, shine sweep) --------------- */
body[class*="woocommerce"] .button,
body[class*="woocommerce"] button.button,
body[class*="woocommerce"] input.button,
body[class*="woocommerce"] a.button,
body.single-product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--fb) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  min-height: 52px;
  height: auto;
  line-height: 1.3;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: var(--r-btn) !important;
  text-transform: none;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}

/* PRIMARY — ek page pe sirf EK */
body[class*="woocommerce"] .button.alt,
body[class*="woocommerce"] .checkout-button,
body[class*="woocommerce"] #place_order,
body[class*="woocommerce"] .single_add_to_cart_button,
body[class*="woocommerce"] .return-to-shop .button,
body.single-product .single_add_to_cart_button {
  background: var(--g) !important;
  color: var(--ink) !important;
  box-shadow: var(--glow);
}

body[class*="woocommerce"] .button.alt::after,
body[class*="woocommerce"] .checkout-button::after,
body[class*="woocommerce"] #place_order::after,
body[class*="woocommerce"] .single_add_to_cart_button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 35%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: skewX(-18deg);
  animation: lp-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes lp-shine {
  0%, 60%   { left: -60%; }
  90%, 100% { left: 130%; }
}

body[class*="woocommerce"] .button.alt:hover,
body[class*="woocommerce"] .checkout-button:hover,
body[class*="woocommerce"] #place_order:hover,
body[class*="woocommerce"] .single_add_to_cart_button:hover {
  background: var(--g-hover) !important;
  color: var(--ink) !important;
  transform: translateY(-2px);
  box-shadow: var(--glow-hover);
}

/* SECONDARY */
body[class*="woocommerce"] button[name="apply_coupon"],
body[class*="woocommerce"] .woocommerce-message .button,
body[class*="woocommerce"] .woocommerce-info .button,
body[class*="woocommerce"] .add_to_cart_button {
  background: var(--card) !important;
  color: var(--w) !important;
  font-size: var(--t-body) !important;
  box-shadow: inset 0 0 0 1px var(--line);
}

body[class*="woocommerce"] button[name="apply_coupon"]:hover,
body[class*="woocommerce"] .woocommerce-message .button:hover,
body[class*="woocommerce"] .woocommerce-info .button:hover,
body[class*="woocommerce"] .add_to_cart_button:hover {
  box-shadow: inset 0 0 0 1px var(--gline);
  transform: translateY(-2px);
}

/* TERTIARY */
body[class*="woocommerce"] button[name="update_cart"] {
  background: transparent !important;
  color: var(--faint) !important;
  font-size: var(--t-sm) !important;
  font-weight: 600 !important;
  box-shadow: inset 0 0 0 1px var(--line);
}

body[class*="woocommerce"] button[name="update_cart"]:hover:not(:disabled) {
  color: var(--w) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

body[class*="woocommerce"] button:disabled,
body[class*="woocommerce"] .button:disabled { opacity: .4; cursor: not-allowed; }

/* ---- 2.3 Inputs -------------------------------------------------------- */
body[class*="woocommerce"] input[type="text"],
body[class*="woocommerce"] input[type="email"],
body[class*="woocommerce"] input[type="tel"],
body[class*="woocommerce"] input[type="password"],
body[class*="woocommerce"] input[type="number"],
body[class*="woocommerce"] input[type="search"],
body[class*="woocommerce"] select,
body[class*="woocommerce"] textarea,
body[class*="woocommerce"] .input-text {
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  color: var(--w) !important;
  font-family: var(--fb);
  font-size: 15px;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: var(--r-btn);
  outline: none;
  transition: border-color .2s;
}

body[class*="woocommerce"] input::placeholder,
body[class*="woocommerce"] textarea::placeholder { color: var(--faint) !important; }

body[class*="woocommerce"] input:focus,
body[class*="woocommerce"] select:focus,
body[class*="woocommerce"] textarea:focus { border-color: var(--gline) !important; }

/* Chrome autofill — warna checkout fields white/blue ho jate hain */
body[class*="woocommerce"] input:-webkit-autofill,
body[class*="woocommerce"] input:-webkit-autofill:hover,
body[class*="woocommerce"] input:-webkit-autofill:focus,
body[class*="woocommerce"] select:-webkit-autofill {
  -webkit-text-fill-color: var(--w) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--ink-2) inset !important;
  caret-color: var(--w);
  border: 1px solid var(--line) !important;
  transition: background-color 9999s ease-in-out 0s;
}

body[class*="woocommerce"] input[type="number"]::-webkit-outer-spin-button,
body[class*="woocommerce"] input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body[class*="woocommerce"] input[type="number"] { -moz-appearance: textfield; }

body[class*="woocommerce"] .quantity input.qty {
  width: 88px;
  min-height: 52px;
  padding: 0;
  text-align: center;
  font-weight: 700;
}

body[class*="woocommerce"] label,
body[class*="woocommerce"] .form-row label {
  font-family: var(--fb);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--faint) !important;
  margin-bottom: var(--s2);
}

body[class*="woocommerce"] .required { color: var(--g); }

body[class*="woocommerce"] input[type="checkbox"],
body[class*="woocommerce"] input[type="radio"] {
  accent-color: var(--g);
  width: 18px;
  height: 18px;
  min-height: 0;
  padding: 0;
  margin-right: var(--s2);
  vertical-align: -3px;
  cursor: pointer;
}

body[class*="woocommerce"] .woocommerce-form__label-for-checkbox,
body[class*="woocommerce"] label.checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--s2);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--soft) !important;
  cursor: pointer;
}

/* Select2 (checkout country/state) */
body[class*="woocommerce"] .select2-container--default .select2-selection--single {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  height: 52px;
}

body[class*="woocommerce"] .select2-container--default
  .select2-selection--single .select2-selection__rendered {
  color: var(--w);
  line-height: 52px;
  padding-left: 18px;
}

.select2-dropdown {
  background: var(--ink-2) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-btn) !important;
  color: var(--w) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r-pay) !important;
  color: var(--w) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--gdim) !important;
  color: var(--g) !important;
}

/* ---- 2.4 Tables / receipt ---------------------------------------------- */
body[class*="woocommerce"] table.shop_table {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: var(--s7);
}

body[class*="woocommerce"] table.shop_table th {
  font-family: var(--fb);
  font-size: var(--t-label);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint);
  padding: var(--s4);
  border-bottom: 1px solid var(--line);
}

body[class*="woocommerce"] table.shop_table td {
  padding: 15px var(--s4);
  border-top: 1px solid var(--line);
  vertical-align: middle;
  font-family: var(--fb);
  font-size: 14px;
  color: var(--w);
}

body[class*="woocommerce"] td.product-name {
  overflow-wrap: anywhere;
  min-width: 0;
}

body[class*="woocommerce"] table.shop_table .product-name a {
  font-size: 15px;
  font-weight: 700;
  color: var(--w) !important;
}

body[class*="woocommerce"] table.shop_table .product-name a:hover { color: var(--g) !important; }

body[class*="woocommerce"] table.shop_table img {
  width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-card);
  border: 1px solid var(--gline);
  box-shadow: var(--lift-sm);
}

body[class*="woocommerce"] .amount,
body[class*="woocommerce"] bdi { white-space: nowrap; }

/* Coupon strip */
body[class*="woocommerce"] table.shop_table tbody tr td.actions,
body[class*="woocommerce"] .cart .actions {
  background: var(--well) !important;
  padding: var(--s4);
  border-top: 1px solid var(--line);
}

/* "You pay today" row — cart mein tbody, checkout mein tfoot */
body[class*="woocommerce"] table.shop_table tr.order-total th,
body[class*="woocommerce"] table.shop_table tr.order-total td,
body[class*="woocommerce"] table.shop_table tfoot tr.order-total th,
body[class*="woocommerce"] table.shop_table tfoot tr.order-total td {
  background: var(--g) !important;
  background-color: var(--g) !important;
  border: 0 !important;
  padding: var(--s4) !important;
}

body[class*="woocommerce"] table.shop_table tr.order-total th {
  font-family: var(--fb);
  font-size: 15px;
  font-weight: 800;
  color: var(--ink) !important;
  text-transform: none;
  letter-spacing: 0;
}

body[class*="woocommerce"] table.shop_table tr.order-total td,
body[class*="woocommerce"] table.shop_table tr.order-total .amount,
body[class*="woocommerce"] table.shop_table tr.order-total bdi,
body[class*="woocommerce"] table.shop_table tr.order-total span,
body[class*="woocommerce"] table.shop_table tr.order-total small {
  font-family: var(--fh) !important;
  font-size: 24px;
  font-weight: 700;
  color: var(--ink) !important;
  text-decoration: none;
}

/* ---- 2.5 Notices ------------------------------------------------------- */
body[class*="woocommerce"] .woocommerce-message,
body[class*="woocommerce"] .woocommerce-info,
body[class*="woocommerce"] .woocommerce-error {
  background: var(--card) !important;
  border: 1px solid var(--line) !important;
  border-left: 3px solid var(--g) !important;
  border-radius: var(--r-card);
  font-family: var(--fb);
  font-size: 14px;
  color: var(--w) !important;
  list-style: none;
}

body[class*="woocommerce"] .woocommerce-message::before,
body[class*="woocommerce"] .woocommerce-info::before { color: var(--g); }

body[class*="woocommerce"] .woocommerce-error {
  border-left-color: var(--danger) !important;
}

body[class*="woocommerce"] .woocommerce-error::before { color: var(--danger); }

/* ---- 2.6 Loading state — warna white flash aata hai -------------------- */
body[class*="woocommerce"] .blockUI.blockOverlay {
  background: rgba(var(--ink-rgb), .75) !important;
  opacity: 1 !important;
  border-radius: inherit;
}

body[class*="woocommerce"] .blockUI.blockOverlay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2.5px solid var(--gline);
  border-top-color: var(--g);
  border-radius: 50%;
  background: none;
  animation: lp-spin .7s linear infinite;
}

@keyframes lp-spin { to { transform: rotate(360deg); } }


/* ==========================================================================
   LAYER 3 — PAGES
   ========================================================================== */

/* ---- 3.1 CART ---------------------------------------------------------- */
.woocommerce-cart .cart .actions .coupon input#coupon_code { min-width: 220px; }

.woocommerce-cart td.product-remove a.remove {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  color: var(--g) !important;
  background: var(--gdim) !important;
  border: 1px solid var(--gline);
  border-radius: 50%;
  transition: background .2s, transform .2s;
}

.woocommerce-cart td.product-remove a.remove:hover {
  background: rgba(var(--g-rgb), .25) !important;
  transform: scale(1.08);
}

/* ORDER CARD — landing page ka .lp-card */
body[class*="woocommerce"] .cart_totals {
  background: linear-gradient(170deg,
              rgba(var(--g-rgb), .10), rgba(var(--g-rgb), .02)) !important;
  border: 1px solid var(--gline);
  border-radius: var(--r-order);
  padding: var(--s6) 0;
  box-shadow: var(--lift);
  position: relative;
  overflow: hidden;
  animation: lp-breathe 4.5s ease-in-out infinite;
}

@keyframes lp-breathe {
  0%, 100% { box-shadow: var(--lift), 0 0 26px rgba(var(--g-rgb), .10); }
  50%      { box-shadow: var(--lift), 0 0 52px rgba(var(--g-rgb), .28); }
}

body[class*="woocommerce"] .cart_totals::before {
  content: '';
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(var(--g-rgb), .14), transparent);
  transform: skewX(-18deg);
  animation: lp-cardsweep 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes lp-cardsweep {
  0%, 55%   { left: -70%; }
  85%, 100% { left: 130%; }
}

body[class*="woocommerce"] .cart_totals > * { position: relative; z-index: 1; }

body[class*="woocommerce"] .cart_totals h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: var(--t-h3);
  color: var(--w) !important;
  margin: 0;
  padding: 0 var(--s6) var(--s4) !important;
}

body[class*="woocommerce"] .cart_totals h2::before {
  content: var(--copy-offer-tag);
  font-family: var(--fb);
  font-size: var(--t-label);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--g) !important;
  color: var(--ink) !important;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: var(--s3);
}

body[class*="woocommerce"] .cart_totals table.shop_table {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: visible;
}

body[class*="woocommerce"] .cart_totals table.shop_table th,
body[class*="woocommerce"] .cart_totals table.shop_table td {
  border-top: 1px solid var(--line) !important;
  border-bottom: 0;
  padding: 15px var(--s6);
  font-size: var(--t-sm);
  text-transform: none;
  letter-spacing: 0;
}

body[class*="woocommerce"] .cart_totals table.shop_table th {
  font-weight: 500;
  color: var(--soft);
  width: 50%;
}

body[class*="woocommerce"] .cart_totals table.shop_table td {
  font-weight: 700;
  text-align: right;
}

body[class*="woocommerce"] .cart_totals tr.order-total th,
body[class*="woocommerce"] .cart_totals tr.order-total td {
  padding: var(--s4) var(--s6) !important;
}

.woocommerce-cart .wc-proceed-to-checkout { padding: var(--s5) var(--s6) 0; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 54px;
}

.woocommerce-cart .wc-proceed-to-checkout::after {
  content: var(--copy-guarantee);
  display: block;
  text-align: center;
  margin-top: var(--s3);
  font-family: var(--fb);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--soft);
}

.woocommerce-cart .cart_totals::after {
  content: var(--copy-payments);
  display: block;
  text-align: center;
  margin: var(--s3) var(--s6) 0;
  padding-top: var(--s3);
  border-top: 1px solid var(--line);
  font-family: var(--fb);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--faint);
  position: relative;
  z-index: 1;
}

.woocommerce-cart .cart-collaterals::after {
  content: var(--copy-trustbar);
  display: block;
  margin-top: var(--s8);
  padding: var(--s4);
  text-align: center;
  background: var(--well);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: var(--fb);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--soft);
}

/* Wrapping control for all pseudo-content lines */
body[class*="woocommerce"] .cart-collaterals::after,
body[class*="woocommerce"] .cart_totals::after,
body[class*="woocommerce"] #payment::after,
body[class*="woocommerce"] .wc-proceed-to-checkout::after {
  text-wrap: balance;
  line-height: 1.7;
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-cart .cart-empty {
  font-family: var(--fh);
  font-size: var(--t-h2);
  color: var(--w);
  margin-bottom: var(--s5);
}

/* ---- 3.2 CHECKOUT ------------------------------------------------------ */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border-left-color: var(--gline) !important;
  font-size: 13px;
}

.woocommerce-checkout form.checkout_coupon {
  background: var(--card);
  border: 1px solid var(--line) !important;
  border-radius: var(--r-panel);
  padding: var(--s5) !important;
}

.woocommerce-checkout #customer_details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  padding: var(--s6);
}

.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading {
  font-size: var(--t-h3);
  color: var(--w) !important;
  margin-bottom: var(--s4);
}

.woocommerce-checkout #order_review {
  background: linear-gradient(170deg,
              rgba(var(--g-rgb), .10), rgba(var(--g-rgb), .02));
  border: 1px solid var(--gline);
  border-radius: var(--r-order);
  box-shadow: var(--lift);
  overflow: hidden;
  padding: var(--s5) 0;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: visible;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
  border-top: 1px solid var(--line) !important;
  border-bottom: 0;
  padding: 15px var(--s6);
}

.woocommerce-checkout #payment {
  background: transparent !important;
  border-radius: 0;
  padding: var(--s5) var(--s6) 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
  border-bottom: 1px solid var(--line);
  padding: 0 0 var(--s4);
  margin: 0 0 var(--s4);
}

.woocommerce-checkout #payment ul.wc_payment_methods li {
  list-style: none;
  margin-bottom: var(--s3);
}

.woocommerce-checkout #payment ul.wc_payment_methods label {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  color: var(--w) !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: var(--well) !important;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  color: var(--soft);
  font-size: 13px;
}

.woocommerce-checkout #payment div.payment_box::before { display: none; }

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  border-top: 1px solid var(--line);
  padding-top: var(--s4);
  margin-top: var(--s4);
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 12px;
  color: var(--faint) !important;
  line-height: 1.7;
}

.woocommerce-checkout .woocommerce-terms-and-conditions {
  background: var(--well);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: var(--s4);
  font-size: 12px;
  color: var(--faint) !important;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 54px;
}

.woocommerce-checkout #payment::after {
  content: var(--copy-secure);
  display: block;
  text-align: center;
  margin-top: var(--s3);
  font-family: var(--fb);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--faint);
}

body[class*="woocommerce"] .woocommerce-password-strength {
  border-radius: var(--r-pay);
  border: 1px solid var(--line);
  background: var(--well);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: var(--s2) var(--s3);
}

body[class*="woocommerce"] .woocommerce-password-strength.strong { color: var(--g); border-color: var(--gline); }
body[class*="woocommerce"] .woocommerce-password-strength.good   { color: var(--soft); }
body[class*="woocommerce"] .woocommerce-password-strength.short,
body[class*="woocommerce"] .woocommerce-password-strength.bad    { color: var(--danger); }

body[class*="woocommerce"] .woocommerce-password-hint {
  font-size: 11px;
  color: var(--faint);
}

/* ---- 3.3 ORDER RECEIVED ------------------------------------------------ */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: linear-gradient(150deg,
              rgba(var(--g-rgb), .16), rgba(var(--g-rgb), .05));
  border: 2px solid var(--gline);
  border-radius: var(--r-hero);
  padding: var(--s6);
  box-shadow: 0 0 40px rgba(var(--g-rgb), .10);
  font-family: var(--fh);
  font-size: 22px;
  color: var(--w) !important;
  margin-bottom: var(--s7);
}

.woocommerce-order-received .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s4);
  list-style: none;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  padding: var(--s6);
  margin: 0 0 var(--s7);
}

.woocommerce-order-received .woocommerce-order-overview li {
  border: 0 !important;
  font-size: var(--t-label);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint) !important;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: var(--s1);
  font-family: var(--fh);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--g);
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  padding: var(--s6);
  margin-bottom: var(--s7);
}

/* Downloads — digital product ka sabse important screen */
body[class*="woocommerce"] .download-product a {
  font-weight: 700;
  color: var(--g) !important;
}

/* ---- 3.4 MY ACCOUNT ---------------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li { margin-bottom: var(--s2); }

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 15px var(--s4);
  border-radius: var(--r-card);
  font-size: var(--t-body);
  font-weight: 600;
  color: var(--soft) !important;
  background: var(--card);
  border: 1px solid var(--line);
  transition: border-color .25s, transform .25s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  border-color: var(--gline);
  transform: translateX(4px);
  color: var(--w) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: rgba(var(--g-rgb), .08);
  border-color: var(--gline);
  color: var(--g) !important;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  background: var(--card);
  border: 1px solid var(--line) !important;
  border-radius: var(--r-panel);
  padding: var(--s6) !important;
}

/* ---- 3.5 SHOP ARCHIVE -------------------------------------------------- */
body[class*="woocommerce"] ul.products li.product {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-panel);
  padding: var(--s4);
  transition: border-color .25s, transform .25s;
}

body[class*="woocommerce"] ul.products li.product:hover {
  border-color: var(--gline);
  transform: translateY(-4px);
}

body[class*="woocommerce"] ul.products li.product img {
  border-radius: var(--r-card);
  margin-bottom: var(--s3);
}

body[class*="woocommerce"] ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--fh) !important;
  font-size: 18px;
  color: var(--w) !important;
  padding: 0;
  margin-bottom: var(--s2);
}

body[class*="woocommerce"] ul.products li.product .price {
  font-family: var(--fh);
  font-size: 26px;
  font-weight: 700;
  color: var(--g) !important;
}

body[class*="woocommerce"] ul.products li.product .price del,
body[class*="woocommerce"] ul.products li.product .price del .amount {
  font-family: var(--fb);
  font-size: 13px;
  font-weight: 500;
  color: var(--faint) !important;
}

body[class*="woocommerce"] span.onsale {
  background: var(--g) !important;
  color: var(--ink) !important;
  font-family: var(--fb);
  font-size: var(--t-label);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-radius: var(--r-pill);
  min-height: auto;
  min-width: auto;
  padding: 5px 12px;
  line-height: 1;
}

body[class*="woocommerce"] .woocommerce-result-count,
body[class*="woocommerce"] .woocommerce-breadcrumb {
  color: var(--faint) !important;
  font-size: 12px;
}

body[class*="woocommerce"] .woocommerce-breadcrumb a { color: var(--soft) !important; }

body[class*="woocommerce"] nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: var(--s2);
}

body[class*="woocommerce"] nav.woocommerce-pagination ul li { border: 0; }

body[class*="woocommerce"] nav.woocommerce-pagination ul li a,
body[class*="woocommerce"] nav.woocommerce-pagination ul li span {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  min-width: 44px;
  height: 44px;
  line-height: 42px;
  padding: 0;
  color: var(--w) !important;
}

body[class*="woocommerce"] nav.woocommerce-pagination ul li span.current {
  background: var(--g);
  border-color: var(--g);
  color: var(--ink) !important;
  font-weight: 700;
}

/* ---- 3.6 SINGLE PRODUCT ------------------------------------------------ */
body.single-product .product_title {
  font-family: var(--fh) !important;
  font-size: var(--t-h2);
  line-height: 1.12;
  color: var(--w) !important;
  margin-bottom: var(--s3);
}

body.single-product .summary p.price,
body.single-product .summary .woocommerce-Price-amount {
  font-family: var(--fh) !important;
  font-size: 52px;
  font-weight: 700;
  color: var(--g) !important;
  line-height: 1;
}

body.single-product .summary p.price del,
body.single-product .summary p.price del .woocommerce-Price-amount {
  font-family: var(--fb) !important;
  font-size: 16px;
  font-weight: 500;
  color: var(--faint) !important;
}

body.single-product .woocommerce-product-details__short-description {
  color: var(--soft);
  font-size: var(--t-lead);
  line-height: 1.7;
}

body.single-product .woocommerce-product-gallery img {
  border-radius: var(--r-order);
  border: 1px solid var(--gline);
  box-shadow: var(--lift);
}

body.single-product form.cart { margin-top: var(--s5); }

body.single-product .product_meta {
  color: var(--faint);
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: var(--s4);
  margin-top: var(--s5);
}

body.single-product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--line);
  padding: 0;
  margin-bottom: var(--s6);
}

body.single-product .woocommerce-tabs ul.tabs::before { display: none; }

body.single-product .woocommerce-tabs ul.tabs li {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  margin: 0 var(--s5) 0 0;
  padding: 0;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after { display: none; }

body.single-product .woocommerce-tabs ul.tabs li a {
  padding: var(--s3) 0 !important;
  font-family: var(--fb);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--faint) !important;
  border-bottom: 2px solid transparent;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--g) !important;
  border-bottom-color: var(--g);
}

body.single-product .related.products > h2,
body.single-product .up-sells > h2 {
  font-size: var(--t-h2);
  margin-bottom: var(--s6);
}


/* ==========================================================================
   LAYER 4 — RESPONSIVE
   ========================================================================== */

/* ---- Bahut badi screens ---- */
@media (min-width: 1600px) {
  body[class*="woocommerce"] .cart-collaterals .cart_totals { max-width: 520px; }
}

/* ---- Tablet + chhota laptop: columns stack ---- */
@media (max-width: 1024px) {
  body[class*="woocommerce"] .cart-collaterals,
  body[class*="woocommerce"] .cart-collaterals .cart_totals,
  body[class*="woocommerce"] .cross-sells {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
  }

  body[class*="woocommerce"] .cart-collaterals .cart_totals { margin-top: var(--s5); }

  body[class*="woocommerce"] #customer_details,
  body[class*="woocommerce"] #customer_details .col-1,
  body[class*="woocommerce"] #customer_details .col-2 {
    width: 100% !important;
    float: none !important;
  }

  body[class*="woocommerce"] #customer_details .col-2,
  body[class*="woocommerce"] #order_review { margin-top: var(--s5); }
}

/* ---- Tablet: table columns breathe ---- */
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="woocommerce"] table.shop_table th,
  body[class*="woocommerce"] table.shop_table td {
    padding-left: var(--s3);
    padding-right: var(--s3);
  }

  body[class*="woocommerce"] table.shop_table img { width: 64px; }
  body[class*="woocommerce"] table.shop_table .product-name a { font-size: 14px; }
  body[class*="woocommerce"] .quantity input.qty { width: 72px; }

  body[class*="woocommerce"] .cart .actions .coupon { display: flex; gap: var(--s2); }
  body[class*="woocommerce"] .cart .actions .coupon input#coupon_code {
    min-width: 0;
    flex: 1;
  }
}

/* ---- Phone: rows become cards + fixed buy bar ---- */
@media (max-width: 767px) {
  body[class*="woocommerce"] .elementor-location-single,
  body[class*="woocommerce"] .site-main,
  body.single-product .site-main {
    padding-top: var(--s8);
    padding-bottom: 150px;
  }

  body[class*="woocommerce"] table.shop_table thead { display: none; }

  .woocommerce-cart table.cart tbody tr.cart_item {
    display: block;
    position: relative;
    padding: var(--s4);
    border-top: 1px solid var(--line);
  }

  .woocommerce-cart table.cart tbody tr.cart_item td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    padding: 9px 0;
    text-align: right;
  }

  .woocommerce-cart table.cart tbody tr.cart_item td::before {
    content: attr(data-title);
    font-size: var(--t-label);
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--faint);
  }

  .woocommerce-cart table.cart tbody td.product-remove {
    position: absolute;
    top: 16px;
    right: 14px;
    padding: 0;
  }

  .woocommerce-cart table.cart tbody td.product-remove::before,
  .woocommerce-cart table.cart tbody td.product-thumbnail::before { content: none; }

  .woocommerce-cart table.cart tbody td.product-thumbnail { justify-content: flex-start; }

  .woocommerce-cart .cart .actions .coupon {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    margin-bottom: var(--s3);
  }

  .woocommerce-cart .cart .actions .coupon input#coupon_code,
  .woocommerce-cart .cart .actions button { width: 100%; }

  body[class*="woocommerce"] .cart_totals h2,
  body[class*="woocommerce"] .cart_totals table.shop_table th,
  body[class*="woocommerce"] .cart_totals table.shop_table td,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table th,
  .woocommerce-checkout table.woocommerce-checkout-review-order-table td,
  .woocommerce-checkout #payment,
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: var(--s4) !important;
    padding-right: var(--s4) !important;
  }

  .woocommerce-cart .cart_totals::after {
    margin-left: var(--s4);
    margin-right: var(--s4);
  }

  .woocommerce-checkout #customer_details { padding: var(--s4); }

  /* Fixed buy bar — landing page ka .lp-mbar */
  .woocommerce-cart .wc-proceed-to-checkout,
  .woocommerce-checkout .place-order {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    margin: 0;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(var(--ink-rgb), .94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--gline);
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout #place_order { min-height: 54px; }

  .woocommerce-cart .wc-proceed-to-checkout::after {
    margin-top: 7px;
    font-size: 10px;
    letter-spacing: .06em;
  }

  body[class*="woocommerce"] .cart_totals { padding-bottom: var(--s4); }

  body[class*="woocommerce"] ul.products li.product { padding: var(--s3); }

  body.single-product .summary p.price,
  body.single-product .summary .woocommerce-Price-amount { font-size: 46px; }

  /* Ambient animations off — battery + clutter */
  body[class*="woocommerce"] .cart_totals,
  body[class*="woocommerce"] .cart_totals::before,
  .woocommerce-checkout #order_review { animation: none !important; }

  body[class*="woocommerce"] .cart_totals {
    box-shadow: 0 18px 50px rgba(0, 0, 0, .45), 0 0 34px rgba(var(--g-rgb), .16);
  }
}

/* ---- Chhote phones (iPhone SE, budget Android) ---- */
@media (max-width: 380px) {
  body[class*="woocommerce"] .entry-title,
  body[class*="woocommerce"] .page-title { font-size: 32px; }

  body[class*="woocommerce"] .entry-title::before,
  body[class*="woocommerce"] .page-title::before {
    font-size: 11px;
    padding: 7px 12px;
  }

  body[class*="woocommerce"] .cart_totals h2 { font-size: 21px; }

  body[class*="woocommerce"] .cart_totals h2,
  body[class*="woocommerce"] .cart_totals table.shop_table th,
  body[class*="woocommerce"] .cart_totals table.shop_table td {
    padding-left: var(--s3) !important;
    padding-right: var(--s3) !important;
  }

  body[class*="woocommerce"] .cart_totals::after {
    margin-left: var(--s3);
    margin-right: var(--s3);
  }

  body[class*="woocommerce"] tr.order-total th { font-size: 14px; }

  body[class*="woocommerce"] tr.order-total td,
  body[class*="woocommerce"] tr.order-total .amount,
  body[class*="woocommerce"] tr.order-total bdi { font-size: 21px; }

  body[class*="woocommerce"] .quantity input.qty { width: 76px; }
  body[class*="woocommerce"] table.shop_table img { width: 68px; }
  body[class*="woocommerce"] .cart-collaterals::after { font-size: 11.5px; }

  body[class*="woocommerce"] .button,
  body[class*="woocommerce"] button.button,
  body[class*="woocommerce"] a.button {
    font-size: 15px !important;
    padding: 14px 20px !important;
  }
}

/* ---- Landscape phone: fixed bar screen kha jata hai ---- */
@media (max-height: 480px) and (orientation: landscape) {
  body[class*="woocommerce"] .wc-proceed-to-checkout,
  body[class*="woocommerce"] .place-order {
    position: static !important;
    padding: var(--s5) var(--s6) 0 !important;
    background: none !important;
    backdrop-filter: none !important;
    border-top: 0 !important;
  }

  body[class*="woocommerce"] .elementor-location-single,
  body[class*="woocommerce"] .site-main {
    padding-bottom: var(--s8) !important;
  }
}


/* ==========================================================================
   LAYER 5 — ACCESSIBILITY + PRINT
   ========================================================================== */

body[class*="woocommerce"] a:focus-visible,
body[class*="woocommerce"] button:focus-visible,
body[class*="woocommerce"] input:focus-visible,
body[class*="woocommerce"] select:focus-visible {
  outline: 2px solid var(--g);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  body[class*="woocommerce"] *,
  body[class*="woocommerce"] *::before,
  body[class*="woocommerce"] *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media print {
  body[class*="woocommerce"] {
    background: #fff !important;
    color: #000 !important;
  }

  body[class*="woocommerce"] *,
  body[class*="woocommerce"] h1,
  body[class*="woocommerce"] h2,
  body[class*="woocommerce"] h3,
  body[class*="woocommerce"] p,
  body[class*="woocommerce"] td,
  body[class*="woocommerce"] th {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    animation: none !important;
  }

  body[class*="woocommerce"] table.shop_table,
  body[class*="woocommerce"] .woocommerce-order-details,
  body[class*="woocommerce"] .woocommerce-customer-details {
    border: 1px solid #999 !important;
  }

  body[class*="woocommerce"] tr.order-total th,
  body[class*="woocommerce"] tr.order-total td {
    background: #eee !important;
    border-top: 2px solid #000 !important;
  }

  body[class*="woocommerce"] .button,
  body[class*="woocommerce"] .wc-proceed-to-checkout,
  body[class*="woocommerce"] .cart-collaterals::after,
  body[class*="woocommerce"] .entry-title::before { display: none !important; }
}/* End custom CSS */