/*
 * Compiled output is generated from Sass partials.
 * Source of truth: assets/scss/wof-product-page.scss
 *
 * World of Films flagship product template styles.
 *
 * Visual direction: Precision / Premium / Stealth
 * - Dark charcoal canvas
 * - Translucent glass surfaces with restrained blur
 * - Soft off-white typography
 * - Minimal borders and controlled depth
 * - Product media remains the only visually dominant color source
 */
:root {
  --wof-bg: #090b0f;
  --wof-bg-elevated: #0f131a;
  --wof-glass: rgba(17, 22, 30, 0.58);
  --wof-glass-strong: rgba(18, 24, 34, 0.8);
  --wof-border: rgba(227, 233, 244, 0.11);
  --wof-border-soft: rgba(227, 233, 244, 0.06);
  --wof-text: #eef2f7;
  --wof-text-soft: #c7d0de;
  --wof-text-muted: #9ea8b8;
  --wof-focus: #d7ddea;
  --wof-accent: #e09a3a;
  --wof-accent-soft: #e7a84f;
  --wof-accent-strong: #ca8930;
  --wof-shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.2);
  --wof-shadow-card: 0 10px 24px rgba(0, 0, 0, 0.14);
  --wof-radius-sm: 6px;
  --wof-radius-md: 9px;
  --wof-radius-lg: 12px;
  --wof-radius-xl: 14px;
  --wof-blur: blur(18px);
  --wof-max: 1600px;
  --wof-gallery-max: 400px;
  --wof-gap: clamp(1rem, 2vw, 1.5rem);
  --wof-space-section: clamp(2.8rem, 5.4vw, 5rem);
  --wof-font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --wof-font-display: "Sora", "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --wof-font: var(--wof-font-body);
  --wof-type-caption: 0.8125rem;
  --wof-type-label: 0.875rem;
  --wof-type-sm: 0.9375rem;
  --wof-type-body: 1rem;
  --wof-leading-tight: 1.2;
  --wof-leading-body: 1.6;
  --wof-ease-snappy: cubic-bezier(0.22, 1, 0.36, 1);
  --wof-ease-smooth: cubic-bezier(0.2, 0.8, 0.2, 1);
  --wof-duration-fast: 0.3s;
  --wof-duration-base: 0.3s;
  --wof-duration-slow: 0.3s;
}

.wof-product-template {
  background: linear-gradient(rgba(7, 10, 14, 0.23), rgba(7, 10, 14, 0.92)), radial-gradient(circle at 12% -6%, rgba(1, 166, 255, 0.31), rgba(207, 24, 24, 0.11) 38.66%), radial-gradient(circle at 88% -8%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.81) 34.87%), url("/wp-content/uploads/2026/02/gridded-background.png"), linear-gradient(to top, rgba(9, 11, 13, 0.91), rgba(255, 255, 255, 0.16) 57.56%);
  background-position: 0px 0;
  background-size: auto;
  background-repeat: repeat-x;
  color: var(--wof-text);
  font-family: var(--wof-font);
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wof-product-template button,
.wof-product-template a,
.wof-product-template input {
  -webkit-tap-highlight-color: transparent;
}

.site-main {
  /*
   * The header is translucent and overlays content.
   * Padding ensures hero content starts below the glass header while still
   * visually flowing under it.
   */
  padding-top: clamp(5.5rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
  max-width: 1600px !important;
  margin-inline: auto;
}

.wof-pdp {
  position: relative;
  margin-top: 100px;
}

.wof-pdp__shell {
  max-width: var(--wof-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem) 7rem;
  display: grid;
  gap: var(--wof-space-section);
}

.wof-pdp__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wof-space-section);
}

.wof-pdp__column {
  display: grid;
  gap: var(--wof-space-section);
  align-content: start;
}

.wof-pdp__row-secondary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--wof-space-section);
  align-items: start;
}

.wof-eyebrow {
  margin: 0;
  font-size: var(--wof-type-caption);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wof-text-muted);
}

.wof-title {
  margin: 0.6rem 0 0;
  font-size: clamp(1.65rem, 3.2vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: var(--wof-font-display);
  text-wrap: balance;
  color: var(--wof-text);
}

.wof-descriptor {
  margin: 1rem 0 0;
  max-width: 65ch;
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  color: var(--wof-text-soft);
}

.wof-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.wof-section-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.8vw, 1.85rem);
  letter-spacing: -0.02em;
  font-weight: 700;
  font-family: var(--wof-font-display);
  line-height: var(--wof-leading-tight);
  color: var(--wof-text);
}

.wof-section-head p {
  margin: 0;
  max-width: 74ch;
  font-size: var(--wof-type-sm);
  line-height: var(--wof-leading-body);
  color: var(--wof-text-muted);
}

.wof-cart-template {
  background: linear-gradient(rgba(7, 10, 14, 0.24), rgba(7, 10, 14, 0.92)), radial-gradient(circle at 14% -10%, rgba(1, 166, 255, 0.24), rgba(207, 24, 24, 0.08) 40%), radial-gradient(circle at 88% -10%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.78) 36%), url("/wp-content/uploads/2026/02/gridded-background.png"), linear-gradient(to top, rgba(9, 11, 13, 0.92), rgba(255, 255, 255, 0.14) 58%);
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat-x;
  color: var(--wof-text);
  font-family: var(--wof-font);
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wof-cart-template button,
.wof-cart-template a,
.wof-cart-template input {
  -webkit-tap-highlight-color: transparent;
}

/* Requested: keep cart page copy white across all visible elements. */
.wof-cart-template .wof-cart,
.wof-cart-template .wof-cart * {
  color: #ffffff;
}

.wof-cart-template .wof-cart input::placeholder {
  color: rgba(255, 255, 255, 0.78);
}

/* Force white text specifically inside the cart-items block.
 * Elementor/Woo selectors can override base inherited color, so this is
 * intentionally high-specificity and uses !important where needed.
 */
.wof-cart-template .wof-cart__items,
.wof-cart-template .wof-cart__items .e-shop-table,
.wof-cart-template .wof-cart__items .wof-cart-table,
.wof-cart-template .wof-cart__items .wof-cart-table th,
.wof-cart-template .wof-cart__items .wof-cart-table td,
.wof-cart-template .wof-cart__items .wof-cart-table a,
.wof-cart-template .wof-cart__items .wof-cart-table .amount,
.wof-cart-template .wof-cart__items .wof-cart-table .woocommerce-Price-currencySymbol,
.wof-cart-template .wof-cart__items .coupon,
.wof-cart-template .wof-cart__items .coupon .button,
.wof-cart-template .wof-cart__items .coupon input,
.wof-cart-template .wof-cart__items .quantity .qty,
.wof-cart-template .wof-cart__items .actions .button {
  color: #ffffff !important;
}

.wof-cart-template .wof-cart__items .coupon input::placeholder,
.wof-cart-template .wof-cart__items .quantity .qty::placeholder {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Force WOF button treatments to win against Elementor cart widget styles. */
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.8rem !important;
  padding: 0 1rem !important;
  border-radius: var(--wof-radius-sm) !important;
  font-size: var(--wof-type-label) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button) {
  border: 1px solid rgba(240, 244, 252, 0.24) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.16) 0%, rgba(228, 235, 247, 0.08) 100%) !important;
  color: #ffffff !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button):hover,
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button):focus-visible {
  transform: translateY(-1px);
  border-color: rgba(240, 244, 252, 0.42) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.2) 0%, rgba(228, 235, 247, 0.12) 100%) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button.checkout-button {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border: 1px solid transparent !important;
  color: #ffffff !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, #e7a84f 0%, #e09a3a 40%, #ca8930 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 7px 18px rgba(0, 0, 0, 0.32) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button.checkout-button:hover,
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button.checkout-button:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, #e7a84f 42%, #d29136 100%) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:disabled,
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button[disabled] {
  opacity: 0.48 !important;
  color: var(--wof-text-muted) !important;
  border-color: var(--wof-border) !important;
  transform: none !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.wof-cart {
  position: relative;
  margin-top: 100px;
}

.wof-cart__shell {
  max-width: var(--wof-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem) 7rem;
  display: grid;
  gap: var(--wof-space-section);
}

.wof-cart-template .woocommerce-notices-wrapper {
  margin: 0 0 0.9rem;
}

/* Elementor Cart widget integration:
 * Elementor opens/controls cart columns through Woo hooks.
 * These overrides keep WOF styling while respecting Elementor's column system.
 */
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart__shell {
  max-width: none;
  margin: 0;
  padding: 0;
}

.wof-cart-template .elementor-widget-woocommerce-cart .e-cart__container {
  column-gap: var(--wof-gap);
  row-gap: var(--wof-gap);
  align-items: start;
}

.wof-cart-template .elementor-widget-woocommerce-cart .e-cart__column-start,
.wof-cart-template .elementor-widget-woocommerce-cart .e-cart__column-end,
.wof-cart-template .elementor-widget-woocommerce-cart .e-cart__column-inner {
  min-width: 0;
}

.wof-cart-template .elementor-widget-woocommerce-cart .e-cart__column-inner {
  width: 100%;
}

.wof-cart-template .elementor-widget-woocommerce-cart .e-cart-totals.e-cart-section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.wof-cart__hero,
.wof-cart__items,
.wof-cart__summary,
.wof-cart-template .wof-cart__summary .cross-sells,
.wof-cart-template .wof-cart__summary .cart_totals,
.wof-cart-template .cart-collaterals .cross-sells,
.wof-cart-template .cart-collaterals .cart_totals {
  background: var(--wof-glass);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
  border: 1px solid var(--wof-border-soft);
  box-shadow: var(--wof-shadow-soft);
  border-radius: var(--wof-radius-sm);
}

.wof-cart__hero,
.wof-cart__items {
  background: rgba(16, 21, 30, 0.44);
  border-color: rgba(227, 233, 244, 0.06);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.wof-cart__summary,
.wof-cart-template .wof-cart__summary .cart_totals,
.wof-cart-template .cart-collaterals .cart_totals {
  background: rgba(18, 24, 35, 0.72);
  border-color: rgba(227, 233, 244, 0.14);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
}

.wof-cart__hero {
  padding: clamp(1.25rem, 2.5vw, 2rem);
  display: grid;
  gap: 1rem;
}

.wof-cart__hero .wof-title {
  margin-top: 0.45rem;
}

.wof-cart__hero .wof-descriptor {
  max-width: 70ch;
}

.wof-cart__items {
  padding: clamp(0.85rem, 1.6vw, 1.2rem);
}

.wof-cart-form {
  display: grid;
  gap: 0.75rem;
}

.wof-cart-template .e-shop-table.e-cart-section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.wof-cart-table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
  border: 0;
}

.wof-cart-table thead th {
  padding: 0 0.75rem 0.5rem;
  font-size: var(--wof-type-caption);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--wof-text-muted);
  border: 0;
}

.wof-cart-table tbody tr.cart_item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--wof-border-soft);
  box-shadow: var(--wof-shadow-card);
}

.wof-cart-table tbody tr.cart_item td {
  padding: 0.95rem 0.75rem;
  border: 0;
  vertical-align: middle;
  color: var(--wof-text-soft);
}

.wof-cart-table tbody tr.cart_item td:first-child {
  border-radius: var(--wof-radius-sm) 0 0 var(--wof-radius-sm);
}

.wof-cart-table tbody tr.cart_item td:last-child {
  border-radius: 0 var(--wof-radius-sm) var(--wof-radius-sm) 0;
}

.wof-cart-template .woocommerce a.remove {
  width: 2rem;
  height: 2rem;
  line-height: 1.8rem;
  border-radius: 999px;
  border: 1px solid var(--wof-border);
  color: var(--wof-text-muted) !important;
  background: rgba(255, 255, 255, 0.02);
  transition: color var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth), border-color var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy);
}

.wof-cart-template .woocommerce a.remove:hover,
.wof-cart-template .woocommerce a.remove:focus-visible {
  color: var(--wof-text) !important;
  border-color: rgba(224, 154, 58, 0.72);
  background: rgba(224, 154, 58, 0.16);
  transform: translateY(-1px);
}

.wof-cart-table .product-thumbnail img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border-soft);
}

.wof-cart-table .product-name,
.wof-cart-table .product-name a {
  color: var(--wof-text);
  font-weight: 600;
  text-decoration: none;
}

.wof-cart-table .product-name .variation,
.wof-cart-table .product-name .wc-item-meta {
  margin-top: 0.35rem;
  font-size: var(--wof-type-caption);
  color: var(--wof-text-muted);
}

.wof-cart-table .product-price,
.wof-cart-table .product-subtotal,
.wof-cart-table .product-price .amount,
.wof-cart-table .product-subtotal .amount {
  font-weight: 600;
  color: var(--wof-text);
}

.wof-cart-table .quantity .qty {
  width: 100%;
  max-width: 5.6rem;
  min-height: 2.7rem;
  padding: 0 0.5rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wof-text);
  font-size: var(--wof-type-sm);
  font-weight: 600;
  text-align: center;
}

.wof-cart-template .woocommerce-cart-form .quantity .qty,
.wof-cart-template .woocommerce-cart-form input.qty {
  text-align: right !important;
}

.wof-cart-table .quantity .qty:focus-visible,
.wof-cart-template #coupon_code:focus-visible,
.wof-cart-template .shipping-calculator-form .input-text:focus-visible,
.wof-cart-template .shipping-calculator-form select:focus-visible {
  outline: 2px solid var(--wof-focus);
  outline-offset: 1px;
}

.wof-cart-table .actions {
  padding: 0.6rem 0 0;
  border: 0;
}

.wof-cart-table .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.wof-cart-template .coupon.e-cart-section.shop_table {
  margin: 0;
  padding: 0.8rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border-soft);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--wof-shadow-card);
}

.wof-cart-template .coupon.e-cart-section.shop_table .coupon-col {
  gap: 0.6rem;
  width: 100%;
  align-items: center;
}

.wof-cart-template .coupon.e-cart-section.shop_table .coupon-col-start,
.wof-cart-template .coupon.e-cart-section.shop_table .coupon-col-end {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wof-cart-template #coupon_code {
  min-width: min(100%, 16rem);
  width: 100%;
  min-height: 2.75rem;
  padding: 0 0.72rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--wof-text);
}

.wof-cart-template .wof-cart-form button.button,
.wof-cart-template .cart_totals .checkout-button,
.wof-cart-template .shipping-calculator-form button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid rgba(240, 244, 252, 0.24);
  font-size: var(--wof-type-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-cart-template .wof-cart-form button.button,
.wof-cart-template .shipping-calculator-form button.button {
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.16) 0%, rgba(228, 235, 247, 0.08) 100%);
  color: var(--wof-text);
}

.wof-cart-template .wof-cart-form button.button:hover,
.wof-cart-template .wof-cart-form button.button:focus-visible,
.wof-cart-template .shipping-calculator-form button.button:hover,
.wof-cart-template .shipping-calculator-form button.button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(240, 244, 252, 0.42);
  background-color: rgba(255, 255, 255, 0.14);
}

.wof-cart-template .wof-cart-form button.button:disabled,
.wof-cart-template .wof-cart-form button.button[disabled] {
  opacity: 0.48;
  border-color: var(--wof-border);
  color: var(--wof-text-muted);
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

.wof-cart-template .cart_totals .checkout-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: transparent;
  color: #ffffff;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, #e7a84f 0%, #e09a3a 40%, #ca8930 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), inset 0 -1px 0 rgba(0, 0, 0, 0.15), 0 7px 18px rgba(0, 0, 0, 0.32);
}

.wof-cart-template .cart_totals .checkout-button::after {
  content: "";
  position: absolute;
  inset: -22% -34%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0) 72%);
  transform: translateX(-140%) skewX(-14deg);
  transition: transform 480ms var(--wof-ease-snappy);
  pointer-events: none;
}

.wof-cart-template .cart_totals .checkout-button:hover,
.wof-cart-template .cart_totals .checkout-button:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, #e7a84f 42%, #d29136 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), inset 0 -1px 0 rgba(0, 0, 0, 0.14), 0 10px 24px rgba(224, 154, 58, 0.24);
}

.wof-cart-template .cart_totals .checkout-button:hover::after,
.wof-cart-template .cart_totals .checkout-button:focus-visible::after {
  transform: translateX(140%) skewX(-14deg);
}

.wof-cart__summary {
  padding: 1rem;
}

.wof-cart-template .e-cart__column-inner .wof-cart__summary,
.wof-cart-template .e-cart__column-inner .wof-cart__summary * {
  color: #ffffff !important;
}

.wof-cart__summary .cart-collaterals,
.wof-cart__summary .cross-sells,
.wof-cart__summary .cart_totals {
  display: grid;
  gap: 0.85rem;
}

.wof-cart__summary .cart_totals,
.wof-cart__summary .cross-sells,
.wof-cart-template .cart-collaterals .cart_totals {
  padding: 1rem;
}

.wof-cart-template .wof-cart__summary,
.wof-cart-template .wof-cart__summary .cart_totals,
.wof-cart-template .wof-cart__summary .cart_totals th,
.wof-cart-template .wof-cart__summary .cart_totals td,
.wof-cart-template .wof-cart__summary .cart_totals .amount,
.wof-cart-template .wof-cart__summary .cart_totals .woocommerce-Price-currencySymbol,
.wof-cart-template .wof-cart__summary .cart_totals h2 {
  color: #ffffff !important;
}

.wof-cart-template .wof-cart__summary .cart_totals {
  float: none;
  width: 100%;
  margin: 0;
}

.wof-cart-template .cart_totals h2,
.wof-cart-template .cross-sells > h2 {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-family: var(--wof-font-display);
  line-height: var(--wof-leading-tight);
  letter-spacing: -0.02em;
  color: var(--wof-text);
}

.wof-cart-template .cart_totals .shop_table {
  margin: 0;
  border: 0;
}

.wof-cart-template .cart_totals .shop_table th,
.wof-cart-template .cart_totals .shop_table td {
  padding: 0.6rem 0;
  border-top: 1px solid var(--wof-border-soft);
  color: #ffffff;
}

/* Woo/Elementor may enforce table text colors; force white in totals table. */
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive th,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive td,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive strong,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive bdi,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive .amount,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive .woocommerce-Price-currencySymbol,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive tr td::before,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive tr th::before {
  color: #ffffff !important;
}

.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive tr td::before,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table.shop_table_responsive tr th::before {
  font-family: var(--wof-font-body) !important;
  font-size: var(--wof-type-caption) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.wof-cart-template .cart_totals .shop_table tr:first-child th,
.wof-cart-template .cart_totals .shop_table tr:first-child td {
  border-top: 0;
}

.wof-cart-template .cart_totals .shop_table th {
  font-size: var(--wof-type-caption);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wof-cart-template .cart_totals .shop_table td {
  text-align: right;
  font-weight: 600;
}

.wof-cart-template .cart_totals .shop_table .order-total th,
.wof-cart-template .cart_totals .shop_table .order-total td,
.wof-cart-template .cart_totals .shop_table .order-total .amount {
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 700;
}

.wof-cart-template .cart_totals .wc-proceed-to-checkout {
  padding-top: 0.5rem;
  margin: 0;
  border-top: 1px solid var(--wof-border-soft);
}

.wof-cart-template .cart_totals .checkout-button {
  width: 100%;
}

.wof-cart-template .cross-sells {
  padding: 1rem;
}

.wof-cart-template .cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wof-cart-template .cross-sells ul.products::before,
.wof-cart-template .cross-sells ul.products::after {
  display: none;
}

.wof-cart-template .cross-sells ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0.65rem;
  border-radius: var(--wof-radius-sm);
  border: 1px solid var(--wof-border-soft);
  background: rgba(255, 255, 255, 0.02);
}

.wof-cart-template .cross-sells ul.products li.product a {
  text-decoration: none;
  color: var(--wof-text);
}

.wof-cart-template .cross-sells ul.products li.product img {
  margin: 0 0 0.5rem;
  border-radius: var(--wof-radius-sm);
}

.wof-cart-template .cross-sells ul.products li.product .woocommerce-loop-product__title {
  font-size: var(--wof-type-sm);
  line-height: 1.35;
  font-family: var(--wof-font-display);
  color: var(--wof-text);
}

.wof-cart-template .cross-sells ul.products li.product .price,
.wof-cart-template .cross-sells ul.products li.product .amount {
  font-size: var(--wof-type-caption);
  color: var(--wof-text-soft);
}

.wof-cart-template .cross-sells ul.products li.product .button {
  width: 100%;
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--wof-border);
  color: var(--wof-text);
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart__summary {
  margin: 0;
}

.wof-cart-template .cart-empty,
.wof-cart-template .return-to-shop {
  max-width: min(100%, 820px);
  margin-inline: auto;
}

.wof-cart-template .cart-empty {
  border: 0 !important;
  border-radius: var(--wof-radius-sm);
  background: var(--wof-glass);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
  color: var(--wof-text);
}

.wof-cart-template .return-to-shop .button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  color: #111111;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, #e7a84f 0%, #e09a3a 40%, #ca8930 100%);
}

.wof-cart-template .woocommerce-message,
.wof-cart-template .woocommerce-info,
.wof-cart-template .woocommerce-error {
  border: 0 !important;
  border-top: 0 !important;
  border-radius: var(--wof-radius-sm);
  background: var(--wof-glass);
  backdrop-filter: var(--wof-blur);
  -webkit-backdrop-filter: var(--wof-blur);
  color: var(--wof-text);
}

/* Premium refinement pass */
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart__items {
  background: linear-gradient(148deg, rgba(16, 24, 38, 0.94) 0%, rgba(12, 18, 30, 0.9) 48%, rgba(14, 22, 34, 0.92) 100%);
  border: 1px solid rgba(227, 233, 244, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 22px 46px rgba(3, 8, 16, 0.38);
}

.wof-cart-template .wof-cart-table thead th {
  padding-bottom: 0.7rem;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}

.wof-cart-template .wof-cart-table tbody tr.cart_item {
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(227, 233, 244, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 24px rgba(2, 6, 13, 0.42);
  transition: border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth), transform var(--wof-duration-fast) var(--wof-ease-snappy);
}

.wof-cart-template .wof-cart-table tbody tr.cart_item:hover {
  border-color: rgba(227, 233, 244, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 16px 30px rgba(2, 6, 13, 0.5);
  transform: translateY(-1px);
}

.wof-cart-template .wof-cart-table .product-name a {
  font-family: var(--wof-font-display);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.wof-cart-template .wof-cart-table .product-thumbnail img {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(227, 233, 244, 0.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.26);
}

.wof-cart-template .wof-cart-table .quantity .qty {
  max-width: 5rem;
  min-height: 2.35rem;
  border-color: rgba(227, 233, 244, 0.22);
  background: rgba(6, 11, 20, 0.72);
}

.wof-cart-template .wof-cart-table .actions {
  padding-top: 1rem;
}

.wof-cart-template .coupon.e-cart-section.shop_table {
  padding: 1rem;
  border: 1px solid rgba(227, 233, 244, 0.14);
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 14px 28px rgba(4, 8, 14, 0.36);
}

.wof-cart-template #coupon_code {
  min-height: 2.95rem;
  padding-inline: 0.85rem;
  border-color: rgba(227, 233, 244, 0.2);
  background: rgba(6, 11, 20, 0.66);
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button) {
  min-height: 2.95rem !important;
  border: 1px solid rgba(227, 233, 244, 0.26) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.22) 0%, rgba(228, 235, 247, 0.11) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 8px 18px rgba(0, 0, 0, 0.26) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button):hover,
.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button:not(.checkout-button):focus-visible {
  border-color: rgba(227, 233, 244, 0.4) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.28) 0%, rgba(228, 235, 247, 0.16) 100%) !important;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart__summary {
  background: linear-gradient(145deg, rgba(11, 19, 31, 0.96), rgba(8, 14, 25, 0.92));
  border: 1px solid rgba(227, 233, 244, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 48px rgba(0, 0, 0, 0.36);
}

.wof-cart-template .wof-cart__summary .cart_totals h2 {
  font-size: clamp(2rem, 2.6vw, 2.65rem);
  letter-spacing: -0.03em;
  margin-bottom: 0.3rem;
}

.wof-cart-template .wof-cart__summary .cart_totals .shop_table th,
.wof-cart-template .wof-cart__summary .cart_totals .shop_table td {
  padding-block: 0.95rem;
}

.wof-cart-template .elementor-widget-woocommerce-cart .wof-cart .button.checkout-button,
.wof-cart-template .cart_totals .checkout-button {
  min-height: 2.95rem !important;
  border-radius: 7px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -1px 0 rgba(0, 0, 0, 0.18), 0 10px 22px rgba(224, 154, 58, 0.32) !important;
}

@media (max-width: 1120px) {
  .wof-cart-template .elementor-widget-woocommerce-cart .e-cart__container {
    row-gap: var(--wof-gap);
  }
  .wof-cart__summary {
    position: static;
  }
}
@media (max-width: 860px) {
  .wof-cart-table {
    border-spacing: 0 0.6rem;
  }
  .wof-cart-table thead {
    display: none;
  }
  .wof-cart-table tbody tr.cart_item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.6rem 0.75rem;
    padding: 0.75rem;
    position: relative;
  }
  .wof-cart-table tbody tr.cart_item td {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
    border-radius: 0;
  }
  .wof-cart-table tbody tr.cart_item td.product-remove {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
  }
  .wof-cart-table tbody tr.cart_item td.product-thumbnail {
    grid-row: 1/span 3;
    width: 70px;
  }
  .wof-cart-table tbody tr.cart_item td.product-name,
  .wof-cart-table tbody tr.cart_item td.product-price,
  .wof-cart-table tbody tr.cart_item td.product-quantity,
  .wof-cart-table tbody tr.cart_item td.product-subtotal {
    grid-column: 2;
  }
  .wof-cart-table tbody tr.cart_item td.product-price::before,
  .wof-cart-table tbody tr.cart_item td.product-quantity::before,
  .wof-cart-table tbody tr.cart_item td.product-subtotal::before {
    content: attr(data-title);
    font-size: var(--wof-type-caption);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wof-text-muted);
    margin-bottom: 0.2rem;
  }
  .wof-cart-table .actions {
    padding-top: 0.8rem;
  }
  .wof-cart-table .coupon {
    margin-bottom: 0.55rem;
  }
  .wof-cart-template #coupon_code,
  .wof-cart-template .wof-cart-form button.button {
    width: 100%;
  }
  .wof-cart-template .coupon.e-cart-section.shop_table .coupon-col {
    grid-template-columns: minmax(0, 1fr);
  }
  .wof-cart-template .cross-sells ul.products {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wof-cart-template .wof-cart-form button.button,
  .wof-cart-template .cart_totals .checkout-button,
  .wof-cart-template .woocommerce a.remove {
    transition: none;
  }
  .wof-cart-template .cart_totals .checkout-button::after {
    transition: none;
  }
}
/* Checkout theme alignment (classic + blocks + Elementor checkout widget) */
.wof-checkout-template {
  background: linear-gradient(rgba(7, 10, 14, 0.24), rgba(7, 10, 14, 0.92)), radial-gradient(circle at 14% -10%, rgba(1, 166, 255, 0.24), rgba(207, 24, 24, 0.08) 40%), radial-gradient(circle at 88% -10%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.78) 36%), url("/wp-content/uploads/2026/02/gridded-background.png"), linear-gradient(to top, rgba(9, 11, 13, 0.92), rgba(255, 255, 255, 0.14) 58%);
  background-position: 0 0;
  background-size: auto;
  background-repeat: repeat-x;
  color: var(--wof-text);
  font-family: var(--wof-font);
  font-size: var(--wof-type-body);
  line-height: var(--wof-leading-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wof-checkout-template .entry-title,
.wof-checkout-template .entry-header .entry-title,
.wof-checkout-template .woocommerce-products-header__title.page-title,
.wof-checkout-template .elementor-page-title,
.wof-checkout-template h1.page-title,
.wof-checkout-template .elementor-widget-theme-post-title,
.wof-checkout-template .elementor-widget-post-title,
.wof-checkout-template .elementor-widget-heading h1 {
  display: none !important;
}

.wof-checkout-template .woocommerce-checkout,
.wof-checkout-template .wc-block-checkout,
.wof-checkout-template .wp-block-woocommerce-checkout,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page {
  max-width: var(--wof-max);
  margin: 0 auto;
  padding: 0 clamp(1rem, 2.5vw, 2rem) 6.5rem;
}

.wof-checkout-template .woocommerce-checkout,
.wof-checkout-template .woocommerce-checkout *,
.wof-checkout-template .wc-block-checkout,
.wof-checkout-template .wc-block-checkout *,
.wof-checkout-template .wp-block-woocommerce-checkout,
.wof-checkout-template .wp-block-woocommerce-checkout *,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page * {
  color: #ffffff;
}

.wof-checkout-template .woocommerce-checkout h1,
.wof-checkout-template .woocommerce-checkout h2,
.wof-checkout-template .woocommerce-checkout h3,
.wof-checkout-template .woocommerce-checkout legend,
.wof-checkout-template .woocommerce-checkout .wc-block-components-title,
.wof-checkout-template .woocommerce-checkout .wc-block-components-checkout-step__heading,
.wof-checkout-template .woocommerce-checkout .wc-block-components-checkout-step__title {
  font-family: var(--wof-font-display);
}

.wof-checkout-template .woocommerce-checkout #customer_details,
.wof-checkout-template .woocommerce-checkout .col2-set,
.wof-checkout-template .woocommerce-checkout .col2-set .col-1,
.wof-checkout-template .woocommerce-checkout .col2-set .col-2,
.wof-checkout-template .woocommerce-checkout #order_review_heading,
.wof-checkout-template .woocommerce-checkout #order_review,
.wof-checkout-template .woocommerce-checkout #payment,
.wof-checkout-template .woocommerce-checkout .woocommerce-checkout-review-order,
.wof-checkout-template .wp-block-woocommerce-checkout,
.wof-checkout-template .wc-block-checkout,
.wof-checkout-template .wc-block-checkout__main,
.wof-checkout-template .wc-block-checkout__sidebar,
.wof-checkout-template .wc-block-components-sidebar-layout,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__container,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-start,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-end,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-inner,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__order_review,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__order_review-2 {
  background: transparent !important;
}

.wof-checkout-template .woocommerce-billing-fields > h3,
.wof-checkout-template .woocommerce-shipping-fields > h3,
.wof-checkout-template #order_review_heading,
.wof-checkout-template .woocommerce-additional-fields > h3 {
  color: #ffffff !important;
  font-family: var(--wof-font-display);
}

.wof-checkout-template #customer_details > div,
.wof-checkout-template .woocommerce-checkout-review-order,
.wof-checkout-template .woocommerce-checkout-payment,
.wof-checkout-template .woocommerce-additional-fields,
.wof-checkout-template .wc-block-checkout__main,
.wof-checkout-template .wc-block-checkout__sidebar,
.wof-checkout-template .wc-block-components-checkout-step,
.wof-checkout-template .wc-block-components-sidebar-layout .wc-block-components-totals-wrapper,
.wof-checkout-template .wc-block-components-order-summary,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-start .e-checkout-section,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-end .e-checkout__section,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-end .e-checkout__order-review,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review-2,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
  background: linear-gradient(145deg, rgba(11, 19, 31, 0.96), rgba(8, 14, 25, 0.92)) !important;
  border: 1px solid rgba(227, 233, 244, 0.15) !important;
  border-radius: var(--wof-radius-sm) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 48px rgba(0, 0, 0, 0.36) !important;
}

.wof-checkout-template #customer_details > div,
.wof-checkout-template .woocommerce-additional-fields,
.wof-checkout-template .woocommerce-checkout-payment,
.wof-checkout-template .wc-block-checkout__main,
.wof-checkout-template .wc-block-components-checkout-step,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-start .e-checkout-section {
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
}

.wof-checkout-template .woocommerce-checkout-review-order,
.wof-checkout-template .wc-block-checkout__sidebar,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-end .e-checkout__section,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .e-checkout__column-end .e-checkout__order-review,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review-2,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
  padding: 1rem;
}

.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 2.6vw, 2.65rem);
  letter-spacing: -0.03em;
  color: #ffffff !important;
}

.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box {
  margin-top: 0 !important;
}

.wof-checkout-template .woocommerce form .form-row,
.wof-checkout-template .woocommerce-billing-fields .form-row,
.wof-checkout-template .woocommerce-shipping-fields .form-row {
  margin-bottom: 0.75rem;
}

.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1 {
  padding: clamp(1rem, 1.8vw, 1.35rem) !important;
}

.wof-checkout-template .woocommerce form .form-row input.input-text,
.wof-checkout-template .woocommerce form .form-row textarea,
.wof-checkout-template .woocommerce form .form-row select,
.wof-checkout-template .woocommerce form .select2-container--default .select2-selection--single,
.wof-checkout-template .wc-block-components-text-input input,
.wof-checkout-template .wc-block-components-text-input textarea,
.wof-checkout-template .wc-block-components-combobox .components-combobox-control__input,
.wof-checkout-template .wc-block-components-combobox-control .components-combobox-control__input,
.wof-checkout-template .wc-block-components-select .wc-block-components-select__select {
  min-height: 2.8rem;
  border-radius: var(--wof-radius-sm) !important;
  border: 1px solid rgba(227, 233, 244, 0.22) !important;
  background: rgba(6, 11, 20, 0.68) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.wof-checkout-template .woocommerce form .form-row .woocommerce-input-wrapper input,
.wof-checkout-template .woocommerce form .form-row .woocommerce-input-wrapper textarea,
.wof-checkout-template .woocommerce form .form-row .woocommerce-input-wrapper select,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ffffff !important;
}

.wof-checkout-template .woocommerce form .form-row input::placeholder,
.wof-checkout-template .woocommerce form .form-row textarea::placeholder,
.wof-checkout-template .wc-block-components-text-input input::placeholder,
.wof-checkout-template .wc-block-components-text-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.72) !important;
}

.wof-checkout-template .woocommerce form .form-row input:focus,
.wof-checkout-template .woocommerce form .form-row textarea:focus,
.wof-checkout-template .woocommerce form .form-row select:focus,
.wof-checkout-template .wc-block-components-text-input input:focus,
.wof-checkout-template .wc-block-components-text-input textarea:focus,
.wof-checkout-template .wc-block-components-select .wc-block-components-select__select:focus,
.wof-checkout-template .wc-block-components-combobox .components-combobox-control__input:focus {
  outline: 2px solid var(--wof-focus) !important;
  outline-offset: 1px;
  border-color: rgba(227, 233, 244, 0.42) !important;
}

.wof-checkout-template .woocommerce-checkout-review-order-table,
.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table,
.wof-checkout-template .wc-block-components-order-summary,
.wof-checkout-template .wc-block-components-totals-wrapper,
.wof-checkout-template .wc-block-components-order-summary-item,
.wof-checkout-template .wc-block-components-totals-item {
  border-color: rgba(227, 233, 244, 0.14) !important;
}

.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table th,
.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table td,
.wof-checkout-template .wc-block-components-product-name,
.wof-checkout-template .wc-block-components-product-price,
.wof-checkout-template .wc-block-components-formatted-money-amount,
.wof-checkout-template .wc-block-components-totals-item__label,
.wof-checkout-template .wc-block-components-totals-item__value,
.wof-checkout-template .wc-block-components-checkout-step__description,
.wof-checkout-template .woocommerce-Price-amount,
.wof-checkout-template .woocommerce-Price-currencySymbol,
.wof-checkout-template .wc-block-formatted-money-amount,
.wof-checkout-template .amount,
.wof-checkout-template .amount bdi,
.wof-checkout-template .amount bdi .woocommerce-Price-currencySymbol {
  color: #ffffff !important;
}

.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table tfoot th,
.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table tfoot td,
.wof-checkout-template .shop_table.woocommerce-checkout-review-order-table tfoot .amount {
  font-weight: 700;
  color: #ffffff !important;
}

.wof-checkout-template .woocommerce-checkout-review-order-table tbody tr td::before,
.wof-checkout-template .shop_table_responsive tr td::before,
.wof-checkout-template .shop_table_responsive tr th::before {
  font-family: var(--wof-font-body) !important;
  font-size: var(--wof-type-caption) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

.wof-checkout-template .woocommerce .button,
.wof-checkout-template .woocommerce button.button,
.wof-checkout-template .wc-block-components-button,
.wof-checkout-template .elementor-widget-woocommerce-checkout-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1rem;
  border-radius: 7px;
  border: 1px solid rgba(227, 233, 244, 0.26) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.22) 0%, rgba(228, 235, 247, 0.11) 100%) !important;
  color: #ffffff !important;
  font-family: var(--wof-font-body) !important;
  font-size: var(--wof-type-label) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 8px 18px rgba(0, 0, 0, 0.26) !important;
  transition: transform var(--wof-duration-fast) var(--wof-ease-snappy), border-color var(--wof-duration-base) var(--wof-ease-smooth), box-shadow var(--wof-duration-base) var(--wof-ease-smooth), background-color var(--wof-duration-base) var(--wof-ease-smooth);
}

.wof-checkout-template .woocommerce .button:hover,
.wof-checkout-template .woocommerce .button:focus-visible,
.wof-checkout-template .wc-block-components-button:hover,
.wof-checkout-template .wc-block-components-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(227, 233, 244, 0.44) !important;
  background: linear-gradient(160deg, rgba(242, 245, 251, 0.28) 0%, rgba(228, 235, 247, 0.16) 100%) !important;
}

.wof-checkout-template #place_order,
.wof-checkout-template .wc-block-components-checkout-place-order-button,
.wof-checkout-template .e-checkout__place-order .button {
  border-color: transparent !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 28%, rgba(255, 255, 255, 0.03) 42%), linear-gradient(150deg, #e7a84f 0%, #e09a3a 40%, #ca8930 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 -1px 0 rgba(0, 0, 0, 0.18), 0 10px 22px rgba(224, 154, 58, 0.32) !important;
}

.wof-checkout-template #place_order:hover,
.wof-checkout-template #place_order:focus-visible,
.wof-checkout-template .wc-block-components-checkout-place-order-button:hover,
.wof-checkout-template .wc-block-components-checkout-place-order-button:focus-visible,
.wof-checkout-template .e-checkout__place-order .button:hover,
.wof-checkout-template .e-checkout__place-order .button:focus-visible {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.05) 44%), linear-gradient(150deg, #efb862 0%, #e7a84f 42%, #d29136 100%) !important;
}

.wof-checkout-template .woocommerce-info,
.wof-checkout-template .woocommerce-message,
.wof-checkout-template .woocommerce-error,
.wof-checkout-template .wc-block-components-notice-banner {
  border-radius: var(--wof-radius-sm) !important;
  border: 1px solid rgba(227, 233, 244, 0.15) !important;
  background: rgba(16, 21, 30, 0.66) !important;
  color: #ffffff !important;
}

.wof-checkout-template .woocommerce-terms-and-conditions-wrapper,
.wof-checkout-template .wc-block-components-checkbox,
.wof-checkout-template .wc-block-components-checkbox label,
.wof-checkout-template .woocommerce-form__label-for-checkbox {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .wof-checkout-template .woocommerce-checkout,
  .wof-checkout-template .wc-block-checkout,
  .wof-checkout-template .wp-block-woocommerce-checkout,
  .wof-checkout-template .elementor-widget-woocommerce-checkout-page {
    padding-inline: 0.9rem;
    padding-bottom: 5rem;
  }
  .wof-checkout-template .wc-block-checkout__main,
  .wof-checkout-template .wc-block-checkout__sidebar {
    padding: 0.85rem;
  }
}
