/*
Theme Name: sawa-template
Theme URI: https://worldofsawa.com
Author: Codex
Description: Minimal streetwear commerce theme for SAWA.
Version: 1.0.2
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: sawa-template
*/

:root {
  --sawa-red: #e10600;
  --sawa-ink: #111111;
  --sawa-muted: #767676;
  --sawa-line: #dcdcdc;
  --sawa-paper: #ffffff;
  --sawa-soft: #f4f4f4;
  --sawa-focus: #ffd84d;
  --sawa-max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--sawa-paper);
  color: var(--sawa-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--sawa-paper);
  color: var(--sawa-ink);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--sawa-red);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

::selection {
  background: var(--sawa-red);
  color: #fff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sawa-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sawa-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 54px;
  padding: 12px 18px 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(10px);
}

.sawa-nav,
.sawa-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  align-items: center;
  line-height: 1.1;
}

.sawa-utility {
  justify-content: flex-end;
}

.sawa-nav ul,
.sawa-utility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sawa-brand {
  display: inline-flex;
  justify-self: center;
  min-width: 132px;
  height: 31px;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  background: var(--sawa-red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}

.sawa-brand:hover,
.sawa-brand:focus {
  color: #fff;
}

.sawa-cart-count {
  display: inline-flex;
  min-width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sawa-ink);
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.sawa-main {
  width: 100%;
  max-width: var(--sawa-max);
  margin: 0 auto;
  padding: 34px 18px 56px;
  flex: 1;
}

.sawa-front {
  display: grid;
  gap: 42px;
}

.sawa-drop-head {
  min-height: 38vh;
  display: grid;
  grid-template-columns: minmax(160px, 280px) minmax(0, 1fr) minmax(160px, 280px);
  gap: 22px;
  align-items: end;
}

.sawa-drop-meta,
.sawa-drop-links {
  color: var(--sawa-muted);
  line-height: 1.35;
}

.sawa-drop-links {
  text-align: right;
}

.sawa-drop-title {
  margin: 0;
  justify-self: center;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
  font-weight: 400;
}

.sawa-drop-title strong {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.sawa-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--sawa-line);
  padding-bottom: 8px;
}

.sawa-section-head h1,
.sawa-section-head h2,
.woocommerce-products-header__title,
.entry-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.sawa-section-head a,
.sawa-section-head span {
  color: var(--sawa-muted);
}

.sawa-product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sawa-product-card,
.woocommerce ul.products li.product {
  position: relative;
  width: auto;
  margin: 0;
  float: none;
  min-width: 0;
}

.sawa-product-card a,
.woocommerce ul.products li.product a {
  display: block;
}

.sawa-product-image,
.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin: 0 0 8px;
  background: var(--sawa-soft);
  border: 1px solid transparent;
}

.sawa-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sawa-muted);
}

.sawa-product-image span {
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  background: var(--sawa-red);
  color: #fff;
  font-weight: 700;
}

.sawa-product-card:hover .sawa-product-image,
.woocommerce ul.products li.product:hover a img {
  border-color: var(--sawa-ink);
}

.sawa-product-info,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 16px;
  color: var(--sawa-ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.woocommerce-loop-product__title {
  display: block;
  margin-bottom: 2px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--sawa-ink);
}

.sawa-muted,
.woocommerce-result-count,
.woocommerce-breadcrumb {
  color: var(--sawa-muted);
}

.sawa-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sawa-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 18px;
}

.sawa-lookbook-card {
  display: block;
}

.sawa-lookbook-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin-bottom: 9px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.04)),
    #e8e8e8;
  border: 1px solid transparent;
}

.sawa-lookbook-card:hover .sawa-lookbook-media {
  border-color: var(--sawa-ink);
}

.sawa-lookbook-card h2,
.sawa-lookbook-card h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
}

.sawa-lookbook-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--sawa-muted);
  line-height: 1.35;
}

.sawa-lookbook-single {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: start;
}

.sawa-lookbook-sticky {
  position: sticky;
  top: 86px;
}

.sawa-lookbook-sticky h1 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
}

.sawa-lookbook-description {
  max-width: 36rem;
  color: var(--sawa-muted);
  line-height: 1.55;
}

.sawa-lookbook-content {
  display: grid;
  gap: 18px;
}

.sawa-lookbook-content .wp-block-image {
  margin: 0;
}

.sawa-lookbook-content img {
  width: 100%;
}

.sawa-spaced-section {
  margin-top: 34px;
}

.sawa-editorial-card {
  min-height: 270px;
  padding: 12px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.1)),
    var(--tone, #efefef);
  border: 1px solid var(--sawa-line);
}

.sawa-editorial-card:nth-child(2) {
  --tone: #d9e7eb;
}

.sawa-editorial-card:nth-child(3) {
  --tone: #ece4d7;
}

.sawa-editorial-card strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.sawa-page,
.sawa-post,
.woocommerce .content-area {
  max-width: 980px;
  margin: 0 auto;
}

.entry-content {
  line-height: 1.55;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  min-height: 34px;
  border: 1px solid var(--sawa-line);
  border-radius: 0;
  background: #fff;
  color: var(--sawa-ink);
  padding: 7px 9px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.button,
.wp-block-button__link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sawa-ink);
  border-radius: 0;
  background: var(--sawa-ink);
  color: #fff;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.button:hover,
.wp-block-button__link:hover {
  background: var(--sawa-red);
  border-color: var(--sawa-red);
  color: #fff;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  top: 8px;
  left: 8px;
  right: auto;
  border-radius: 0;
  background: var(--sawa-red);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 5px 7px;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 34px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce div.product .product_title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 400;
}

.woocommerce div.product form.cart {
  margin-top: 22px;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}

.woocommerce table.shop_table {
  border: 1px solid var(--sawa-line);
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top: 1px solid var(--sawa-line);
}

.sawa-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-top: 1px solid var(--sawa-line);
  color: var(--sawa-muted);
  line-height: 1.35;
}

.sawa-footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 980px) {
  .sawa-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .sawa-nav,
  .sawa-utility {
    justify-content: center;
  }

  .sawa-brand {
    grid-row: 1;
  }

  .sawa-drop-head {
    min-height: 28vh;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sawa-drop-links {
    text-align: center;
  }

  .sawa-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .sawa-main {
    padding: 24px 12px 42px;
  }

  .sawa-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    justify-items: stretch;
    align-items: center;
    gap: 9px 12px;
    padding: 10px 12px 9px;
  }

  .sawa-brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    min-width: 118px;
    height: 28px;
    font-size: 17px;
  }

  .sawa-utility {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    white-space: nowrap;
  }

  .sawa-utility ul {
    gap: 8px;
  }

  .sawa-utility li:first-child {
    display: none;
  }

  .sawa-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .sawa-nav::-webkit-scrollbar {
    display: none;
  }

  .sawa-nav ul {
    width: max-content;
    flex-wrap: nowrap;
    gap: 8px 13px;
    white-space: nowrap;
  }

  .sawa-drop-title strong {
    font-size: 28px;
  }

  .sawa-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .sawa-product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 22px 12px;
  }

  .sawa-editorial-grid {
    grid-template-columns: 1fr;
  }

  .sawa-lookbook-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sawa-lookbook-single {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sawa-lookbook-sticky {
    position: static;
  }

  .sawa-footer {
    flex-direction: column;
    padding: 14px 12px 18px;
  }
}

@media (max-width: 420px) {
  .sawa-brand {
    min-width: 108px;
    font-size: 16px;
  }
}

/* Reference-inspired storefront layout: sparse desktop, category-first mobile. */
body {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  overflow-x: hidden;
}

.sawa-shell {
  min-height: 100vh;
  padding-bottom: 62px;
}

.sawa-header {
  position: static;
  display: flex;
  min-height: auto;
  padding: 120px 16px 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.sawa-brand {
  min-width: 144px;
  height: 43px;
  padding: 0 9px;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}

.sawa-brand img,
.sawa-lookbook-panel-brand img,
.sawa-mobile-brand img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 68%;
}

.sawa-time {
  color: #111;
  line-height: 1;
  white-space: nowrap;
}

.sawa-main {
  max-width: none;
  padding: 0;
}

.sawa-front {
  display: flex;
  min-height: calc(100vh - 250px);
  align-items: center;
  justify-content: center;
}

.sawa-category-list {
  display: none;
}

.sawa-preview {
  width: min(700px, calc(100vw - 36px));
  margin: -20px auto 0;
  overflow: hidden;
}

.sawa-preview-strip {
  display: grid;
  grid-auto-columns: 52px;
  grid-auto-flow: column;
  gap: 1px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 7px;
  scrollbar-color: #d7d7d7 #eee;
  scrollbar-width: thin;
}

.sawa-preview-tile {
  position: relative;
  width: 52px;
  height: 368px;
  overflow: hidden;
  background: var(--tile-tone, #e8e8e8);
}

.sawa-preview-tile a,
.sawa-preview-tile img,
.sawa-preview-fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.sawa-preview-tile img {
  object-fit: cover;
}

.sawa-preview-fallback {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    var(--tile-tone, #e8e8e8);
}

.sawa-preview-fallback span {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.72);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.sawa-preview-badge {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.66);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.sawa-preview-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
  line-height: 1.2;
}

.sawa-preview-tile:hover {
  width: 128px;
}

.sawa-preview-tile:hover .sawa-preview-info {
  display: block;
}

.sawa-shop-main {
  max-width: 980px;
  margin: 80px auto 120px;
  padding: 0 16px;
}

.sawa-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: end;
  padding: 0 24px 28px;
  border: 0;
  background: transparent;
  color: #111;
}

.sawa-footer ul,
.sawa-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sawa-footer-primary {
  grid-column: 2;
}

.sawa-footer-secondary {
  grid-column: 1;
  justify-self: end;
}

.sawa-footer-meta {
  grid-column: 3;
  justify-content: flex-start;
}

.sawa-footer a {
  color: inherit;
}

.sawa-footer .current-menu-item > a,
.sawa-footer a:hover,
.sawa-footer a:focus {
  color: #111;
  font-weight: 700;
}

.sawa-section-head {
  border-color: #ddd;
}

.sawa-lookbook-grid {
  max-width: 760px;
  margin: 0 auto;
}

.sawa-lookbook-media {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    #ededed;
}

@media (max-width: 700px) {
  .sawa-shell {
    padding-bottom: 0;
  }

  .sawa-header {
    display: none;
  }

  .sawa-main,
  .sawa-shop-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .sawa-front {
    display: block;
    min-height: 0;
  }

  .sawa-preview {
    display: none;
  }

  .sawa-category-list {
    display: grid;
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }

  .sawa-category-list a {
    display: flex;
    min-height: 47px;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid #d9d9d9;
    color: #111;
    font-size: 13px;
    line-height: 1;
  }

  .sawa-category-list a:hover,
  .sawa-category-list a:focus {
    background: #f4f4f4;
    color: #111;
  }

  .sawa-shop-main .content-area {
    display: none;
  }

  .sawa-section-head,
  .sawa-page,
  .sawa-post,
  .sawa-lookbook-single {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sawa-lookbook-grid {
    padding: 0 12px 34px;
  }

  .sawa-lookbook-description {
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .sawa-lookbook-description,
  .sawa-lookbook-description * {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .sawa-footer {
    position: static;
    display: flex;
    min-height: 230px;
    padding: 70px 16px 28px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    background: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }

  .sawa-footer-primary,
  .sawa-footer-secondary,
  .sawa-footer-meta {
    width: 100%;
  }

  .sawa-footer ul,
  .sawa-footer-meta {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 22px 18px;
    line-height: 1;
  }

  .sawa-footer-secondary ul {
    max-width: 320px;
  }

  .sawa-footer-primary ul {
    max-width: 280px;
  }

  .sawa-footer li,
  .sawa-footer a {
    min-width: 0;
    white-space: nowrap;
  }

  .sawa-footer a,
  .sawa-footer .current-menu-item > a,
  .sawa-footer a:hover,
  .sawa-footer a:focus {
    color: #fff;
  }
}

.sawa-lookbook-viewer {
  position: relative;
  min-height: calc(100vh - 62px);
  padding: 0;
}

.sawa-is-lookbook .sawa-header {
  display: none;
}

.sawa-lookbook-mobile-bar {
  display: none;
}

.sawa-lookbook-stage {
  position: absolute;
  top: 120px;
  left: 50%;
  width: min(520px, 40vw);
  height: min(520px, 46vh);
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.sawa-lookbook-main-media {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.sawa-lookbook-main-media img {
  width: auto;
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.sawa-lookbook-empty {
  width: 40px;
  height: 52px;
  border: 1px solid #ed1c24;
}

.sawa-lookbook-panel {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 258px;
  width: 880px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 190px 1fr 82px 70px;
  gap: 28px;
  align-items: end;
  color: #111;
}

.sawa-lookbook-panel-brand,
.sawa-mobile-brand {
  display: inline-flex;
  width: max-content;
  height: 43px;
  padding: 0 9px;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}

.sawa-lookbook-panel-brand img {
  max-height: 68%;
}

.sawa-lookbook-panel-brand:hover,
.sawa-mobile-brand:hover,
.sawa-lookbook-panel-brand:focus,
.sawa-mobile-brand:focus {
  color: #fff;
}

.sawa-lookbook-copy {
  max-width: 410px;
  line-height: 1.18;
}

.sawa-lookbook-copy strong {
  display: block;
  margin-bottom: 4px;
}

.sawa-lookbook-copy p {
  margin: 0;
}

.sawa-lookbook-count,
.sawa-lookbook-controls,
.sawa-lookbook-archive {
  align-self: end;
  justify-self: end;
  white-space: nowrap;
}

.sawa-lookbook-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sawa-lookbook-count,
.sawa-lookbook-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.sawa-lookbook-arrow {
  min-width: 18px;
  opacity: 0.72;
  transition: color 180ms ease, opacity 180ms ease, transform 220ms ease;
}

.sawa-lookbook-count:hover,
.sawa-lookbook-count:focus,
.sawa-lookbook-arrow:hover,
.sawa-lookbook-arrow:focus {
  color: #fff;
  opacity: 1;
}

.sawa-lookbook-arrow[data-sawa-prev]:hover,
.sawa-lookbook-arrow[data-sawa-prev]:focus {
  transform: translateX(-2px);
}

.sawa-lookbook-arrow[data-sawa-next]:hover,
.sawa-lookbook-arrow[data-sawa-next]:focus {
  transform: translateX(2px);
}

.sawa-lookbook-archive {
  justify-self: start;
}

@media (max-width: 700px) {
  .sawa-is-lookbook .sawa-footer-primary li:nth-child(2) {
    display: none;
  }

  .sawa-is-lookbook .sawa-footer-primary li {
    display: inline-flex;
  }

  .sawa-is-lookbook .sawa-footer {
    min-height: 67px;
    padding: 26px 16px 18px;
    gap: 0;
  }

  .sawa-is-lookbook .sawa-footer-secondary,
  .sawa-is-lookbook .sawa-footer-meta {
    display: none;
  }

  .sawa-is-lookbook .sawa-footer-primary ul {
    max-width: none;
    gap: 0 26px;
  }

  .sawa-lookbook-viewer {
    min-height: calc(100vh - 67px);
    padding: 48px 0 0;
  }

  .sawa-lookbook-mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: flex;
    height: 48px;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    background: #f1f1f1;
  }

  .sawa-back {
    display: inline-flex;
    align-items: center;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1;
  }

  .sawa-mobile-brand {
    height: 24px;
    padding: 0 5px;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .sawa-mobile-brand img {
    max-height: 70%;
  }

  .sawa-lookbook-stage {
    position: static;
    width: 100%;
    height: calc(100vh - 216px);
    min-height: 392px;
    transform: none;
    align-items: center;
  }

  .sawa-lookbook-main-media img {
    max-height: calc(100vh - 260px);
  }

  .sawa-lookbook-empty {
    display: none;
  }

  .sawa-lookbook-panel {
    position: static;
    width: auto;
    transform: none;
    display: block;
    padding: 0 16px 36px;
  }

  .sawa-lookbook-panel-brand,
  .sawa-lookbook-archive {
    display: none;
  }

  .sawa-lookbook-controls {
    display: inline-flex;
    margin-top: 12px;
  }

  .sawa-lookbook-copy {
    max-width: 360px;
    line-height: 1.18;
  }
}

.sawa-is-lookbook .sawa-footer-secondary,
.sawa-is-lookbook .sawa-footer-meta {
  display: none;
}

.sawa-is-lookbook .sawa-footer-primary li:nth-child(2) {
  display: none;
}

/* DA alignment pass: boxed store, quieter commerce UI, fixed footer without overlap. */
:root {
  --sawa-box: 1120px;
  --sawa-shop-box: 700px;
}

.sawa-shell {
  width: 100%;
  max-width: var(--sawa-box);
  margin: 0 auto;
  padding-bottom: 118px;
}

.sawa-header {
  width: 100%;
  max-width: var(--sawa-box);
  margin: 0 auto;
  padding-top: 118px;
}

.sawa-main {
  width: 100%;
  max-width: var(--sawa-box);
  margin-left: auto;
  margin-right: auto;
}

.sawa-front {
  min-height: calc(100vh - 314px);
}

.sawa-preview {
  width: min(704px, calc(100vw - 36px));
  margin-top: -18px;
}

.sawa-preview-strip {
  grid-auto-columns: 51px;
}

.sawa-preview-tile {
  width: 51px;
  height: 370px;
  background: #e6e6e6;
}

.sawa-preview-tile:hover {
  width: 126px;
}

.sawa-preview-tile img {
  filter: saturate(0.96);
}

.sawa-shop-main {
  width: min(calc(100vw - 32px), var(--sawa-shop-box));
  max-width: var(--sawa-shop-box);
  margin: 84px auto 150px;
  padding: 0;
}

.woocommerce .content-area {
  max-width: none;
  width: 100%;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce ul.products li.product .button {
  display: none !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1.25;
  margin-bottom: 9px;
  border: 1px solid transparent;
}

.woocommerce ul.products li.product:hover a img {
  border-color: #111;
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
  font-size: 12px;
  line-height: 1.25;
}

.woocommerce-loop-product__title {
  margin-top: 0;
}

.woocommerce ul.products li.product .price {
  margin-top: 8px;
}

.sawa-footer {
  left: 50%;
  right: auto;
  bottom: 24px;
  width: min(calc(100vw - 48px), var(--sawa-box));
  transform: translateX(-50%);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  padding: 0;
  line-height: 1;
  pointer-events: none;
}

.sawa-catalog-main {
  display: grid;
  grid-template-columns: 112px minmax(0, 704px);
  gap: 20px;
  width: 836px;
  max-width: calc(100vw - 40px);
  min-height: 438px;
  margin: 82px auto 150px;
  padding: 0;
  align-items: start;
}

.sawa-catalog-cats {
  padding-top: 4px;
  text-align: right;
  line-height: 1.08;
}

.sawa-catalog-cats .sawa-category-list {
  display: flex;
  width: auto;
  flex-direction: column;
  align-items: flex-end;
  border: 0;
}

.sawa-catalog-cats .sawa-category-list a {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  color: #111;
  font-size: 12px;
  line-height: 1.08;
  text-transform: lowercase;
}

.sawa-catalog-cats .sawa-category-list a:last-child,
.tax-product_cat .sawa-catalog-cats .sawa-category-list a:hover,
.sawa-catalog-cats .sawa-category-list a:focus {
  font-weight: 700;
}

.sawa-catalog-grid {
  display: grid;
  grid-template-columns: repeat(5, 128px);
  gap: 30px 14px;
  max-height: 438px;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-color: #cfcfcf #efefef;
  scrollbar-width: auto;
}

.sawa-catalog-item {
  position: relative;
  min-width: 0;
}

.sawa-catalog-item a {
  display: block;
  color: #111;
}

.sawa-catalog-media {
  position: relative;
  display: flex;
  width: 128px;
  height: 128px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.sawa-catalog-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sawa-catalog-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2px 4px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.82);
  color: #d0d0d0;
  font-size: 10px;
  line-height: 1;
}

.sawa-catalog-title,
.sawa-catalog-status {
  display: none;
}

.sawa-catalog-empty {
  max-width: 92px;
  color: #999;
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
}

.sawa-catalog-empty-note {
  margin: 0;
}

.sawa-footer a,
.sawa-footer nav,
.sawa-footer-meta {
  pointer-events: auto;
}

.sawa-footer-primary ul {
  gap: 0 18px;
  white-space: nowrap;
}

.sawa-footer-secondary {
  align-self: end;
  justify-self: start;
  max-width: 520px;
}

.sawa-footer-secondary ul {
  justify-content: flex-start;
  gap: 8px 18px;
}

.sawa-footer-meta {
  align-self: end;
  justify-content: flex-end;
  gap: 0 18px;
  white-space: nowrap;
}

.sawa-is-lookbook .sawa-shell {
  max-width: none;
}

@media (max-width: 700px) {
  .sawa-shell {
    max-width: none;
    padding-bottom: 0;
  }

  .sawa-front,
  .sawa-shop-main {
    min-height: 0;
  }

  .sawa-shop-main {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .woocommerce .content-area {
    display: block;
    padding: 18px 16px 42px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1.25;
  }

  .sawa-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    pointer-events: auto;
  }

  .sawa-catalog-main {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 246px;
  }

  .sawa-catalog-cats {
    display: none;
  }

  .sawa-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  .sawa-catalog-item {
    min-height: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .sawa-catalog-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .sawa-catalog-title,
  .sawa-catalog-status {
    display: block;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1.12;
  }

  .sawa-catalog-title {
    min-height: 25px;
    margin-top: 6px;
  }

  .sawa-catalog-status {
    padding-bottom: 8px;
    color: #777;
  }
}

/* Four-product catalog mode: two larger columns, Supreme-style structure. */
.sawa-catalog-main {
  grid-template-columns: 112px minmax(0, 548px);
  width: 680px;
  min-height: 560px;
  margin-top: 74px;
}

.sawa-catalog-cats .sawa-category-list a:last-child {
  font-weight: 400;
}

.sawa-catalog-cats .sawa-category-list a.is-current {
  font-weight: 700;
}

.sawa-catalog-grid {
  grid-template-columns: repeat(2, 260px);
  gap: 34px 28px;
  max-height: 560px;
  overflow-y: auto;
}

.sawa-catalog-media {
  width: 260px;
  height: 260px;
}

.sawa-footer {
  position: fixed;
  text-transform: lowercase;
}

.post-type-archive-product .sawa-footer-primary li:first-child > a,
.tax-product_cat .sawa-footer-primary li:first-child > a {
  font-weight: 400;
}

.post-type-archive-product .sawa-footer-primary li:nth-child(2) > a,
.tax-product_cat .sawa-footer-primary li:nth-child(2) > a {
  font-weight: 700;
}

@media (max-width: 700px) {
  .sawa-footer {
    min-height: 230px;
  }

  .sawa-footer-primary ul {
    max-width: none;
    gap: 0 13px;
    font-size: 11px;
  }

  .sawa-catalog-main {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding-bottom: 246px;
  }

  .sawa-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    max-height: none;
    overflow: visible;
  }

  .sawa-catalog-media {
    width: 100%;
    height: auto;
  }
}

/* Supreme-style product page. */
.sawa-product-main {
  display: grid;
  grid-template-columns: minmax(0, 390px) 290px;
  gap: 48px;
  width: 728px;
  max-width: calc(100vw - 40px);
  min-height: 520px;
  margin: 86px auto 150px;
  padding: 0;
  align-items: start;
}

.sawa-product-gallery {
  display: flex;
  min-height: 420px;
  align-items: center;
  justify-content: center;
}

.sawa-product-hero-image {
  width: auto;
  max-width: 390px;
  max-height: 430px;
  object-fit: contain;
}

.sawa-product-hero-empty {
  display: flex;
  width: 390px;
  height: 390px;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
}

.sawa-product-details {
  padding-top: 4px;
  line-height: 1.08;
}

.sawa-product-details h1 {
  max-width: 240px;
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.08;
}

.sawa-product-color {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1;
}

.sawa-product-description {
  max-width: 286px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 1.08;
}

.sawa-product-description p {
  margin: 0;
}

.sawa-product-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  gap: 9px 11px;
  margin-bottom: 26px;
}

.sawa-product-thumbs a {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
}

.sawa-product-thumbs a.is-current,
.sawa-product-thumbs a:hover,
.sawa-product-thumbs a:focus {
  border-color: #111;
}

.sawa-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sawa-product-price {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1;
}

.sawa-product-next {
  display: block;
  width: max-content;
  margin: 0 0 16px auto;
  font-size: 11px;
}

.sawa-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}

.sawa-product-actions form {
  margin: 0;
}

.sawa-product-actions .button {
  width: 100%;
  min-height: 24px;
  padding: 6px 8px;
  border: 0;
  font-size: 11px;
  font-weight: 700;
}

.sawa-product-sold-out,
.sawa-product-sold-out:hover {
  background: #a1a1a1;
  color: #fff;
  cursor: default;
}

.sawa-product-keep-shopping {
  background: #000;
  color: #fff;
}

.sawa-product-note {
  margin: 0;
  color: #ed1c24;
  font-size: 11px;
  line-height: 1.12;
}

@media (max-width: 700px) {
  .single-product,
  .single-product body {
    overflow: hidden;
  }

  .single-product .sawa-footer {
    min-height: 170px;
    padding: 22px 16px 18px;
    gap: 18px;
  }

  .single-product .sawa-footer ul,
  .single-product .sawa-footer-meta {
    gap: 14px 18px;
  }

  .sawa-product-main {
    display: block;
    width: 100%;
    max-width: none;
    height: calc(100vh - 170px);
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .sawa-product-gallery {
    height: calc(100vh - 352px);
    min-height: 285px;
    padding: 0;
    overflow: hidden;
  }

  .sawa-product-hero-image {
    width: auto;
    max-width: none;
    max-height: 100%;
    margin: 0 auto;
  }

  .sawa-product-details {
    display: flex;
    flex-direction: column;
    min-height: 182px;
    padding: 10px 16px 0;
  }

  .sawa-product-details h1 {
    order: 2;
    max-width: 100%;
    margin: 8px 0 3px;
    font-size: 12px;
    line-height: 1.05;
  }

  .sawa-product-color {
    order: 3;
    margin-bottom: 3px;
    font-size: 11px;
  }

  .sawa-product-actions {
    order: 1;
    display: block;
    margin: 0;
  }

  .sawa-product-actions form {
    margin-bottom: 8px;
  }

  .sawa-product-actions .button {
    min-height: 32px;
  }

  .sawa-product-actions .sawa-product-keep-shopping {
    display: none !important;
  }

  .sawa-product-thumbs {
    order: 5;
    grid-template-columns: repeat(4, 68px);
    gap: 10px 14px;
    margin-bottom: 18px;
    overflow-x: auto;
    display: none;
  }

  .sawa-product-thumbs a {
    width: 68px;
    height: 68px;
  }

  .sawa-product-price {
    order: 4;
    display: block;
    margin: 0;
    font-size: 11px;
  }

  .sawa-product-description {
    order: 6;
    display: none;
    max-width: none;
    max-height: 74px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 11px;
    line-height: 1.12;
  }

  .sawa-product-next {
    display: none;
  }

  .sawa-product-note {
    order: 7;
    display: none;
  }
}

/* Lookbook is a standalone viewer: no global footer on this page. */
.sawa-is-lookbook .sawa-shell {
  padding-bottom: 0;
}

.sawa-is-lookbook .sawa-footer {
  display: none !important;
}

.sawa-is-lookbook .sawa-lookbook-viewer {
  min-height: 100vh;
}

.sawa-is-lookbook .sawa-lookbook-stage {
  top: 86px;
  width: min(430px, 38vw);
  height: min(430px, 52vh);
  align-items: center;
}

.sawa-is-lookbook .sawa-lookbook-main-media {
  height: 100%;
}

.sawa-is-lookbook .sawa-lookbook-main-media img {
  max-height: 100%;
}

.sawa-is-lookbook .sawa-lookbook-panel {
  top: calc(86px + min(430px, 52vh) + 62px);
  bottom: auto;
}

@media (max-width: 700px) {
  .sawa-is-lookbook {
    overflow: hidden;
  }

  .sawa-is-lookbook .sawa-lookbook-viewer {
    min-height: 100vh;
    padding-top: 48px;
    overflow: hidden;
  }

  .sawa-is-lookbook .sawa-lookbook-stage {
    position: static;
    width: 100%;
    height: calc(100vh - 178px);
    min-height: 0;
    transform: none;
    align-items: center;
    justify-content: center;
  }

  .sawa-is-lookbook .sawa-lookbook-main-media {
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .sawa-is-lookbook .sawa-lookbook-main-media img {
    max-width: 100%;
    max-height: calc(100vh - 214px);
  }

  .sawa-is-lookbook .sawa-lookbook-panel {
    padding-bottom: 0;
  }
}

/* Immersive home concept: mirror background, vertical sectional menu, logo texture hover. */
.sawa-front-immersive {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
  background: #020202;
  color: #fff;
}

.sawa-front-immersive::before,
.sawa-home-texture {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.88)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.84)),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  transform: scale(1.01);
}

.sawa-home-texture {
  mix-blend-mode: screen;
  opacity: 0.18;
  filter: contrast(1.18) grayscale(1);
  transition: opacity 260ms ease, filter 260ms ease, transform 500ms ease;
}

.sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-texture {
  opacity: 0.38;
  filter: contrast(1.36) grayscale(0.78);
  transform: scale(1.035);
}

.sawa-home-logo-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.08;
  transition: opacity 260ms ease;
}

.sawa-home-logo-field span {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: clamp(58px, 13vw, 210px);
  font-style: italic;
  font-weight: 900;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate3d(0, 0, 0) rotate(var(--logo-rotate, 0deg));
  transition: transform 500ms ease, opacity 260ms ease, letter-spacing 260ms ease;
}

.sawa-home-logo-field span:nth-child(1) {
  top: 11%;
  left: 48%;
  --logo-rotate: -5deg;
}

.sawa-home-logo-field span:nth-child(2) {
  top: 31%;
  left: 60%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 8vw, 118px);
  font-style: italic;
  --logo-rotate: 4deg;
}

.sawa-home-logo-field span:nth-child(3) {
  right: -4%;
  bottom: 17%;
  --logo-rotate: 7deg;
}

.sawa-home-logo-field span:nth-child(4) {
  left: 5%;
  bottom: 7%;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(28px, 6vw, 86px);
  --logo-rotate: -2deg;
}

.sawa-home-logo-field span:nth-child(5) {
  top: 49%;
  left: 32%;
  opacity: 0.26;
  --logo-rotate: 0deg;
}

.sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-logo-field {
  opacity: 0.74;
}

.sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-logo-field span {
  letter-spacing: 0.04em;
  transform: translate3d(calc((var(--item-index, 1) + 1) * -3px), calc((var(--item-index, 1) + 1) * 2px), 0) rotate(var(--logo-rotate, 0deg));
}

.sawa-home-menu {
  position: absolute;
  z-index: 2;
  top: 34vh;
  left: max(28px, calc(50vw - 410px));
  display: grid;
  width: min(340px, calc(100vw - 56px));
  gap: 8px;
}

.sawa-home-menu-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 58px;
  align-items: center;
  overflow: hidden;
  padding: 10px 14px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(6, 6, 6, 0.58);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.sawa-home-menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 10px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 180ms ease, transform 260ms ease;
}

.sawa-home-menu-item:hover,
.sawa-home-menu-item:focus {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  transform: translateX(10px);
}

.sawa-home-menu-item:hover::before,
.sawa-home-menu-item:focus::before {
  opacity: 1;
  transform: translateX(0);
}

.sawa-home-menu-label,
.sawa-home-menu-meta {
  position: relative;
  z-index: 1;
}

.sawa-home-menu-label {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.sawa-home-menu-meta {
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-transform: lowercase;
}

.sawa-home-menu-item.is-wide .sawa-home-menu-label {
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-style: italic;
  letter-spacing: 0.02em;
}

.sawa-home-menu-item.is-italic .sawa-home-menu-label {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-transform: none;
}

.sawa-home-menu-item.is-serif .sawa-home-menu-label {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
}

.home .sawa-shell {
  max-width: none;
}

.home .sawa-header {
  position: relative;
  z-index: 3;
}

.home .sawa-time,
.home .sawa-footer {
  color: #fff;
}

.home .sawa-footer {
  z-index: 4;
}

.home .sawa-footer .current-menu-item > a,
.home .sawa-footer a:hover,
.home .sawa-footer a:focus {
  color: #fff;
}

@media (max-width: 700px) {
  .sawa-front-immersive {
    position: relative;
    min-height: 100vh;
  }

  .sawa-home-menu {
    top: 92px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .sawa-home-menu-item {
    min-height: 54px;
  }

  .sawa-home-menu-label {
    font-size: 18px;
  }

  .sawa-home-logo-field span:nth-child(1) {
    top: 42%;
    left: 18%;
  }

  .sawa-home-logo-field span:nth-child(2) {
    top: 55%;
    left: 14%;
  }

  .sawa-home-logo-field span:nth-child(3) {
    right: -50%;
    bottom: 16%;
  }

  .home .sawa-footer {
    position: fixed;
  }
}

/* Client home direction: immersive black mirror field with vertical section blocks. */
.home,
.home body,
.home .sawa-shell {
  background: #030303;
}

.home .sawa-shell {
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
  padding-bottom: 0;
}

.home .sawa-header {
  position: relative;
  z-index: 6;
  padding-top: clamp(24px, 5.2vh, 58px);
}

.home .sawa-brand {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.46);
}

.home .sawa-time,
.home .sawa-footer,
.home .sawa-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.85);
}

.home .sawa-footer {
  z-index: 7;
}

.home .sawa-footer-secondary,
.home .sawa-footer-meta {
  opacity: 0.76;
}

.sawa-front-immersive {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(84px, 13vh, 150px) clamp(22px, 8vw, 128px) clamp(78px, 10vh, 116px);
  background: #030303;
  color: #fff;
  isolation: isolate;
}

.sawa-front-immersive::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 38%, rgba(0, 0, 0, 0.24) 66%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.22), transparent 27%),
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.1), transparent 22%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  filter: contrast(1.12) saturate(0.82);
  transform: scale(1.025);
  transition: filter 360ms ease, transform 700ms ease;
}

.sawa-front-immersive::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, transparent 0 76px, rgba(255, 255, 255, 0.04) 77px, transparent 78px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.5));
  opacity: 0.58;
  pointer-events: none;
  transform: translateX(-1.5%);
  transition: opacity 900ms ease, transform 1200ms ease;
}

.sawa-home-texture {
  position: absolute;
  inset: -12%;
  z-index: -1;
  background:
    linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.24), transparent 72%),
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.16), transparent 26%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 11px);
  filter: blur(0.4px) contrast(1.18);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8%) scale(1.03);
  transition: opacity 760ms ease, transform 1200ms ease, filter 900ms ease;
}

.sawa-front-immersive:hover::before,
.sawa-front-immersive:focus-within::before {
  filter: contrast(1.22) saturate(0.96);
  transform: scale(1.04);
}

.sawa-front-immersive:hover::after,
.sawa-front-immersive:focus-within::after {
  opacity: 0.72;
  transform: translateX(1.5%);
}

.sawa-front-immersive:hover .sawa-home-texture,
.sawa-front-immersive:focus-within .sawa-home-texture {
  opacity: 0.46;
  filter: blur(0) contrast(1.24);
  transform: translateX(0) scale(1.035);
}

.sawa-home-logo-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.11;
  transition: opacity 760ms ease, filter 900ms ease, transform 1400ms ease;
}

.sawa-home-logo-field span {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: clamp(68px, 15vw, 250px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: screen;
  opacity: 0.28;
  transform: translate3d(var(--sawa-x, 0), var(--sawa-y, 0), 0) rotate(var(--sawa-rotate, 0deg));
  filter: blur(0.3px);
  transition: opacity 760ms ease, transform 1400ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-text-stroke-color 760ms ease, filter 900ms ease;
}

.sawa-home-logo-field span:nth-child(1) {
  top: 7%;
  left: 48%;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: -7deg;
}

.sawa-home-logo-field span:nth-child(2) {
  top: 31%;
  left: 58%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 12vw, 190px);
  font-style: italic;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: 4deg;
}

.sawa-home-logo-field span:nth-child(3) {
  right: -4%;
  bottom: 14%;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: 8deg;
}

.sawa-home-logo-field span:nth-child(4) {
  left: 7%;
  bottom: 8%;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(48px, 10vw, 154px);
  font-style: normal;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: -3deg;
}

.sawa-home-logo-field span:nth-child(5) {
  top: 48%;
  left: 34%;
  opacity: 0.28;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: 0deg;
}

.sawa-home-logo-field span:nth-child(6) {
  top: 18%;
  left: -10%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 11vw, 168px);
  font-style: italic;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: 11deg;
}

.sawa-home-logo-field span:nth-child(7) {
  top: 62%;
  right: 10%;
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(36px, 8vw, 126px);
  font-style: normal;
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: -10deg;
}

.sawa-home-logo-field span:nth-child(8) {
  top: 72%;
  left: 42%;
  font-size: clamp(62px, 14vw, 220px);
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: 5deg;
}

.sawa-home-logo-field span:nth-child(9) {
  top: -2%;
  right: -12%;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 12vw, 185px);
  --sawa-x: 0;
  --sawa-y: 0;
  --sawa-rotate: -14deg;
}

.sawa-front-immersive:hover .sawa-home-logo-field,
.sawa-front-immersive:focus-within .sawa-home-logo-field {
  opacity: 0.58;
  filter: contrast(1.18);
  transform: scale(1.018);
}

.sawa-front-immersive:hover .sawa-home-logo-field span,
.sawa-front-immersive:focus-within .sawa-home-logo-field span {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.52);
  animation: sawa-logo-drift 5400ms ease-in-out infinite alternate;
  filter: blur(0);
  opacity: 0.56;
  transform: translate3d(calc(var(--sawa-x, 0px) - 14px), calc(var(--sawa-y, 0px) + 8px), 0) rotate(var(--sawa-rotate, 0deg));
}

.sawa-front-immersive:hover .sawa-home-logo-field span:nth-child(2n),
.sawa-front-immersive:focus-within .sawa-home-logo-field span:nth-child(2n) {
  animation-duration: 6800ms;
  animation-delay: -1100ms;
}

.sawa-front-immersive:hover .sawa-home-logo-field span:nth-child(3n),
.sawa-front-immersive:focus-within .sawa-home-logo-field span:nth-child(3n) {
  animation-duration: 7600ms;
  animation-delay: -2100ms;
}

@keyframes sawa-logo-drift {
  from {
    transform: translate3d(calc(var(--sawa-x, 0px) - 14px), calc(var(--sawa-y, 0px) + 8px), 0) rotate(var(--sawa-rotate, 0deg));
  }

  to {
    transform: translate3d(calc(var(--sawa-x, 0px) + 12px), calc(var(--sawa-y, 0px) - 10px), 0) rotate(calc(var(--sawa-rotate, 0deg) + 1.5deg));
  }
}

.sawa-home-menu {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  left: auto;
  display: grid;
  width: min(360px, calc(100vw - 44px));
  gap: 10px;
  margin-top: 18px;
}

.sawa-home-menu-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 64px;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 0 16px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(3, 3, 3, 0.58);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 76px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  transition: color 260ms ease, border-color 260ms ease, background 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-home-menu-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.14) 0 1px, transparent 1px 11px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0;
  transform: translateX(-18%);
  transition: opacity 320ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-home-menu-item::after {
  content: "";
  position: absolute;
  inset: -45% -35%;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.26) 50%, transparent 64%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 320ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-home-menu-item:hover,
.sawa-home-menu-item:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.88);
  color: #000;
  transform: translateX(7px);
}

.sawa-home-menu-item:hover::before,
.sawa-home-menu-item:focus::before {
  opacity: 0.42;
  transform: translateX(0);
}

.sawa-home-menu-item:hover::after,
.sawa-home-menu-item:focus::after {
  opacity: 1;
  transform: translateX(120%);
}

.sawa-home-menu-label,
.sawa-home-menu-meta {
  position: relative;
  z-index: 1;
}

.sawa-home-menu-label {
  overflow: hidden;
  font-size: 20px;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sawa-home-menu-meta {
  font-size: 10px;
  line-height: 1.1;
  opacity: 0.72;
  text-align: right;
  text-transform: lowercase;
  white-space: nowrap;
}

.sawa-home-menu-item.is-mono .sawa-home-menu-label {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
}

.sawa-home-menu-item.is-wide .sawa-home-menu-label {
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0.06em;
}

.sawa-home-menu-item.is-italic .sawa-home-menu-label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-style: italic;
  text-transform: none;
}

.sawa-home-menu-item.is-serif .sawa-home-menu-label {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

@media (max-width: 700px) {
  .home .sawa-header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    background: transparent;
    padding-top: 20px;
  }

  .home .sawa-brand {
    justify-self: center;
  }

  .home .sawa-time {
    display: block;
    font-size: 10px;
  }

  .home .sawa-footer-secondary,
  .home .sawa-footer-meta {
    display: none;
  }

  .sawa-front-immersive {
    position: fixed;
    align-items: flex-start;
    justify-content: center;
    padding: 116px 16px 78px;
  }

  .sawa-front-immersive::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.82) 100%),
      radial-gradient(circle at 54% 42%, rgba(255, 255, 255, 0.18), transparent 28%),
      url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  }

  .sawa-home-menu {
    position: fixed;
    top: 116px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
    gap: 8px;
    margin-top: 0;
  }

  .sawa-home-menu-item {
    grid-template-columns: 1fr;
    min-height: 56px;
    padding-inline: 14px;
  }

  .sawa-home-menu-label {
    font-size: 17px;
  }

  .sawa-home-menu-item.is-wide .sawa-home-menu-label {
    font-size: 14px;
  }

  .sawa-home-menu-item.is-italic .sawa-home-menu-label {
    font-size: 20px;
  }

  .sawa-home-menu-meta {
    display: none;
  }

  .sawa-home-logo-field span:nth-child(1) {
    top: 48%;
    left: 4%;
  }

  .sawa-home-logo-field span:nth-child(2) {
    top: 63%;
    left: 6%;
  }

  .sawa-home-logo-field span:nth-child(3) {
    right: -82%;
    bottom: 12%;
  }

  .sawa-home-logo-field span:nth-child(4) {
    left: 2%;
    bottom: 3%;
  }

  .sawa-home-logo-field span:nth-child(5) {
    top: 37%;
    left: -16%;
  }
}

/* Global SAWA atmosphere: same dark mirror background and unified home menu typography. */
html {
  background: #030303;
}

body {
  position: relative;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.78) 100%),
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.16), transparent 27%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  filter: contrast(1.08) saturate(0.86);
  pointer-events: none;
}

.sawa-shell {
  position: relative;
  z-index: 1;
  background: transparent;
}

.sawa-header,
.sawa-footer {
  background: transparent;
}

.sawa-time,
.sawa-footer,
.sawa-footer a,
.sawa-page,
.sawa-post,
.entry-content,
.woocommerce .content-area,
.woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.sawa-product-details,
.sawa-product-details h1,
.sawa-product-color,
.sawa-product-description,
.sawa-product-price,
.sawa-product-next,
.sawa-section-head h1,
.sawa-section-head h2,
.woocommerce-products-header__title,
.entry-title {
  color: rgba(255, 255, 255, 0.9);
}

.sawa-muted,
.woocommerce-result-count,
.woocommerce-breadcrumb,
.sawa-lookbook-description,
.sawa-section-head a,
.sawa-section-head span {
  color: rgba(255, 255, 255, 0.58);
}

.sawa-section-head,
.sawa-product-thumbs a,
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, 0.2);
}

.woocommerce .woocommerce-ordering select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.44);
  color: #fff;
}

.sawa-home-menu-label,
.sawa-home-menu-item.is-mono .sawa-home-menu-label,
.sawa-home-menu-item.is-wide .sawa-home-menu-label,
.sawa-home-menu-item.is-italic .sawa-home-menu-label,
.sawa-home-menu-item.is-serif .sawa-home-menu-label {
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .sawa-home-menu-label,
  .sawa-home-menu-item.is-mono .sawa-home-menu-label,
  .sawa-home-menu-item.is-wide .sawa-home-menu-label,
  .sawa-home-menu-item.is-italic .sawa-home-menu-label,
  .sawa-home-menu-item.is-serif .sawa-home-menu-label {
    font-size: 16px;
  }
}

/* Footer-only navigation: compact legal/contact menu with soft micro-interactions. */
.sawa-footer {
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: end;
  padding: 0 18px 26px;
}

.sawa-footer-primary {
  grid-column: 1;
  justify-self: center;
}

.sawa-footer-primary ul {
  max-width: min(920px, calc(100vw - 36px));
  justify-content: center;
  gap: 10px clamp(18px, 3vw, 38px);
}

.sawa-footer-secondary,
.sawa-footer-meta {
  display: none !important;
}

.sawa-footer li {
  display: inline-flex;
}

.sawa-footer a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  line-height: 1;
  text-transform: lowercase;
  transition: color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), text-shadow 260ms ease;
}

.sawa-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 220ms ease, transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-footer a:hover,
.sawa-footer a:focus,
.sawa-footer .current-menu-item > a,
.sawa-footer a[aria-current="page"] {
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.24);
  transform: translateY(-2px);
}

.sawa-footer a:hover::after,
.sawa-footer a:focus::after,
.sawa-footer .current-menu-item > a::after,
.sawa-footer a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.sawa-footer .current-menu-item > a,
.sawa-footer a[aria-current="page"] {
  animation: sawa-footer-active 2200ms ease-in-out infinite;
}

@keyframes sawa-footer-active {
  0%,
  100% {
    letter-spacing: 0;
  }

  50% {
    letter-spacing: 0.04em;
  }
}

@media (max-width: 700px) {
  .sawa-footer {
    min-height: 74px;
    padding: 0 14px 18px;
  }

  .sawa-footer-primary ul {
    max-width: 360px;
    gap: 10px 18px;
  }

  .sawa-footer a {
    font-size: 9px;
  }
}

/* Floating cart: visible buying path with animated item count. */
.sawa-bag-link {
  position: fixed;
  top: clamp(20px, 4.8vh, 54px);
  right: clamp(18px, 4vw, 52px);
  z-index: 90;
  display: inline-flex;
  min-width: 74px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.86);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1;
  text-transform: lowercase;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.42);
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-bag-link:hover,
.sawa-bag-link:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.94);
  color: #000;
  transform: translateY(-2px);
}

.sawa-bag-link-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.sawa-bag-link-icon::before {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  border: 1px solid currentColor;
  border-top-width: 2px;
  transform: translateY(3px);
}

.sawa-bag-link-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 7px;
  height: 6px;
  border: 1px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.sawa-bag-link-icon {
  font-size: 0;
}

.sawa-bag-link-count {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
}

.sawa-bag-link.has-items .sawa-bag-link-count {
  animation: sawa-cart-count-pulse 1600ms ease-in-out infinite;
}

.sawa-bag-link.has-items {
  animation: sawa-cart-drift 4200ms ease-in-out infinite;
}

.sawa-bag-link.is-empty {
  opacity: 0.72;
}

@keyframes sawa-cart-count-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  46% {
    transform: scale(1.18);
  }
}

@keyframes sawa-cart-drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 700px) {
  .sawa-bag-link {
    top: 22px;
    right: 14px;
    min-width: 62px;
    height: 34px;
  }
}

/* FunnelKit / OneCheckout page: keep the checkout engine, dress it as SAWA. */
body.single-wfacp_checkout,
body.sawa-is-onecheckout {
  background: #030303 !important;
  color: #111;
}

body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.6) 42%, rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.16), transparent 26%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  pointer-events: none;
}

body.single-wfacp_checkout .elementor,
body.single-wfacp_checkout .elementor-section,
body.single-wfacp_checkout .elementor-container,
body.single-wfacp_checkout .elementor-widget-wrap,
body.single-wfacp_checkout .e-con,
body.sawa-is-onecheckout .elementor,
body.sawa-is-onecheckout .elementor-section,
body.sawa-is-onecheckout .elementor-container,
body.sawa-is-onecheckout .elementor-widget-wrap,
body.sawa-is-onecheckout .e-con {
  background: transparent !important;
}

body.single-wfacp_checkout .elementor-location-header,
body.single-wfacp_checkout [data-elementor-type],
body.sawa-is-onecheckout .elementor-location-header,
body.sawa-is-onecheckout [data-elementor-type] {
  position: relative;
  z-index: 1;
}

body.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-is-onecheckout .elementor-element-7f7cb577 {
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(0, 0, 0, 0.48) !important;
  backdrop-filter: blur(14px);
}

body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  width: 136px !important;
  height: 42px !important;
  object-fit: contain !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  content: url("assets/sawa-logo-black.png");
}

body.single-wfacp_checkout .elementor-element-5086aa2a,
body.sawa-is-onecheckout .elementor-element-5086aa2a {
  color: rgba(255, 255, 255, 0.74) !important;
}

body.single-wfacp_checkout .elementor-element-54fa13da,
body.sawa-is-onecheckout .elementor-element-54fa13da {
  background: transparent !important;
  padding-top: clamp(28px, 5vw, 60px) !important;
}

body.single-wfacp_checkout .elementor-element-2c9b5bbc,
body.single-wfacp_checkout .elementor-element-3ebb82f3,
body.sawa-is-onecheckout .elementor-element-2c9b5bbc,
body.sawa-is-onecheckout .elementor-element-3ebb82f3 {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34) !important;
}

body.single-wfacp_checkout .wfacp_main_form,
body.sawa-is-onecheckout .wfacp_main_form {
  font-family: Arial, Helvetica, sans-serif !important;
}

body.single-wfacp_checkout .wfacp_main_form h1,
body.single-wfacp_checkout .wfacp_main_form h2,
body.single-wfacp_checkout .wfacp_main_form h3,
body.single-wfacp_checkout .wfacp_main_form .wfacp_section_title,
body.sawa-is-onecheckout .wfacp_main_form h1,
body.sawa-is-onecheckout .wfacp_main_form h2,
body.sawa-is-onecheckout .wfacp_main_form h3,
body.sawa-is-onecheckout .wfacp_main_form .wfacp_section_title {
  color: #050505 !important;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif !important;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.single-wfacp_checkout .wfacp_main_form input,
body.single-wfacp_checkout .wfacp_main_form select,
body.single-wfacp_checkout .wfacp_main_form textarea,
body.sawa-is-onecheckout .wfacp_main_form input,
body.sawa-is-onecheckout .wfacp_main_form select,
body.sawa-is-onecheckout .wfacp_main_form textarea {
  border-color: #d8d8d8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: none !important;
}

body.single-wfacp_checkout .wfacp_main_form input:focus,
body.single-wfacp_checkout .wfacp_main_form select:focus,
body.single-wfacp_checkout .wfacp_main_form textarea:focus,
body.sawa-is-onecheckout .wfacp_main_form input:focus,
body.sawa-is-onecheckout .wfacp_main_form select:focus,
body.sawa-is-onecheckout .wfacp_main_form textarea:focus {
  border-color: #000 !important;
  outline: 1px solid #000 !important;
}

body.single-wfacp_checkout .wfacp_main_form button,
body.single-wfacp_checkout .wfacp_main_form .button,
body.single-wfacp_checkout .wfacp_main_form input[type="submit"],
body.sawa-is-onecheckout .wfacp_main_form button,
body.sawa-is-onecheckout .wfacp_main_form .button,
body.sawa-is-onecheckout .wfacp_main_form input[type="submit"] {
  border-radius: 0 !important;
  background: #000 !important;
  color: #fff !important;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif !important;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease;
}

body.single-wfacp_checkout .wfacp_main_form button:hover,
body.single-wfacp_checkout .wfacp_main_form .button:hover,
body.single-wfacp_checkout .wfacp_main_form input[type="submit"]:hover,
body.sawa-is-onecheckout .wfacp_main_form button:hover,
body.sawa-is-onecheckout .wfacp_main_form .button:hover,
body.sawa-is-onecheckout .wfacp_main_form input[type="submit"]:hover {
  background: #222 !important;
  transform: translateY(-1px);
}

body.single-wfacp_checkout .wfacp_steps_wrap,
body.sawa-is-onecheckout .wfacp_steps_wrap {
  color: rgba(255, 255, 255, 0.76) !important;
}

@media (max-width: 700px) {
  body.single-wfacp_checkout .elementor-element-7f7cb577,
  body.sawa-is-onecheckout .elementor-element-7f7cb577 {
    min-height: 92px;
  }

  body.single-wfacp_checkout .elementor-element-104ca3cf img,
  body.sawa-is-onecheckout .elementor-element-104ca3cf img {
    width: 122px !important;
    height: 38px !important;
  }
}

/* Mobile polish: lower the layout and keep commerce grids clean. */
@media (max-width: 700px) {
  .post-type-archive-product .sawa-header,
  .tax-product_cat .sawa-header,
  .single-product .sawa-header,
  body:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-header {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    width: 100%;
    max-width: none;
    padding: 24px 16px 0;
    background: transparent;
  }

  .post-type-archive-product .sawa-brand,
  .tax-product_cat .sawa-brand,
  .single-product .sawa-brand,
  body:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-brand {
    justify-self: center;
  }

  .post-type-archive-product .sawa-time,
  .tax-product_cat .sawa-time,
  .single-product .sawa-time,
  body:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-time {
    display: block;
    font-size: 10px;
  }

  .home .sawa-front-immersive {
    padding-top: 138px;
  }

  .home .sawa-home-menu {
    top: 138px;
  }

  .sawa-bag-link {
    top: 28px;
    right: 14px;
  }

  .post-type-archive-product .sawa-catalog-main,
  .tax-product_cat .sawa-catalog-main {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px 16px 118px;
  }

  .post-type-archive-product .sawa-catalog-grid,
  .tax-product_cat .sawa-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-height: none;
    overflow: visible;
    padding: 0;
  }

  .post-type-archive-product .sawa-catalog-item,
  .tax-product_cat .sawa-catalog-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.2);
  }

  .post-type-archive-product .sawa-catalog-media,
  .tax-product_cat .sawa-catalog-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .post-type-archive-product .sawa-catalog-title,
  .post-type-archive-product .sawa-catalog-status,
  .tax-product_cat .sawa-catalog-title,
  .tax-product_cat .sawa-catalog-status {
    padding-inline: 10px;
    color: rgba(255, 255, 255, 0.86);
  }

  .post-type-archive-product .sawa-catalog-title,
  .tax-product_cat .sawa-catalog-title {
    min-height: 30px;
    margin-top: 9px;
  }

  .post-type-archive-product .sawa-catalog-status,
  .tax-product_cat .sawa-catalog-status {
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
  }

  .single-product,
  .single-product body {
    overflow: auto;
  }

  .single-product .sawa-product-main {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 24px 16px 118px;
    overflow: visible;
  }

  .single-product .sawa-product-gallery {
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .single-product .sawa-product-hero-image {
    width: 100%;
    max-width: 100%;
    max-height: min(48vh, 430px);
    margin: 0 auto;
    object-fit: contain;
  }

  .single-product .sawa-product-details {
    min-height: 0;
    padding: 14px 0 0;
  }

  .single-product .sawa-product-actions {
    margin-bottom: 14px;
  }

  .single-product .sawa-product-actions .button {
    width: 100%;
  }

  .single-product .sawa-footer {
    min-height: 74px;
    padding: 0 14px 18px;
  }
}

/* Shop boxed grid: centered products, clean product cells. */
.post-type-archive-product .sawa-catalog-main,
.tax-product_cat .sawa-catalog-main {
  display: block;
  width: min(684px, calc(100vw - 40px));
  max-width: none;
  min-height: 0;
  margin: 74px auto 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.post-type-archive-product .sawa-catalog-cats,
.tax-product_cat .sawa-catalog-cats {
  display: block;
  padding: 0;
  margin: 0 0 18px;
  text-align: center;
}

.post-type-archive-product .sawa-catalog-cats .sawa-category-list,
.tax-product_cat .sawa-catalog-cats .sawa-category-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.post-type-archive-product .sawa-catalog-cats .sawa-category-list a,
.tax-product_cat .sawa-catalog-cats .sawa-category-list a {
  color: rgba(255, 255, 255, 0.56);
}

.post-type-archive-product .sawa-catalog-cats .sawa-category-list a:hover,
.post-type-archive-product .sawa-catalog-cats .sawa-category-list a:focus,
.post-type-archive-product .sawa-catalog-cats .sawa-category-list a.is-current,
.tax-product_cat .sawa-catalog-cats .sawa-category-list a:hover,
.tax-product_cat .sawa-catalog-cats .sawa-category-list a:focus,
.tax-product_cat .sawa-catalog-cats .sawa-category-list a.is-current {
  color: #fff;
}

.post-type-archive-product .sawa-catalog-grid,
.tax-product_cat .sawa-catalog-grid {
  grid-template-columns: repeat(2, minmax(0, 300px));
  justify-content: center;
  gap: 18px;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.post-type-archive-product .sawa-catalog-item,
.tax-product_cat .sawa-catalog-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.22);
}

.post-type-archive-product .sawa-catalog-media,
.tax-product_cat .sawa-catalog-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.post-type-archive-product .sawa-catalog-title,
.post-type-archive-product .sawa-catalog-status,
.tax-product_cat .sawa-catalog-title,
.tax-product_cat .sawa-catalog-status {
  display: block;
  padding-inline: 12px;
  color: rgba(255, 255, 255, 0.88);
}

.post-type-archive-product .sawa-catalog-title,
.tax-product_cat .sawa-catalog-title {
  min-height: 28px;
  margin-top: 10px;
}

.post-type-archive-product .sawa-catalog-status,
.tax-product_cat .sawa-catalog-status {
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 700px) {
  .post-type-archive-product .sawa-catalog-main,
  .tax-product_cat .sawa-catalog-main {
    width: calc(100vw - 28px);
    margin: 0 auto;
    padding: 10px;
  }

  .post-type-archive-product .sawa-catalog-cats,
  .tax-product_cat .sawa-catalog-cats {
    display: none;
  }

  .post-type-archive-product .sawa-catalog-grid,
  .tax-product_cat .sawa-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .post-type-archive-product .sawa-catalog-title,
  .tax-product_cat .sawa-catalog-title {
    min-height: 32px;
    margin-top: 8px;
    font-size: 10px;
  }

  .post-type-archive-product .sawa-catalog-status,
  .tax-product_cat .sawa-catalog-status {
    font-size: 10px;
  }
}

/* FunnelKit side cart is disabled; SAWA uses the animated bag link to checkout. */
body:not(.wp-admin) #fkcart-floating-toggler,
body:not(.wp-admin) #fkcart-mini-toggler,
body:not(.wp-admin) #fkcart-modal.fkcart-show {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.fkcart-trigger-open body:not(.wp-admin) {
  overflow: auto !important;
}

/* Home hover should inherit the footer's softer micro-animation language. */
.home .sawa-home-menu-item:hover,
.home .sawa-home-menu-item:focus {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.28);
  transform: translateX(0) translateY(-2px);
}

.home .sawa-home-menu-item:hover .sawa-home-menu-label,
.home .sawa-home-menu-item:focus .sawa-home-menu-label {
  animation: sawa-footer-active 2200ms ease-in-out infinite;
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover)::before,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus)::before {
  transform: scale(1.012);
  filter: contrast(1.1) saturate(0.88);
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover)::after,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus)::after {
  opacity: 0.28;
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-texture,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus) .sawa-home-texture {
  opacity: 0.48;
  transform: scale(1.01);
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-logo-field,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus) .sawa-home-logo-field {
  opacity: 0.42;
  filter: contrast(1.08);
  transform: scale(1.006);
}

/* Lookbook contrast fix on the global black SAWA background. */
.sawa-is-lookbook,
.sawa-is-lookbook .sawa-shell,
.sawa-is-lookbook .sawa-lookbook-viewer,
.sawa-is-lookbook .sawa-lookbook-panel,
.sawa-is-lookbook .sawa-lookbook-copy,
.sawa-is-lookbook .sawa-lookbook-copy *,
.sawa-is-lookbook .sawa-lookbook-count,
.sawa-is-lookbook .sawa-lookbook-arrow,
.sawa-is-lookbook .sawa-lookbook-archive,
.sawa-is-lookbook .sawa-footer,
.sawa-is-lookbook .sawa-footer a {
  color: rgba(255, 255, 255, 0.88) !important;
}

.sawa-is-lookbook .sawa-lookbook-copy p,
.sawa-is-lookbook .sawa-lookbook-description,
.sawa-is-lookbook .sawa-lookbook-count,
.sawa-is-lookbook .sawa-lookbook-arrow,
.sawa-is-lookbook .sawa-lookbook-archive {
  color: rgba(255, 255, 255, 0.62) !important;
}

.sawa-is-lookbook .sawa-lookbook-copy strong,
.sawa-is-lookbook .sawa-lookbook-copy b,
.sawa-is-lookbook .sawa-lookbook-copy h1,
.sawa-is-lookbook .sawa-lookbook-copy h2,
.sawa-is-lookbook .sawa-lookbook-copy h3 {
  color: #fff !important;
}

.sawa-is-lookbook .sawa-lookbook-count,
.sawa-is-lookbook .sawa-lookbook-archive {
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.18);
}

.sawa-is-lookbook .sawa-lookbook-count:hover,
.sawa-is-lookbook .sawa-lookbook-count:focus,
.sawa-is-lookbook .sawa-lookbook-arrow:hover,
.sawa-is-lookbook .sawa-lookbook-arrow:focus,
.sawa-is-lookbook .sawa-lookbook-archive:hover,
.sawa-is-lookbook .sawa-lookbook-archive:focus,
.sawa-is-lookbook .sawa-footer a:hover,
.sawa-is-lookbook .sawa-footer a:focus {
  color: #fff !important;
}

/* Mobile commerce navigation and shop spacing. */
.sawa-mobile-nav {
  display: none;
}

@media (max-width: 700px) {
  .sawa-mobile-nav {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 130;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
  }

  .home .sawa-mobile-nav {
    display: none !important;
  }

  .sawa-mobile-nav a {
    position: relative;
    display: inline-flex;
    min-width: 0;
    height: 34px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.42);
    color: rgba(255, 255, 255, 0.72);
    font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
    font-size: clamp(9px, 2.35vw, 11px);
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .sawa-mobile-nav a::after {
    content: "";
    position: absolute;
    inset: -55% -35%;
    background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.26) 50%, transparent 62%);
    opacity: 0;
    transform: translateX(-120%);
    transition: opacity 220ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .sawa-mobile-nav a:hover,
  .sawa-mobile-nav a:focus,
  .sawa-mobile-nav a.is-active {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.92);
    color: #000;
    transform: translateY(-1px);
  }

  .sawa-mobile-nav a:hover::after,
  .sawa-mobile-nav a:focus::after,
  .sawa-mobile-nav a.is-active::after {
    opacity: 1;
    transform: translateX(120%);
  }

  .post-type-archive-product .sawa-header,
  .tax-product_cat .sawa-header {
    padding-top: 32px;
  }

  .post-type-archive-product .sawa-catalog-main,
  .tax-product_cat .sawa-catalog-main {
    width: min(458px, calc(100vw - 28px));
    margin: 42px auto 0;
    padding: 12px 10px 150px;
  }

  .post-type-archive-product .sawa-catalog-grid,
  .tax-product_cat .sawa-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 10px;
  }

  .post-type-archive-product .sawa-footer,
  .tax-product_cat .sawa-footer,
  .single-product .sawa-footer {
    display: none;
  }

  .single-product .sawa-product-main {
    padding-bottom: 150px;
  }

  .sawa-is-lookbook .sawa-lookbook-viewer {
    padding-bottom: 190px;
  }

  .sawa-is-lookbook .sawa-lookbook-mobile-bar {
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(14px);
  }

  .sawa-is-lookbook .sawa-lookbook-panel {
    padding-bottom: 190px;
  }
}

/* Contact page. */
.sawa-contact-main {
  display: grid;
  min-height: calc(100vh - 160px);
  place-items: center;
  padding: 128px 24px 140px;
}

.sawa-contact-panel {
  display: grid;
  width: min(860px, calc(100vw - 48px));
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.sawa-contact-kicker,
.sawa-contact-copy h1,
.sawa-contact-form button {
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sawa-contact-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.sawa-contact-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.92;
}

.sawa-contact-copy p {
  max-width: 320px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.sawa-contact-copy a {
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sawa-contact-form {
  display: grid;
  gap: 12px;
}

.sawa-contact-form label {
  display: grid;
  gap: 7px;
}

.sawa-contact-form span {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  text-transform: lowercase;
}

.sawa-contact-form input,
.sawa-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font: 13px/1.45 "Courier New", Courier, monospace;
  outline: 0;
  padding: 12px;
  transition: border-color 180ms ease, background 180ms ease;
}

.sawa-contact-form textarea {
  resize: vertical;
}

.sawa-contact-form input:focus,
.sawa-contact-form textarea:focus {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.68);
}

.sawa-contact-form button {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  transition: background 220ms ease, color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sawa-contact-form button:hover,
.sawa-contact-form button:focus {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.sawa-contact-notice {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  line-height: 1.35;
}

.sawa-contact-notice.is-success {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.sawa-contact-notice.is-error {
  border-color: rgba(255, 255, 255, 0.28);
}

.sawa-contact-hidden {
  position: absolute;
  left: -9999px;
}

@media (max-width: 700px) {
  .sawa-contact-main {
    min-height: 0;
    padding: 116px 14px 116px;
  }

  .sawa-contact-panel {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }

  .sawa-contact-copy h1 {
    font-size: 38px;
  }

  .sawa-contact-form button {
    min-height: 44px;
  }
}

/* FunnelKit checkout canvas: make it feel native to SAWA. */
html.wfacp_html_canvas,
html.wfacp_html_canvas body,
body.single-wfacp_checkout,
body.sawa-is-onecheckout {
  min-height: 100%;
  background: #030303 !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

html.wfacp_html_canvas body::before,
body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.8) 100%),
    radial-gradient(circle at 72% 38%, rgba(255, 255, 255, 0.16), transparent 27%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  filter: contrast(1.08) saturate(0.86);
  pointer-events: none;
}

html.wfacp_html_canvas body::after,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

html.wfacp_html_canvas .elementor,
html.wfacp_html_canvas .elementor-section,
html.wfacp_html_canvas .elementor-container,
html.wfacp_html_canvas .elementor-widget-wrap,
html.wfacp_html_canvas .e-con,
html.wfacp_html_canvas .wfacp_main_wrapper,
html.wfacp_html_canvas .wfacp_checkout_page,
html.wfacp_html_canvas .wfacp_template,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_form_sec,
html.wfacp_html_canvas .wfacp_section,
html.wfacp_html_canvas .wfacp_order_summary,
html.wfacp_html_canvas .wfacp_order_total,
html.wfacp_html_canvas .wfacp_payment,
html.wfacp_html_canvas .woocommerce-checkout,
html.wfacp_html_canvas form.checkout {
  background: transparent !important;
  box-shadow: none !important;
}

html.wfacp_html_canvas .elementor-location-header,
html.wfacp_html_canvas [data-elementor-type],
html.wfacp_html_canvas .elementor-widget-wfacp_form,
html.wfacp_html_canvas .wfacp_main_wrapper {
  position: relative;
  z-index: 1;
}

html.wfacp_html_canvas .elementor-element-7f7cb577,
html.wfacp_html_canvas .elementor-section:first-of-type,
body.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(0, 0, 0, 0.58) !important;
  backdrop-filter: blur(16px);
}

html.wfacp_html_canvas .elementor-element-104ca3cf img,
body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  width: 136px !important;
  height: 42px !important;
  object-fit: contain !important;
  padding: 8px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #000 !important;
  content: url("assets/sawa-logo-black.png");
}

html.wfacp_html_canvas .elementor-element-54fa13da,
html.wfacp_html_canvas .elementor-widget-wfacp_form,
html.wfacp_html_canvas .wfacp_main_wrapper,
body.single-wfacp_checkout .elementor-element-54fa13da,
body.sawa-is-onecheckout .elementor-element-54fa13da {
  width: min(980px, calc(100vw - 48px)) !important;
  max-width: min(980px, calc(100vw - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(28px, 5vw, 58px) 0 150px !important;
}

html.wfacp_html_canvas .elementor-element-2c9b5bbc,
html.wfacp_html_canvas .elementor-element-3ebb82f3,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp-form,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
body.single-wfacp_checkout .elementor-element-2c9b5bbc,
body.single-wfacp_checkout .elementor-element-3ebb82f3,
body.sawa-is-onecheckout .elementor-element-2c9b5bbc,
body.sawa-is-onecheckout .elementor-element-3ebb82f3 {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.36) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34) !important;
}

html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp-form,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas .woocommerce-checkout {
  padding: clamp(24px, 3.8vw, 42px) !important;
}

html.wfacp_html_canvas .wfacp_main_form .wfacp_section,
html.wfacp_html_canvas .wfacp_main_form .wfacp-form-control-wrapper,
html.wfacp_html_canvas .wfacp_main_form .form-row,
html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form .wfacp_order_summary,
html.wfacp_html_canvas .wfacp_main_form .woocommerce-checkout-review-order {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form h2,
html.wfacp_html_canvas .wfacp_main_form h3 {
  margin-bottom: 18px !important;
}

html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_main_form *,
html.wfacp_html_canvas .woocommerce-checkout,
html.wfacp_html_canvas .woocommerce-checkout *,
body.single-wfacp_checkout .wfacp_main_form,
body.sawa-is-onecheckout .wfacp_main_form {
  font-family: "Courier New", Courier, monospace !important;
}

html.wfacp_html_canvas .wfacp_main_form h1,
html.wfacp_html_canvas .wfacp_main_form h2,
html.wfacp_html_canvas .wfacp_main_form h3,
html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form .wfacp_section_heading,
body.single-wfacp_checkout .wfacp_main_form h1,
body.single-wfacp_checkout .wfacp_main_form h2,
body.single-wfacp_checkout .wfacp_main_form h3,
body.single-wfacp_checkout .wfacp_main_form .wfacp_section_title,
body.sawa-is-onecheckout .wfacp_main_form h1,
body.sawa-is-onecheckout .wfacp_main_form h2,
body.sawa-is-onecheckout .wfacp_main_form h3,
body.sawa-is-onecheckout .wfacp_main_form .wfacp_section_title {
  color: #fff !important;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif !important;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
}

html.wfacp_html_canvas .wfacp_main_form label,
html.wfacp_html_canvas .wfacp_main_form p,
html.wfacp_html_canvas .wfacp_main_form span,
html.wfacp_html_canvas .wfacp_main_form td,
html.wfacp_html_canvas .wfacp_main_form th,
html.wfacp_html_canvas .wfacp_steps_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap *,
html.wfacp_html_canvas .wfacp_order_summary *,
html.wfacp_html_canvas .woocommerce-privacy-policy-text,
html.wfacp_html_canvas .woocommerce-privacy-policy-text * {
  color: rgba(255, 255, 255, 0.72) !important;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .select2-selection,
body.single-wfacp_checkout .wfacp_main_form input,
body.single-wfacp_checkout .wfacp_main_form select,
body.single-wfacp_checkout .wfacp_main_form textarea,
body.sawa-is-onecheckout .wfacp_main_form input,
body.sawa-is-onecheckout .wfacp_main_form select,
body.sawa-is-onecheckout .wfacp_main_form textarea {
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.46) !important;
  color: #fff !important;
  box-shadow: none !important;
}

html.wfacp_html_canvas .wfacp_main_form input::placeholder,
html.wfacp_html_canvas .wfacp_main_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48) !important;
}

html.wfacp_html_canvas .wfacp_main_form input:focus,
html.wfacp_html_canvas .wfacp_main_form select:focus,
html.wfacp_html_canvas .wfacp_main_form textarea:focus,
body.single-wfacp_checkout .wfacp_main_form input:focus,
body.single-wfacp_checkout .wfacp_main_form select:focus,
body.single-wfacp_checkout .wfacp_main_form textarea:focus,
body.sawa-is-onecheckout .wfacp_main_form input:focus,
body.sawa-is-onecheckout .wfacp_main_form select:focus,
body.sawa-is-onecheckout .wfacp_main_form textarea:focus {
  border-color: #fff !important;
  outline: 1px solid #fff !important;
}

html.wfacp_html_canvas .wfacp_main_form button,
html.wfacp_html_canvas .wfacp_main_form .button,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"],
html.wfacp_html_canvas #place_order,
body.single-wfacp_checkout .wfacp_main_form button,
body.single-wfacp_checkout .wfacp_main_form .button,
body.single-wfacp_checkout .wfacp_main_form input[type="submit"],
body.sawa-is-onecheckout .wfacp_main_form button,
body.sawa-is-onecheckout .wfacp_main_form .button,
body.sawa-is-onecheckout .wfacp_main_form input[type="submit"] {
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #000 !important;
  font-family: Arial Black, Impact, Arial, Helvetica, sans-serif !important;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

html.wfacp_html_canvas .wfacp_main_form button:hover,
html.wfacp_html_canvas .wfacp_main_form .button:hover,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"]:hover,
html.wfacp_html_canvas #place_order:hover,
body.single-wfacp_checkout .wfacp_main_form button:hover,
body.single-wfacp_checkout .wfacp_main_form .button:hover,
body.single-wfacp_checkout .wfacp_main_form input[type="submit"]:hover,
body.sawa-is-onecheckout .wfacp_main_form button:hover,
body.sawa-is-onecheckout .wfacp_main_form .button:hover,
body.sawa-is-onecheckout .wfacp_main_form input[type="submit"]:hover {
  background: #000 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_order_summary,
html.wfacp_html_canvas table.shop_table,
html.wfacp_html_canvas table.shop_table th,
html.wfacp_html_canvas table.shop_table td {
  border-color: rgba(255, 255, 255, 0.16) !important;
}

html.wfacp_html_canvas .select2-container--default .select2-selection--single,
html.wfacp_html_canvas .select2-container--default .select2-selection--multiple,
html.wfacp_html_canvas .select2-dropdown,
html.wfacp_html_canvas .select2-search__field,
html.wfacp_html_canvas .wfacp_country_field .select2-selection,
html.wfacp_html_canvas .iti__country-list {
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.78) !important;
  color: #fff !important;
}

html.wfacp_html_canvas .select2-container--default .select2-selection--single .select2-selection__rendered,
html.wfacp_html_canvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
html.wfacp_html_canvas .select2-results__option,
html.wfacp_html_canvas .iti__country,
html.wfacp_html_canvas .iti__dial-code {
  color: rgba(255, 255, 255, 0.82) !important;
}

html.wfacp_html_canvas .select2-container--default .select2-results__option--highlighted[aria-selected],
html.wfacp_html_canvas .select2-container--default .select2-results__option--highlighted[data-selected],
html.wfacp_html_canvas .select2-results__option--selected {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #000 !important;
}

html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap .wfacp_order_summary,
html.wfacp_html_canvas .wfacp_show_price_wrap,
html.wfacp_html_canvas .wfacp_mb_cart_accordian {
  border-color: rgba(255, 255, 255, 0.16) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.48) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  box-shadow: none !important;
}

html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap *,
html.wfacp_html_canvas .wfacp_show_price_wrap * {
  color: rgba(255, 255, 255, 0.86) !important;
}

html.wfacp_html_canvas .wfacp_steps_wrap {
  width: min(860px, calc(100vw - 48px));
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas body {
    min-width: 0 !important;
  }

  html.wfacp_html_canvas .elementor-element-54fa13da,
  html.wfacp_html_canvas .elementor-widget-wfacp_form,
  html.wfacp_html_canvas .wfacp_main_wrapper,
  body.single-wfacp_checkout .elementor-element-54fa13da,
  body.sawa-is-onecheckout .elementor-element-54fa13da {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 28px 0 110px !important;
  }

  html.wfacp_html_canvas .wfacp_main_form,
  html.wfacp_html_canvas .wfacp-form,
  html.wfacp_html_canvas .wfacp_form,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap {
    padding: 18px !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap {
    width: calc(100vw - 28px);
  }

  html.wfacp_html_canvas .elementor-element-104ca3cf img,
  body.single-wfacp_checkout .elementor-element-104ca3cf img,
  body.sawa-is-onecheckout .elementor-element-104ca3cf img {
    width: 122px !important;
    height: 38px !important;
  }
}

/* Checkout framing refinement: one clean neon panel, not nested boxes. */
html.wfacp_html_canvas .elementor-element-2c9b5bbc,
html.wfacp_html_canvas .elementor-element-3ebb82f3,
html.wfacp_html_canvas .wfacp-form,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas .woocommerce-checkout {
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

html.wfacp_html_canvas .wfacp_main_form {
  position: relative;
  width: min(900px, 100%) !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(30px, 4vw, 48px) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  background: rgba(0, 0, 0, 0.5) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 24px rgba(255, 255, 255, 0.11),
    0 0 84px rgba(255, 255, 255, 0.08),
    0 34px 100px rgba(0, 0, 0, 0.5) !important;
}

html.wfacp_html_canvas .wfacp_main_form:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 30px rgba(255, 255, 255, 0.16),
    0 0 96px rgba(255, 255, 255, 0.1),
    0 34px 100px rgba(0, 0, 0, 0.5) !important;
}

html.wfacp_html_canvas .wfacp_main_form::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.16),
    inset 0 0 22px rgba(255, 255, 255, 0.055);
  pointer-events: none;
}

html.wfacp_html_canvas .wfacp_main_form > * {
  position: relative;
  z-index: 1;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .wfacp_main_form .select2-container .select2-selection,
html.wfacp_html_canvas .wfacp_main_form span.select2-selection,
html.wfacp_html_canvas .wfacp_main_form .iti {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 14px rgba(255, 255, 255, 0.035) !important;
}

html.wfacp_html_canvas .wfacp_main_form .select2-container,
html.wfacp_html_canvas .wfacp_main_form .select2-container--default,
html.wfacp_html_canvas .wfacp_main_form .select2-selection,
html.wfacp_html_canvas .wfacp_main_form .select2-selection--single,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__rendered,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__arrow,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__placeholder {
  min-height: 48px !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.46) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

html.wfacp_html_canvas .wfacp_main_form .select2-selection {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

html.wfacp_html_canvas .wfacp_main_form .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  padding-left: 12px !important;
}

html.wfacp_html_canvas .wfacp_main_form .select2-selection__arrow {
  top: 0 !important;
  height: 48px !important;
}

html.wfacp_html_canvas .wfacp_main_form .form-row {
  margin-bottom: 14px !important;
}

html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form h2,
html.wfacp_html_canvas .wfacp_main_form h3 {
  padding-left: 0 !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas .wfacp_main_form {
    width: 100% !important;
    padding: 22px 18px !important;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08),
      0 0 20px rgba(255, 255, 255, 0.1),
      0 24px 80px rgba(0, 0, 0, 0.46) !important;
  }

  html.wfacp_html_canvas .wfacp_main_form .form-row {
    margin-bottom: 12px !important;
  }
}

html.wfacp_html_canvas .sawa-checkout-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html.wfacp_html_canvas .sawa-checkout-logo-link img {
  display: block;
}

html.wfacp_html_canvas .sawa-checkout-hidden {
  display: none !important;
}

html.wfacp_html_canvas .elementor-element-7659e86d,
html.wfacp_html_canvas .elementor-element-52c62434,
html.wfacp_html_canvas .elementor-element-3adda62b,
body.single-wfacp_checkout .elementor-element-7659e86d,
body.single-wfacp_checkout .elementor-element-52c62434,
body.single-wfacp_checkout .elementor-element-3adda62b,
body.sawa-is-onecheckout .elementor-element-7659e86d,
body.sawa-is-onecheckout .elementor-element-52c62434,
body.sawa-is-onecheckout .elementor-element-3adda62b {
  display: none !important;
}

html.wfacp_html_canvas .sawa-checkout-trust {
  position: absolute;
  top: 50%;
  right: clamp(18px, 4vw, 64px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
}

html.wfacp_html_canvas .sawa-checkout-trust span {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

html.wfacp_html_canvas .sawa-checkout-trust span + span::before {
  content: "";
  width: 1px;
  height: 13px;
  margin-right: 14px;
  background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 700px) {
  html.wfacp_html_canvas .sawa-checkout-trust {
    position: static;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    transform: none;
    font-size: 10px;
  }
}

/* Final mobile home header pass: keep the SAWA mark intentional, never viewport-sized. */
.sawa-header .sawa-brand {
  width: 144px;
  min-width: 0;
  max-width: 144px;
  box-sizing: border-box;
}

.sawa-header .sawa-brand img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 700px) {
  .home .sawa-header {
    padding-top: 18px;
    gap: 8px;
  }

  .home .sawa-brand {
    width: 132px !important;
    min-width: 0 !important;
    max-width: 132px !important;
    height: 40px !important;
    padding: 6px 12px !important;
  }

  .home .sawa-brand img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  .home .sawa-time {
    position: relative;
    z-index: 8;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .home .sawa-front-immersive {
    padding-top: 126px;
  }

  .home .sawa-home-menu {
    top: 142px;
  }
}

/* Final mobile checkout framing: FunnelKit keeps desktop widths unless forced. */
@media (max-width: 700px) {
  html.wfacp_html_canvas,
  html.wfacp_html_canvas body,
  body.single-wfacp_checkout,
  body.sawa-is-onecheckout {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  html.wfacp_html_canvas *,
  body.single-wfacp_checkout *,
  body.sawa-is-onecheckout * {
    box-sizing: border-box;
  }

  html.wfacp_html_canvas .elementor,
  html.wfacp_html_canvas .elementor-section,
  html.wfacp_html_canvas .elementor-container,
  html.wfacp_html_canvas .elementor-column,
  html.wfacp_html_canvas .elementor-widget-wrap,
  html.wfacp_html_canvas .elementor-widget,
  html.wfacp_html_canvas .elementor-element,
  html.wfacp_html_canvas .e-con,
  html.wfacp_html_canvas .wfacp_checkout_page,
  html.wfacp_html_canvas .wfacp_template,
  html.wfacp_html_canvas .wfacp_main_wrapper {
    max-width: 100% !important;
  }

  html.wfacp_html_canvas .elementor-element-7f7cb577,
  html.wfacp_html_canvas .elementor-section:first-of-type,
  body.single-wfacp_checkout .elementor-element-7f7cb577,
  body.sawa-is-onecheckout .elementor-element-7f7cb577 {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 18px 14px 12px !important;
  }

  html.wfacp_html_canvas .elementor-element-104ca3cf,
  body.single-wfacp_checkout .elementor-element-104ca3cf,
  body.sawa-is-onecheckout .elementor-element-104ca3cf {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
  }

  html.wfacp_html_canvas .elementor-element-54fa13da,
  html.wfacp_html_canvas .elementor-widget-wfacp_form,
  html.wfacp_html_canvas .wfacp_main_wrapper,
  body.single-wfacp_checkout .elementor-element-54fa13da,
  body.sawa-is-onecheckout .elementor-element-54fa13da {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 18px 12px 112px !important;
    transform: none !important;
  }

  html.wfacp_html_canvas .wfacp_checkout_page,
  html.wfacp_html_canvas .wfacp_template,
  html.wfacp_html_canvas .wfacp_main_wrapper,
  html.wfacp_html_canvas .woocommerce-checkout,
  html.wfacp_html_canvas form.checkout {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 14px auto 20px !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap * {
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap hr,
  html.wfacp_html_canvas .wfacp_steps_wrap .wfacp_step_line,
  html.wfacp_html_canvas .wfacp_steps_wrap .wfacp_steps_divider,
  html.wfacp_html_canvas .wfacp_steps_wrap .wfacp_step_separator {
    display: none !important;
  }

  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_show_price_wrap,
  html.wfacp_html_canvas .wfacp_main_form {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_show_price_wrap {
    padding: 14px !important;
  }

  html.wfacp_html_canvas .wfacp_main_form {
    padding: 22px 18px !important;
  }

  html.wfacp_html_canvas .wfacp_main_form input,
  html.wfacp_html_canvas .wfacp_main_form select,
  html.wfacp_html_canvas .wfacp_main_form textarea,
  html.wfacp_html_canvas .wfacp_main_form .select2-container,
  html.wfacp_html_canvas .wfacp_main_form .select2-selection,
  html.wfacp_html_canvas .wfacp_main_form .iti,
  html.wfacp_html_canvas .wfacp_main_form button,
  html.wfacp_html_canvas .wfacp_main_form .button,
  html.wfacp_html_canvas .wfacp_main_form input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* SAWA light theme direction: invert the dark mirror world into a clean bright store. */
:root {
  --sawa-light-bg: #f7f5ef;
  --sawa-light-surface: rgba(255, 255, 255, 0.78);
  --sawa-light-surface-solid: #fff;
  --sawa-light-ink: #050505;
  --sawa-light-muted: rgba(5, 5, 5, 0.58);
  --sawa-light-line: rgba(5, 5, 5, 0.24);
  --sawa-light-line-strong: rgba(5, 5, 5, 0.52);
}

html,
body,
.sawa-shell,
.sawa-main,
.home,
.home body,
.home .sawa-shell,
.post-type-archive-product,
.tax-product_cat,
.single-product,
.page,
.single,
.blog,
.archive {
  background: var(--sawa-light-bg) !important;
  color: var(--sawa-light-ink) !important;
}

body,
button,
input,
select,
textarea,
a,
.sawa-time,
.sawa-footer,
.sawa-footer a,
.sawa-product-details,
.sawa-product-details *,
.sawa-catalog-main,
.sawa-catalog-main *,
.sawa-lookbook-panel,
.sawa-lookbook-panel *,
.sawa-page-content,
.sawa-page-content *,
.woocommerce,
.woocommerce * {
  color: var(--sawa-light-ink) !important;
}

.sawa-time,
.sawa-footer a,
.sawa-catalog-status,
.sawa-product-description,
.sawa-product-note,
.sawa-lookbook-copy div,
.sawa-lookbook-count,
.sawa-lookbook-archive {
  color: var(--sawa-light-muted) !important;
  text-shadow: none !important;
}

.sawa-brand,
.sawa-lookbook-panel-brand,
.sawa-mobile-brand {
  background: var(--sawa-light-surface-solid) !important;
  border: 1px solid var(--sawa-light-line-strong) !important;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08) !important;
}

.sawa-brand img,
.sawa-lookbook-panel-brand img,
.sawa-mobile-brand img {
  content: url("assets/sawa-logo-black.png");
  filter: none !important;
}

.sawa-footer {
  background: transparent !important;
}

.sawa-footer .current-menu-item > a,
.sawa-footer a:hover,
.sawa-footer a:focus {
  color: var(--sawa-light-ink) !important;
  text-decoration-color: var(--sawa-light-ink) !important;
}

.sawa-footer a::after,
.sawa-mobile-nav a::after {
  background: var(--sawa-light-ink) !important;
}

.sawa-bag-link {
  border-color: var(--sawa-light-line-strong) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--sawa-light-ink) !important;
  backdrop-filter: blur(14px);
}

.sawa-bag-icon,
.sawa-bag-icon::before {
  border-color: var(--sawa-light-ink) !important;
}

.sawa-bag-link::after {
  border-color: var(--sawa-light-ink) !important;
  background: var(--sawa-light-surface-solid) !important;
  color: var(--sawa-light-ink) !important;
}

.home .sawa-shell {
  background: var(--sawa-light-bg) !important;
}

.home .sawa-header {
  background: transparent !important;
}

.home .sawa-time,
.home .sawa-footer,
.home .sawa-footer a {
  color: var(--sawa-light-muted) !important;
  text-shadow: none !important;
}

.home .sawa-front-immersive {
  background: var(--sawa-light-bg) !important;
}

.home .sawa-front-immersive::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.96) 0%, rgba(247, 245, 239, 0.64) 44%, rgba(247, 245, 239, 0.9) 100%),
    radial-gradient(circle at 72% 38%, rgba(0, 0, 0, 0.08), transparent 28%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.96) saturate(0.55) !important;
  opacity: 0.62 !important;
}

.home .sawa-front-immersive::after {
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.045) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(247, 245, 239, 0.46)) !important;
}

.sawa-home-texture {
  opacity: 0.2 !important;
  filter: grayscale(1) invert(1) contrast(1.08) !important;
  mix-blend-mode: multiply !important;
}

.sawa-home-logo-field span {
  color: rgba(0, 0, 0, 0.035) !important;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.18) !important;
  text-shadow: none !important;
}

.sawa-home-menu-item {
  border-color: var(--sawa-light-line-strong) !important;
  background: rgba(255, 255, 255, 0.64) !important;
  color: var(--sawa-light-ink) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.06) !important;
}

.sawa-home-menu-label {
  color: var(--sawa-light-ink) !important;
  text-shadow: none !important;
}

.sawa-home-menu-item::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12), transparent) !important;
}

.sawa-home-menu-item:hover,
.sawa-home-menu-item:focus {
  border-color: var(--sawa-light-ink) !important;
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.18) !important;
}

.sawa-home-menu-item:hover .sawa-home-menu-label,
.sawa-home-menu-item:focus .sawa-home-menu-label {
  color: #fff !important;
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover)::before,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus)::before {
  opacity: 0.8 !important;
  filter: grayscale(1) invert(1) contrast(1.12) saturate(0.8) !important;
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-logo-field,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus) .sawa-home-logo-field {
  opacity: 1 !important;
}

.sawa-mobile-nav {
  border-color: var(--sawa-light-line) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.12) !important;
}

.sawa-mobile-nav a {
  border-color: var(--sawa-light-line) !important;
  background: rgba(255, 255, 255, 0.42) !important;
  color: var(--sawa-light-ink) !important;
}

.sawa-mobile-nav a:hover,
.sawa-mobile-nav a:focus,
.sawa-mobile-nav a.is-active {
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
}

.sawa-catalog-main,
.sawa-product-main,
.sawa-lookbook-viewer,
.sawa-page-main {
  background: transparent !important;
}

.sawa-catalog-cats a,
.sawa-category-list a,
.sawa-product-thumbs a,
.sawa-lookbook-arrow,
.sawa-lookbook-count,
.sawa-lookbook-archive,
.sawa-back {
  border-color: var(--sawa-light-line) !important;
  background: rgba(255, 255, 255, 0.56) !important;
  color: var(--sawa-light-ink) !important;
}

.sawa-catalog-cats a:hover,
.sawa-catalog-cats a:focus,
.sawa-category-list a:hover,
.sawa-category-list a:focus,
.sawa-product-thumbs a:hover,
.sawa-product-thumbs a:focus,
.sawa-product-thumbs a.is-current,
.sawa-lookbook-arrow:hover,
.sawa-lookbook-arrow:focus,
.sawa-lookbook-count:hover,
.sawa-lookbook-count:focus,
.sawa-lookbook-archive:hover,
.sawa-lookbook-archive:focus,
.sawa-back:hover,
.sawa-back:focus {
  border-color: var(--sawa-light-ink) !important;
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
}

.sawa-catalog-item a,
.sawa-product-gallery,
.sawa-product-details,
.sawa-lookbook-main-media,
.sawa-lookbook-panel,
.sawa-page-content,
.sawa-contact-form,
.sawa-contact-form input,
.sawa-contact-form textarea {
  border-color: var(--sawa-light-line) !important;
  background: rgba(255, 255, 255, 0.54) !important;
  color: var(--sawa-light-ink) !important;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.06) !important;
}

.sawa-catalog-item a:hover,
.sawa-catalog-item a:focus {
  border-color: var(--sawa-light-ink) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12) !important;
}

.sawa-catalog-media,
.sawa-product-hero-empty,
.sawa-catalog-empty {
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--sawa-light-muted) !important;
}

.sawa-catalog-badge {
  border-color: var(--sawa-light-ink) !important;
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
}

.sawa-product-actions .button,
.single_add_to_cart_button,
.sawa-product-keep-shopping,
.sawa-contact-form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid var(--sawa-light-ink) !important;
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.sawa-product-actions .button:hover,
.single_add_to_cart_button:hover,
.sawa-product-keep-shopping:hover,
.sawa-contact-form button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #fff !important;
  color: var(--sawa-light-ink) !important;
}

.sawa-product-price,
.sawa-product-color,
.sawa-product-next {
  color: var(--sawa-light-ink) !important;
}

.sawa-lookbook-viewer {
  background: var(--sawa-light-bg) !important;
}

.sawa-lookbook-main-media {
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.08) !important;
}

.sawa-lookbook-panel-brand {
  background: #fff !important;
}

html.wfacp_html_canvas,
html.wfacp_html_canvas body,
body.single-wfacp_checkout,
body.sawa-is-onecheckout {
  background: var(--sawa-light-bg) !important;
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas body::before,
body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.96) 0%, rgba(247, 245, 239, 0.58) 48%, rgba(247, 245, 239, 0.92) 100%),
    radial-gradient(circle at 72% 38%, rgba(0, 0, 0, 0.08), transparent 28%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.94) saturate(0.55) !important;
  opacity: 0.7 !important;
}

html.wfacp_html_canvas body::after,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::after {
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.045) 0 1px, transparent 1px 12px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 245, 239, 0.48)) !important;
}

html.wfacp_html_canvas .elementor-element-7f7cb577,
html.wfacp_html_canvas .elementor-section:first-of-type,
body.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border-bottom-color: var(--sawa-light-line) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.06) !important;
}

html.wfacp_html_canvas .elementor-element-104ca3cf img,
body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  border-color: var(--sawa-light-line-strong) !important;
  background: #fff !important;
  content: url("assets/sawa-logo-black.png") !important;
}

html.wfacp_html_canvas .sawa-checkout-trust,
html.wfacp_html_canvas .sawa-checkout-trust span {
  color: var(--sawa-light-muted) !important;
}

html.wfacp_html_canvas .sawa-checkout-trust span + span::before {
  background: var(--sawa-light-line) !important;
}

html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_show_price_wrap,
html.wfacp_html_canvas .wfacp_mb_cart_accordian {
  border-color: rgba(0, 0, 0, 0.32) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--sawa-light-ink) !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.04),
    0 0 24px rgba(0, 0, 0, 0.08),
    0 30px 90px rgba(0, 0, 0, 0.12) !important;
}

html.wfacp_html_canvas .wfacp_main_form::before {
  border-color: rgba(0, 0, 0, 0.18) !important;
  box-shadow:
    0 0 18px rgba(0, 0, 0, 0.1),
    inset 0 0 22px rgba(0, 0, 0, 0.035) !important;
}

html.wfacp_html_canvas .woocommerce-checkout,
html.wfacp_html_canvas .woocommerce-checkout *,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_main_form *,
body.single-wfacp_checkout .wfacp_main_form,
body.sawa-is-onecheckout .wfacp_main_form {
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas .wfacp_main_form h1,
html.wfacp_html_canvas .wfacp_main_form h2,
html.wfacp_html_canvas .wfacp_main_form h3,
html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form .wfacp_section_heading {
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas .wfacp_main_form label,
html.wfacp_html_canvas .wfacp_main_form p,
html.wfacp_html_canvas .wfacp_main_form span,
html.wfacp_html_canvas .wfacp_main_form td,
html.wfacp_html_canvas .wfacp_main_form th,
html.wfacp_html_canvas .wfacp_steps_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap *,
html.wfacp_html_canvas .wfacp_order_summary *,
html.wfacp_html_canvas .woocommerce-privacy-policy-text,
html.wfacp_html_canvas .woocommerce-privacy-policy-text * {
  color: var(--sawa-light-muted) !important;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .select2-selection,
body.single-wfacp_checkout .wfacp_main_form input,
body.single-wfacp_checkout .wfacp_main_form select,
body.single-wfacp_checkout .wfacp_main_form textarea,
body.sawa-is-onecheckout .wfacp_main_form input,
body.sawa-is-onecheckout .wfacp_main_form select,
body.sawa-is-onecheckout .wfacp_main_form textarea {
  border-color: rgba(0, 0, 0, 0.28) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--sawa-light-ink) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025) !important;
}

html.wfacp_html_canvas .wfacp_main_form input::placeholder,
html.wfacp_html_canvas .wfacp_main_form textarea::placeholder {
  color: rgba(0, 0, 0, 0.48) !important;
}

html.wfacp_html_canvas .wfacp_main_form input:focus,
html.wfacp_html_canvas .wfacp_main_form select:focus,
html.wfacp_html_canvas .wfacp_main_form textarea:focus {
  border-color: var(--sawa-light-ink) !important;
  outline-color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas .select2-container--default .select2-selection--single,
html.wfacp_html_canvas .select2-container--default .select2-selection--multiple,
html.wfacp_html_canvas .select2-dropdown,
html.wfacp_html_canvas .select2-search__field,
html.wfacp_html_canvas .wfacp_country_field .select2-selection,
html.wfacp_html_canvas .iti__country-list,
html.wfacp_html_canvas .wfacp_main_form .select2-container,
html.wfacp_html_canvas .wfacp_main_form .select2-container--default,
html.wfacp_html_canvas .wfacp_main_form .select2-selection,
html.wfacp_html_canvas .wfacp_main_form .select2-selection--single,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__rendered,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__arrow,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__placeholder {
  border-color: rgba(0, 0, 0, 0.28) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas .select2-container--default .select2-selection--single .select2-selection__rendered,
html.wfacp_html_canvas .select2-container--default .select2-selection--single .select2-selection__placeholder,
html.wfacp_html_canvas .select2-results__option,
html.wfacp_html_canvas .iti__country,
html.wfacp_html_canvas .iti__dial-code {
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas .select2-container--default .select2-results__option--highlighted[aria-selected],
html.wfacp_html_canvas .select2-container--default .select2-results__option--highlighted[data-selected],
html.wfacp_html_canvas .select2-results__option--selected {
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
}

html.wfacp_html_canvas .wfacp_main_form button,
html.wfacp_html_canvas .wfacp_main_form .button,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"],
html.wfacp_html_canvas #place_order,
body.single-wfacp_checkout .wfacp_main_form button,
body.single-wfacp_checkout .wfacp_main_form .button,
body.single-wfacp_checkout .wfacp_main_form input[type="submit"],
body.sawa-is-onecheckout .wfacp_main_form button,
body.sawa-is-onecheckout .wfacp_main_form .button,
body.sawa-is-onecheckout .wfacp_main_form input[type="submit"] {
  border-color: var(--sawa-light-ink) !important;
  background: var(--sawa-light-ink) !important;
  color: #fff !important;
}

html.wfacp_html_canvas .wfacp_main_form button:hover,
html.wfacp_html_canvas .wfacp_main_form .button:hover,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"]:hover,
html.wfacp_html_canvas #place_order:hover {
  background: #fff !important;
  color: var(--sawa-light-ink) !important;
}

html.wfacp_html_canvas table.shop_table th,
html.wfacp_html_canvas table.shop_table td,
html.wfacp_html_canvas .wfacp_order_summary,
html.wfacp_html_canvas .wfacp_order_total {
  border-color: rgba(0, 0, 0, 0.18) !important;
}

body::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.98) 0%, rgba(247, 245, 239, 0.78) 44%, rgba(247, 245, 239, 0.96) 100%),
    radial-gradient(circle at 72% 38%, rgba(0, 0, 0, 0.08), transparent 28%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.96) saturate(0.55) !important;
  opacity: 1 !important;
}

.sawa-is-lookbook .sawa-lookbook-panel,
.sawa-is-lookbook .sawa-lookbook-copy,
.sawa-is-lookbook .sawa-lookbook-copy *,
.sawa-is-lookbook .sawa-lookbook-count,
.sawa-is-lookbook .sawa-lookbook-arrow,
.sawa-is-lookbook .sawa-lookbook-archive {
  color: var(--sawa-light-ink) !important;
  text-shadow: none !important;
}

.sawa-is-lookbook .sawa-lookbook-copy p,
.sawa-is-lookbook .sawa-lookbook-description,
.sawa-is-lookbook .sawa-lookbook-count,
.sawa-is-lookbook .sawa-lookbook-arrow,
.sawa-is-lookbook .sawa-lookbook-archive {
  color: var(--sawa-light-muted) !important;
}

.sawa-is-lookbook .sawa-lookbook-copy strong,
.sawa-is-lookbook .sawa-lookbook-copy b,
.sawa-is-lookbook .sawa-lookbook-copy h1,
.sawa-is-lookbook .sawa-lookbook-copy h2,
.sawa-is-lookbook .sawa-lookbook-copy h3 {
  color: var(--sawa-light-ink) !important;
}

html,
body {
  background: var(--sawa-light-bg) !important;
}

body.post-type-archive-product::before,
body.tax-product_cat::before,
body.single-product::before,
body.page:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout)::before,
body.single:not(.single-product):not(.sawa-is-lookbook):not(.sawa-is-onecheckout)::before,
body.blog::before,
body.archive:not(.post-type-archive-product):not(.tax-product_cat)::before {
  display: none !important;
  content: none !important;
}

body.post-type-archive-product,
body.tax-product_cat,
body.single-product,
body.page:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
body.single:not(.single-product):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
body.blog,
body.archive:not(.post-type-archive-product):not(.tax-product_cat) {
  background: var(--sawa-light-bg) !important;
}

body.post-type-archive-product .sawa-shell,
body.tax-product_cat .sawa-shell,
body.single-product .sawa-shell,
body.page:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell,
body.single:not(.single-product):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell {
  max-width: none !important;
  background: var(--sawa-light-bg) !important;
}

body.post-type-archive-product .sawa-header,
body.tax-product_cat .sawa-header,
body.single-product .sawa-header,
body.post-type-archive-product .sawa-main,
body.tax-product_cat .sawa-main,
body.single-product .sawa-main {
  max-width: var(--sawa-box) !important;
}

/* Final white audit pass: true inversion, not a dark theme with light paint over it. */
:root {
  --sawa-light-bg: #fff;
  --sawa-light-surface: #fff;
  --sawa-light-surface-solid: #fff;
  --sawa-light-ink: #000;
  --sawa-light-muted: rgba(0, 0, 0, 0.58);
  --sawa-light-line: rgba(0, 0, 0, 0.22);
  --sawa-light-line-strong: rgba(0, 0, 0, 0.52);
}

html,
body,
.sawa-shell,
.sawa-main,
.sawa-front,
.sawa-front-immersive,
.sawa-catalog-main,
.sawa-product-main,
.sawa-lookbook-viewer,
.sawa-page-main,
body.single-wfacp_checkout,
body.sawa-is-onecheckout,
html.wfacp_html_canvas,
html.wfacp_html_canvas body {
  background: #fff !important;
  color: #000 !important;
}

body::before,
body::after,
html.wfacp_html_canvas body::before,
html.wfacp_html_canvas body::after,
body.single-wfacp_checkout::before,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::before,
body.sawa-is-onecheckout::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  background: none !important;
}

.home .sawa-front-immersive::before,
.home .sawa-front-immersive::after,
.sawa-front-immersive::before,
.sawa-front-immersive::after {
  background: none !important;
  opacity: 0 !important;
  filter: none !important;
}

.sawa-home-texture {
  display: none !important;
}

.sawa-home-logo-field {
  opacity: 0.52 !important;
  mix-blend-mode: normal !important;
}

.sawa-home-logo-field span {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.12) !important;
  text-shadow: none !important;
}

.sawa-header,
.sawa-footer,
.home .sawa-header,
.home .sawa-footer {
  background: transparent !important;
}

.sawa-brand,
.sawa-lookbook-panel-brand,
.sawa-mobile-brand,
html.wfacp_html_canvas .elementor-element-104ca3cf img,
body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  background: #fff !important;
  border: 1px solid #000 !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08) !important;
}

.sawa-brand img,
.sawa-lookbook-panel-brand img,
.sawa-mobile-brand img,
html.wfacp_html_canvas .elementor-element-104ca3cf img,
body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  content: url("assets/sawa-logo-black.png") !important;
  filter: none !important;
}

.sawa-time,
.sawa-footer,
.sawa-footer a,
.home .sawa-time,
.home .sawa-footer,
.home .sawa-footer a,
.sawa-mobile-nav a,
.sawa-catalog-main,
.sawa-catalog-main *,
.sawa-product-main,
.sawa-product-main *,
.sawa-lookbook-viewer,
.sawa-lookbook-viewer *,
.sawa-page-main,
.sawa-page-main *,
html.wfacp_html_canvas,
html.wfacp_html_canvas *,
body.single-wfacp_checkout,
body.single-wfacp_checkout *,
body.sawa-is-onecheckout,
body.sawa-is-onecheckout * {
  color: #000 !important;
  text-shadow: none !important;
}

.sawa-time,
.sawa-footer a,
.sawa-catalog-status,
.sawa-product-description,
.sawa-product-note,
.sawa-lookbook-copy p,
.sawa-lookbook-copy div,
.sawa-lookbook-count,
.sawa-lookbook-archive,
html.wfacp_html_canvas .sawa-checkout-trust,
html.wfacp_html_canvas .sawa-checkout-trust span,
html.wfacp_html_canvas .wfacp_main_form label,
html.wfacp_html_canvas .wfacp_main_form p,
html.wfacp_html_canvas .wfacp_steps_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap * {
  color: rgba(0, 0, 0, 0.6) !important;
}

.sawa-home-menu-item,
.sawa-mobile-nav,
.sawa-mobile-nav a,
.sawa-bag-link,
.sawa-catalog-item a,
.sawa-product-gallery,
.sawa-product-details,
.sawa-product-thumbs a,
.sawa-lookbook-main-media,
.sawa-lookbook-panel,
.sawa-lookbook-arrow,
.sawa-lookbook-count,
.sawa-lookbook-archive,
.sawa-page-content,
.sawa-contact-form,
.sawa-contact-form input,
.sawa-contact-form textarea,
html.wfacp_html_canvas .elementor-element-7f7cb577,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_show_price_wrap,
html.wfacp_html_canvas .wfacp_mb_cart_accordian {
  border-color: rgba(0, 0, 0, 0.26) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.sawa-home-menu-item:hover,
.sawa-home-menu-item:focus,
.sawa-mobile-nav a:hover,
.sawa-mobile-nav a:focus,
.sawa-mobile-nav a.is-active,
.sawa-catalog-cats a:hover,
.sawa-catalog-cats a:focus,
.sawa-category-list a:hover,
.sawa-category-list a:focus,
.sawa-product-thumbs a:hover,
.sawa-product-thumbs a:focus,
.sawa-product-thumbs a.is-current,
.sawa-lookbook-arrow:hover,
.sawa-lookbook-arrow:focus,
.sawa-lookbook-count:hover,
.sawa-lookbook-count:focus,
.sawa-lookbook-archive:hover,
.sawa-lookbook-archive:focus {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.sawa-home-menu-item:hover *,
.sawa-home-menu-item:focus *,
.sawa-mobile-nav a:hover *,
.sawa-mobile-nav a:focus *,
.sawa-mobile-nav a.is-active *,
.sawa-lookbook-arrow:hover *,
.sawa-lookbook-arrow:focus *,
.sawa-lookbook-count:hover *,
.sawa-lookbook-count:focus *,
.sawa-lookbook-archive:hover *,
.sawa-lookbook-archive:focus * {
  color: #fff !important;
}

.sawa-catalog-media,
.sawa-catalog-item a span,
.sawa-catalog-title,
.sawa-product-hero-empty,
.sawa-catalog-empty {
  background: transparent !important;
}

.sawa-catalog-item a {
  overflow: hidden;
}

.sawa-catalog-item a:hover,
.sawa-catalog-item a:focus,
.sawa-product-actions .button:hover,
.single_add_to_cart_button:hover,
.sawa-product-keep-shopping:hover,
.sawa-contact-form button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
html.wfacp_html_canvas #place_order:hover {
  box-shadow: none !important;
}

.sawa-catalog-badge,
.sawa-product-actions .button,
.single_add_to_cart_button,
.sawa-product-keep-shopping,
.sawa-contact-form button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
html.wfacp_html_canvas .wfacp_main_form button,
html.wfacp_html_canvas .wfacp_main_form .button,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"],
html.wfacp_html_canvas #place_order {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.sawa-product-actions .button:hover,
.single_add_to_cart_button:hover,
.sawa-product-keep-shopping:hover,
.sawa-contact-form button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
html.wfacp_html_canvas .wfacp_main_form button:hover,
html.wfacp_html_canvas .wfacp_main_form .button:hover,
html.wfacp_html_canvas .wfacp_main_form input[type="submit"]:hover,
html.wfacp_html_canvas #place_order:hover {
  background: #fff !important;
  color: #000 !important;
}

html.wfacp_html_canvas .wfacp_main_form::before {
  display: none !important;
  content: none !important;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .select2-selection,
body.single-wfacp_checkout .wfacp_main_form input,
body.single-wfacp_checkout .wfacp_main_form select,
body.single-wfacp_checkout .wfacp_main_form textarea,
body.sawa-is-onecheckout .wfacp_main_form input,
body.sawa-is-onecheckout .wfacp_main_form select,
body.sawa-is-onecheckout .wfacp_main_form textarea {
  border-color: rgba(0, 0, 0, 0.3) !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

html.wfacp_html_canvas .select2-container--default .select2-selection--single,
html.wfacp_html_canvas .select2-container--default .select2-selection--multiple,
html.wfacp_html_canvas .select2-dropdown,
html.wfacp_html_canvas .select2-search__field,
html.wfacp_html_canvas .wfacp_country_field .select2-selection,
html.wfacp_html_canvas .iti__country-list,
html.wfacp_html_canvas .wfacp_main_form .select2-container,
html.wfacp_html_canvas .wfacp_main_form .select2-selection,
html.wfacp_html_canvas .wfacp_main_form .select2-selection--single,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__rendered,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__arrow,
html.wfacp_html_canvas .wfacp_main_form .select2-selection__placeholder {
  background: #fff !important;
  color: #000 !important;
}

html.wfacp_html_canvas .elementor-element-7f7cb577,
body.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.sawa-mobile-nav {
  backdrop-filter: none !important;
}

/* Site-wide white animated field: same tone on home, shop, product, content and checkout. */
@keyframes sawa-white-field-drift {
  0% {
    background-position: 50% 50%, 0 0, center;
  }

  50% {
    background-position: 54% 48%, 18px 12px, center;
  }

  100% {
    background-position: 48% 52%, 36px 24px, center;
  }
}

body::before,
body.post-type-archive-product::before,
body.tax-product_cat::before,
body.single-product::before,
body.page::before,
body.single::before,
body.blog::before,
body.archive::before,
body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before,
html.wfacp_html_canvas body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    radial-gradient(circle at 72% 36%, rgba(0, 0, 0, 0.055), transparent 28%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.032) 0 1px, transparent 1px 13px),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.9) saturate(0.42) !important;
  animation: sawa-white-field-drift 18s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

body::after,
body.post-type-archive-product::after,
body.tax-product_cat::after,
body.single-product::after,
body.page::after,
body.single::after,
body.blog::after,
body.archive::after,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::after,
html.wfacp_html_canvas body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.96) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.86)) !important;
  pointer-events: none !important;
}

.sawa-shell,
.sawa-header,
.sawa-main,
.sawa-footer,
html.wfacp_html_canvas .elementor,
html.wfacp_html_canvas .elementor-section,
html.wfacp_html_canvas .elementor-container,
html.wfacp_html_canvas .elementor-widget-wrap,
html.wfacp_html_canvas .elementor-widget,
html.wfacp_html_canvas .elementor-element,
html.wfacp_html_canvas .e-con,
html.wfacp_html_canvas .wfacp_checkout_page,
html.wfacp_html_canvas .wfacp_template,
html.wfacp_html_canvas .wfacp_main_wrapper {
  position: relative;
  z-index: 1;
}

.home .sawa-front-immersive::before,
.home .sawa-front-immersive::after,
.sawa-front-immersive::before,
.sawa-front-immersive::after {
  display: none !important;
  content: none !important;
}

body.single-product .sawa-shell,
body.single-product .sawa-main,
body.single-product .sawa-product-main,
body.post-type-archive-product .sawa-shell,
body.post-type-archive-product .sawa-main,
body.tax-product_cat .sawa-shell,
body.tax-product_cat .sawa-main {
  background: transparent !important;
}

body.single-product .sawa-product-gallery,
body.single-product .sawa-product-details,
body.post-type-archive-product .sawa-catalog-item a,
body.tax-product_cat .sawa-catalog-item a,
.sawa-lookbook-panel,
.sawa-lookbook-main-media,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_show_price_wrap {
  border-color: rgba(0, 0, 0, 0.28) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(6px) !important;
}

/* Keep WordPress admin bar untouched by the storefront inversion. */
#wpadminbar,
#wpadminbar *,
html.wfacp_html_canvas #wpadminbar,
html.wfacp_html_canvas #wpadminbar * {
  color: #f0f0f1 !important;
  text-shadow: none !important;
}

#wpadminbar {
  z-index: 999999 !important;
  background: #1d2327 !important;
}

#wpadminbar .ab-item,
#wpadminbar a.ab-item,
#wpadminbar > #wp-toolbar span.ab-label,
#wpadminbar > #wp-toolbar span.noticon {
  color: #f0f0f1 !important;
}

#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar #adminbarsearch::before {
  color: #a7aaad !important;
}

#wpadminbar .ab-top-menu > li.hover > .ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background: #2c3338 !important;
  color: #72aee6 !important;
}

/* FunnelKit centering pass. */
html.wfacp_html_canvas .elementor-element-54fa13da,
html.wfacp_html_canvas .elementor-widget-wfacp_form,
html.wfacp_html_canvas .wfacp_main_wrapper,
body.single-wfacp_checkout .elementor-element-54fa13da,
body.sawa-is-onecheckout .elementor-element-54fa13da {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.wfacp_html_canvas .elementor-widget-wfacp_form,
html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .woocommerce-checkout,
html.wfacp_html_canvas form.checkout {
  width: min(900px, calc(100vw - 36px)) !important;
  max-width: min(900px, calc(100vw - 36px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap {
  width: min(900px, calc(100vw - 36px)) !important;
  max-width: min(900px, calc(100vw - 36px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas .elementor-widget-wfacp_form,
  html.wfacp_html_canvas .wfacp_main_form,
  html.wfacp_html_canvas .woocommerce-checkout,
  html.wfacp_html_canvas form.checkout,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_steps_wrap {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .sawa-mobile-nav {
    background: rgba(255, 255, 255, 0.94) !important;
    border-color: rgba(0, 0, 0, 0.28) !important;
  }

  .sawa-mobile-nav a {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.22) !important;
    color: #000 !important;
  }

  .sawa-mobile-nav a:hover,
  .sawa-mobile-nav a:focus,
  .sawa-mobile-nav a.is-active {
    background: #000 !important;
    color: #fff !important;
  }
}

/* Contact page belongs to the same white system. */
.sawa-contact-main,
.sawa-contact-panel,
.sawa-contact-copy,
.sawa-contact-form {
  background: transparent !important;
  color: #000 !important;
}

.sawa-contact-panel {
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(6px) !important;
  box-shadow: none !important;
}

.sawa-contact-kicker,
.sawa-contact-copy h1,
.sawa-contact-copy p,
.sawa-contact-copy a,
.sawa-contact-form label,
.sawa-contact-form span {
  color: #000 !important;
  text-shadow: none !important;
}

.sawa-contact-copy p,
.sawa-contact-form span {
  color: rgba(0, 0, 0, 0.62) !important;
}

.sawa-contact-copy a {
  border-bottom-color: #000 !important;
}

.sawa-contact-form input,
.sawa-contact-form textarea {
  border-color: rgba(0, 0, 0, 0.3) !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.sawa-contact-form button {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.sawa-contact-form button:hover,
.sawa-contact-form button:focus {
  background: #fff !important;
  color: #000 !important;
}

/* Mobile checkout viewport centering: escape FunnelKit's inner offset. */
@media (max-width: 700px) {
  html.wfacp_html_canvas .elementor-element-54fa13da,
  html.wfacp_html_canvas .elementor-widget-wfacp_form,
  html.wfacp_html_canvas .wfacp_main_wrapper,
  body.single-wfacp_checkout .elementor-element-54fa13da,
  body.sawa-is-onecheckout .elementor-element-54fa13da {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_show_price_wrap,
  html.wfacp_html_canvas .wfacp_main_form,
  html.wfacp_html_canvas .woocommerce-checkout,
  html.wfacp_html_canvas form.checkout {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-left: calc(50% - 50vw + 14px) !important;
    margin-right: calc(50% - 50vw + 14px) !important;
  }

  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap .wfacp_mb_cart_accordian,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap .wfacp_order_summary,
  html.wfacp_html_canvas .wfacp_show_price_wrap,
  html.wfacp_html_canvas .wfacp_mb_cart_accordian {
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(0, 0, 0, 0.26) !important;
  }
}

/* Restore the mirror background: light theme, but not a flat white page. */
:root {
  --sawa-light-bg: #f7f5ef;
}

html,
body,
body.single-wfacp_checkout,
body.sawa-is-onecheckout,
html.wfacp_html_canvas,
html.wfacp_html_canvas body {
  background: var(--sawa-light-bg) !important;
}

.sawa-shell,
.sawa-main,
.sawa-front,
.sawa-front-immersive,
.sawa-catalog-main,
.sawa-product-main,
.sawa-lookbook-viewer,
.sawa-page-main,
.home .sawa-shell,
.home .sawa-front-immersive {
  background: transparent !important;
}

body::before,
body.post-type-archive-product::before,
body.tax-product_cat::before,
body.single-product::before,
body.page::before,
body.single::before,
body.blog::before,
body.archive::before,
body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before,
html.wfacp_html_canvas body::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.78) 0%, rgba(247, 245, 239, 0.26) 48%, rgba(247, 245, 239, 0.74) 100%),
    radial-gradient(circle at 72% 36%, rgba(0, 0, 0, 0.1), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.98) saturate(0.55) !important;
  animation: sawa-white-field-drift 18s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

body::after,
body.post-type-archive-product::after,
body.tax-product_cat::after,
body.single-product::after,
body.page::after,
body.single::after,
body.blog::after,
body.archive::after,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::after,
html.wfacp_html_canvas body::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.035) 0 1px, transparent 1px 13px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 245, 239, 0.28)) !important;
  pointer-events: none !important;
}

.post-type-archive-product .sawa-catalog-main,
.tax-product_cat .sawa-catalog-main,
.post-type-archive-product .sawa-catalog-grid,
.tax-product_cat .sawa-catalog-grid {
  border: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Bring the background motion back: visible mirror drift and soft texture sweep. */
@keyframes sawa-mirror-breathe {
  0% {
    transform: translate3d(-1.8%, -1.2%, 0) scale(1.06);
    filter: grayscale(1) invert(1) contrast(0.92) saturate(0.5);
  }

  45% {
    transform: translate3d(1.8%, 1%, 0) scale(1.1);
    filter: grayscale(1) invert(1) contrast(1.04) saturate(0.62);
  }

  100% {
    transform: translate3d(-0.8%, 1.8%, 0) scale(1.08);
    filter: grayscale(1) invert(1) contrast(0.96) saturate(0.56);
  }
}

@keyframes sawa-light-sweep {
  0% {
    background-position: -260px 0, 0 0;
    opacity: 0.8;
  }

  50% {
    background-position: 120px 38px, 18px 10px;
    opacity: 1;
  }

  100% {
    background-position: 420px 76px, 36px 20px;
    opacity: 0.86;
  }
}

@keyframes sawa-outline-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
    opacity: 0.34;
  }

  50% {
    transform: translate3d(20px, -14px, 0) rotate(1.2deg);
    opacity: 0.58;
  }

  100% {
    transform: translate3d(-12px, 10px, 0) rotate(-0.4deg);
    opacity: 0.42;
  }
}

body::before,
body.post-type-archive-product::before,
body.tax-product_cat::before,
body.single-product::before,
body.page::before,
body.single::before,
body.blog::before,
body.archive::before,
body.single-wfacp_checkout::before,
body.sawa-is-onecheckout::before,
html.wfacp_html_canvas body::before {
  inset: -7vh -7vw !important;
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.68) 0%, rgba(247, 245, 239, 0.16) 48%, rgba(247, 245, 239, 0.68) 100%),
    radial-gradient(circle at 68% 34%, rgba(0, 0, 0, 0.12), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  animation: sawa-mirror-breathe 12s ease-in-out infinite alternate !important;
  will-change: transform, filter !important;
}

body::after,
body.post-type-archive-product::after,
body.tax-product_cat::after,
body.single-product::after,
body.page::after,
body.single::after,
body.blog::after,
body.archive::after,
body.single-wfacp_checkout::after,
body.sawa-is-onecheckout::after,
html.wfacp_html_canvas body::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.26) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 13px) !important;
  background-size: 360px 100%, auto !important;
  animation: sawa-light-sweep 7.5s ease-in-out infinite alternate !important;
}

.sawa-home-logo-field span {
  animation: sawa-outline-float 9s ease-in-out infinite alternate !important;
}

.sawa-home-logo-field span:nth-child(2n) {
  animation-duration: 11s !important;
  animation-direction: alternate-reverse !important;
}

.sawa-home-logo-field span:nth-child(3n) {
  animation-duration: 13s !important;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .sawa-home-logo-field span {
    animation: none !important;
  }
}

/* Stronger light-mode motion so the homepage still feels alive after inversion. */
@keyframes sawa-home-logo-drift-light {
  0% {
    transform: translate3d(-1vw, 0.5vh, 0) rotate(-1deg) scale(1);
    opacity: 0.22;
  }

  45% {
    transform: translate3d(2.8vw, -2vh, 0) rotate(1.2deg) scale(1.05);
    opacity: 0.46;
  }

  100% {
    transform: translate3d(-2vw, 2.2vh, 0) rotate(-0.5deg) scale(1.02);
    opacity: 0.34;
  }
}

@keyframes sawa-menu-light-sheen {
  0% {
    transform: translateX(-130%) skewX(-18deg);
  }

  100% {
    transform: translateX(160%) skewX(-18deg);
  }
}

.home .sawa-home-logo-field {
  display: block !important;
  opacity: 1 !important;
  mix-blend-mode: multiply !important;
}

.home .sawa-home-logo-field span {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.18) !important;
  animation: sawa-home-logo-drift-light 8s ease-in-out infinite alternate !important;
  will-change: transform, opacity !important;
}

.home .sawa-home-logo-field span:nth-child(2n) {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.24) !important;
  animation-duration: 10s !important;
  animation-direction: alternate-reverse !important;
}

.home .sawa-home-logo-field span:nth-child(3n) {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.13) !important;
  animation-duration: 12s !important;
}

.home .sawa-home-menu-item {
  position: relative !important;
  overflow: hidden !important;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease !important;
}

.home .sawa-home-menu-item::after {
  content: "" !important;
  position: absolute !important;
  inset: -20% auto -20% 0 !important;
  width: 34% !important;
  display: block !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.home .sawa-home-menu-item:hover,
.home .sawa-home-menu-item:focus {
  transform: translate3d(8px, -2px, 0) !important;
}

.home .sawa-home-menu-item:hover::after,
.home .sawa-home-menu-item:focus::after {
  opacity: 1 !important;
  animation: sawa-menu-light-sheen 760ms ease-out 1 !important;
}

@media (prefers-reduced-motion: reduce) {
  .home .sawa-home-logo-field span,
  .home .sawa-home-menu-item:hover::after,
  .home .sawa-home-menu-item:focus::after {
    animation: none !important;
  }
}

/* Reactive neon layer: the page gets faster and brighter when users interact. */
@keyframes sawa-neon-field-burst {
  0% {
    transform: translate3d(-2.4%, -1.8%, 0) scale(1.08) rotate(-0.15deg);
    filter: grayscale(1) invert(1) contrast(1.02) saturate(0.7);
  }

  50% {
    transform: translate3d(2.6%, 1.6%, 0) scale(1.13) rotate(0.2deg);
    filter: grayscale(1) invert(1) contrast(1.18) saturate(1.05);
  }

  100% {
    transform: translate3d(-1.4%, 2.4%, 0) scale(1.1) rotate(-0.08deg);
    filter: grayscale(1) invert(1) contrast(1.08) saturate(0.88);
  }
}

@keyframes sawa-neon-sweep-burst {
  0% {
    background-position: -420px 0, 0 0, 50% 50%, 50% 50%;
    opacity: 0.72;
  }

  45% {
    background-position: 40px 24px, 18px 10px, 46% 52%, 54% 48%;
    opacity: 1;
  }

  100% {
    background-position: 520px 70px, 36px 20px, 52% 46%, 48% 54%;
    opacity: 0.84;
  }
}

@keyframes sawa-neon-edge-pulse {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.82),
      0 0 0 rgba(0, 255, 209, 0);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(0, 255, 209, 0.88),
      0 0 18px rgba(0, 255, 209, 0.48),
      0 0 44px rgba(185, 255, 82, 0.2);
  }
}

body:has(a:hover)::before,
body:has(button:hover)::before,
body:has(input:focus)::before,
body:has(select:focus)::before,
body:has(textarea:focus)::before,
body:has(.sawa-home-menu-item:hover)::before,
body:has(.sawa-catalog-item a:hover)::before,
body:has(.sawa-bag-link:hover)::before,
body:has(.sawa-product-thumbs a:hover)::before,
body:has(.sawa-lookbook-arrow:hover)::before,
html.wfacp_html_canvas body:has(a:hover)::before,
html.wfacp_html_canvas body:has(button:hover)::before,
html.wfacp_html_canvas body:has(input:focus)::before {
  animation: sawa-neon-field-burst 4.2s ease-in-out infinite alternate !important;
}

body:has(a:hover)::after,
body:has(button:hover)::after,
body:has(input:focus)::after,
body:has(select:focus)::after,
body:has(textarea:focus)::after,
body:has(.sawa-home-menu-item:hover)::after,
body:has(.sawa-catalog-item a:hover)::after,
body:has(.sawa-bag-link:hover)::after,
body:has(.sawa-product-thumbs a:hover)::after,
body:has(.sawa-lookbook-arrow:hover)::after,
html.wfacp_html_canvas body:has(a:hover)::after,
html.wfacp_html_canvas body:has(button:hover)::after,
html.wfacp_html_canvas body:has(input:focus)::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(0, 255, 209, 0.24) 38%, rgba(255, 255, 255, 0.34) 48%, transparent 66%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.052) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 22% 32%, rgba(0, 255, 209, 0.18), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(185, 255, 82, 0.14), transparent 26%) !important;
  background-size: 440px 100%, auto, 100% 100%, 100% 100% !important;
  animation: sawa-neon-sweep-burst 2.6s ease-in-out infinite alternate !important;
}

.home .sawa-front-immersive:has(.sawa-home-menu-item:hover) .sawa-home-logo-field span,
.home .sawa-front-immersive:has(.sawa-home-menu-item:focus) .sawa-home-logo-field span {
  -webkit-text-stroke-color: rgba(0, 255, 209, 0.42) !important;
  animation-duration: 3.2s !important;
  opacity: 0.58 !important;
  text-shadow:
    0 0 14px rgba(0, 255, 209, 0.3),
    0 0 34px rgba(185, 255, 82, 0.14) !important;
}

.sawa-home-menu-item:hover,
.sawa-home-menu-item:focus,
.sawa-mobile-nav a:hover,
.sawa-mobile-nav a:focus,
.sawa-mobile-nav a.is-active,
.sawa-bag-link:hover,
.sawa-bag-link:focus,
.sawa-catalog-item a:hover,
.sawa-catalog-item a:focus,
.sawa-product-actions .button:hover,
.sawa-product-actions .button:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.sawa-product-keep-shopping:hover,
.sawa-product-keep-shopping:focus,
.sawa-product-thumbs a:hover,
.sawa-product-thumbs a:focus,
.sawa-lookbook-arrow:hover,
.sawa-lookbook-arrow:focus,
.sawa-contact-form button:hover,
.sawa-contact-form button:focus,
html.wfacp_html_canvas #place_order:hover,
html.wfacp_html_canvas #place_order:focus {
  border-color: rgba(0, 255, 209, 0.92) !important;
  animation: sawa-neon-edge-pulse 1.4s ease-in-out infinite !important;
  text-shadow:
    0 0 10px rgba(0, 255, 209, 0.45),
    0 0 22px rgba(185, 255, 82, 0.18) !important;
}

.sawa-footer a:hover,
.sawa-footer a:focus {
  color: #000 !important;
  text-shadow:
    0 0 8px rgba(0, 255, 209, 0.55),
    0 0 24px rgba(185, 255, 82, 0.24) !important;
}

.sawa-footer a:hover::after,
.sawa-footer a:focus::after,
.sawa-mobile-nav a:hover::after,
.sawa-mobile-nav a:focus::after {
  background: rgba(0, 255, 209, 0.86) !important;
  box-shadow:
    0 0 10px rgba(0, 255, 209, 0.65),
    0 0 24px rgba(185, 255, 82, 0.28) !important;
}

@media (prefers-reduced-motion: reduce) {
  body:has(a:hover)::before,
  body:has(button:hover)::before,
  body:has(input:focus)::before,
  body:has(select:focus)::before,
  body:has(textarea:focus)::before,
  body:has(a:hover)::after,
  body:has(button:hover)::after,
  body:has(input:focus)::after,
  body:has(select:focus)::after,
  body:has(textarea:focus)::after,
  .sawa-home-menu-item:hover,
  .sawa-home-menu-item:focus,
  .sawa-mobile-nav a:hover,
  .sawa-mobile-nav a:focus,
  .sawa-bag-link:hover,
  .sawa-bag-link:focus,
  .sawa-catalog-item a:hover,
  .sawa-catalog-item a:focus,
  .sawa-product-actions .button:hover,
  .sawa-product-actions .button:focus,
  .single_add_to_cart_button:hover,
  .single_add_to_cart_button:focus,
  .sawa-product-keep-shopping:hover,
  .sawa-product-keep-shopping:focus,
  .sawa-product-thumbs a:hover,
  .sawa-product-thumbs a:focus,
  .sawa-lookbook-arrow:hover,
  .sawa-lookbook-arrow:focus,
  .sawa-contact-form button:hover,
  .sawa-contact-form button:focus {
    animation: none !important;
  }
}

/* Dual template switch: dark by default, light when selected by the visitor. */
.sawa-theme-toggle {
  position: fixed;
  top: clamp(64px, 9.2vh, 104px);
  right: clamp(18px, 4vw, 52px);
  z-index: 91;
  min-width: 74px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  color: #000;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1;
  text-transform: lowercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sawa-theme-toggle:hover,
.sawa-theme-toggle:focus {
  border-color: rgba(0, 255, 209, 0.92);
  transform: translateY(-2px);
  box-shadow:
    0 0 16px rgba(0, 255, 209, 0.34),
    0 0 34px rgba(185, 255, 82, 0.16);
}

@keyframes sawa-dark-mirror-breathe {
  0% {
    transform: translate3d(-1.8%, -1.2%, 0) scale(1.06);
    filter: grayscale(1) contrast(1.08) saturate(0.72);
  }

  45% {
    transform: translate3d(1.8%, 1%, 0) scale(1.1);
    filter: grayscale(0.92) contrast(1.24) saturate(0.96);
  }

  100% {
    transform: translate3d(-0.8%, 1.8%, 0) scale(1.08);
    filter: grayscale(1) contrast(1.14) saturate(0.82);
  }
}

@keyframes sawa-dark-light-sweep {
  0% {
    background-position: -260px 0, 0 0;
    opacity: 0.76;
  }

  50% {
    background-position: 120px 38px, 18px 10px;
    opacity: 1;
  }

  100% {
    background-position: 420px 76px, 36px 20px;
    opacity: 0.82;
  }
}

@keyframes sawa-dark-neon-field-burst {
  0% {
    transform: translate3d(-2.4%, -1.8%, 0) scale(1.08) rotate(-0.15deg);
    filter: grayscale(0.9) contrast(1.16) saturate(1.02);
  }

  50% {
    transform: translate3d(2.6%, 1.6%, 0) scale(1.13) rotate(0.2deg);
    filter: grayscale(0.78) contrast(1.34) saturate(1.28);
  }

  100% {
    transform: translate3d(-1.4%, 2.4%, 0) scale(1.1) rotate(-0.08deg);
    filter: grayscale(0.86) contrast(1.22) saturate(1.1);
  }
}

html.sawa-theme-dark body.sawa-theme-dark,
html:not(.sawa-theme-light) body.sawa-theme-dark,
html.sawa-theme-dark body.sawa-theme-dark .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-shell,
html.sawa-theme-dark body.sawa-theme-dark .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-front,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-front,
html.sawa-theme-dark body.sawa-theme-dark .sawa-front-immersive,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-front-immersive,
html.sawa-theme-dark body.sawa-theme-dark .sawa-catalog-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-catalog-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-viewer,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-viewer,
html.sawa-theme-dark body.sawa-theme-dark .sawa-page-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-page-main,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout {
  background: #020202 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

html.sawa-theme-dark body.sawa-theme-dark::before,
html:not(.sawa-theme-light) body.sawa-theme-dark::before,
html.sawa-theme-dark body.sawa-theme-dark.post-type-archive-product::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.post-type-archive-product::before,
html.sawa-theme-dark body.sawa-theme-dark.tax-product_cat::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.tax-product_cat::before,
html.sawa-theme-dark body.sawa-theme-dark.single-product::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product::before,
html.sawa-theme-dark body.sawa-theme-dark.page::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.page::before,
html.sawa-theme-dark body.sawa-theme-dark.single::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.single::before,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout::before,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout::before {
  content: "" !important;
  position: fixed !important;
  inset: -7vh -7vw !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.86) 100%),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.12) saturate(0.8) !important;
  animation: sawa-dark-mirror-breathe 12s ease-in-out infinite alternate !important;
  pointer-events: none !important;
  will-change: transform, filter !important;
}

html.sawa-theme-dark body.sawa-theme-dark::after,
html:not(.sawa-theme-light) body.sawa-theme-dark::after,
html.sawa-theme-dark body.sawa-theme-dark.post-type-archive-product::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.post-type-archive-product::after,
html.sawa-theme-dark body.sawa-theme-dark.tax-product_cat::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.tax-product_cat::after,
html.sawa-theme-dark body.sawa-theme-dark.single-product::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product::after,
html.sawa-theme-dark body.sawa-theme-dark.page::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.page::after,
html.sawa-theme-dark body.sawa-theme-dark.single::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.single::after,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout::after,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.13) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 13px) !important;
  background-size: 360px 100%, auto !important;
  animation: sawa-dark-light-sweep 7.5s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-header,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-header,
html.sawa-theme-dark body.sawa-theme-dark .sawa-footer,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer,
html.sawa-theme-dark body.sawa-theme-dark.home .sawa-header,
html:not(.sawa-theme-light) body.sawa-theme-dark.home .sawa-header,
html.sawa-theme-dark body.sawa-theme-dark.home .sawa-footer,
html:not(.sawa-theme-light) body.sawa-theme-dark.home .sawa-footer {
  background: transparent !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-brand,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-brand,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-panel-brand,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-panel-brand,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-brand,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-brand,
html.sawa-theme-dark body.sawa-theme-dark html.wfacp_html_canvas .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark html.wfacp_html_canvas .elementor-element-104ca3cf img {
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.44) !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-brand img,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-brand img,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-panel-brand img,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-panel-brand img,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-brand img,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-brand img,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .elementor-element-104ca3cf img,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-104ca3cf img {
  content: url("assets/sawa-logo-white.png") !important;
  filter: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-time,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-time,
html.sawa-theme-dark body.sawa-theme-dark .sawa-footer,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer,
html.sawa-theme-dark body.sawa-theme-dark .sawa-footer a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-catalog-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-catalog-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-catalog-main *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-catalog-main *,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-main *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-main *,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-viewer,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-viewer,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-viewer *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-viewer *,
html.sawa-theme-dark body.sawa-theme-dark .sawa-page-main,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-page-main,
html.sawa-theme-dark body.sawa-theme-dark .sawa-page-main *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-page-main * {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-time,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-time,
html.sawa-theme-dark body.sawa-theme-dark .sawa-footer a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-catalog-status,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-catalog-status,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-description,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-description,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-note,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-note,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-copy p,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-copy p,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-count,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-count,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-archive,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-archive {
  color: rgba(255, 255, 255, 0.58) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.home .sawa-home-texture,
html:not(.sawa-theme-light) body.sawa-theme-dark.home .sawa-home-texture {
  display: block !important;
  opacity: 0.18 !important;
  filter: contrast(1.18) grayscale(1) !important;
  mix-blend-mode: screen !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-logo-field,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-logo-field {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-logo-field span,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-logo-field span {
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.26) !important;
  text-shadow: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-menu-label,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-menu-label {
  color: rgba(255, 255, 255, 0.94) !important;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.16),
    0 0 28px rgba(0, 255, 209, 0.08) !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-menu-item,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-menu-item,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-bag-link,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-bag-link,
html.sawa-theme-dark body.sawa-theme-dark .sawa-theme-toggle,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-theme-toggle,
html.sawa-theme-dark body.sawa-theme-dark .sawa-catalog-item a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-catalog-item a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-gallery,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-gallery,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-details,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-details,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-thumbs a,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-thumbs a,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-main-media,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-main-media,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-panel,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-panel,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-arrow,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-arrow,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-count,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-count,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-archive,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-archive,
html.sawa-theme-dark body.sawa-theme-dark .sawa-page-content,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-page-content,
html.sawa-theme-dark body.sawa-theme-dark .sawa-contact-form,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-contact-form,
html.sawa-theme-dark body.sawa-theme-dark .sawa-contact-form input,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-contact-form input,
html.sawa-theme-dark body.sawa-theme-dark .sawa-contact-form textarea,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-contact-form textarea,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form {
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(0, 0, 0, 0.64) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.36) !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-menu-item:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-menu-item:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-home-menu-item:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-menu-item:focus,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a:focus,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a.is-active,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a.is-active,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-thumbs a:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-thumbs a:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-lookbook-arrow:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-lookbook-arrow:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-home-menu-item:hover *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-home-menu-item:hover *,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a:hover *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a:hover *,
html.sawa-theme-dark body.sawa-theme-dark .sawa-mobile-nav a.is-active *,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-mobile-nav a.is-active * {
  color: #000 !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-product-actions .button,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-actions .button,
html.sawa-theme-dark body.sawa-theme-dark .single_add_to_cart_button,
html:not(.sawa-theme-light) body.sawa-theme-dark .single_add_to_cart_button,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-keep-shopping,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-keep-shopping,
html.sawa-theme-dark body.sawa-theme-dark .sawa-contact-form button,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-contact-form button,
html.sawa-theme-dark body.sawa-theme-dark .woocommerce a.button,
html:not(.sawa-theme-light) body.sawa-theme-dark .woocommerce a.button,
html.sawa-theme-dark body.sawa-theme-dark .woocommerce button.button,
html:not(.sawa-theme-light) body.sawa-theme-dark .woocommerce button.button,
html.sawa-theme-dark body.sawa-theme-dark .woocommerce input.button,
html:not(.sawa-theme-light) body.sawa-theme-dark .woocommerce input.button,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout #place_order,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout #place_order {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-product-actions .button:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-actions .button:hover,
html.sawa-theme-dark body.sawa-theme-dark .single_add_to_cart_button:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .single_add_to_cart_button:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-product-keep-shopping:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-product-keep-shopping:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-contact-form button:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-contact-form button:hover {
  border-color: rgba(0, 255, 209, 0.92) !important;
  background: #000 !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-theme-dark .sawa-footer a:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer a:hover,
html.sawa-theme-dark body.sawa-theme-dark .sawa-footer a:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark .sawa-footer a:focus {
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-theme-dark:has(a:hover)::before,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(a:hover)::before,
html.sawa-theme-dark body.sawa-theme-dark:has(button:hover)::before,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(button:hover)::before,
html.sawa-theme-dark body.sawa-theme-dark:has(input:focus)::before,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(input:focus)::before {
  animation: sawa-dark-neon-field-burst 4.2s ease-in-out infinite alternate !important;
}

html.sawa-theme-dark body.sawa-theme-dark:has(a:hover)::after,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(a:hover)::after,
html.sawa-theme-dark body.sawa-theme-dark:has(button:hover)::after,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(button:hover)::after,
html.sawa-theme-dark body.sawa-theme-dark:has(input:focus)::after,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(input:focus)::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(0, 255, 209, 0.26) 38%, rgba(255, 255, 255, 0.22) 48%, transparent 66%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 22% 32%, rgba(0, 255, 209, 0.16), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(185, 255, 82, 0.12), transparent 26%) !important;
  background-size: 440px 100%, auto, 100% 100%, 100% 100% !important;
  animation: sawa-neon-sweep-burst 2.6s ease-in-out infinite alternate !important;
}

@media (max-width: 700px) {
  .sawa-theme-toggle {
    top: 62px;
    right: 14px;
    min-width: 62px;
    height: 28px;
  }

  body.home .sawa-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 89 !important;
    transform: none !important;
    will-change: auto !important;
  }

  body.home .sawa-brand,
  body.home .sawa-brand img {
    transform: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  body.home .sawa-front-immersive {
    padding-top: 138px !important;
  }
}

/* Final interaction pass: any interactive hover wakes up the site animation. */
body:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::before,
body:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::before,
body:has(:is(input, select, textarea):focus)::before {
  animation: sawa-neon-field-burst 4.2s ease-in-out infinite alternate !important;
}

body:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::after,
body:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::after,
body:has(:is(input, select, textarea):focus)::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(0, 255, 209, 0.24) 38%, rgba(255, 255, 255, 0.34) 48%, transparent 66%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.052) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 22% 32%, rgba(0, 255, 209, 0.18), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(185, 255, 82, 0.14), transparent 26%) !important;
  background-size: 440px 100%, auto, 100% 100%, 100% 100% !important;
  animation: sawa-neon-sweep-burst 2.6s ease-in-out infinite alternate !important;
}

html.sawa-theme-dark body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::before,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::before,
html.sawa-theme-dark body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::before,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::before {
  animation: sawa-dark-neon-field-burst 4.2s ease-in-out infinite alternate !important;
}

html.sawa-theme-dark body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::after,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):hover)::after,
html.sawa-theme-dark body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::after,
html:not(.sawa-theme-light) body.sawa-theme-dark:has(:is(a, button, .button, [role="button"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, summary):focus)::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(0, 255, 209, 0.26) 38%, rgba(255, 255, 255, 0.22) 48%, transparent 66%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 11px),
    radial-gradient(circle at 22% 32%, rgba(0, 255, 209, 0.16), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(185, 255, 82, 0.12), transparent 26%) !important;
  background-size: 440px 100%, auto, 100% 100%, 100% 100% !important;
  animation: sawa-neon-sweep-burst 2.6s ease-in-out infinite alternate !important;
}

/* Checkout final framing: FunnelKit stays centered and readable on desktop/mobile. */
html.wfacp_html_canvas,
html.wfacp_html_canvas body,
body.single-wfacp_checkout,
body.sawa-is-onecheckout {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

html.wfacp_html_canvas .elementor,
html.wfacp_html_canvas .elementor-section,
html.wfacp_html_canvas .elementor-container,
html.wfacp_html_canvas .elementor-widget-wrap,
html.wfacp_html_canvas .e-con,
html.wfacp_html_canvas .elementor-element,
html.wfacp_html_canvas .wfacp_checkout_page,
html.wfacp_html_canvas .wfacp_template,
html.wfacp_html_canvas .wfacp_main_wrapper,
body.single-wfacp_checkout .elementor,
body.sawa-is-onecheckout .elementor {
  max-width: 100vw !important;
  box-sizing: border-box !important;
}

html.wfacp_html_canvas .elementor-element-7f7cb577,
html.wfacp_html_canvas .elementor-section:first-of-type,
body.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-is-onecheckout .elementor-element-7f7cb577 {
  width: min(920px, calc(100vw - 48px)) !important;
  max-width: min(920px, calc(100vw - 48px)) !important;
  margin: 42px auto 24px !important;
  padding: 16px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box !important;
  transform: none !important;
}

html.wfacp_html_canvas .elementor-element-104ca3cf img,
body.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-is-onecheckout .elementor-element-104ca3cf img {
  width: 136px !important;
  min-width: 136px !important;
  height: 42px !important;
  object-fit: contain !important;
  padding: 7px 12px !important;
  box-sizing: border-box !important;
}

html.wfacp_html_canvas.sawa-theme-dark .elementor-element-7f7cb577,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .elementor-element-7f7cb577,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-7f7cb577,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .elementor-element-7f7cb577,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(0, 0, 0, 0.68) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .elementor-element-104ca3cf img,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .elementor-element-104ca3cf img,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-104ca3cf img {
  content: url("assets/sawa-logo-white.png") !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: #000 !important;
}

html.wfacp_html_canvas .elementor-element-54fa13da,
html.wfacp_html_canvas .elementor-widget-wfacp_form,
html.wfacp_html_canvas .wfacp_main_wrapper,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas .woocommerce-checkout,
body.single-wfacp_checkout .elementor-element-54fa13da,
body.sawa-is-onecheckout .elementor-element-54fa13da {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: clamp(18px, 3.4vw, 40px) !important;
  padding-left: clamp(18px, 3.4vw, 40px) !important;
  display: flex !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transform: none !important;
}

html.wfacp_html_canvas .wfacp_main_form,
html.wfacp_html_canvas .wfacp-form,
html.wfacp_html_canvas .wfacp_form,
html.wfacp_html_canvas form.checkout,
html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas .wfacp_show_price_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap,
body.single-wfacp_checkout .wfacp_main_form,
body.sawa-is-onecheckout .wfacp_main_form {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: min(920px, calc(100vw - 48px)) !important;
  max-width: min(920px, calc(100vw - 48px)) !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
}

html.wfacp_html_canvas .wfacp_main_form,
body.single-wfacp_checkout .wfacp_main_form,
body.sawa-is-onecheckout .wfacp_main_form {
  margin-top: clamp(28px, 6vh, 72px) !important;
  margin-bottom: 80px !important;
  padding: clamp(20px, 4vw, 42px) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(0, 0, 0, 0.74) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form *,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html.sawa-theme-dark body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form *,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form *,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form *,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form * {
  color: rgba(255, 255, 255, 0.88) !important;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .select2-selection {
  min-height: 48px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
}

html.wfacp_html_canvas .wfacp_main_form input,
html.wfacp_html_canvas .wfacp_main_form select,
html.wfacp_html_canvas .wfacp_main_form textarea,
html.wfacp_html_canvas .wfacp_main_form input::placeholder,
html.wfacp_html_canvas .wfacp_main_form textarea::placeholder {
  color: #111 !important;
}

html.wfacp_html_canvas .wfacp_main_form .wfacp_section_title,
html.wfacp_html_canvas .wfacp_main_form h1,
html.wfacp_html_canvas .wfacp_main_form h2,
html.wfacp_html_canvas .wfacp_main_form h3 {
  opacity: 1 !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas .elementor-element-7f7cb577,
  html.wfacp_html_canvas .elementor-section:first-of-type,
  body.single-wfacp_checkout .elementor-element-7f7cb577,
  body.sawa-is-onecheckout .elementor-element-7f7cb577 {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 24px auto 20px !important;
    padding: 18px 14px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  html.wfacp_html_canvas .elementor-element-54fa13da,
  html.wfacp_html_canvas .elementor-widget-wfacp_form,
  html.wfacp_html_canvas .wfacp_main_wrapper,
  html.wfacp_html_canvas .wfacp_form,
  html.wfacp_html_canvas .woocommerce-checkout,
  body.single-wfacp_checkout .elementor-element-54fa13da,
  body.sawa-is-onecheckout .elementor-element-54fa13da {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.wfacp_html_canvas .wfacp_main_form,
  html.wfacp_html_canvas .wfacp-form,
  html.wfacp_html_canvas .wfacp_form,
  html.wfacp_html_canvas form.checkout,
  html.wfacp_html_canvas .wfacp_mb_mini_cart_wrap,
  html.wfacp_html_canvas .wfacp_show_price_wrap,
  html.wfacp_html_canvas .wfacp_steps_wrap,
  body.single-wfacp_checkout .wfacp_main_form,
  body.sawa-is-onecheckout .wfacp_main_form {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.wfacp_html_canvas .wfacp_main_form,
  body.single-wfacp_checkout .wfacp_main_form,
  body.sawa-is-onecheckout .wfacp_main_form {
    margin-top: 20px !important;
    padding: 18px 14px !important;
  }
}

/* Lookbook filmstrip: visible thumbnails for direct image selection. */
.sawa-lookbook-filmstrip {
  position: absolute;
  top: calc(120px + min(520px, 46vh) + 14px);
  left: 50%;
  z-index: 6;
  width: min(520px, 42vw);
  max-width: calc(100vw - 32px);
  display: flex;
  gap: 6px;
  padding: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
  scrollbar-width: thin;
}

.sawa-lookbook-thumb {
  width: 42px;
  height: 56px;
  padding: 0;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: #000;
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.sawa-lookbook-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sawa-lookbook-thumb:hover,
.sawa-lookbook-thumb:focus,
.sawa-lookbook-thumb.is-current {
  opacity: 1;
  border-color: rgba(0, 255, 209, 0.92);
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(0, 255, 209, 0.42),
    0 0 26px rgba(185, 255, 82, 0.16);
}

html.sawa-theme-light .sawa-lookbook-filmstrip,
body.sawa-theme-light .sawa-lookbook-filmstrip {
  border-color: rgba(0, 0, 0, 0.24);
  background: rgba(255, 255, 255, 0.78);
}

html.sawa-theme-light .sawa-lookbook-thumb,
body.sawa-theme-light .sawa-lookbook-thumb {
  border-color: rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media (max-width: 700px) {
  .sawa-lookbook-filmstrip {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin: 12px auto 16px;
    transform: none;
  }

  .sawa-lookbook-thumb {
    width: 38px;
    height: 52px;
  }
}

/* Checkout theme parity: FunnelKit follows the selected SAWA color mode fully. */
html.wfacp_html_canvas.sawa-theme-light,
html.wfacp_html_canvas.sawa-theme-light body,
html.sawa-theme-light body.single-wfacp_checkout,
html.sawa-theme-light body.sawa-is-onecheckout,
body.sawa-theme-light.single-wfacp_checkout,
body.sawa-theme-light.sawa-is-onecheckout {
  background: #f7f5ef !important;
  color: #000 !important;
}

html.wfacp_html_canvas.sawa-theme-light body::before,
html.sawa-theme-light body.single-wfacp_checkout::before,
html.sawa-theme-light body.sawa-is-onecheckout::before,
body.sawa-theme-light.single-wfacp_checkout::before,
body.sawa-theme-light.sawa-is-onecheckout::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 239, 0.78) 0%, rgba(247, 245, 239, 0.26) 48%, rgba(247, 245, 239, 0.74) 100%),
    radial-gradient(circle at 72% 36%, rgba(0, 0, 0, 0.1), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) invert(1) contrast(0.98) saturate(0.55) !important;
}

html.wfacp_html_canvas.sawa-theme-light body::after,
html.sawa-theme-light body.single-wfacp_checkout::after,
html.sawa-theme-light body.sawa-is-onecheckout::after,
body.sawa-theme-light.single-wfacp_checkout::after,
body.sawa-theme-light.sawa-is-onecheckout::after {
  background:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.035) 0 1px, transparent 1px 13px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 245, 239, 0.28)) !important;
}

html.wfacp_html_canvas.sawa-theme-light .elementor-element-7f7cb577,
html.sawa-theme-light body.single-wfacp_checkout .elementor-element-7f7cb577,
html.sawa-theme-light body.sawa-is-onecheckout .elementor-element-7f7cb577,
body.sawa-theme-light.single-wfacp_checkout .elementor-element-7f7cb577,
body.sawa-theme-light.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.1) !important;
}

html.wfacp_html_canvas.sawa-theme-light .elementor-element-104ca3cf img,
html.sawa-theme-light body.single-wfacp_checkout .elementor-element-104ca3cf img,
html.sawa-theme-light body.sawa-is-onecheckout .elementor-element-104ca3cf img,
body.sawa-theme-light.single-wfacp_checkout .elementor-element-104ca3cf img,
body.sawa-theme-light.sawa-is-onecheckout .elementor-element-104ca3cf img {
  content: url("assets/sawa-logo-black.png") !important;
  border-color: rgba(0, 0, 0, 0.72) !important;
  background: #fff !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form,
html.wfacp_html_canvas.sawa-theme-light .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas.sawa-theme-light .wfacp_show_price_wrap,
html.wfacp_html_canvas.sawa-theme-light .wfacp_mb_cart_accordian,
html.wfacp_html_canvas.sawa-theme-light .wfacp_order_summary,
html.sawa-theme-light body.single-wfacp_checkout .wfacp_main_form,
html.sawa-theme-light body.sawa-is-onecheckout .wfacp_main_form,
body.sawa-theme-light.single-wfacp_checkout .wfacp_main_form,
body.sawa-theme-light.sawa-is-onecheckout .wfacp_main_form {
  border-color: rgba(0, 0, 0, 0.28) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: #000 !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.12) !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form *,
html.wfacp_html_canvas.sawa-theme-light .wfacp_mb_mini_cart_wrap *,
html.wfacp_html_canvas.sawa-theme-light .wfacp_show_price_wrap *,
html.sawa-theme-light body.single-wfacp_checkout .wfacp_main_form *,
html.sawa-theme-light body.sawa-is-onecheckout .wfacp_main_form *,
body.sawa-theme-light.single-wfacp_checkout .wfacp_main_form *,
body.sawa-theme-light.sawa-is-onecheckout .wfacp_main_form * {
  color: #000 !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form label,
html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form p,
html.wfacp_html_canvas.sawa-theme-light .wfacp_steps_wrap,
html.wfacp_html_canvas.sawa-theme-light .wfacp_steps_wrap *,
html.wfacp_html_canvas.sawa-theme-light .woocommerce-privacy-policy-text,
html.wfacp_html_canvas.sawa-theme-light .woocommerce-privacy-policy-text * {
  color: rgba(0, 0, 0, 0.64) !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form input,
html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form select,
html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form textarea,
html.wfacp_html_canvas.sawa-theme-light .select2-selection {
  border-color: rgba(0, 0, 0, 0.26) !important;
  background: #fff !important;
  color: #000 !important;
}

html.wfacp_html_canvas.sawa-theme-dark,
html.wfacp_html_canvas.sawa-theme-dark body,
html.sawa-theme-dark body.single-wfacp_checkout,
html.sawa-theme-dark body.sawa-is-onecheckout,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout {
  background: #020202 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

html.wfacp_html_canvas.sawa-theme-dark body::before,
html.sawa-theme-dark body.single-wfacp_checkout::before,
html.sawa-theme-dark body.sawa-is-onecheckout::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.86) 100%),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.12) saturate(0.8) !important;
}

html.wfacp_html_canvas.sawa-theme-dark body::after,
html.sawa-theme-dark body.single-wfacp_checkout::after,
html.sawa-theme-dark body.sawa-is-onecheckout::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout::after {
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.13) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 13px) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .elementor-element-7f7cb577,
html.sawa-theme-dark body.single-wfacp_checkout .elementor-element-7f7cb577,
html.sawa-theme-dark body.sawa-is-onecheckout .elementor-element-7f7cb577,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .elementor-element-7f7cb577,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-7f7cb577 {
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(0, 0, 0, 0.76) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.44) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .elementor-element-104ca3cf img,
html.sawa-theme-dark body.single-wfacp_checkout .elementor-element-104ca3cf img,
html.sawa-theme-dark body.sawa-is-onecheckout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .elementor-element-104ca3cf img,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .elementor-element-104ca3cf img {
  content: url("assets/sawa-logo-white.png") !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background: #000 !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_mb_mini_cart_wrap,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_show_price_wrap,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_mb_cart_accordian,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_order_summary,
html.sawa-theme-dark body.single-wfacp_checkout .wfacp_main_form,
html.sawa-theme-dark body.sawa-is-onecheckout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(0, 0, 0, 0.78) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.48) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form *,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_mb_mini_cart_wrap *,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_show_price_wrap *,
html.sawa-theme-dark body.single-wfacp_checkout .wfacp_main_form *,
html.sawa-theme-dark body.sawa-is-onecheckout .wfacp_main_form *,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_main_form *,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_main_form * {
  color: rgba(255, 255, 255, 0.9) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form label,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form p,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_steps_wrap,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_steps_wrap *,
html.wfacp_html_canvas.sawa-theme-dark .woocommerce-privacy-policy-text,
html.wfacp_html_canvas.sawa-theme-dark .woocommerce-privacy-policy-text * {
  color: rgba(255, 255, 255, 0.64) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form input,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form select,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form textarea,
html.wfacp_html_canvas.sawa-theme-dark .select2-selection {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form input::placeholder,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .select2-selection__rendered,
html.wfacp_html_canvas.sawa-theme-dark .select2-selection__placeholder {
  color: #fff !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_steps_wrap,
html.sawa-theme-dark body.single-wfacp_checkout .wfacp_steps_wrap,
html.sawa-theme-dark body.sawa-is-onecheckout .wfacp_steps_wrap,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_steps_wrap,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_steps_wrap {
  filter: invert(1) grayscale(1) brightness(1.45) !important;
  opacity: 0.78 !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_steps_wrap,
html.sawa-theme-light body.single-wfacp_checkout .wfacp_steps_wrap,
html.sawa-theme-light body.sawa-is-onecheckout .wfacp_steps_wrap,
body.sawa-theme-light.single-wfacp_checkout .wfacp_steps_wrap,
body.sawa-theme-light.sawa-is-onecheckout .wfacp_steps_wrap {
  filter: none !important;
  opacity: 0.86 !important;
}

html.wfacp_html_canvas .sawa-checkout-trust,
html.wfacp_html_canvas .sawa-checkout-trust span,
html.wfacp_html_canvas .wfacp_steps_wrap,
html.wfacp_html_canvas .wfacp_steps_wrap *,
body.single-wfacp_checkout .wfacp_steps_wrap,
body.single-wfacp_checkout .wfacp_steps_wrap *,
body.sawa-is-onecheckout .wfacp_steps_wrap,
body.sawa-is-onecheckout .wfacp_steps_wrap * {
  opacity: 1 !important;
}

html.wfacp_html_canvas.sawa-theme-light .sawa-checkout-trust,
html.wfacp_html_canvas.sawa-theme-light .sawa-checkout-trust span,
html.wfacp_html_canvas.sawa-theme-light .wfacp_steps_wrap,
html.wfacp_html_canvas.sawa-theme-light .wfacp_steps_wrap *,
html.sawa-theme-light body.single-wfacp_checkout .wfacp_steps_wrap,
html.sawa-theme-light body.single-wfacp_checkout .wfacp_steps_wrap *,
html.sawa-theme-light body.sawa-is-onecheckout .wfacp_steps_wrap,
html.sawa-theme-light body.sawa-is-onecheckout .wfacp_steps_wrap * {
  color: rgba(0, 0, 0, 0.78) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .sawa-checkout-trust,
html.wfacp_html_canvas.sawa-theme-dark .sawa-checkout-trust span,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_steps_wrap,
html.wfacp_html_canvas.sawa-theme-dark .wfacp_steps_wrap *,
html.sawa-theme-dark body.single-wfacp_checkout .wfacp_steps_wrap,
html.sawa-theme-dark body.single-wfacp_checkout .wfacp_steps_wrap *,
html.sawa-theme-dark body.sawa-is-onecheckout .wfacp_steps_wrap,
html.sawa-theme-dark body.sawa-is-onecheckout .wfacp_steps_wrap *,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_steps_wrap,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-wfacp_checkout .wfacp_steps_wrap *,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_steps_wrap,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-onecheckout .wfacp_steps_wrap * {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas .wfacp_steps_wrap,
  body.single-wfacp_checkout .wfacp_steps_wrap,
  body.sawa-is-onecheckout .wfacp_steps_wrap {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  html.wfacp_html_canvas .wfacp_steps_wrap *,
  body.single-wfacp_checkout .wfacp_steps_wrap *,
  body.sawa-is-onecheckout .wfacp_steps_wrap * {
    font-size: 10px !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 700px) {
  body.sawa-is-lookbook {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-viewer {
    min-height: 100vh !important;
    padding-bottom: 142px !important;
    overflow: visible !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-stage {
    height: calc(100vh - 224px) !important;
    min-height: 360px !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-main-media img {
    max-height: calc(100vh - 280px) !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-filmstrip {
    margin-top: 10px !important;
    margin-bottom: 22px !important;
  }

body.sawa-is-lookbook .sawa-lookbook-panel {
    padding-bottom: 138px !important;
  }
}

/* Checkout final parity: Elementor step labels and FunnelKit internals follow SAWA light/dark. */
html.wfacp_html_canvas.sawa-theme-dark :is(.elementor-element-3adcfb15, .elementor-element-7c939b3e, .elementor-element-33ea2995, .elementor-element-6b59d150, .elementor-icon-list-items, .elementor-icon-list-item, .elementor-icon-list-icon, .elementor-icon-list-text, .wfacp_summary_link, .wfacp_summary_link span, .wfacp_show_icon_wrap, .wfacp_show_icon_wrap span),
html.sawa-theme-dark body.sawa-is-onecheckout :is(.elementor-element-3adcfb15, .elementor-element-7c939b3e, .elementor-element-33ea2995, .elementor-element-6b59d150, .elementor-icon-list-items, .elementor-icon-list-item, .elementor-icon-list-icon, .elementor-icon-list-text, .wfacp_summary_link, .wfacp_summary_link span, .wfacp_show_icon_wrap, .wfacp_show_icon_wrap span) {
  color: rgba(255, 255, 255, 0.82) !important;
  fill: rgba(255, 255, 255, 0.82) !important;
  stroke: rgba(255, 255, 255, 0.82) !important;
}

html.wfacp_html_canvas.sawa-theme-light :is(.elementor-element-3adcfb15, .elementor-element-7c939b3e, .elementor-element-33ea2995, .elementor-element-6b59d150, .elementor-icon-list-items, .elementor-icon-list-item, .elementor-icon-list-icon, .elementor-icon-list-text, .wfacp_summary_link, .wfacp_summary_link span, .wfacp_show_icon_wrap, .wfacp_show_icon_wrap span),
html.sawa-theme-light body.sawa-is-onecheckout :is(.elementor-element-3adcfb15, .elementor-element-7c939b3e, .elementor-element-33ea2995, .elementor-element-6b59d150, .elementor-icon-list-items, .elementor-icon-list-item, .elementor-icon-list-icon, .elementor-icon-list-text, .wfacp_summary_link, .wfacp_summary_link span, .wfacp_show_icon_wrap, .wfacp_show_icon_wrap span) {
  color: rgba(0, 0, 0, 0.72) !important;
  fill: rgba(0, 0, 0, 0.72) !important;
  stroke: rgba(0, 0, 0, 0.72) !important;
}

html.wfacp_html_canvas.sawa-theme-dark :is(.elementor-element-3adcfb15 svg, .elementor-icon-list-icon svg) path {
  fill: rgba(255, 255, 255, 0.82) !important;
  stroke: rgba(255, 255, 255, 0.82) !important;
}

html.wfacp_html_canvas.sawa-theme-light :is(.elementor-element-3adcfb15 svg, .elementor-icon-list-icon svg) path {
  fill: rgba(0, 0, 0, 0.72) !important;
  stroke: rgba(0, 0, 0, 0.72) !important;
}

html.wfacp_html_canvas.sawa-theme-dark .wfacp_main_form :is(input, select, textarea, .select2-selection, .wfacp-form-control) {
  background: rgba(0, 0, 0, 0.56) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
}

html.wfacp_html_canvas.sawa-theme-light .wfacp_main_form :is(input, select, textarea, .select2-selection, .wfacp-form-control) {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(0, 0, 0, 0.24) !important;
  color: #000 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03) !important;
}

@media (max-width: 700px) {
  html.wfacp_html_canvas,
  html.wfacp_html_canvas body,
  body.sawa-is-onecheckout {
    overflow-x: hidden !important;
  }

  html.wfacp_html_canvas :is(.wfacp-template-container, .elementor, .elementor-section, .elementor-container, .elementor-widget-wrap, .e-con, .e-con-inner, .elementor-widget-container, #wfacp-e-form, #wfacp-sec-wrapper, .wfacp-form, .wfacp_main_form, #wfacp_checkout_form, .wfacp-left-panel, .wfacp-section, .wfacp-comm-form-detail, .wfacp-row, .form-row, .wfacp-form-control-wrapper, .wfacp_mb_mini_cart_wrap, .wfacp_mb_cart_accordian, .wfacp_show_price_wrap, .wfacp_cart_mb_fragment_price) {
    box-sizing: border-box !important;
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
    float: none !important;
    transform: none !important;
  }

  html.wfacp_html_canvas :is(.elementor-element-22673b57, .elementor-widget-container, #wfacp-e-form, #wfacp-sec-wrapper, .wfacp-form, .wfacp_main_form, #wfacp_checkout_form, .wfacp-left-panel, .wfacp-section, .wfacp-comm-form-detail, .wfacp-row) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.wfacp_html_canvas .elementor-element-22673b57,
  html.wfacp_html_canvas .elementor-element-22673b57 > .elementor-widget-container,
  html.wfacp_html_canvas #wfacp-e-form,
  html.wfacp_html_canvas #wfacp-sec-wrapper,
  html.wfacp_html_canvas .wfacp-form {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html.wfacp_html_canvas .wfacp_main_form {
    width: 100% !important;
    padding: 18px 14px !important;
  }

  html.wfacp_html_canvas #wfacp_checkout_form,
  html.wfacp_html_canvas .wfacp-left-panel,
  html.wfacp_html_canvas .wfacp-section,
  html.wfacp_html_canvas .wfacp-comm-form-detail,
  html.wfacp_html_canvas .wfacp-row,
  html.wfacp_html_canvas .form-row,
  html.wfacp_html_canvas .wfacp-form-control-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.wfacp_html_canvas .wfacp_main_form :is(input, select, textarea, .select2-selection, .wfacp-form-control) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html.wfacp_html_canvas .elementor-element-3adcfb15 {
    display: flex !important;
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
    margin: 0 auto 18px !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  html.wfacp_html_canvas .elementor-element-3adcfb15 .elementor-widget {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  html.wfacp_html_canvas .elementor-element-3adcfb15 .elementor-icon-list-text {
    white-space: normal !important;
    word-break: normal !important;
  }
}

/* Native WooCommerce checkout: SAWA double theme without FunnelKit. */
body.sawa-is-checkout {
  min-height: 100vh;
  color: var(--sawa-ink);
}

body.sawa-is-checkout .sawa-native-checkout-main {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 132px 0 110px;
}

.sawa-native-checkout-shell {
  position: relative;
  z-index: 2;
}

.sawa-native-checkout-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto 22px;
}

.sawa-native-checkout-logo {
  display: inline-flex;
  align-items: center;
  border: 1px solid currentColor;
  background: #000;
  color: #fff;
  padding: 10px 16px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.sawa-native-checkout-logo:hover,
.sawa-native-checkout-logo:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.28);
}

.sawa-native-checkout-logo img {
  display: block;
  width: 118px;
  height: auto;
}

.sawa-native-checkout-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.sawa-native-checkout-trust span {
  border: 1px solid currentColor;
  padding: 7px 10px;
  background: color-mix(in srgb, var(--sawa-paper) 72%, transparent);
}

.sawa-native-checkout-card {
  border: 1px solid color-mix(in srgb, var(--sawa-ink) 34%, transparent);
  background: color-mix(in srgb, var(--sawa-paper) 82%, transparent);
  box-shadow:
    0 22px 90px color-mix(in srgb, var(--sawa-ink) 16%, transparent),
    0 0 42px color-mix(in srgb, var(--sawa-ink) 9%, transparent);
  padding: clamp(18px, 3vw, 34px);
  backdrop-filter: blur(12px);
}

.sawa-native-checkout-card .woocommerce {
  color: var(--sawa-ink);
}

.sawa-native-checkout-card form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  gap: 22px;
  align-items: start;
  margin: 0;
}

.sawa-native-checkout-card #customer_details {
  grid-column: 1;
}

.sawa-native-checkout-card #order_review_heading,
.sawa-native-checkout-card #order_review {
  grid-column: 2;
}

.sawa-native-checkout-card #order_review_heading {
  margin: 0 0 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
}

.sawa-native-checkout-card .col2-set,
.sawa-native-checkout-card .col2-set .col-1,
.sawa-native-checkout-card .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}

.sawa-native-checkout-card .col2-set {
  display: grid;
  gap: 18px;
}

.sawa-native-checkout-card .woocommerce-billing-fields,
.sawa-native-checkout-card .woocommerce-shipping-fields,
.sawa-native-checkout-card .woocommerce-additional-fields,
.sawa-native-checkout-card #order_review,
.sawa-native-checkout-card .woocommerce-checkout-payment {
  border: 1px solid color-mix(in srgb, var(--sawa-ink) 24%, transparent);
  background: color-mix(in srgb, var(--sawa-paper) 74%, transparent);
  padding: 18px;
}

.sawa-native-checkout-card h2,
.sawa-native-checkout-card h3,
.sawa-native-checkout-card .woocommerce-billing-fields > h3,
.sawa-native-checkout-card .woocommerce-additional-fields > h3 {
  margin: 0 0 14px;
  color: var(--sawa-ink);
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: lowercase;
}

.sawa-native-checkout-card label,
.sawa-native-checkout-card p,
.sawa-native-checkout-card span,
.sawa-native-checkout-card th,
.sawa-native-checkout-card td,
.sawa-native-checkout-card .woocommerce-privacy-policy-text {
  color: color-mix(in srgb, var(--sawa-ink) 82%, transparent);
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0;
}

.sawa-native-checkout-card .form-row {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.sawa-native-checkout-card input.input-text,
.sawa-native-checkout-card textarea,
.sawa-native-checkout-card select,
.sawa-native-checkout-card .select2-selection {
  width: 100%;
  min-height: 46px;
  border: 1px solid color-mix(in srgb, var(--sawa-ink) 28%, transparent) !important;
  border-radius: 0 !important;
  background: color-mix(in srgb, var(--sawa-paper) 92%, transparent) !important;
  color: var(--sawa-ink) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  padding: 12px 13px !important;
  box-shadow: none !important;
}

.sawa-native-checkout-card textarea {
  min-height: 118px;
}

.sawa-native-checkout-card input.input-text:focus,
.sawa-native-checkout-card textarea:focus,
.sawa-native-checkout-card select:focus,
.sawa-native-checkout-card .select2-selection:focus {
  outline: 0;
  border-color: var(--sawa-ink) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--sawa-ink) 16%, transparent) !important;
}

.sawa-native-checkout-card table.shop_table {
  border: 0 !important;
  border-collapse: collapse;
  margin: 0 0 18px !important;
}

.sawa-native-checkout-card table.shop_table th,
.sawa-native-checkout-card table.shop_table td {
  border-color: color-mix(in srgb, var(--sawa-ink) 18%, transparent) !important;
  padding: 12px 0 !important;
}

.sawa-native-checkout-card #payment {
  border-radius: 0 !important;
  background: transparent !important;
}

.sawa-native-checkout-card #payment ul.payment_methods {
  border-color: color-mix(in srgb, var(--sawa-ink) 18%, transparent) !important;
  padding: 0 0 14px !important;
}

.sawa-native-checkout-card #payment div.payment_box {
  border-radius: 0 !important;
  background: color-mix(in srgb, var(--sawa-ink) 9%, transparent) !important;
  color: var(--sawa-ink) !important;
}

.sawa-native-checkout-card #payment div.form-row {
  padding: 16px 0 0 !important;
}

.sawa-native-checkout-card button,
.sawa-native-checkout-card .button,
.sawa-native-checkout-card #place_order {
  width: 100%;
  border: 1px solid var(--sawa-ink) !important;
  border-radius: 0 !important;
  background: var(--sawa-ink) !important;
  color: var(--sawa-paper) !important;
  font-family: "Arial Black", Arial, sans-serif !important;
  font-size: 13px !important;
  font-style: italic;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  padding: 15px 16px !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.sawa-native-checkout-card button:hover,
.sawa-native-checkout-card .button:hover,
.sawa-native-checkout-card #place_order:hover,
.sawa-native-checkout-card button:focus,
.sawa-native-checkout-card .button:focus,
.sawa-native-checkout-card #place_order:focus {
  transform: translateY(-2px);
  background: var(--sawa-paper) !important;
  color: var(--sawa-ink) !important;
  box-shadow: 0 0 34px color-mix(in srgb, var(--sawa-ink) 24%, transparent);
}

.sawa-native-checkout-card .woocommerce-error,
.sawa-native-checkout-card .woocommerce-info,
.sawa-native-checkout-card .woocommerce-message {
  border-top: 0 !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink) 28%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper) 86%, transparent) !important;
  color: var(--sawa-ink) !important;
  font-family: "Courier New", Courier, monospace;
}

html.sawa-theme-dark body.sawa-is-checkout,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout {
  --sawa-paper: #020202;
  --sawa-ink: #fff;
}

html.sawa-theme-light body.sawa-is-checkout,
body.sawa-theme-light.sawa-is-checkout {
  --sawa-paper: #f7f5ef;
  --sawa-ink: #050505;
}

html.sawa-theme-light body.sawa-is-checkout .sawa-native-checkout-logo,
body.sawa-theme-light.sawa-is-checkout .sawa-native-checkout-logo {
  background: #fff;
  color: #000;
}

html.sawa-theme-light body.sawa-is-checkout .sawa-native-checkout-logo img,
body.sawa-theme-light.sawa-is-checkout .sawa-native-checkout-logo img {
  filter: invert(1);
}

@media (max-width: 820px) {
  body.sawa-is-checkout .sawa-native-checkout-main {
    width: calc(100vw - 28px);
    padding-top: 104px;
    padding-bottom: 128px;
  }

  .sawa-native-checkout-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sawa-native-checkout-logo img {
    width: 92px;
  }

  .sawa-native-checkout-trust {
    justify-content: flex-start;
    gap: 6px;
    font-size: 10px;
  }

  .sawa-native-checkout-card {
    padding: 14px;
  }

  .sawa-native-checkout-card form.checkout {
    display: block;
  }

  .sawa-native-checkout-card #customer_details,
  .sawa-native-checkout-card #order_review_heading,
  .sawa-native-checkout-card #order_review {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sawa-native-checkout-card #order_review_heading {
    margin-top: 18px;
  }

  .sawa-native-checkout-card .woocommerce-billing-fields,
  .sawa-native-checkout-card .woocommerce-shipping-fields,
  .sawa-native-checkout-card .woocommerce-additional-fields,
  .sawa-native-checkout-card #order_review,
  .sawa-native-checkout-card .woocommerce-checkout-payment {
    padding: 14px;
  }
}

/* SAWA maintenance capture block, reusable inside the maintenance plugin. */
.sawa-maintenance {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  background: #020202;
  color: #fff;
  padding: 28px;
}

.sawa-maintenance::before,
.sawa-maintenance::after {
  position: absolute;
  inset: -8%;
  z-index: -2;
  content: "";
  pointer-events: none;
}

.sawa-maintenance::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.88)),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.18), transparent 31%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat;
  filter: grayscale(1) contrast(1.12);
  animation: sawa-bg-breathe 7s ease-in-out infinite;
}

.sawa-maintenance::after {
  z-index: -1;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.16) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 13px);
  mix-blend-mode: screen;
  animation: sawa-dark-neon-field-burst 4.8s ease-in-out infinite;
}

.sawa-maintenance-mark {
  position: absolute;
  inset: auto auto 7vh 4vw;
  z-index: -1;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(82px, 19vw, 280px);
  font-weight: 900;
  line-height: 0.8;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
  opacity: 0.8;
  transform: skewX(-9deg);
}

.sawa-maintenance-card {
  width: min(560px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 52px rgba(255, 255, 255, 0.13), 0 28px 90px rgba(0, 0, 0, 0.54);
  padding: clamp(22px, 5vw, 42px);
  text-align: left;
  backdrop-filter: blur(14px);
}

.sawa-maintenance-logo {
  display: block;
  width: 130px;
  height: auto;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #000;
  padding: 10px 14px;
}

.sawa-maintenance-kicker,
.sawa-maintenance-card h1,
.sawa-maintenance-instagram {
  letter-spacing: 0;
}

.sawa-maintenance-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
}

.sawa-maintenance-card h1 {
  max-width: 430px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(30px, 6vw, 58px);
  font-style: italic;
  line-height: 0.98;
  text-transform: uppercase;
}

.sawa-maintenance-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.sawa-maintenance-form input,
.sawa-maintenance-form button {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 14px;
}

.sawa-maintenance-form input {
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
}

.sawa-maintenance-form button {
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: "Arial Black", Arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sawa-maintenance-form button:hover,
.sawa-maintenance-form button:focus {
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(255, 255, 255, 0.32);
}

.sawa-maintenance-instagram {
  display: inline-block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 640px) {
  .sawa-maintenance {
    padding: 18px;
  }

  .sawa-maintenance-form {
    grid-template-columns: 1fr;
  }

  .sawa-maintenance-logo {
    width: 104px;
    margin-bottom: 24px;
  }
}

/* Checkout dark hard override: keep every native WooCommerce layer readable. */
html.sawa-theme-dark,
html.sawa-theme-dark body.sawa-is-checkout,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout,
html.sawa-theme-dark body.sawa-is-checkout .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-shell,
html.sawa-theme-dark body.sawa-is-checkout .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-main,
html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-main {
  --sawa-paper: #020202 !important;
  --sawa-ink: #fff !important;
  background-color: #020202 !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-checkout::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.9) 100%),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.16), transparent 31%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.14) saturate(0.8) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-header,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-header,
html.sawa-theme-dark body.sawa-is-checkout .sawa-footer,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-footer {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(0, 0, 0, 0.88) !important;
  color: #fff !important;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.62), 0 0 46px rgba(255, 255, 255, 0.08) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce, .woocommerce *, h1, h2, h3, h4, p, label, span, strong, small, th, td, li, dt, dd, legend, .woocommerce-info, .woocommerce-info *, .woocommerce-error, .woocommerce-error *, .woocommerce-message, .woocommerce-message *, .woocommerce-privacy-policy-text, .woocommerce-privacy-policy-text *, .woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order-table *),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce, .woocommerce *, h1, h2, h3, h4, p, label, span, strong, small, th, td, li, dt, dd, legend, .woocommerce-info, .woocommerce-info *, .woocommerce-error, .woocommerce-error *, .woocommerce-message, .woocommerce-message *, .woocommerce-privacy-policy-text, .woocommerce-privacy-policy-text *, .woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order-table *) {
  color: rgba(255, 255, 255, 0.9) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, #order_review, .woocommerce-checkout-payment, .woocommerce-info, .woocommerce-error, .woocommerce-message, .shop_table, .payment_box),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, #order_review, .woocommerce-checkout-payment, .woocommerce-info, .woocommerce-error, .woocommerce-message, .shop_table, .payment_box) {
  border-color: rgba(255, 255, 255, 0.26) !important;
  background: rgba(0, 0, 0, 0.78) !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(input.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea, select, .select2-selection, .wc-stripe-elements-field, .StripeElement),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(input.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea, select, .select2-selection, .wc-stripe-elements-field, .StripeElement) {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(0, 0, 0, 0.92) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(input::placeholder, textarea::placeholder),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(input::placeholder, textarea::placeholder) {
  color: rgba(255, 255, 255, 0.56) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.56) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(.select2-selection__rendered, .select2-selection__placeholder, .select2-results__option),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(.select2-selection__rendered, .select2-selection__placeholder, .select2-results__option) {
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card a,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card a {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.42) !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(button:not(.wc-stripe-payment-request-button), .button:not(.wc-stripe-payment-request-button), #place_order),
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(button:not(.wc-stripe-payment-request-button), .button:not(.wc-stripe-payment-request-button), #place_order) {
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

html.sawa-theme-dark body.sawa-is-checkout .sawa-native-checkout-card :is(button:not(.wc-stripe-payment-request-button), .button:not(.wc-stripe-payment-request-button), #place_order):hover,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(button:not(.wc-stripe-payment-request-button), .button:not(.wc-stripe-payment-request-button), #place_order):hover {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Checkout dark fallback when the body cookie is dark but html localStorage is stale. */
body.sawa-theme-dark.sawa-is-checkout,
body.sawa-theme-dark.sawa-is-checkout .sawa-shell,
body.sawa-theme-dark.sawa-is-checkout .sawa-main,
body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-main {
  --sawa-paper: #020202 !important;
  --sawa-ink: #fff !important;
  background: #020202 !important;
  color: #fff !important;
}

body.sawa-theme-dark.sawa-is-checkout::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.9) 100%),
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.16), transparent 31%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.14) saturate(0.8) !important;
}

body.sawa-theme-dark.sawa-is-checkout .sawa-header,
body.sawa-theme-dark.sawa-is-checkout .sawa-footer {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(0, 0, 0, 0.88) !important;
  color: #fff !important;
}

body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce, .woocommerce *, h1, h2, h3, h4, p, label, span, strong, small, th, td, li, dt, dd, legend, .woocommerce-info, .woocommerce-info *, .woocommerce-error, .woocommerce-error *, .woocommerce-message, .woocommerce-message *, .woocommerce-privacy-policy-text, .woocommerce-privacy-policy-text *, .woocommerce-checkout-review-order-table, .woocommerce-checkout-review-order-table *) {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(input.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea, select, .select2-selection, .wc-stripe-elements-field, .StripeElement) {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: rgba(0, 0, 0, 0.92) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
}

body.sawa-theme-dark.sawa-is-checkout .sawa-native-checkout-card :is(input::placeholder, textarea::placeholder) {
  color: rgba(255, 255, 255, 0.56) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.56) !important;
}

/* Final lookbook reset: same site chrome, same animated background, no red/alternate page shell. */
body.sawa-is-lookbook,
body.sawa-is-lookbook .sawa-shell,
body.sawa-is-lookbook .sawa-main,
body.sawa-is-lookbook .sawa-lookbook-viewer {
  background: transparent !important;
}

body.sawa-is-lookbook .sawa-header {
  display: flex !important;
}

body.sawa-is-lookbook .sawa-mobile-nav,
body.sawa-is-lookbook .sawa-footer {
  display: flex !important;
}

body.sawa-is-lookbook .sawa-footer-primary li,
body.sawa-is-lookbook .sawa-footer-primary li:nth-child(2) {
  display: inline-flex !important;
}

body.sawa-is-lookbook .sawa-lookbook-mobile-bar,
body.sawa-is-lookbook .sawa-lookbook-panel-brand {
  display: none !important;
}

body.sawa-is-lookbook .sawa-lookbook-viewer {
  min-height: 100vh !important;
  padding: 122px 0 138px !important;
  overflow: visible !important;
  color: var(--sawa-ink, currentColor) !important;
}

body.sawa-is-lookbook .sawa-lookbook-stage {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(560px, calc(100vw - 40px)) !important;
  height: min(570px, 58vh) !important;
  margin: 0 auto !important;
  transform: none !important;
  align-items: center !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 22%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 72%, transparent) !important;
  box-shadow: 0 24px 90px color-mix(in srgb, var(--sawa-ink, #fff) 8%, transparent) !important;
  backdrop-filter: blur(10px) !important;
}

body.sawa-is-lookbook .sawa-lookbook-main-media {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.sawa-is-lookbook .sawa-lookbook-main-media img {
  max-width: calc(100% - 26px) !important;
  max-height: calc(100% - 26px) !important;
  object-fit: contain !important;
}

body.sawa-is-lookbook .sawa-lookbook-filmstrip {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: min(560px, calc(100vw - 40px)) !important;
  max-width: min(560px, calc(100vw - 40px)) !important;
  margin: 12px auto 20px !important;
  transform: none !important;
  border-color: color-mix(in srgb, var(--sawa-ink, #fff) 24%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 68%, transparent) !important;
}

body.sawa-is-lookbook .sawa-lookbook-panel {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: min(900px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 18px !important;
  align-items: end !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 20%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 64%, transparent) !important;
  padding: 16px 18px !important;
  color: var(--sawa-ink, #fff) !important;
  backdrop-filter: blur(10px) !important;
}

body.sawa-is-lookbook .sawa-lookbook-copy {
  max-width: 100% !important;
}

body.sawa-is-lookbook .sawa-lookbook-copy,
body.sawa-is-lookbook .sawa-lookbook-copy *,
body.sawa-is-lookbook .sawa-lookbook-controls,
body.sawa-is-lookbook .sawa-lookbook-count,
body.sawa-is-lookbook .sawa-lookbook-arrow,
body.sawa-is-lookbook .sawa-lookbook-archive {
  color: var(--sawa-ink, #fff) !important;
}

body.sawa-is-lookbook .sawa-lookbook-count,
body.sawa-is-lookbook .sawa-lookbook-arrow,
body.sawa-is-lookbook .sawa-lookbook-archive {
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 24%, transparent) !important;
  background: transparent !important;
  padding: 7px 10px !important;
}

html.sawa-theme-dark body.sawa-is-lookbook,
body.sawa-theme-dark.sawa-is-lookbook {
  --sawa-paper: #020202 !important;
  --sawa-ink: #fff !important;
  background-color: #020202 !important;
}

html.sawa-theme-light body.sawa-is-lookbook,
body.sawa-theme-light.sawa-is-lookbook {
  --sawa-paper: #f7f5ef !important;
  --sawa-ink: #050505 !important;
  background-color: #f7f5ef !important;
}

/* Checkout confidence pass: compact, consistent with SAWA, not a separate funnel skin. */
.sawa-native-checkout-shell {
  width: min(1080px, 100%) !important;
  margin: 0 auto !important;
}

.sawa-native-checkout-head {
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 22%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 72%, transparent) !important;
  padding: 14px 16px !important;
  backdrop-filter: blur(10px) !important;
}

.sawa-native-checkout-logo {
  padding: 8px 12px !important;
  box-shadow: none !important;
}

.sawa-native-checkout-logo img {
  width: 104px !important;
}

.sawa-native-checkout-trust span {
  border-color: color-mix(in srgb, var(--sawa-ink, #fff) 24%, transparent) !important;
  background: transparent !important;
  color: color-mix(in srgb, var(--sawa-ink, #fff) 72%, transparent) !important;
}

.sawa-native-checkout-card {
  background: color-mix(in srgb, var(--sawa-paper, #020202) 82%, transparent) !important;
  border-color: color-mix(in srgb, var(--sawa-ink, #fff) 24%, transparent) !important;
}

body.sawa-is-checkout .sawa-native-checkout-main {
  display: flex !important;
  justify-content: center !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding-top: clamp(112px, 12vh, 148px) !important;
}

body.sawa-is-checkout .sawa-native-checkout-shell {
  width: min(1080px, 100%) !important;
}

body.sawa-is-checkout .sawa-native-checkout-card :is(input.input-text, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea, select, .select2-selection) {
  line-height: 1.35 !important;
}

@media (max-width: 820px) {
  body.sawa-is-lookbook .sawa-lookbook-viewer {
    padding: 102px 0 124px !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-stage {
    width: calc(100vw - 28px) !important;
    height: min(360px, 42vh) !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-filmstrip {
    width: calc(100vw - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-panel {
    width: calc(100vw - 28px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 14px !important;
  }

  body.sawa-is-lookbook .sawa-lookbook-controls,
  body.sawa-is-lookbook .sawa-lookbook-archive {
    justify-self: start !important;
  }

  .sawa-native-checkout-head {
    flex-direction: row !important;
    align-items: center !important;
  }

  body.sawa-is-checkout .sawa-native-checkout-main {
    width: calc(100vw - 28px) !important;
    padding-top: 98px !important;
    padding-bottom: 128px !important;
  }

  body.sawa-is-checkout .sawa-native-checkout-card {
    padding: 14px !important;
  }

  body.sawa-is-checkout .sawa-native-checkout-card :is(.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, #order_review, .woocommerce-checkout-payment, .woocommerce-info, .woocommerce-error, .woocommerce-message) {
    padding: 14px !important;
  }

  .sawa-native-checkout-trust {
    display: none !important;
  }
}

/* Final lookbook nav guard: avoid the mobile menu leaking as raw inline text on desktop. */
body.sawa-is-lookbook .sawa-mobile-nav {
  display: none !important;
}

@media (max-width: 700px) {
  body.sawa-is-lookbook .sawa-mobile-nav {
    position: fixed !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
    z-index: 130 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }
}

/* Final home chrome pass: keep the animated background dominant at the top. */
body.home .sawa-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

/* Catalog image quality pass: avoid stretching WooCommerce's small 300px thumbnails. */
.post-type-archive-product .sawa-catalog-media,
.tax-product_cat .sawa-catalog-media {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4 !important;
  background: #fff !important;
}

.post-type-archive-product .sawa-catalog-media img.sawa-catalog-image,
.tax-product_cat .sawa-catalog-media img.sawa-catalog-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  image-rendering: auto !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
}

/* Lookbook back logo: visible return point without changing the shooting layout. */
body.sawa-is-lookbook .sawa-lookbook-back-logo {
  position: fixed !important;
  top: 22px !important;
  left: 22px !important;
  z-index: 142 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 94px !important;
  min-height: 40px !important;
  padding: 7px 10px !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 44%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 78%, transparent) !important;
  color: var(--sawa-ink, #fff) !important;
  box-shadow: 0 18px 54px color-mix(in srgb, var(--sawa-ink, #fff) 9%, transparent) !important;
  backdrop-filter: blur(10px) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

body.sawa-is-lookbook .sawa-lookbook-back-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: none !important;
}

html.sawa-theme-dark body.sawa-is-lookbook .sawa-lookbook-back-logo img,
body.sawa-theme-dark.sawa-is-lookbook .sawa-lookbook-back-logo img {
  content: url("assets/sawa-logo-white.png") !important;
}

html.sawa-theme-light body.sawa-is-lookbook .sawa-lookbook-back-logo img,
body.sawa-theme-light.sawa-is-lookbook .sawa-lookbook-back-logo img {
  content: url("assets/sawa-logo-black.png") !important;
}

body.sawa-is-lookbook .sawa-lookbook-back-logo:hover,
body.sawa-is-lookbook .sawa-lookbook-back-logo:focus {
  transform: translateY(-2px) !important;
  border-color: var(--sawa-ink, #fff) !important;
  box-shadow: 0 0 30px color-mix(in srgb, var(--sawa-ink, #fff) 22%, transparent) !important;
}

@media (max-width: 700px) {
  body.sawa-is-lookbook .sawa-lookbook-back-logo {
    top: 14px !important;
    left: 14px !important;
    width: 78px !important;
    min-height: 34px !important;
    padding: 6px 8px !important;
  }
}

/* Cart page: simple SAWA checkout path, no red hovers or black-on-black buttons. */
body.sawa-is-cart,
body.sawa-is-cart .sawa-shell,
body.sawa-is-cart .sawa-main {
  background: transparent !important;
}

body.sawa-is-cart .sawa-cart-main {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(980px, calc(100vw - 36px)) !important;
  margin: 0 auto !important;
  padding: clamp(132px, 16vh, 170px) 0 132px !important;
  color: var(--sawa-ink, #fff) !important;
}

body.sawa-is-cart .sawa-cart-card {
  width: min(760px, 100%) !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 24%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 74%, transparent) !important;
  padding: clamp(22px, 4vw, 34px) !important;
  box-shadow: 0 24px 90px color-mix(in srgb, var(--sawa-ink, #fff) 8%, transparent) !important;
  backdrop-filter: blur(12px) !important;
}

body.sawa-is-cart .sawa-cart-empty {
  min-height: 260px !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 18px !important;
  text-align: center !important;
}

body.sawa-is-cart .sawa-cart-empty p {
  margin: 0 !important;
  color: var(--sawa-ink, #fff) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: clamp(20px, 3vw, 28px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body.sawa-is-cart .sawa-cart-shop-button,
body.sawa-is-cart .woocommerce a.button,
body.sawa-is-cart .woocommerce button.button,
body.sawa-is-cart .woocommerce input.button,
body.sawa-is-cart .wc-block-components-button,
body.sawa-is-cart .wp-block-button__link {
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--sawa-ink, #fff) !important;
  border-radius: 0 !important;
  background: var(--sawa-ink, #fff) !important;
  color: var(--sawa-paper, #020202) !important;
  padding: 0 24px !important;
  font-family: "Arial Black", Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: italic !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease !important;
}

body.sawa-is-cart .sawa-cart-shop-button:hover,
body.sawa-is-cart .sawa-cart-shop-button:focus,
body.sawa-is-cart .woocommerce a.button:hover,
body.sawa-is-cart .woocommerce a.button:focus,
body.sawa-is-cart .woocommerce button.button:hover,
body.sawa-is-cart .woocommerce button.button:focus,
body.sawa-is-cart .woocommerce input.button:hover,
body.sawa-is-cart .woocommerce input.button:focus,
body.sawa-is-cart .wc-block-components-button:hover,
body.sawa-is-cart .wc-block-components-button:focus,
body.sawa-is-cart .wp-block-button__link:hover,
body.sawa-is-cart .wp-block-button__link:focus {
  border-color: var(--sawa-ink, #fff) !important;
  background: transparent !important;
  color: var(--sawa-ink, #fff) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 0 30px color-mix(in srgb, var(--sawa-ink, #fff) 20%, transparent) !important;
}

body.sawa-is-cart .woocommerce,
body.sawa-is-cart .woocommerce *,
body.sawa-is-cart .cart_totals,
body.sawa-is-cart table.shop_table,
body.sawa-is-cart table.shop_table * {
  color: var(--sawa-ink, #fff) !important;
}

body.sawa-is-cart table.shop_table,
body.sawa-is-cart table.shop_table th,
body.sawa-is-cart table.shop_table td,
body.sawa-is-cart .cart_totals {
  border-color: color-mix(in srgb, var(--sawa-ink, #fff) 22%, transparent) !important;
  background: transparent !important;
}

body.sawa-is-cart .woocommerce input.input-text,
body.sawa-is-cart .woocommerce .quantity .qty {
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 28%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 84%, transparent) !important;
  color: var(--sawa-ink, #fff) !important;
}

html.sawa-theme-dark body.sawa-is-cart,
body.sawa-theme-dark.sawa-is-cart {
  --sawa-paper: #020202 !important;
  --sawa-ink: #fff !important;
}

html.sawa-theme-light body.sawa-is-cart,
body.sawa-theme-light.sawa-is-cart {
  --sawa-paper: #f7f5ef !important;
  --sawa-ink: #050505 !important;
}

@media (max-width: 700px) {
  body.sawa-is-cart .sawa-cart-main {
    width: calc(100vw - 28px) !important;
    padding-top: 108px !important;
    padding-bottom: 128px !important;
  }

  body.sawa-is-cart .sawa-cart-card {
    padding: 18px !important;
  }

  body.sawa-is-cart .sawa-cart-shop-button,
  body.sawa-is-cart .woocommerce a.button,
  body.sawa-is-cart .woocommerce button.button,
  body.sawa-is-cart .woocommerce input.button {
    width: 100% !important;
  }
}

body.home .sawa-brand {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.home .sawa-brand img {
  content: url("assets/sawa-logo-white.png") !important;
  filter: none !important;
}

body.home .sawa-bag-link,
body.home .sawa-theme-toggle {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

body.home .sawa-bag-link:hover,
body.home .sawa-bag-link:focus,
body.home .sawa-theme-toggle:hover,
body.home .sawa-theme-toggle:focus {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #000 !important;
}

body.home .sawa-cart-count {
  border-color: currentColor !important;
}

/* Final home background pass: the mirror field belongs to the viewport, not below the header. */
body.home .sawa-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 89 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
}

html.sawa-theme-dark body.home,
html:not(.sawa-theme-light) body.home,
body.home.sawa-theme-dark {
  background: #020202 !important;
  overflow-x: hidden !important;
}

html.sawa-theme-dark body.home::before,
html:not(.sawa-theme-light) body.home::before,
body.home.sawa-theme-dark::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 70% 34%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.14) saturate(0.82) !important;
  animation: sawa-dark-mirror-breathe 12s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.home::after,
html:not(.sawa-theme-light) body.home::after,
body.home.sawa-theme-dark::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 13px) !important;
  background-size: 360px 100%, auto !important;
  animation: sawa-dark-light-sweep 7.5s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

body.home .sawa-shell,
body.home .sawa-header,
body.home .sawa-main,
body.home .sawa-front,
body.home .sawa-front-immersive,
body.home .sawa-footer {
  position: relative !important;
  background: transparent !important;
}

body.home .sawa-shell,
body.home .sawa-header,
body.home .sawa-front-immersive,
body.home .sawa-footer {
  z-index: 1 !important;
}

body.home .sawa-front-immersive::before,
body.home .sawa-front-immersive::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Product 360 viewer: uses the WooCommerce product gallery as draggable frames. */
.sawa-product-gallery.has-sawa-product-360 {
  position: relative;
}

.sawa-product-360 {
  position: relative;
  display: flex;
  width: min(390px, 100%);
  min-height: 420px;
  align-items: center;
  justify-content: center;
  cursor: grab;
  touch-action: none;
  user-select: none;
  outline: none;
}

.sawa-product-360.is-dragging {
  cursor: grabbing;
}

.sawa-product-360:focus-visible {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--sawa-ink, #fff) 34%, transparent);
}

.sawa-product-360-image {
  display: block;
  width: auto;
  max-width: 390px;
  max-height: 430px;
  object-fit: contain;
  pointer-events: none;
  transform: translateZ(0);
}

.sawa-product-360-hint {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: color-mix(in srgb, var(--sawa-ink, #fff) 62%, transparent);
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  line-height: 1;
  pointer-events: none;
  text-transform: lowercase;
}

.sawa-product-thumbs [data-sawa-360-thumb] {
  cursor: pointer;
}

@media (max-width: 700px) {
  .sawa-product-360 {
    width: 100%;
    min-height: 285px;
    height: 100%;
  }

  .sawa-product-360-image {
    max-width: none;
    max-height: 100%;
  }

  .sawa-product-360-hint {
    right: 16px;
    bottom: 10px;
    left: 16px;
    font-size: 9px;
  }
}

/* Final 360 product sheet: site background, centered product, no full frame gallery. */
body.single-product .sawa-header,
body.single-product .sawa-footer,
body.single-product .sawa-shell,
body.single-product .sawa-main {
  background: transparent !important;
}

body.single-product .sawa-bag-link,
body.single-product .sawa-theme-toggle {
  z-index: 180 !important;
  border-color: rgba(255, 255, 255, 0.76) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #000 !important;
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(10px) !important;
}

body.single-product .sawa-bag-link:hover,
body.single-product .sawa-bag-link:focus,
body.single-product .sawa-theme-toggle:hover,
body.single-product .sawa-theme-toggle:focus {
  background: #000 !important;
  color: #fff !important;
}

body.single-product .sawa-cart-count {
  border-color: currentColor !important;
}

.sawa-product-main.has-sawa-product-360 {
  grid-template-columns: minmax(0, 620px) minmax(230px, 290px) !important;
  justify-content: center !important;
  width: min(980px, calc(100vw - 40px)) !important;
  gap: 34px !important;
  margin-top: 42px !important;
}

.sawa-product-main.has-sawa-product-360 .sawa-product-gallery {
  min-height: min(650px, calc(100vh - 210px)) !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 18%, transparent) !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.sawa-product-main.has-sawa-product-360 .sawa-product-360 {
  width: min(620px, 100%) !important;
  min-height: min(650px, calc(100vh - 210px)) !important;
}

.sawa-product-main.has-sawa-product-360 .sawa-product-360-image {
  max-width: min(620px, 100%) !important;
  max-height: min(650px, calc(100vh - 210px)) !important;
}

.sawa-product-main.has-sawa-product-360 .sawa-product-thumbs {
  display: none !important;
}

.sawa-product-main.has-sawa-product-360 .sawa-product-details {
  align-self: center !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 22%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 62%, transparent) !important;
  padding: 18px !important;
  backdrop-filter: blur(10px) !important;
}

@media (max-width: 700px) {
  .sawa-product-main.has-sawa-product-360 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 94px 14px 130px !important;
    overflow: visible !important;
  }

  .sawa-product-main.has-sawa-product-360 .sawa-product-gallery {
    width: 100% !important;
    height: auto !important;
    min-height: 56vh !important;
  }

  .sawa-product-main.has-sawa-product-360 .sawa-product-360 {
    min-height: 56vh !important;
  }

  .sawa-product-main.has-sawa-product-360 .sawa-product-360-image {
    max-width: 100% !important;
    max-height: 56vh !important;
  }

  .sawa-product-main.has-sawa-product-360 .sawa-product-details {
    margin-top: 14px !important;
  }
}

/* Final product direction: full-width light product stage, image first, purchase below. */
body.single-product {
  --sawa-product-paper: #f7f5ef;
  --sawa-product-ink: #050505;
  background: var(--sawa-product-paper) !important;
  color: var(--sawa-product-ink) !important;
}

body.single-product::before,
body.single-product::after {
  display: none !important;
  content: none !important;
}

body.single-product .sawa-shell,
body.single-product .sawa-header,
body.single-product .sawa-main,
body.single-product .sawa-footer {
  max-width: none !important;
  background: var(--sawa-product-paper) !important;
  color: var(--sawa-product-ink) !important;
}

body.single-product .sawa-header,
body.single-product .sawa-footer {
  border-color: rgba(0, 0, 0, 0.14) !important;
}

body.single-product .sawa-time,
body.single-product .sawa-footer,
body.single-product .sawa-footer a {
  color: rgba(0, 0, 0, 0.62) !important;
}

body.single-product .sawa-brand {
  background: #fff !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
}

body.single-product .sawa-brand img {
  content: url("assets/sawa-logo-black.png") !important;
  filter: none !important;
}

body.single-product .sawa-bag-link,
body.single-product .sawa-theme-toggle {
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

body.single-product .sawa-bag-link:hover,
body.single-product .sawa-bag-link:focus,
body.single-product .sawa-theme-toggle:hover,
body.single-product .sawa-theme-toggle:focus {
  background: #000 !important;
  color: #fff !important;
}

body.single-product .sawa-product-main {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: clamp(22px, 4vw, 54px) 18px 128px !important;
  gap: 18px !important;
  background: var(--sawa-product-paper) !important;
  color: var(--sawa-product-ink) !important;
}

body.single-product .sawa-product-gallery {
  width: min(760px, calc(100vw - 32px)) !important;
  min-height: min(760px, calc(100vh - 220px)) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.single-product .sawa-product-main.has-sawa-product-360 .sawa-product-360 {
  width: min(760px, 100%) !important;
  min-height: min(760px, calc(100vh - 220px)) !important;
}

body.single-product .sawa-product-main.has-sawa-product-360 .sawa-product-360-image,
body.single-product .sawa-product-hero-image {
  max-width: min(760px, 100%) !important;
  max-height: min(760px, calc(100vh - 220px)) !important;
}

body.single-product .sawa-product-360-hint {
  color: rgba(0, 0, 0, 0.58) !important;
}

body.single-product .sawa-product-thumbs {
  display: none !important;
}

body.single-product .sawa-product-details {
  display: grid !important;
  width: min(760px, calc(100vw - 32px)) !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 9px 18px !important;
  align-items: center !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--sawa-product-ink) !important;
  padding: 0 !important;
  text-align: left !important;
  backdrop-filter: none !important;
}

body.single-product .sawa-product-details h1,
body.single-product .sawa-product-color,
body.single-product .sawa-product-description,
body.single-product .sawa-product-price,
body.single-product .sawa-product-note,
body.single-product .sawa-product-next {
  color: var(--sawa-product-ink) !important;
}

body.single-product .sawa-product-details h1 {
  max-width: none !important;
  margin: 0 !important;
  grid-column: 1 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.single-product .sawa-product-color,
body.single-product .sawa-product-description,
body.single-product .sawa-product-note,
body.single-product .sawa-product-next {
  display: none !important;
}

body.single-product .sawa-product-price {
  grid-column: 1 !important;
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.62) !important;
  font-size: 13px !important;
}

body.single-product .sawa-product-actions {
  grid-row: 1 / span 2 !important;
  grid-column: 2 !important;
  display: flex !important;
  align-items: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.single-product .sawa-product-actions form {
  margin: 0 !important;
}

body.single-product .sawa-product-actions form.variations_form {
  display: flex !important;
  align-items: flex-end !important;
  gap: 8px !important;
}

body.single-product .sawa-product-actions table.variations,
body.single-product .sawa-product-actions table.variations tbody,
body.single-product .sawa-product-actions table.variations tr,
body.single-product .sawa-product-actions table.variations th,
body.single-product .sawa-product-actions table.variations td {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product .sawa-product-actions table.variations label {
  display: block !important;
  margin: 0 0 5px !important;
  color: currentColor !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 10px !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
  opacity: 0.68 !important;
}

body.single-product .sawa-product-actions table.variations select {
  width: 132px !important;
  min-height: 38px !important;
  border: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  padding: 0 34px 0 12px !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  appearance: auto !important;
}

body.single-product .sawa-product-actions .reset_variations,
body.single-product .sawa-product-actions .woocommerce-variation,
body.single-product .sawa-product-actions .quantity {
  display: none !important;
}

body.single-product .sawa-product-actions .single_variation_wrap {
  display: flex !important;
  align-items: flex-end !important;
  gap: 8px !important;
}

body.single-product :is(#wc-stripe-express-checkout-element, .wc-stripe-express-checkout-element, .wc-stripe-express-checkout-wrapper, .wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button, .wc-stripe-payment-request-button, .wc-stripe-payment-request-button-separator, .wc-stripe-product-checkout-container, .stripe-express-checkout-element, .express-checkout) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.single-product .sawa-product-actions .button {
  width: auto !important;
  min-width: 132px !important;
  min-height: 38px !important;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
  padding: 10px 14px !important;
}

body.single-product .sawa-product-actions .button:hover,
body.single-product .sawa-product-actions .button:focus {
  background: #fff !important;
  color: #000 !important;
}

body.single-product .sawa-product-keep-shopping {
  display: none !important;
}

@media (max-width: 700px) {
  body.single-product,
  body.single-product body {
    overflow: auto !important;
  }

  body.single-product .sawa-product-main {
    padding: 20px 14px 118px !important;
  }

  body.single-product .sawa-product-gallery,
  body.single-product .sawa-product-main.has-sawa-product-360 .sawa-product-360 {
    width: 100% !important;
    min-height: 58vh !important;
  }

  body.single-product .sawa-product-main.has-sawa-product-360 .sawa-product-360-image,
  body.single-product .sawa-product-hero-image {
    max-width: 100% !important;
    max-height: 58vh !important;
  }

  body.single-product .sawa-product-details {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  body.single-product .sawa-product-actions {
    grid-row: auto !important;
    grid-column: 1 !important;
    width: 100% !important;
  }

  body.single-product .sawa-product-actions form,
  body.single-product .sawa-product-actions .button {
    width: 100% !important;
  }

  body.single-product .sawa-product-actions form.variations_form,
  body.single-product .sawa-product-actions .single_variation_wrap {
    display: grid !important;
    width: 100% !important;
    gap: 8px !important;
  }

  body.single-product .sawa-product-actions table.variations,
  body.single-product .sawa-product-actions table.variations select {
    width: 100% !important;
  }
}

/* Critical product theme override: beat global dark selectors on product pages. */
html.sawa-theme-dark body.sawa-theme-dark.single-product,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-shell,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-header,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-header,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-main,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-product-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-product-main,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-footer,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-footer {
  background: #020202 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.single-product::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 70% 34%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.14) saturate(0.82) !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark.single-product::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 13px) !important;
  pointer-events: none !important;
}

html.sawa-theme-light body.single-product,
html.sawa-theme-light body.single-product .sawa-shell,
html.sawa-theme-light body.single-product .sawa-header,
html.sawa-theme-light body.single-product .sawa-main,
html.sawa-theme-light body.single-product .sawa-product-main,
html.sawa-theme-light body.single-product .sawa-footer {
  background: #f7f5ef !important;
  color: #050505 !important;
}

html.sawa-theme-light body.single-product::before,
html.sawa-theme-light body.single-product::after {
  display: none !important;
  content: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-bag-link,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-bag-link,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-theme-toggle,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-theme-toggle {
  z-index: 9999 !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.14) !important;
  -webkit-text-fill-color: #000 !important;
}

html.sawa-theme-light body.single-product .sawa-bag-link,
html.sawa-theme-light body.single-product .sawa-theme-toggle {
  z-index: 9999 !important;
  border-color: #000 !important;
  background: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #000 !important;
}

body.single-product .sawa-bag-link-icon::before,
body.single-product .sawa-bag-link-icon::after,
body.single-product .sawa-bag-link-count {
  border-color: currentColor !important;
}

html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-bag-link:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-bag-link:hover,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-bag-link:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-bag-link:focus,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-theme-toggle:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-theme-toggle:hover,
html.sawa-theme-dark body.sawa-theme-dark.single-product .sawa-theme-toggle:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.single-product .sawa-theme-toggle:focus,
html.sawa-theme-light body.single-product .sawa-bag-link:hover,
html.sawa-theme-light body.single-product .sawa-bag-link:focus,
html.sawa-theme-light body.single-product .sawa-theme-toggle:hover,
html.sawa-theme-light body.single-product .sawa-theme-toggle:focus {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Split video page: three full-page films with exclusive playback. */
body.sawa-is-video-wall,
body.sawa-is-video-wall .sawa-shell,
body.sawa-is-video-wall .sawa-main {
  width: 100% !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  background: #000 !important;
}

body.sawa-is-video-wall::before,
body.sawa-is-video-wall::after,
body.sawa-is-video-wall .sawa-header,
body.sawa-is-video-wall .sawa-footer,
body.sawa-is-video-wall .sawa-mobile-nav,
body.sawa-is-video-wall .sawa-bag-link,
body.sawa-is-video-wall .sawa-theme-toggle {
  display: none !important;
}

body.sawa-is-video-wall .sawa-video-back {
  position: fixed !important;
  top: max(16px, env(safe-area-inset-top)) !important;
  left: max(16px, env(safe-area-inset-left)) !important;
  z-index: 30 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 62px !important;
  min-height: 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(0, 0, 0, 0.22) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 11px !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
  text-decoration: none !important;
  opacity: 0.6 !important;
  backdrop-filter: blur(12px) !important;
  transition: opacity 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

body.sawa-is-video-wall .sawa-video-back:hover,
body.sawa-is-video-wall .sawa-video-back:focus {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  transform: translateY(-1px) !important;
}

body.sawa-is-video-wall .sawa-video-wall {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000 !important;
}

body.sawa-is-video-wall .sawa-video-panel {
  position: relative !important;
  min-width: 0 !important;
  height: 100vh !important;
  overflow: hidden !important;
  background: #000 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
}

body.sawa-is-video-wall .sawa-video-panel:last-child {
  border-right: 0 !important;
}

body.sawa-is-video-wall .sawa-split-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  background: #000 !important;
  cursor: pointer !important;
}

body.sawa-is-video-wall .sawa-video-play {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 4 !important;
  width: 78px !important;
  height: 78px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.32) !important;
  color: #fff !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) scale(1) !important;
  opacity: 0.92 !important;
  backdrop-filter: blur(12px) !important;
  cursor: pointer !important;
  transition: opacity 0.18s ease, transform 0.18s ease, background 0.18s ease, border-color 0.18s ease !important;
}

body.sawa-is-video-wall .sawa-video-play span {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 6px !important;
  border-top: 15px solid transparent !important;
  border-bottom: 15px solid transparent !important;
  border-left: 22px solid currentColor !important;
}

body.sawa-is-video-wall .sawa-video-play:hover,
body.sawa-is-video-wall .sawa-video-play:focus {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.94) !important;
  color: #000 !important;
  transform: translate(-50%, -50%) scale(1.06) !important;
}

body.sawa-is-video-wall .sawa-video-panel.is-playing .sawa-video-play,
body.sawa-is-video-wall .sawa-video-play.is-hidden {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.92) !important;
  pointer-events: none !important;
}

body.sawa-is-video-wall .sawa-video-control {
  position: absolute !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.58) !important;
  color: #fff !important;
  padding: 0 14px !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
  -webkit-text-fill-color: #fff !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

body.sawa-is-video-wall .sawa-video-control:hover,
body.sawa-is-video-wall .sawa-video-control:focus {
  transform: translateY(-2px) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.26) !important;
}

body.sawa-is-video-wall .sawa-video-title {
  max-width: 120px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.sawa-is-video-wall .sawa-video-state {
  font-family: "Arial Black", Arial, sans-serif !important;
  font-style: italic !important;
  text-transform: uppercase !important;
}

body.sawa-is-video-wall .sawa-video-sound {
  border-left: 1px solid currentColor !important;
  padding-left: 10px !important;
  opacity: 0.72 !important;
}

body.sawa-is-video-wall .sawa-video-control.has-sound .sawa-video-sound {
  opacity: 1 !important;
}

body.sawa-is-video-wall .sawa-video-missing {
  grid-column: 1 / -1 !important;
  display: grid !important;
  place-items: center !important;
  min-height: 100vh !important;
  color: #fff !important;
  font-family: "Courier New", Courier, monospace !important;
}

@media (max-width: 700px) {
  body.sawa-is-video-wall {
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  body.sawa-is-video-wall .sawa-shell {
    min-height: auto !important;
    overflow: visible !important;
  }

  body.sawa-is-video-wall .sawa-video-back {
    position: fixed !important;
    top: max(12px, env(safe-area-inset-top)) !important;
    left: max(12px, env(safe-area-inset-left)) !important;
    z-index: 30 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 54px !important;
    min-height: 32px !important;
    border: 1px solid rgba(255, 255, 255, 0.54) !important;
    background: rgba(0, 0, 0, 0.32) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-family: "Courier New", Courier, monospace !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    opacity: 0.58 !important;
    backdrop-filter: blur(10px) !important;
  }

  body.sawa-is-video-wall .sawa-video-back:hover,
  body.sawa-is-video-wall .sawa-video-back:focus {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
  }

  body.sawa-is-video-wall .sawa-video-wall {
    position: relative !important;
    inset: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 300svh !important;
  }

  body.sawa-is-video-wall .sawa-video-panel {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  }

  body.sawa-is-video-wall .sawa-video-panel:last-child {
    border-bottom: 0 !important;
  }

  body.sawa-is-video-wall .sawa-video-control {
    right: 12px !important;
    bottom: 12px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
  }

  body.sawa-is-video-wall .sawa-video-play {
    width: 66px !important;
    height: 66px !important;
    background: rgba(0, 0, 0, 0.26) !important;
  }

  body.sawa-is-video-wall .sawa-video-play span {
    border-top-width: 12px !important;
    border-bottom-width: 12px !important;
    border-left-width: 18px !important;
  }
}

/* Final no-band home override: keep the mirror field behind the header. */
body.home {
  background: #020202 !important;
  overflow-x: hidden !important;
}

body.home::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0.82) 100%),
    radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.16), transparent 31%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.14) saturate(0.82) !important;
  animation: sawa-dark-mirror-breathe 12s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

body.home::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 13px) !important;
  background-size: 360px 100%, auto !important;
  animation: sawa-dark-light-sweep 7.5s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

body.home .sawa-shell,
body.home .sawa-main,
body.home .sawa-front,
body.home .sawa-front-immersive,
body.home .sawa-footer {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  background-color: transparent !important;
}

body.home .sawa-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9990 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  isolation: auto !important;
  transform: none !important;
}

body.home .sawa-header::before,
body.home .sawa-header::after {
  content: none !important;
  display: none !important;
}

/* Final contact pass: dark mode keeps the SAWA atmosphere instead of a pale card. */
html.sawa-theme-dark body.sawa-is-contact,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact {
  min-height: 100vh !important;
  background: #020202 !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-contact::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.86) 100%),
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.16) saturate(0.82) !important;
  animation: sawa-dark-mirror-breathe 12s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.sawa-is-contact::after,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact::after {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  opacity: 1 !important;
  background:
    linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.11) 42%, transparent 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 13px) !important;
  background-size: 360px 100%, auto !important;
  animation: sawa-dark-light-sweep 7.5s ease-in-out infinite alternate !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-shell,
html.sawa-theme-dark body.sawa-is-contact .sawa-main,
html.sawa-theme-dark body.sawa-is-contact .sawa-contact-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-main {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-main {
  min-height: calc(100vh - 118px) !important;
  padding: clamp(120px, 16vh, 168px) 24px 132px !important;
  place-items: center !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-panel,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel {
  width: min(1080px, calc(100vw - 56px)) !important;
  grid-template-columns: minmax(260px, 0.88fr) minmax(320px, 1.12fr) !important;
  align-items: stretch !important;
  gap: clamp(28px, 5vw, 76px) !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  background: rgba(0, 0, 0, 0.54) !important;
  color: #fff !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48), inset 0 0 80px rgba(255, 255, 255, 0.035) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy {
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important;
  justify-content: center !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-kicker,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-kicker {
  color: rgba(255, 255, 255, 0.64) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy h1,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1 {
  color: #fff !important;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.1) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy p,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy p {
  color: rgba(255, 255, 255, 0.7) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy a,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.68) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form {
  align-self: center !important;
  width: 100% !important;
  gap: 14px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form label,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form label {
  gap: 8px !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form span,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form span {
  color: rgba(255, 255, 255, 0.66) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form input,
html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form textarea,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea {
  min-height: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: rgba(0, 0, 0, 0.62) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form textarea,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea {
  min-height: 188px !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form input::placeholder,
html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form textarea::placeholder,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input::placeholder,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.42) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form input:focus,
html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form textarea:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea:focus {
  border-color: #fff !important;
  background: rgba(0, 0, 0, 0.78) !important;
  box-shadow: 0 0 32px rgba(255, 255, 255, 0.1) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form button,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form button {
  min-height: 54px !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 22px 60px rgba(255, 255, 255, 0.09) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form button:hover,
html.sawa-theme-dark body.sawa-is-contact .sawa-contact-form button:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form button:hover,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form button:focus {
  border-color: rgba(0, 255, 209, 0.92) !important;
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 0 42px rgba(0, 255, 209, 0.18) !important;
}

html.sawa-theme-dark body.sawa-is-contact .sawa-contact-notice,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-notice {
  background: rgba(0, 0, 0, 0.42) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  html.sawa-theme-dark body.sawa-is-contact .sawa-contact-main,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-main {
    padding: 116px 14px 126px !important;
    align-items: start !important;
  }

  html.sawa-theme-dark body.sawa-is-contact .sawa-contact-panel,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 22px !important;
  }

  html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy {
    justify-content: flex-start !important;
  }

  html.sawa-theme-dark body.sawa-is-contact .sawa-contact-copy h1,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1 {
    font-size: clamp(42px, 16vw, 62px) !important;
  }
}

/* Contact hard reset: override older light-system rules with higher specificity. */
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-shell,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-main {
  background: #020202 !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-header,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-header {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-main {
  width: 100% !important;
  min-height: calc(100svh - 98px) !important;
  padding: clamp(118px, 18vh, 164px) 18px 116px !important;
  background: transparent !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel {
  width: min(860px, calc(100vw - 36px)) !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr) !important;
  gap: clamp(22px, 4vw, 46px) !important;
  padding: clamp(22px, 4vw, 38px) !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 38%),
    rgba(0, 0, 0, 0.72) !important;
  color: #fff !important;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.54) !important;
  backdrop-filter: blur(14px) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy {
  justify-content: flex-start !important;
  padding-top: 4px !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-kicker,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-kicker {
  margin-bottom: 14px !important;
  color: rgba(255, 255, 255, 0.62) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1 {
  margin-bottom: 22px !important;
  color: #fff !important;
  font-size: clamp(48px, 7vw, 74px) !important;
  line-height: 0.9 !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy p,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy p {
  color: rgba(255, 255, 255, 0.72) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy a,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form {
  gap: 10px !important;
  align-self: stretch !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form label,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form label {
  gap: 0 !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form span,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form span {
  display: block !important;
  margin-bottom: 6px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12px !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  padding: 13px 14px !important;
  box-shadow: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea {
  min-height: 152px !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input:focus,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form input:focus,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form textarea:focus {
  border-color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.1) !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-form button,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-form button {
  margin-top: 6px !important;
  min-height: 52px !important;
  border-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

@media (max-width: 760px) {
  html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-main,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-main {
    padding: 104px 14px 118px !important;
  }

  html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-panel {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    padding: 20px !important;
  }

  html.sawa-theme-dark body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1,
  html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-contact .sawa-contact-copy h1 {
    font-size: clamp(42px, 16vw, 60px) !important;
  }
}

/* Contact background specificity lock: beats body.page:not(...) light rules. */
html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell,
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell,
html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-main,
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-main {
  background: #020202 !important;
  background-color: #020202 !important;
  background-image: none !important;
  color: #fff !important;
}

html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout)::before,
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-contact:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout)::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.84) 100%),
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
}

/* Footer social marks. */
.sawa-footer {
  row-gap: 9px !important;
}

.sawa-footer-social {
  grid-column: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}

.sawa-footer-social a {
  width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  display: inline-grid !important;
  place-items: center !important;
  color: rgba(255, 255, 255, 0.58) !important;
  text-decoration: none !important;
}

.sawa-footer-social a::after {
  display: none !important;
  content: none !important;
}

.sawa-footer-social svg {
  width: 17px !important;
  height: 17px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: transform 220ms ease, filter 220ms ease !important;
}

.sawa-footer-social a:hover,
.sawa-footer-social a:focus {
  color: #fff !important;
  transform: translateY(-2px) !important;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.28) !important;
}

.sawa-footer-social a:hover svg,
.sawa-footer-social a:focus svg {
  transform: scale(1.08) !important;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.28)) !important;
}

html.sawa-theme-light .sawa-footer-social a,
html.sawa-theme-light body .sawa-footer-social a {
  color: rgba(0, 0, 0, 0.58) !important;
}

html.sawa-theme-light .sawa-footer-social a:hover,
html.sawa-theme-light .sawa-footer-social a:focus,
html.sawa-theme-light body .sawa-footer-social a:hover,
html.sawa-theme-light body .sawa-footer-social a:focus {
  color: #000 !important;
}

body.post-type-archive-product .sawa-catalog-cats {
  display: none !important;
}

/* Persistent cart delivery promise. */
body.sawa-is-cart .sawa-cart-shipping-promise {
  width: min(680px, 100%) !important;
  display: grid !important;
  gap: 7px !important;
  margin: 0 auto 24px !important;
  padding: 18px 20px !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 30%, transparent) !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 76%, transparent) !important;
  color: var(--sawa-ink, #fff) !important;
  box-shadow: 0 20px 64px color-mix(in srgb, var(--sawa-ink, #fff) 8%, transparent) !important;
  backdrop-filter: blur(12px) !important;
}

body.sawa-is-cart .sawa-cart-shipping-kicker {
  color: color-mix(in srgb, var(--sawa-ink, #fff) 58%, transparent) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
  text-transform: lowercase !important;
}

body.sawa-is-cart .sawa-cart-shipping-promise strong {
  color: var(--sawa-ink, #fff) !important;
  -webkit-text-fill-color: var(--sawa-ink, #fff) !important;
  font-family: "Arial Black", Arial, sans-serif !important;
  font-size: clamp(18px, 2.3vw, 28px) !important;
  font-style: italic !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.sawa-is-cart .sawa-cart-shipping-promise p {
  max-width: 58ch !important;
  margin: 0 !important;
  color: color-mix(in srgb, var(--sawa-ink, #fff) 72%, transparent) !important;
  -webkit-text-fill-color: color-mix(in srgb, var(--sawa-ink, #fff) 72%, transparent) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html.sawa-theme-light body.sawa-is-cart .sawa-cart-shipping-promise {
  background: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 700px) {
  body.sawa-is-cart .sawa-cart-shipping-promise {
    margin-bottom: 18px !important;
    padding: 15px !important;
  }
}

/* WooCommerce notices: SAWA-styled alerts instead of default white-on-white blocks. */
body :is(.woocommerce-notices-wrapper, .woocommerce-NoticeGroup) {
  width: min(760px, calc(100vw - 36px)) !important;
  margin: 0 auto 18px !important;
}

body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) {
  position: relative !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  border: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 34%, transparent) !important;
  border-top: 1px solid color-mix(in srgb, var(--sawa-ink, #fff) 34%, transparent) !important;
  border-radius: 0 !important;
  background: color-mix(in srgb, var(--sawa-paper, #020202) 84%, transparent) !important;
  color: var(--sawa-ink, #fff) !important;
  -webkit-text-fill-color: var(--sawa-ink, #fff) !important;
  box-shadow: 0 18px 58px color-mix(in srgb, var(--sawa-ink, #fff) 8%, transparent) !important;
  backdrop-filter: blur(12px) !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  list-style: none !important;
  margin: 0 auto 18px !important;
  padding: 14px 16px !important;
}

body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice)::before,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice)::after {
  display: none !important;
  content: none !important;
}

body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) li,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) strong,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) span,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) p {
  color: var(--sawa-ink, #fff) !important;
  -webkit-text-fill-color: var(--sawa-ink, #fff) !important;
}

body .woocommerce-error {
  border-color: color-mix(in srgb, #ff4d4d 62%, var(--sawa-ink, #fff) 20%) !important;
  box-shadow: 0 0 34px rgba(255, 77, 77, 0.14) !important;
}

body .woocommerce-message {
  border-color: color-mix(in srgb, #00ffd1 58%, var(--sawa-ink, #fff) 18%) !important;
  box-shadow: 0 0 34px rgba(0, 255, 209, 0.12) !important;
}

body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) a,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) .button {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--sawa-ink, #fff) !important;
  border-radius: 0 !important;
  background: var(--sawa-ink, #fff) !important;
  color: var(--sawa-paper, #020202) !important;
  -webkit-text-fill-color: var(--sawa-paper, #020202) !important;
  font-family: "Arial Black", Arial, sans-serif !important;
  font-size: 10px !important;
  font-style: italic !important;
  line-height: 1 !important;
  margin-left: auto !important;
  padding: 0 14px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) a:hover,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) a:focus,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) .button:hover,
body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) .button:focus {
  background: transparent !important;
  color: var(--sawa-ink, #fff) !important;
  -webkit-text-fill-color: var(--sawa-ink, #fff) !important;
}

@media (max-width: 700px) {
  body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) {
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 13px !important;
  }

  body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) a,
  body :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) .button {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

/* Cart dark background lock: keep cart consistent with the selected theme. */
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-cart,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-cart,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-cart .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-cart .sawa-shell,
html.sawa-theme-dark body.sawa-theme-dark.sawa-is-cart .sawa-main,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-cart .sawa-main {
  background: #020202 !important;
  background-color: #020202 !important;
  background-image: none !important;
  color: #fff !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-cart::before,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-cart::before {
  content: "" !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.84) 100%),
    radial-gradient(circle at 68% 32%, rgba(255, 255, 255, 0.16), transparent 30%),
    url("assets/sawa-mirror-background.webp") center / cover no-repeat !important;
  filter: grayscale(1) contrast(1.16) saturate(0.82) !important;
  pointer-events: none !important;
}

html.sawa-theme-dark body.sawa-theme-dark.sawa-is-cart .sawa-shell,
html:not(.sawa-theme-light) body.sawa-theme-dark.sawa-is-cart .sawa-shell {
  position: relative !important;
  z-index: 1 !important;
}

html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout),
html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell,
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-shell,
html.sawa-theme-dark body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-main,
html:not(.sawa-theme-light) body.page.sawa-theme-dark.sawa-is-cart:not(.home):not(.sawa-is-lookbook):not(.sawa-is-onecheckout) .sawa-main {
  background: #020202 !important;
  background-color: #020202 !important;
  background-image: none !important;
  color: #fff !important;
}

/* Cart final polish: keep notices inside the card, fix country search contrast, soften hover sensitivity. */
body.sawa-is-cart :is(.woocommerce-notices-wrapper, .woocommerce-NoticeGroup) {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 24px !important;
  box-sizing: border-box !important;
}

body.sawa-is-cart :is(.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice) {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.sawa-is-cart .sawa-cart-shipping-promise {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.sawa-is-cart .select2-container,
body.sawa-is-cart .select2-dropdown,
body.sawa-is-cart .select2-search,
body.sawa-is-cart .select2-search__field,
body.sawa-is-cart .select2-results,
body.sawa-is-cart .select2-results__option {
  background: #050505 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.sawa-is-cart .select2-search__field {
  min-height: 42px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  outline: none !important;
  font-family: "Courier New", Courier, monospace !important;
}

body.sawa-is-cart .select2-container--default .select2-results__option--highlighted[aria-selected],
body.sawa-is-cart .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

body.sawa-is-cart .select2-container--default .select2-results__option[aria-selected="true"],
body.sawa-is-cart .select2-results__option--selected {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

html.sawa-theme-light body.sawa-is-cart .select2-container,
html.sawa-theme-light body.sawa-is-cart .select2-dropdown,
html.sawa-theme-light body.sawa-is-cart .select2-search,
html.sawa-theme-light body.sawa-is-cart .select2-search__field,
html.sawa-theme-light body.sawa-is-cart .select2-results,
html.sawa-theme-light body.sawa-is-cart .select2-results__option {
  background: #fff !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

html.sawa-theme-light body.sawa-is-cart .select2-search__field {
  border-color: rgba(0, 0, 0, 0.32) !important;
}

html.sawa-theme-light body.sawa-is-cart .select2-container--default .select2-results__option--highlighted[aria-selected],
html.sawa-theme-light body.sawa-is-cart .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

body.sawa-is-cart:has(:is(a, button, .button, input, select, textarea):hover)::before,
body.sawa-is-cart:has(:is(a, button, .button, input, select, textarea):hover)::after {
  animation-duration: 18s !important;
  filter: grayscale(1) contrast(1.04) saturate(0.82) !important;
  opacity: 0.68 !important;
}

/* Cart totals final layout: keep Woo columns from creating an empty half-card. */
body.sawa-is-cart .woocommerce-cart-form {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
}

body.sawa-is-cart .woocommerce-cart-form .coupon {
  display: flex !important;
  align-items: stretch !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

body.sawa-is-cart .woocommerce-cart-form .coupon .input-text {
  width: min(220px, 100%) !important;
  min-width: 180px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
}

body.sawa-is-cart .cart-collaterals {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  margin-top: 24px !important;
  clear: both !important;
}

body.sawa-is-cart .cart-collaterals::before,
body.sawa-is-cart .cart-collaterals::after {
  display: none !important;
  content: none !important;
}

body.sawa-is-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: min(560px, 100%) !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

body.sawa-is-cart .cart_totals h2 {
  padding: 22px 24px !important;
  margin: 0 !important;
  text-align: center !important;
}

body.sawa-is-cart .cart_totals table.shop_table {
  width: 100% !important;
  table-layout: fixed !important;
}

body.sawa-is-cart .cart_totals table.shop_table th,
body.sawa-is-cart .cart_totals table.shop_table td {
  width: auto !important;
  vertical-align: top !important;
  overflow-wrap: anywhere !important;
}

body.sawa-is-cart .cart_totals .woocommerce-shipping-methods,
body.sawa-is-cart .cart_totals #shipping_method {
  display: grid !important;
  gap: 12px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.sawa-is-cart .cart_totals .woocommerce-shipping-methods li,
body.sawa-is-cart .cart_totals #shipping_method li {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  max-width: 100% !important;
}

body.sawa-is-cart .cart_totals .woocommerce-shipping-methods label,
body.sawa-is-cart .cart_totals #shipping_method label,
body.sawa-is-cart .woocommerce-shipping-destination,
body.sawa-is-cart .woocommerce-shipping-calculator {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 700px) {
  body.sawa-is-cart .woocommerce-cart-form {
    margin-inline: -8px !important;
    width: calc(100% + 16px) !important;
  }

  body.sawa-is-cart .woocommerce-cart-form .coupon,
  body.sawa-is-cart .woocommerce-cart-form .coupon .input-text,
  body.sawa-is-cart .woocommerce-cart-form .coupon .button,
  body.sawa-is-cart .cart-collaterals .cart_totals,
  body.sawa-is-cart .cart_totals .checkout-button {
    width: 100% !important;
  }

  body.sawa-is-cart .cart_totals h2 {
    padding: 18px 14px !important;
  }
}

body.sawa-is-cart :is(a, button, .button, input, select, textarea) {
  transition-duration: 260ms !important;
}
