/*
Theme Name:  Salao
Theme URI:   https://customcomunicacion.com
Author:      Norman Reyes
Description: Custom WooCommerce theme for Salao — conscious fashion from Andalucía.
Version:     1.0.87
License:     GNU General Public License v2 or later
Text Domain: salao
*/

/* =========================================================
   CUSTOM PROPERTIES
   ========================================================= */
:root {
  --salao-black:       #000000;
  --salao-white:       #ffffff;
  --salao-green:       #29715b;
  --salao-green-2:     #67b07d;
  --salao-orange:      #e2865c;
  --salao-text:        #161616;
  --salao-muted:       #444444;
  --salao-border:      #e3e3e3;
  --salao-dark-border: #2a2a2a;
  --salao-grey-bg:     #f0f0ee;

  --font-heading:  'Playfair Display', serif;
  --font-garamond: 'adobe-garamond-pro', serif;
  --font-body:     'Inter', sans-serif;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--salao-text);
  background: var(--salao-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }
ul, ol { list-style: none; }
.no-border { border: none !important; }

/* =========================================================
   MARQUEE KEYFRAME
   ========================================================= */
@keyframes salao-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* =========================================================
   ANNOUNCEMENT BAR
   ========================================================= */
.salao-announcement {
  background: var(--salao-green);
  color: var(--salao-white);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 16px;
  width: 100%;
  overflow: hidden;
}
.salao-announcement__marquee__track {
  display: inline-block;
  justify-content: space-between;
  white-space: nowrap;
  animation: salao-marquee 95s linear infinite;
}

.salao-announcement__text {
  padding: 0;
  display: inline-block;
  width:1000px;
}
/* =========================================================
   HEADER
   ========================================================= */
.salao-header {
  background: var(--salao-black);
  color: var(--salao-white);
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 78px;
  gap: 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.salao-header__logo {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: .01em;
  padding-right: 8px;
  color: var(--salao-white);
  flex-shrink: 0;
}

/* Custom logo image (uploaded via Customizer → Site Identity) */
.salao-header__logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.salao-header__logo-wrap .custom-logo-link {
  display: flex;
  align-items: center;
}
.salao-header__logo-wrap .custom-logo {
  max-height: 38px;
  width: auto;
  display: block;
}

/* Primary nav */
.salao-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
}

.salao-header__nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.salao-header__nav li { position: relative; }

.salao-header__nav a {
  color: var(--salao-white);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: opacity .2s;
}
.salao-header__nav a:hover { opacity: .7; }

/* SHOP dropdown chevron */
.salao-header__nav .menu-item-has-children > a::after {
  content: '▾';
  font-size: 9px;
  display: inline-block;
}

/* Dropdown
   — top: calc(100% + 16px) keeps the visual gap.
   — ::before bridges the gap invisibly so hover isn't broken mid-crossing. */
.salao-header__nav .sub-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--salao-black);
  border: 1px solid var(--salao-dark-border);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  z-index: 100;
}

/* Invisible bridge covers the 16px gap to keep hover alive */
.salao-header__nav .sub-menu::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 16px;
}

.salao-header__nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}

.salao-header__nav .sub-menu li {
  width: 100%;
}

.salao-header__nav .sub-menu li a {
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: .06em;
  border-bottom: 1px solid var(--salao-dark-border);
  text-align: left;
  justify-content: flex-start;
}
.salao-header__nav .sub-menu li:last-child a { border-bottom: none; }

/* Header right icons */
.salao-header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-shrink: 0;
}

.salao-header__icon {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--salao-white);
  transition: opacity .2s;
}
.salao-header__icon:hover { opacity: .7; }

/* Cart bubble */
.salao-header__cart { position: relative; }
.salao-header__cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  background: var(--salao-green);
  color: var(--salao-white);
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.salao-header__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  color: var(--salao-white);
  cursor: pointer;
}

.salao-header__contact {
  border: 1.5px solid var(--salao-white);
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--salao-white);
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.salao-header__contact:hover {
  background: var(--salao-white);
  color: var(--salao-black);
}

/* Mobile hamburger */
.salao-header__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  padding: 4px;
}
.salao-header__hamburger span {
  width: 24px;
  height: 2px;
  background: var(--salao-white);
  transition: transform .3s, opacity .3s;
}

/* Mobile nav — hidden by default at all screen sizes; shown only via .is-open on mobile */
.salao-mobile-nav {
  display: none;
  position: fixed;
  inset: 78px 0 0 0;
  background: var(--salao-black);
  z-index: 999;
  flex-direction: column;
  padding: 32px 24px;
  gap: 28px;
  overflow-y: auto;
}
.salao-mobile-nav.is-open { display: flex; }

/* =========================================================
   HERO (home)
   ========================================================= */
.salao-hero {
  position: relative;
  height: calc(100vh - 78px);
  overflow: hidden;
  background: linear-gradient(180deg, #a9b3b0, #8a948f);
}

.salao-hero__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #aab2ad, #aab2ad 16px, #9ea69f 16px, #9ea69f 32px);
  opacity: .9;
  z-index: 0;
}

.salao-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Video background */
.salao-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Poster image sits behind video; hidden once video starts (JS optional) */
.salao-hero__video-poster {
  z-index: 0;
  opacity: 1;
  transition: opacity .6s;
}
.salao-hero--video-playing .salao-hero__video-poster { opacity: 0; }

/* Dark tint over video for text contrast */
.salao-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
}

.salao-hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  z-index: 2;
}

.salao-hero__title {
  font-family: var(--font-garamond);
  font-style: italic;
  font-weight: 700;
  font-size: 62px;
  color: var(--salao-white);
  letter-spacing: .03em;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
  text-align: center;
}

.salao-hero__placeholder {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: rgba(255,255,255,.85);
  letter-spacing: .1em;
  white-space: nowrap;
}

/* =========================================================
   PILL BUTTONS (shared)
   ========================================================= */
.salao-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 12px 26px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s, color .2s;
  text-align: center;
}

.salao-btn--outline-white {
  border: 1.5px solid var(--salao-white);
  color: var(--salao-white);
  background: transparent;
}
.salao-btn--outline-white:hover {
  background: var(--salao-white);
  color: var(--salao-black);
}

.salao-btn--solid-black {
  border: 1.5px solid var(--salao-white);
  color: var(--salao-white);
  background: var(--salao-black);
}
.salao-btn--solid-black:hover {
  background: var(--salao-white);
  color: var(--salao-black);
}

.salao-btn--outline-dark {
  border: 1.5px solid var(--salao-black);
  background: var(--salao-black);
  color: var(--salao-white);
}
.salao-btn--outline-dark:hover {
  background: var(--salao-white);
  border-color: var(--salao-black);
  color: var(--salao-black);
}

.salao-btn--green {
  border: none;
  background: var(--salao-green);
  color: var(--salao-white);
}
.salao-btn--green:hover {
  background: #1f5a47;
  color: var(--salao-white);
}

/* =========================================================
   BORN IN ANDALUCÍA
   ========================================================= */
.salao-born__pattern {
	background-color:var(--salao-green);
}
.salao-born__pattern-inner {
  margin: 44px auto 0;
  padding: 12px 40px;
  display:flex;
}
.salao-born {
  margin: 0 auto;
  padding: 0px 40px 0;
}

.salao-born__heading {
  font-family: var(--font-garamond);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  color: var(--salao-white);
}

.salao-born__body {
  margin-top: 20px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--salao-muted);
}

.salao-born__body + .salao-born__body { margin-top: 14px; }

.salao-born .salao-btn--outline-dark { margin-top: 24px; }

/* =========================================================
   PRODUCT CAROUSEL (featured / favoritos)
   ========================================================= */
.salao-featured,
.salao-favoritos__inner {
  margin: 0 auto;
  padding: 44px 40px 0;
}

.salao-favoritos__inner { padding: 60px 40px; }

.salao-carousel-wrap {
  overflow: hidden;
}

.salao-carousel-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}

/* Each card occupies exactly 1/3 of the visible area (3 cards across) */
.salao-carousel-grid > * {
  flex: 0 0 calc(100% / 3);
  min-width: 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* Hide "Comprar ahora" in home carousels — shop grid style has no buy button */
.salao-carousel-grid .salao-product-card__buy--home {
  display: none;
}

.salao-carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.salao-carousel-prev,
.salao-carousel-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s, color .2s;
  border: none;
  flex-shrink: 0;
}

.salao-carousel-prev {
  border: 1.4px solid #cfcfcf;
  background: transparent;
  color: #888;
}

.salao-carousel-next {
  background: var(--salao-black);
  color: var(--salao-white);
}

/* =========================================================
   CHARITY BAND (black / home)
   ========================================================= */
.salao-charity-band {
  margin-top: 50px;
  background: var(--salao-black);
  color: var(--salao-white);
  text-align: center;
  padding: 60px 40px;
}

.salao-charity-band__percent {
  /*font-family: var(--font-heading);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.salao-charity-band__label {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 24px;
  margin-top: 2px;
}

.salao-charity-band__tagline {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 18px;
}

.salao-charity-band .salao-btn { margin-top: 26px; }

/* =========================================================
   MARQUEE
   ========================================================= */
.salao-marquee {
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  white-space: nowrap;
}

.salao-marquee__track {
  display: inline-block;
  animation: salao-marquee 140s linear infinite;
  font-family: var(--font-heading);
  font-size: 26px;
  letter-spacing: .02em;
}

.salao-marquee__track span { padding: 0; }

/* =========================================================
   THREE PILLARS
   ========================================================= */
.salao-pillars {
  background: var(--salao-black);
  color: var(--salao-white);
}

.salao-pillars__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.salao-pillar {
  padding: 54px 44px;
  text-align: center;
  border-right: 1px solid #262626;
}
.salao-pillar:last-child { border-right: none; }

.salao-pillar__icon { margin: 0 auto; }

.salao-pillar__title {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 22px;
  margin-top: 18px;
}

.salao-pillar__amor {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
}

.salao-pillar__body {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #b6b6b6;
}

.salao-pillar__expand {
  margin-top: 22px;
  font-weight: 300;
  cursor: pointer;
  transition: opacity .2s;
}
.salao-pillar__expand:hover { opacity: .6; }

/* =========================================================
   CAUSAS
   ========================================================= */
.salao-causas {
  margin: 0 auto;
  padding: 64px 40px 0;
}

.salao-causas__heading {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.18;
}

.salao-causas__body {
  margin-top: 18px;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--salao-muted);
}

.salao-causas__body + .salao-causas__body { margin-top: 12px; }

.salao-causas__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ---- Causa card ---- */
.salao-causa-card {
  position: relative;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--causa-gradient, linear-gradient(160deg, #e8b56b, #d49050));
  cursor: pointer;
}

/* ---- Front face: logo + title centred, CTA pinned bottom-left ---- */
.salao-causa-card__front {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 20px 80px; /* bottom room for the CTA */
  text-align: center;
  transition: opacity .35s ease;
}

.salao-causa-card__logo {
  max-width: 150px;
  max-height: 90px;
  object-fit: contain;
  min-height: 90px;
}

.salao-causa-card__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--salao-white);
  line-height: 1.4;
}

/* CTA — rounded pill, pinned bottom-left on both faces */
.salao-causa-card__cta {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: inline-block;
  padding: 9px 22px;
  border: 1.5px solid var(--salao-black);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  background: var(--salao-black);
  color: var(--salao-white);
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  white-space: nowrap;
}
.salao-causa-card:hover .salao-causa-card__cta {
  background: var(--salao-white);
  border-color: var(--salao-white);
  color: var(--salao-black);
}

/* ---- Back face: photo + mask + desc at top, CTA at bottom-left ---- */
.salao-causa-card__back {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.salao-causa-card__bg {
  position: absolute;
  inset: 0;
  background-image: var(--causa-bg-url);
  background-size: cover;
  background-position: center;
}

.salao-causa-card__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.75) 100%);
}

/* Back content: fills the face, desc at top */
.salao-causa-card__back-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 32px 24px 80px;
  color: var(--salao-white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Desc: starts below and fades in, slides to top on hover */
.salao-causa-card__desc {
  font-size: 16px;
  line-height: 1.65;
  max-width: 260px;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .4s ease .08s, transform .45s ease .08s;
}

.salao-causa-card:hover .salao-causa-card__desc {
  opacity: 1;
  transform: translateY(0);
}


/* Hover: reveal back face */
.salao-causa-card:hover .salao-causa-card__front { opacity: 0; }
.salao-causa-card:hover .salao-causa-card__back {
  opacity: 1;
  pointer-events: auto;
}
/* =========================================================
   FAVORITOS SECTION
   ========================================================= */
.salao-favoritos {
  background: var(--salao-grey-bg);
  margin-top: 72px;
}

.salao-favoritos__heading {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .01em;
}

/* =========================================================
   SURF FULL-BLEED
   ========================================================= */
.salao-surf {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: linear-gradient(180deg, #bcd2d8, #7fa6b0);
}

.salao-surf__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #bcd2d8, #bcd2d8 18px, #b0c8cf 18px, #b0c8cf 36px);
}

.salao-surf__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* Play button — centered over image */
.salao-surf__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
  transition: transform .2s ease, background .2s;
}
.salao-surf__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #fff;
}
.salao-surf__play svg {
  width: 26px;
  height: 26px;
  fill: var(--salao-black);
  margin-left: 4px; /* visually centre the play triangle */
}

/* Mobile inline player */
.salao-surf__inline {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #000;
}
.salao-surf__inline[hidden] { display: none; }

.salao-surf__inline-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.salao-surf__inline-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.salao-surf__inline-close:hover { background: rgba(0, 0, 0, 0.7); }

/* Desktop video modal */
.salao-surf-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.salao-surf-modal[hidden] { display: none; }

.salao-surf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}

.salao-surf-modal__box {
  position: relative;
  z-index: 1;
  width: min(900px, 90vw);
  background: #000;
}

.salao-surf-modal__close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s;
}
.salao-surf-modal__close:hover { opacity: 1; }

.salao-surf-modal__video {
  width: 100%;
  max-height: 80vh;
  display: block;
}

/* =========================================================
   FOOTER
   ========================================================= */
.salao-footer {
  background: var(--salao-black);
  color: var(--salao-white);
  padding: 54px 40px 0;
}

.salao-footer__inner { margin: 0 auto; }

/* Pillar row — charity % + icons inline, lives in column 1 of grid */
.salao-footer__pillar-row {
  display: flex;
  align-items: center;
  gap: 38px;
}

.salao-footer__charity-block { text-align: center; }

.salao-footer__charity-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  padding-top:10px;
}

.salao-footer__charity-num img {
	height:50px;
}
.salao-footer__charity-lbl {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 11px;
  margin-top: -2px;
}

.salao-footer__pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.salao-footer__pillar img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.salao-footer__pillar-label {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 12.5px;
}

.salao-footer__amor img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

/* Main grid: wide content column + nav + social */
.salao-footer__grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 90px;
  padding-bottom: 42px;
}

/* Newsletter block sits below the pillar row in column 1 */
.salao-footer__newsletter { margin-top: 40px; }

.salao-footer__newsletter-heading {
  font-size: 18px;
  font-weight: 600;
}

.salao-footer__newsletter-desc {
  margin-top: 14px;
  font-size: 14px;
  color: #b9b9b9;
  line-height: 1.6;
  max-width: 420px;
}

.salao-footer__newsletter-form {
  margin-top: 22px;
  display: flex;
  max-width: 420px;
}

.salao-footer__newsletter-input-group {
  display: flex;
  width: 420px;
}

.salao-footer__newsletter-input {
  flex: 1;
  background: transparent;
  border: 1px solid #555;
  color: var(--salao-white);
  padding: 14px 16px;
  font-size: 12px;
  letter-spacing: .05em;
  outline: none;
}

.salao-footer__newsletter-btn {
  background: var(--salao-white);
  color: var(--salao-black);
  border: none;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
  transition: background .2s;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.salao-footer__newsletter-btn:hover { background: #e0e0e0; }

.salao-footer__col-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* Footer nav menu */
.salao-footer__nav ul {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--salao-white);
}

.salao-footer__nav a {
  color: #cfcfcf;
  transition: color .2s;
}
.salao-footer__nav a:hover { color: var(--salao-white); }

/* Social */
.salao-footer__social { margin-top: 20px; display: flex; flex-direction: column; gap: 18px; }
.salao-footer__social a { display: inline-flex; transition: opacity .2s; }
.salao-footer__social a:hover { opacity: .7; }

/* Bottom */
.salao-footer__divider { border-top: 1px solid var(--salao-dark-border); }

.salao-footer__bottom {
  padding: 34px 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.salao-footer__logo-mark {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
}

.salao-footer__copy {
  margin-top: 34px;
  font-size: 12.5px;
  color: var(--salao-white);
}

.salao-footer__tagline {
  font-family: var(--font-garamond);
  font-weight: 800;
  font-size: 52px;
  letter-spacing: .02em;
  font-style: italic;
}

/* Legal row */
.salao-footer__legal {
  border-top: 1px solid var(--salao-dark-border);
  padding: 18px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-size: 11px;
  color: #9a9a9a;
  flex-wrap: wrap;
}

.salao-footer__legal a {
  color: #9a9a9a;
  transition: color .2s;
}
.salao-footer__legal a:hover { color: var(--salao-white); }

.salao-footer__legal-sep { opacity: .4; }

/* =========================================================
   PRODUCT CARD
   ========================================================= */
.salao-product-card {
  display: flex;
  flex-direction: column;
}

.salao-product-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1.3;
  border-radius: 4px;
  overflow: hidden;
  background: #e0ddd4;
}

.salao-product-card__image-wrap--shop {
  aspect-ratio: 1 / 1.3;
}

.salao-product-card__image-wrap img,
.salao-product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease;
}

.salao-product-card__img--hover {
  opacity: 0;
}

.salao-product-card__image-wrap:hover .salao-product-card__img--primary {
  opacity: 0;
}

.salao-product-card__image-wrap:hover .salao-product-card__img--hover {
  opacity: 1;
}

.salao-product-card__placeholder {
  position: absolute;
  inset: 0;
}

.salao-product-card__placeholder-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 9px;
  color: rgba(0,0,0,.45);
}

.salao-product-card__name {
  margin-top: 13px;
  font-size: 15px;
  font-weight: 600;
  margin-top:0;
}

.salao-product-card__price {
  margin-top: 4px;
  font-size: 12.5px;
  color: var(--salao-muted);
}

.salao-product-card__swatches {
  margin-top: 13px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.salao-product-card__swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  flex-shrink: 0;
}

.salao-product-card__causa {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 10px;
  color: #222;
  margin-left: 4px;
}

.salao-product-card__buy {
  margin-top: 15px;
  background: var(--salao-black);
  color: var(--salao-white);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 13px;
  cursor: pointer;
  display: block;
  border: none;
  width: 100%;
  transition: background .2s;
}
.salao-product-card__buy:hover { background: #333; }

/* Home carousel button (smaller, left-aligned) */
.salao-product-card__buy--home {
  margin-top: 14px;
  padding: 11px 22px;
  align-self: flex-start;
  width: auto;
}

/* =========================================================
   SHOP PAGE — HERO
   ========================================================= */
.salao-shop-heading {
  padding: 48px 40px 36px;
  border-bottom: 1px solid #e5e5e5;
}

.salao-shop-heading__title {
  font-family: var(--font-body);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--salao-text);
  text-transform: uppercase;
}

/* Category filter buttons */
.salao-shop-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.salao-shop-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid var(--salao-text);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--salao-text);
  background: transparent;
  cursor: pointer;
  transition: background .18s, color .18s;
  white-space: nowrap;
}

.salao-shop-cat-btn:hover,
.salao-shop-cat-btn.is-active {
  background: var(--salao-black);
  border-color: var(--salao-black);
  color: var(--salao-white);
}

/* =========================================================
   SHOP LAYOUT
   ========================================================= */
.salao-shop-body {
  /*max-width: 1200px;*/
  margin: 0 auto;
  padding: 56px 24px 0;
  display: block;
  /*grid-template-columns: 230px 1fr;
  gap: 34px;*/
}

/* =========================================================
   SIDEBAR
   ========================================================= */
.salao-sidebar {
  /*border: 1px solid var(--salao-border);*/
  border-radius: 10px;
  padding: 26px 24px;
  height: fit-content;
  position: sticky;
  top: 96px;
}

.salao-sidebar__section { margin-top: 30px; }
.salao-sidebar__section:first-child { margin-top: 0; }

.salao-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.salao-sidebar__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.3;
}

.salao-sidebar__toggle {
  font-size: 11px;
  transition: transform .2s;
}
.salao-sidebar__section.is-collapsed .salao-sidebar__toggle { transform: rotate(180deg); }

.salao-sidebar__body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}

.salao-sidebar__section.is-collapsed .salao-sidebar__body { display: none; }

/* Checkbox labels */
.salao-sidebar__check {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}

.salao-sidebar__check-box {
  width: 14px;
  height: 14px;
  border: 1.4px solid #777;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}

.salao-sidebar__check input[type="checkbox"] { display: none; }
.salao-sidebar__check input:checked + .salao-sidebar__check-box {
  background: var(--salao-black);
  border-color: var(--salao-black);
}
.salao-sidebar__check input:checked + .salao-sidebar__check-box::after {
  content: '';
  width: 8px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
  display: block;
}

/* Color swatches */
.salao-sidebar__swatches {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 28px);
  gap: 11px;
}

.salao-sidebar__swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s;
}
.salao-sidebar__swatch:hover { transform: scale(1.15); }
.salao-sidebar__swatch.is-active { outline: 2px solid var(--salao-black); outline-offset: 2px; }

/* Size buttons */
.salao-sidebar__sizes {
  margin-top: 16px;
  display: flex;
  gap: 9px;
}

.salao-sidebar__size {
  width: 30px;
  height: 30px;
  border: 1.3px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.salao-sidebar__size:hover,
.salao-sidebar__size.is-active {
  background: var(--salao-black);
  color: var(--salao-white);
  border-color: var(--salao-black);
}

/* =========================================================
   SHOP PRODUCT GRID
   ========================================================= */
/* =========================================================
   SHOP GRID — border-collapse approach (1 px lines between cells)
   ========================================================= */
.salao-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

/* Every card in the grid gets a right + bottom border */
.salao-shop-grid > * {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* =========================================================
   PRODUCT CARD — shared layout with promo / editorial
   ========================================================= */
.salao-product-card {
  display: flex;
  flex-direction: column;
  background: var(--salao-white);
}

/* ---- Image wrap ---- */
.salao-product-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
  background: #e0ddd4;
  display: block;
  border-radius: 0;            /* no radius — grid lines are the boundary */
}

.salao-product-card__image-wrap--shop {
  aspect-ratio: 1 / 1.3;      /* kept identical for clarity */
}

.salao-product-card__image-wrap img,
.salao-product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .4s ease;
}

.salao-product-card__img--hover { opacity: 0; }

.salao-product-card__image-wrap:hover .salao-product-card__img--primary { opacity: 0; }
.salao-product-card__image-wrap:hover .salao-product-card__img--hover   { opacity: 1; }

.salao-product-card__placeholder {
  position: absolute;
  inset: 0;
}

.salao-product-card__placeholder-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-size: 9px;
  color: rgba(0,0,0,.45);
}

/* ---- Info box (white panel below image) ---- */
.salao-product-card__info {
  padding: 10px 16px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  text-align: center;
}

.salao-product-card__name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.salao-product-card__name a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.salao-product-card__price {
  margin-top: 4px;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.salao-product-card__vat {
  font-size: 10px;
  color: #aaa;
  display:none;
}

/* ---- Size variant quick-add buttons ---- */
.salao-product-card__sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .25s ease, max-height .25s ease;
}

.salao-product-card:hover .salao-product-card__sizes {
  opacity: 1;
  max-height: 80px;
}

.salao-product-card__size-btn {
  min-width: 34px;
  height: 30px;
  padding: 0 7px;
  border: 1px solid #d0d0d0;
  background: var(--salao-white);
  color: var(--salao-text);
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
  line-height: 1;
}

.salao-product-card__size-btn:hover {
  background: var(--salao-black);
  border-color: var(--salao-black);
  color: var(--salao-white);
}

.salao-product-card__size-btn.is-adding {
  opacity: 0.5;
  cursor: wait;
}

.salao-product-card__size-btn.is-added {
  background: #2e7d52;
  border-color: #2e7d52;
  color: var(--salao-white);
}

/* ---- Color swatches + causa tag ---- */
.salao-product-card__swatches {
  margin-top: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  display:none; /* hide by default, only show on hover for desktop */
}

.salao-product-card__swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid transparent;
  flex-shrink: 0;
}

.salao-product-card__causa {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 10px;
  color: #222;
  margin-left: 2px;
}

/* ---- Buy button ---- */
.salao-product-card__buy {
  margin-top: auto;
  padding-top: 14px;
  background: var(--salao-black);
  color: var(--salao-white);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px;
  cursor: pointer;
  display: block;
  border: none;
  width: 100%;
  transition: background .2s;
  margin-top: 12px;
}
.salao-product-card__buy:hover { background: #333; }

/* Home carousel: smaller left-aligned variant */
.salao-product-card__buy--home {
  padding: 11px 22px;
  align-self: flex-start;
  width: auto;
}

/* =========================================================
   PROMO CARD — matches product card layout
   ========================================================= */
.salao-promo-card {
  display: flex;
  flex-direction: column;
  background: var(--salao-white);
}

.salao-promo-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
  background: linear-gradient(180deg, #3a4a40, #22302a);
}

.salao-promo-card__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(125deg, #3c4c42, #3c4c42 12px, #33433a 12px, #33433a 24px);
}

.salao-promo-card__info {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.salao-promo-card__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--salao-text);
}

.salao-promo-card__btn {
  margin-top: auto;
  padding-top: 12px;
  align-self: flex-start;
  background: var(--salao-black);
  color: var(--salao-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 12px 20px;
  cursor: pointer;
  display: inline-block;
  transition: background .2s;
  margin-top: 12px;
}
.salao-promo-card__btn:hover { background: #333; }

/* =========================================================
   EDITORIAL CARD — matches product card layout
   ========================================================= */
.salao-editorial-card {
  display: flex;
  flex-direction: column;
  background: var(--salao-white);
}

.salao-editorial-card__image-wrap {
  position: relative;
  aspect-ratio: 1 / 1.3;
  overflow: hidden;
  background: #9ac3a8;
}

.salao-editorial-card__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(125deg, #86b394, #86b394 13px, #7fac8c 13px, #7fac8c 26px);
}

.salao-editorial-card__image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-editorial-card__info {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.salao-editorial-card__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  color: var(--salao-text);
}

.salao-editorial-card__btn {
  margin-top: auto;
  padding-top: 12px;
  background: var(--salao-black);
  color: var(--salao-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 12px 26px;
  cursor: pointer;
  display: inline-block;
  transition: background .2s;
  align-self: flex-start;
  margin-top: 12px;
}
.salao-editorial-card__btn:hover { background: #333; }

/* =========================================================
   ADD-TO-CART TOAST NOTIFICATION
   ========================================================= */
@keyframes salao-toast-in {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
@keyframes salao-toast-out {
  from { transform: translateY(0);    opacity: 1; }
  to   { transform: translateY(20px); opacity: 0; }
}

.salao-cart-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  background: var(--salao-black);
  color: var(--salao-white);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  min-width: 260px;
  max-width: min(480px, calc(100vw - 32px));
  box-shadow: 0 8px 32px rgba(0,0,0,.28);
  z-index: 9999;
  pointer-events: none;
  animation: salao-toast-in .28s ease forwards;
}

.salao-cart-toast.is-hiding {
  animation: salao-toast-out .28s ease forwards;
}

.salao-cart-toast__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--salao-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salao-cart-toast__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.salao-cart-toast__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  opacity: .65;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

/* =========================================================
   SHOP CHARITY BAND (orange)
   ========================================================= */
.salao-shop-charity {
  margin-top: 70px;
  background: var(--salao-orange);
  color: var(--salao-white);
  text-align: center;
  padding: 70px 40px;
}

.salao-shop-charity__percent {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

.salao-shop-charity__label {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 28px;
  margin-top: 4px;
}

.salao-shop-charity__tagline {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 22px;
}

.salao-shop-charity .salao-btn {
  margin-top: 32px;
  padding: 13px 28px;
  font-size: 12px;
  font-weight: 600;
}

/* =========================================================
   WOOCOMMERCE OVERRIDES
   ========================================================= */
.woocommerce-notices-wrapper { margin: 20px auto; padding: 0 40px; }

/* Hide default breadcrumb on shop */
.woocommerce .woocommerce-breadcrumb { display: none; }

/* =========================================================
   SINGLE PRODUCT PAGE
   ========================================================= */

.salao-product-page {
  background: var(--salao-white);
}

/* 2-column product grid */
.salao-product {
  margin: 0 auto;
  padding: 50px 40px 0;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 44px;
  align-items: start;
}

/* ---- Gallery ---- */
.salao-product__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.salao-product__gallery-item {
  position: relative;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  border-radius: 3px;
  cursor: zoom-in;
}

.salao-product__gallery-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-product__gallery-placeholder {
  position: absolute;
  inset: 0;
}

/* ---- Details column ---- */
.salao-product__name {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.2;
}

.salao-product__short-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.salao-product__price {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.salao-product__price .woocommerce-Price-amount { font-size: 15px; font-weight: 600; }
.salao-product__price .woocommerce-Price-currencySymbol { font-size: 13px; }

.salao-product__price-iva {
  font-weight: 400;
  color: #555;
  font-size: 13px;
}

/* ---- Variation form ---- */
.salao-product__form { margin-top: 0; }

.salao-product__field { margin-top: 26px; }

.salao-product__field-label {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--salao-text);
}

.salao-product__field-label--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.salao-product__selected-color {
  font-weight: 400;
  color: #555;
}

/* Color swatches */
.salao-product__color-swatches {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.salao-color-swatch {
  width: 26px;
  height: 26px;
  border: 1.5px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: outline .15s;
}
.salao-color-swatch.is-active {
  outline: 2px solid var(--salao-black);
  outline-offset: 2px;
}
.salao-color-swatch__check {
  font-size: 11px;
  color: var(--salao-black);
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  mix-blend-mode: difference;
  filter: invert(1);
}
.salao-color-swatch.is-active .salao-color-swatch__check { opacity: 1; }

/* Size buttons */
.salao-size-guide-trigger {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: underline;
  color: var(--salao-text);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity .2s;
}
.salao-size-guide-trigger:hover { opacity: .6; }

.salao-product__size-btns {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.salao-size-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1.3px solid #cfcfcf;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.salao-size-btn:hover,
.salao-size-btn.is-active {
  background: var(--salao-black);
  color: var(--salao-white);
  border-color: var(--salao-black);
}
.salao-size-btn.is-unavailable {
  opacity: .35;
  cursor: not-allowed;
  text-decoration: line-through;
}

.salao-product__clear {
  display: block;
  margin-top: 10px;
  font-size: 11.5px;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: color .2s;
}
.salao-product__clear:hover { color: var(--salao-text); }

/* Add to cart button — always black */
.woocommerce .salao-product__add-to-cart,
.salao-product__simple-cart .single_add_to_cart_button {
  margin-top: 22px;
  width: 100%;
  background: var(--salao-black) !important;
  color: var(--salao-white);
  border: none;
  padding: 17px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: background .2s, opacity .2s;
}
.salao-product__add-to-cart:not([disabled]):hover,
.salao-product__simple-cart .single_add_to_cart_button:hover {
  background: #333;
}
/* Disabled: talla not yet chosen */
.salao-product__add-to-cart[disabled],
.salao-product__add-to-cart.disabled,
.salao-product__add-to-cart.wc-variation-selection-needed {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Simple product form cleanup */
.salao-product__simple-cart .quantity { display: none; }
.salao-product__simple-cart form.cart { margin: 0; }

/* ---- Accordion ---- */
.salao-product__accordion {
  margin-top: 26px;
  border-top: 1px solid #e4e4e4;
}

.salao-product__accordion-item {
  border-bottom: 1px solid #e4e4e4;
}

.salao-product__accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2px;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--salao-text);
}

.salao-product__accordion-icon {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  transition: transform .2s;
  flex-shrink: 0;
  margin-left: 12px;
}
.salao-product__accordion-trigger[aria-expanded="true"] .salao-product__accordion-icon {
  transform: rotate(45deg);
}

.salao-product__accordion-body { /* shown/hidden via hidden attr + JS */ }

.salao-product__accordion-content {
  padding: 0 2px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}
.salao-product__accordion-content p { margin-bottom: .6em; }
.salao-product__accordion-content p:last-child { margin-bottom: 0; }

/* ---- Logos ---- */
.salao-product__logos {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.salao-product__logo-link {
  display: inline-flex;
  align-items: center;
  transition: opacity .2s;
}
.salao-product__logo-link:hover { opacity: .7; }
.salao-product__logo-link img {
  max-height: 40px;
  width: auto;
  display: block;
}

/* ---- Related products ---- */
.salao-related {
  margin: 0 auto;
  padding: 70px 40px 60px;
}

.salao-related__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .1em;
}

.salao-related__grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* ================================================================
   SIZE GUIDE OFF-CANVAS
   ================================================================ */

.salao-size-guide {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
.salao-size-guide.is-open { display: block; }

.salao-size-guide__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.salao-size-guide__drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  max-width: 95vw;
  background: var(--salao-white);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  flex-direction: column;
}
.salao-size-guide.is-open .salao-size-guide__drawer {
  transform: translateX(0);
}

.salao-size-guide__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--salao-border);
  flex-shrink: 0;
}

.salao-size-guide__title {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
}

.salao-size-guide__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--salao-text);
  padding: 4px;
  display: flex;
  align-items: center;
  transition: opacity .2s;
}
.salao-size-guide__close:hover { opacity: .5; }

/* Tabs */
.salao-size-guide__tabs {
  display: flex;
  border-bottom: 1px solid var(--salao-border);
  padding: 0 32px;
  flex-shrink: 0;
}

.salao-size-guide__tab {
  padding: 14px 0;
  margin-right: 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color .2s, border-color .2s;
}
.salao-size-guide__tab.is-active {
  color: var(--salao-text);
  border-bottom-color: var(--salao-text);
}

/* Panels */
.salao-size-guide__body {
  padding: 28px 32px;
  overflow-y: auto;
  flex: 1;
}

.salao-size-guide__panel { display: none; }
.salao-size-guide__panel.is-active { display: block; }
.salao-size-guide__panel[hidden] { display: none; }

/* Size table */
.salao-size-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.salao-size-guide__table th,
.salao-size-guide__table td {
  padding: 10px 8px;
  text-align: center;
  border-bottom: 1px solid var(--salao-border);
}
.salao-size-guide__table th:first-child,
.salao-size-guide__table td:first-child {
  text-align: left;
  font-weight: 600;
  letter-spacing: .04em;
  white-space: nowrap;
  padding-left: 0;
}
.salao-size-guide__table thead th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #555;
  border-bottom: 1.5px solid var(--salao-text);
}
.salao-size-guide__table tbody tr:last-child td { border-bottom: none; }

/* =========================================================
   PRODUCT IMAGE LIGHTBOX
   ========================================================= */
.salao-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  align-items: center;
  justify-content: center;
}
.salao-lightbox.is-open { display: flex; }

.salao-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
}

.salao-lightbox__img {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  cursor: zoom-out;
}

.salao-lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
  opacity: 0.8;
}
.salao-lightbox__close:hover { opacity: 1; }

/* =========================================================
   ACTIVISMO PAGE TEMPLATE
   ========================================================= */

/* -- Hero -- */
.salao-acti-hero {
  position: relative;
  height: calc(100vh - 78px);
  overflow: hidden;
  background: linear-gradient(180deg, #8fa8ac, #5e7c84);
}

.salao-acti-hero__pattern {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, #8fa8ac, #8fa8ac 16px, #83999d 16px, #83999d 32px);
  opacity: .9;
}

.salao-acti-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.salao-acti-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.salao-acti-hero__content {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: var(--salao-white);
}

.salao-acti-hero__title {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 600;
  font-size: 52px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  letter-spacing: .02em;
}

.salao-acti-hero__sub {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 15px;
  margin-top: 6px;
  opacity: .9;
}

/* -- Teal band (used twice) -- */
.salao-acti-band {
  background: #4fa39a;
  color: var(--salao-white);
  padding: 34px 40px;
}

.salao-acti-band-coop {
	background-color: var(--salao-green-2) !important;
}

.salao-acti-band--centered {
  padding: 44px 40px;
  text-align: center;
}

.salao-acti-band__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

.salao-acti-band__text { flex: 1; }

.salao-acti-band__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 30px;
  font-weight: bold;
}

.salao-acti-band--centered .salao-acti-band__heading {
  justify-content: center;
}

.salao-acti-band__body {
  margin: 12px auto 0;
  max-width: 530px;
  font-size: 16px;
  line-height: 1.15;
  color: #eafaf5;
  text-align: center;
}

.salao-acti-band__counter {
  background: rgba(0, 0, 0, 0.99);
  border-radius: 6px;
  padding: 14px 28px;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.salao-acti-band__counter-label {
  font-size: 10px;
  letter-spacing: .05em;
}

.salao-acti-band__counter-num {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 26px;
  margin-top: 4px;
}

/* -- Full-width editorial photos -- */
.salao-acti-fullphoto {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.salao-acti-fullphoto--tall { height: 780px; }
.salao-acti-fullphoto--dark { height: 720px; background: linear-gradient(180deg, #3a4c56, #26343c); }
.salao-acti-fullphoto--quote { height: 720px; }

.salao-acti-fullphoto img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-fullphoto__placeholder {
  position: absolute;
  inset: 0;
}

.salao-acti-fullphoto__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
}

.salao-acti-fullphoto__amor {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 52px;
  color: var(--salao-white);
  letter-spacing: .04em;
  transform: rotate(-4deg);
}

.salao-acti-fullphoto__quote {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 26px;
  font-weight: bold;
  color: var(--salao-white);
  /* text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); */
}

/* -- Inset photo (beach group + WE ARE UNITY overlay) -- */
.salao-acti-inset {
  position: relative;
  margin: 0 auto;
}

.salao-acti-inset__main {
  position: relative;
  height: 620px;
  overflow: hidden;
  background: linear-gradient(180deg, #aed4e6, #e3d9b0);
}

.salao-acti-inset__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-inset__placeholder {
  position: absolute;
  inset: 0;
}

.salao-acti-inset__overlay {
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: 400px;
  height: 290px;
  overflow: hidden;
  background: linear-gradient(180deg, #a9c3d6, #8ba6ba);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  z-index: 9;
}

.salao-acti-inset__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-inset__overlay-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salao-acti-inset__unity-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  color: var(--salao-white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  white-space: nowrap;
  pointer-events: none;
}

/* -- 4-photo mosaic -- */
.salao-acti-mosaic {
  margin: 0 auto;
}

.salao-acti-mosaic__row {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
}

.salao-acti-mosaic__row--wide .salao-acti-mosaic__cell  { height: 580px; }
.salao-acti-mosaic__row--narrow .salao-acti-mosaic__cell { height: 580px; }

.salao-acti-mosaic__cell {
  position: relative;
  overflow: hidden;
}

.salao-acti-mosaic__cell img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-mosaic__placeholder {
  position: absolute;
  inset: 0;
}

/* -- Organisation cards (shared base) -- */
.salao-acti-org {
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.salao-acti-org--malasjierbas {
	margin:0 auto !important;
}
.salao-acti-org--brena {
  grid-template-columns: 1fr;
  position: relative;
  height: 420px;
  overflow: hidden;
}

.salao-acti-org--aem {
  background: #3f6f86;
}

.salao-acti-org__photo {
  position: relative;
  height: 650px;
  overflow: hidden;
}

.salao-acti-org--aem .salao-acti-org__photo { height: 460px; }
.salao-acti-org--mdf .salao-acti-org__photo  { height: 400px; }

.salao-acti-org__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-org__placeholder {
  position: absolute;
  inset: 0;
}

.salao-acti-org__photo--overlay {
  display: flex;
  align-items: flex-end;
}

.salao-acti-org__caption {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, transparent 100%);
  color: var(--salao-white);
}

.salao-acti-org__name {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}

.salao-acti-org__desc {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.25;
  color: #f0f0f0;
  max-width: 540px;
}

.salao-acti-org__handle {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  opacity: .85;
}

/* Plataforma Por La Breña — full-width with left text block */
.salao-acti-org__bg-img,
.salao-acti-org__bg-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-org__text-block {
  position: absolute;
  left: 40px;
  top: 36px;
  max-width: 280px;
  color: var(--salao-white);
  z-index: 1;
}

.salao-acti-org__text-block .salao-acti-org__name { color: var(--salao-white); }
.salao-acti-org__text-block .salao-acti-org__desc { color: #f4f0e6; }

/* Abracemos el Mar — right info panel */
.salao-acti-org__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 36px 28px;
  color: var(--salao-white);
}

.salao-acti-org__panel-title {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}

.salao-acti-org__panel-body {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.65;
  color: #dceaf0;
  max-width: 260px;
}

.salao-acti-org__panel-quote {
  margin-top: 18px;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 12px;
  color: var(--salao-white);
  line-height: 1.5;
}

.salao-acti-org__panel-sponsors {
  margin-top: 18px;
  font-size: 8.5px;
  letter-spacing: .05em;
  color: #bcd4de;
}

/* -- Plogging section -- */
.salao-acti-plogging {
  margin: 36px auto 0;
}

.salao-acti-plogging__main {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: linear-gradient(180deg, #9fc3cf, #7ba3b1);
}

.salao-acti-plogging__main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-plogging__placeholder {
  position: absolute;
  inset: 0;
}

.salao-acti-plogging__inset {
  position: absolute;
  left: 40px;
  top: 64px;
  width: 190px;
  height: 340px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.salao-acti-plogging__inset--placeholder {
  background: #e8b7a0;
}

.salao-acti-plogging__inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-acti-plogging__text {
  position: absolute;
  right: 40px;
  top: 64px;
  width: 440px;
  color: var(--salao-white);
  text-align: right;
}

.salao-acti-plogging__secondary {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #a89c86;
  margin-top: 2px;
}

.salao-acti-plogging__secondary img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -- Activismo responsive -- */
@media (max-width: 768px) {
  .salao-acti-hero__content { left: 0; right: 0; text-align: center; top: 50%; transform: translateY(-50%); }
  .salao-acti-hero__title { font-size: 36px; }

  .salao-acti-band { padding: 28px 20px; }
  .salao-acti-band__inner { flex-direction: column; gap: 20px; }
  .salao-acti-band__counter { width: 100%; }

  .salao-acti-fullphoto--tall { height: 340px; }
  .salao-acti-fullphoto--dark { height: 260px; }
  .salao-acti-fullphoto--quote { height: 300px; }

  .salao-acti-inset__main { height: 420px; }
  .salao-acti-inset__overlay { width: 75vw; height: 200px; bottom: 20px; }

  .salao-acti-mosaic__row { grid-template-columns: 1fr; }
  .salao-acti-mosaic__row--wide .salao-acti-mosaic__cell,
  .salao-acti-mosaic__row--narrow .salao-acti-mosaic__cell { height: 220px; }

  .salao-acti-org { grid-template-columns: 1fr; margin-top: 20px; }
  .salao-acti-org--brena { height: 320px; }
  .salao-acti-org--aem .salao-acti-org__photo { height: 300px; }
  .salao-acti-org--mdf .salao-acti-org__photo  { height: 280px; }
  .salao-acti-org__text-block { left: 20px; right: 20px; max-width: 100%; }

  .salao-acti-plogging__main { height: 360px; }
  .salao-acti-plogging__inset { display: none; }
  .salao-acti-plogging__text { right: 16px; left: 16px; width: auto; top: auto; bottom: 16px; text-align: left; }
  .salao-acti-plogging__secondary { height: 200px; }
}

/* =========================================================
   OFF-CANVAS CART DRAWER
   ========================================================= */

/* Body scroll lock */
body.salao-no-scroll { overflow: hidden; }

/* Backdrop overlay */
.salao-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1499;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.salao-cart-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Drawer shell */
.salao-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100vw;
  height: 100dvh;
  background: var(--salao-white);
  z-index: 1500;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.12);
}
.salao-cart-drawer.is-open {
  transform: translateX(0);
}

/* Drawer header */
.salao-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  height: 64px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}

.salao-cart-drawer__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.salao-cart-drawer__header-count {
  font-weight: 400;
  color: var(--salao-muted);
  margin-left: 4px;
}

.salao-cart-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--salao-text);
  transition: opacity .2s;
  padding: 0;
}
.salao-cart-drawer__close:hover { opacity: .5; }

/* Scrollable content area — replaced by WC fragments */
.salao-cart-drawer__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;  /* inner scroll on items list only */
}

/* Item list */
.salao-cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  overscroll-behavior: contain;
}

/* Single cart item */
.salao-cart-item {
  display: grid;
  grid-template-columns: 80px 1fr 28px;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid #efefef;
  align-items: start;
  transition: opacity .25s;
}
.salao-cart-item.is-removing {
  opacity: 0.3;
  pointer-events: none;
}

.salao-cart-item__thumb {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f0f0ee;
}
.salao-cart-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salao-cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.salao-cart-item__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--salao-text);
  white-space: normal;
}
.salao-cart-item__name:hover { text-decoration: underline; }

.salao-cart-item__meta {
  font-size: 11px;
  color: var(--salao-muted);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.salao-cart-item__price {
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}
.salao-cart-item__price .woocommerce-Price-amount { font-size: inherit; }

/* Qty row */
.salao-cart-item__qty-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 8px;
  border: 1px solid #d8d8d8;
  width: fit-content;
}

.salao-cart-item__qty-btn {
  width: 30px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--salao-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
  padding: 0;
}
.salao-cart-item__qty-btn:hover { background: #f5f5f5; }
.salao-cart-item__qty-btn:disabled { opacity: .3; cursor: default; }

.salao-cart-item__qty-num {
  min-width: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  height: 28px;
  line-height: 28px;
  display: block;
}

/* Remove button */
.salao-cart-item__remove {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
  background: none;
  border: none;
  cursor: pointer;
  color: #aaa;
  transition: color .15s;
}
.salao-cart-item__remove:hover { color: var(--salao-text); }

/* Drawer footer */
.salao-cart-drawer__footer {
  border-top: 1px solid #e5e5e5;
  padding: 20px 22px 28px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.salao-cart-drawer__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}
.salao-cart-drawer__subtotal .woocommerce-Price-amount { font-weight: 700; }

.salao-cart-drawer__tax-note {
  font-size: 11px;
  color: var(--salao-muted);
  margin: 0;
}

.salao-cart-drawer__checkout-btn {
  display: block;
  background: var(--salao-black);
  color: var(--salao-white);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 15px;
  transition: background .2s;
  margin-top: 6px;
}
.salao-cart-drawer__checkout-btn:hover { background: #333; }

.salao-cart-drawer__view-cart {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--salao-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}
.salao-cart-drawer__view-cart:hover { color: var(--salao-text); }

/* Empty state */
.salao-cart-drawer__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 48px 24px;
  color: var(--salao-muted);
  text-align: center;
}
.salao-cart-drawer__empty svg { opacity: .3; }
.salao-cart-drawer__empty p {
  font-size: 14px;
  font-weight: 600;
}

.salao-cart-drawer__shop-btn {
  display: inline-block;
  border: 1.5px solid var(--salao-black);
  color: var(--salao-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 12px 28px;
  transition: background .2s, color .2s;
}
.salao-cart-drawer__shop-btn:hover {
  background: var(--salao-black);
  color: var(--salao-white);
}

/* Mobile */
@media (max-width: 480px) {
  .salao-cart-drawer { width: 100vw; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .salao-pillars__inner { grid-template-columns: 1fr; }
  .salao-pillar { border-right: none; border-bottom: 1px solid #262626; }
  .salao-pillar:last-child { border-bottom: none; }

  .salao-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .salao-footer__grid > *:first-child { grid-column: 1 / -1; }
  .salao-footer__pillar-row { flex-wrap: wrap; gap: 24px; }

  .salao-causas__grid { grid-template-columns: 1fr 1fr; }
  .salao-causa-card { height: 420px; }
}

@media (max-width: 1150px) {
  .salao-shop-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .salao-header__nav,
  .salao-header__actions { display: none; }

  .salao-header__hamburger { display: flex; }

  .salao-mobile-nav a {
    color: var(--salao-white);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .06em;
  }

  .salao-hero__title { font-size: 38px; }
  .salao-shop-heading { padding: 32px 24px 28px; }
  .salao-shop-heading__title { font-size: 32px; }

  .salao-shop-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .salao-carousel-grid > * { flex: 0 0 50%; }

  .salao-shop-body { grid-template-columns: 1fr; }
  .salao-sidebar { position: static; }

  /* Causas: CSS scroll-snap carousel on mobile */
  .salao-causas__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 14px;
    padding-bottom: 4px;
  }
  .salao-causas__grid::-webkit-scrollbar { display: none; }
  .salao-causas__grid .salao-causa-card {
    flex: 0 0 82vw;
    height: 380px;
    scroll-snap-align: start;
  }

  .salao-footer__pillar-row { gap: 20px; }
  .salao-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .salao-footer__grid > *:first-child { grid-column: auto; }
  .salao-footer__bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
  .salao-footer__tagline { font-size: 30px; }

  .salao-header { padding: 0 20px; }
  .salao-footer { padding: 40px 20px 0; }
  .salao-born { padding: 44px 20px 0; }
  .salao-causas { padding: 44px 20px 0; }
  .salao-hero { height: 440px; }
}

@media (max-width: 480px) {
  .salao-shop-grid { grid-template-columns: 1fr; }
  .salao-carousel-grid > * { flex: 0 0 100%; }
  .salao-charity-band__percent { font-size: 38px; }
  .salao-shop-charity__percent { font-size: 48px; }
}

/* Product page — responsive */
@media (max-width: 900px) {
  .salao-product {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .salao-product__gallery { grid-template-columns: 1fr; }
  .salao-related__grid { grid-template-columns: 1fr 1fr; }
  .salao-size-guide__drawer { width: 100%; }
}

@media (max-width: 440px) {
  .salao-related__grid { grid-template-columns: 1fr; }
}
