:root {
  --sairo-ink: #21112c;
  --sairo-purple: #7a21b5;
  --sairo-purple-dark: #521078;
  --sairo-yellow: #ffd84d;
  --sairo-paper: #fff;
  --sairo-bg: #f7f3f9;
  --sairo-line: #e5dbea;
  --sairo-muted: #706675;
}

html,
body.page-id-303 {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body.page-id-303,
body.page-id-303 * { box-sizing: border-box; }
body.page-id-303 { background: var(--sairo-bg); color: var(--sairo-ink); }
body.page-id-303 [hidden] { display: none !important; }

.page-id-303 #masthead .ast-primary-header-bar {
  border: 0;
  background: linear-gradient(100deg, #170c21, #641b8c) !important;
  box-shadow: 0 5px 20px rgba(22, 8, 31, .22);
}
.page-id-303 #masthead .main-header-menu > .menu-item > .menu-link,
.page-id-303 #masthead .ast-header-html-1,
.page-id-303 #masthead .site-title a { color: #fff !important; font-weight: 700; }
.page-id-303 #masthead .main-header-menu > .current-menu-item > .menu-link,
.page-id-303 #masthead .main-header-menu > .menu-item > .menu-link:hover { color: var(--sairo-yellow) !important; }
.page-id-303 #masthead .ast-mobile-menu-trigger-minimal .ast-mobile-svg { fill: #fff !important; }

.page-id-303 .site-content > .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px clamp(10px, 2.5vw, 38px) 64px !important;
}
.page-id-303 #primary,
.page-id-303 .site-main,
.page-id-303 .ast-article-single,
.page-id-303 .entry-content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.page-id-303 article#post-303 { width: min(100%, 1540px) !important; margin: 0 auto !important; }
.page-id-303 .entry-header {
  min-height: 118px;
  margin: 0 0 16px;
  padding: 24px clamp(20px, 4vw, 48px);
  border-radius: 16px;
  background: linear-gradient(115deg, #21102e, #771eb0);
  box-shadow: 0 12px 30px rgba(50, 15, 71, .16);
}
.page-id-303 .entry-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(28px, 3.6vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.sairo-light-shop { width: 100%; color: var(--sairo-ink); }
.sairo-shop-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(280px, 1fr) auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--sairo-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(31, 13, 45, .06);
}
.sairo-filter-field { display: grid; min-width: 0; gap: 4px; }
.sairo-filter-field > span {
  color: var(--sairo-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.sairo-filter-field select,
.sairo-filter-field input {
  width: 100%;
  min-width: 0;
  height: 44px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #cfc2d8;
  border-radius: 8px;
  background: #fff;
  color: var(--sairo-ink);
  font-size: 16px;
}
.sairo-filter-field select:focus,
.sairo-filter-field input:focus { border-color: var(--sairo-purple); outline: 3px solid rgba(122, 33, 181, .14); }
.sairo-clear-filters {
  align-self: end;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: var(--sairo-purple);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.sairo-shop-result-summary { padding: 10px 4px; color: var(--sairo-muted); font-size: 13px; }

.sairo-product-list {
  overflow: hidden;
  border: 1px solid var(--sairo-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 13, 45, .07);
}
.sairo-product-head,
.sairo-product-row {
  display: grid;
  grid-template-columns: 86px minmax(230px, 1fr) minmax(120px, 160px) minmax(120px, 160px) 150px;
  align-items: center;
}
.sairo-product-head {
  min-height: 46px;
  background: linear-gradient(100deg, #21112c, #571775);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.sairo-product-head > span { padding: 10px 12px; }
.sairo-category-heading {
  display: flex;
  min-height: 39px;
  margin: 0 !important;
  padding: 9px 14px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ef168c;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center;
  text-transform: uppercase;
}
.sairo-category-heading span { font-size: 10px; font-weight: 700; opacity: .85; }
.sairo-product-row { min-height: 84px; border-bottom: 1px solid var(--sairo-line); }
.sairo-product-row:last-child { border-bottom: 0; }
.sairo-product-row:hover { background: #fcf9fe; }
.sairo-product-cell { min-width: 0; padding: 7px 12px; overflow-wrap: anywhere; }
.sairo-product-thumb { display: flex; justify-content: center; }
.sairo-product-thumb-link {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9px;
  background: #f6f0f9;
}
.sairo-product-image { width: 100%; height: 100%; object-fit: contain; }
.sairo-product-name a { color: var(--sairo-purple-dark); font-weight: 800; text-decoration: none; }
.sairo-product-name a:hover { text-decoration: underline; }
.sairo-product-name small { display: block; margin-top: 3px; color: var(--sairo-muted); font-size: 11px; }
.sairo-actual-price del { color: #6e6572; }
.sairo-current-price strong { color: #161019; font-size: 16px; }
.sairo-price-unavailable,
.sairo-price-empty { color: var(--sairo-muted); font-size: 12px; }

.sairo-qty-control {
  position: relative;
  display: inline-grid;
  grid-template-columns: 36px 40px 36px;
  align-items: center;
  border: 1px solid #d6c6e1;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(45, 17, 66, .07);
}
.sairo-qty-button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: var(--sairo-purple);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.sairo-qty-button:hover { background: var(--sairo-purple-dark); }
.sairo-qty-button:focus-visible { outline: 3px solid var(--sairo-yellow); outline-offset: 2px; }
.sairo-qty-button:disabled { background: #cbc4cf; cursor: default; }
.sairo-qty-value { min-width: 40px; color: var(--sairo-ink); font-weight: 850; text-align: center; }
.sairo-qty-status { position: absolute; top: 100%; left: 0; width: 150px; color: #9c2020; font-size: 10px; }
.sairo-qty-unavailable { color: var(--sairo-muted); font-size: 12px; }
.sairo-no-products { padding: 24px; border-radius: 12px; background: #fff; text-align: center; }

.sairo-instant-cart[hidden] { display: none !important; }
.sairo-instant-cart {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  display: flex;
  min-width: 286px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 11px 10px 15px;
  border-radius: 13px;
  background: #21112c;
  color: #fff;
  box-shadow: 0 14px 34px rgba(25, 8, 36, .3);
}
.sairo-instant-cart-summary { display: flex; flex-direction: column; line-height: 1.18; }
.sairo-instant-cart-total { color: var(--sairo-yellow); font-size: 16px; }
.sairo-instant-cart-count { margin-top: 2px; font-size: 12px; }
.sairo-instant-cart-status { min-height: 12px; color: #d9cce3; font-size: 10px; }
.sairo-instant-cart-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: 8px;
  background: var(--sairo-yellow);
  color: #21112c !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
  white-space: nowrap;
}

.page-id-303 .site-footer { display: none !important; }
.page-id-303 .sairo-cart-footer {
  width: 100%;
  margin: 0;
  padding: 34px clamp(18px, 4vw, 50px) 18px;
  background: linear-gradient(110deg, #170a1f, #341145 68%, #4c1765);
  color: rgba(255,255,255,.82);
}
.page-id-303 .sairo-cart-footer-inner {
  display: grid;
  width: min(100%, 1500px);
  margin: 0 auto;
  grid-template-columns: 1.05fr .65fr 1.5fr;
  gap: 26px;
  align-items: center;
}
.page-id-303 .sairo-cart-footer-brand { display: flex; flex-direction: column; gap: 7px; }
.page-id-303 .sairo-cart-footer-brand strong { color: var(--sairo-yellow); font-size: 18px; }
.page-id-303 .sairo-cart-footer nav,
.page-id-303 .sairo-cart-footer-contact { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.page-id-303 .sairo-cart-footer a { color: #fff !important; font-weight: 700; text-decoration: none !important; }
.page-id-303 .sairo-cart-footer a:hover { color: var(--sairo-yellow) !important; }
.page-id-303 .sairo-cart-footer-copy {
  width: min(100%, 1500px);
  margin: 24px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 760px) {
  .page-id-303 .site-content > .ast-container { padding: 10px 8px 70px !important; }
  .page-id-303 .entry-header { min-height: 84px; margin-bottom: 10px; padding: 18px; border-radius: 12px; }
  .page-id-303 .entry-title { font-size: 27px !important; }
  .sairo-shop-toolbar { grid-template-columns: 1fr; gap: 8px; padding: 9px; }
  .sairo-filter-field > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .sairo-filter-field select,
  .sairo-filter-field input { height: 43px; }
  .sairo-clear-filters { min-height: 40px; }
  .sairo-shop-result-summary { padding: 8px 3px; }
  .sairo-product-head { display: none; }
  .sairo-category-heading { position: relative; min-height: 36px; padding: 8px 10px; font-size: 13px !important; }
  .sairo-product-row {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    grid-template-areas:
      "thumb name name"
      "thumb actual current"
      "thumb qty qty";
    gap: 3px 8px;
    min-height: 112px;
    padding: 9px 8px;
  }
  .sairo-product-cell { padding: 0; }
  .sairo-product-thumb { grid-area: thumb; align-self: start; }
  .sairo-product-name { grid-area: name; }
  .sairo-actual-price { grid-area: actual; }
  .sairo-current-price { grid-area: current; text-align: right; }
  .sairo-product-quantity { grid-area: qty; margin-top: 5px; }
  .sairo-product-thumb-link { width: 58px; height: 58px; }
  .sairo-product-name a { font-size: 14px; line-height: 1.25; }
  .sairo-product-name small { font-size: 10px; }
  .sairo-actual-price::before,
  .sairo-current-price::before { display: block; color: var(--sairo-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
  .sairo-actual-price::before { content: "Actual"; }
  .sairo-current-price::before { content: "Current"; }
  .sairo-instant-cart { right: 8px; bottom: 8px; left: 8px; min-width: 0; }
  .page-id-303 .sairo-cart-footer { width: 100%; margin: 0; }
  .page-id-303 .sairo-cart-footer-inner { grid-template-columns: 1fr; text-align: center; }
  .page-id-303 .sairo-cart-footer nav,
  .page-id-303 .sairo-cart-footer-contact { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .sairo-light-shop * { scroll-behavior: auto !important; transition: none !important; }
}

/* 2.9.1: scoped catalogue layout; override theme prose and form dimensions. */
body.page-id-303 #masthead .custom-logo { width: 64px !important; max-height: 64px; object-fit: contain; }
body.page-id-303 #masthead .ast-primary-header-bar { min-height: 76px; }
body.page-id-303 .site-content > .ast-container { padding: 18px clamp(12px, 3vw, 40px) 36px !important; }
body.page-id-303 .entry-header { min-height: 0 !important; padding: 19px 24px !important; margin: 0 0 14px !important; box-shadow: none; }
body.page-id-303 .entry-title { font-size: clamp(25px, 3vw, 34px) !important; }
body.page-id-303 .entry-content .sairo-light-shop { margin: 0 !important; padding: 0 !important; max-width: none !important; }
body.page-id-303 .sairo-shop-toolbar {
  display: grid !important; grid-template-columns: minmax(200px, .8fr) minmax(0, 1.6fr) auto !important;
  align-items: end !important; gap: 14px !important; padding: 16px !important; margin: 0 !important;
  min-height: 0 !important; height: auto !important; border-radius: 12px;
}
body.page-id-303 .sairo-shop-toolbar > label { display: flex !important; flex-direction: column; gap: 7px; width: 100% !important; margin: 0 !important; padding: 0 !important; }
body.page-id-303 .sairo-shop-toolbar > label > span { position: static; width: auto; height: auto; clip: auto; color: #51445c; font-size: 11px; line-height: 1.3; }
body.page-id-303 .sairo-shop-toolbar select,
body.page-id-303 .sairo-shop-toolbar input { width: 100% !important; max-width: none !important; height: 46px !important; margin: 0 !important; background-color: #faf8fc; border-color: #d8cde0; border-radius: 8px; box-shadow: none; }
body.page-id-303 .sairo-shop-result-summary { margin: 0 !important; padding: 10px 2px !important; }
body.page-id-303 .sairo-product-head,
body.page-id-303 .sairo-product-row { display: grid !important; grid-template-columns: 80px minmax(0, 1fr) 145px 145px 146px !important; gap: 0 !important; margin: 0 !important; }
body.page-id-303 .sairo-product-head > span { margin: 0; min-width: 0; white-space: nowrap; font-size: 11px; }
body.page-id-303 .sairo-product-head > span:nth-child(3),
body.page-id-303 .sairo-product-head > span:nth-child(4),
body.page-id-303 .sairo-actual-price,
body.page-id-303 .sairo-current-price { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; overflow-wrap: normal; }
body.page-id-303 .sairo-product-head > span:last-child,
body.page-id-303 .sairo-product-quantity { text-align: center; }
body.page-id-303 .sairo-category-heading { justify-content: space-between; text-align: left; background: #eee5f5; color: #4b1967 !important; border-top: 1px solid #dacbe5; border-bottom: 1px solid #dacbe5; padding: 11px 16px; letter-spacing: .035em; }
body.page-id-303 .sairo-category-heading span { color: #6f527e; }
body.page-id-303 .sairo-product-name a { font-size: 15px; font-weight: 700; line-height: 1.4; }
body.page-id-303 .sairo-product-name small { display: none; }
body.page-id-303 .sairo-qty-control { grid-template-columns: 40px 38px 40px; }
body.page-id-303 .sairo-qty-button { width: 40px; height: 44px; }
body.page-id-303 .sairo-qty-value { min-width: 38px; }
body.page-id-303 .sairo-shop-footer { background: #21112e; color: #e2d9e8; padding: 40px clamp(20px, 4vw, 56px) 110px; border-top: 4px solid #8452ac; }
.sairo-shop-footer-grid { max-width: 1460px; margin: auto; display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 48px; }
.sairo-shop-footer-brand { max-width: 370px; }
.sairo-footer-eyebrow { display: block; color: #c8abd9; letter-spacing: .15em; font-size: 10px; font-weight: 700; margin-bottom: 12px; }
.sairo-shop-footer-brand strong { display: block; color: #ffd84d; font-size: 24px; line-height: 1.2; }
.sairo-shop-footer-brand p { margin: 14px 0 20px; font-size: 14px; line-height: 1.8; }
.sairo-shop-footer h2 { font-size: 15px !important; color: #fff !important; margin: 0 0 18px !important; }
.sairo-shop-footer nav, .sairo-shop-footer-help { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.sairo-shop-footer a { color: #eee5f5 !important; font-size: 14px; text-decoration: none !important; overflow-wrap: anywhere; }
.sairo-shop-footer a:hover { color: #ffd84d !important; }
.sairo-shop-footer .sairo-footer-whatsapp, .sairo-shop-footer .sairo-footer-directions { display: inline-flex; border: 1px solid #735285; padding: 11px 16px; border-radius: 8px; }
.sairo-shop-footer .sairo-footer-whatsapp { margin-top: 6px; background: #382049; }
.sairo-shop-footer-bottom { max-width: 1460px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid #4b355a; display: flex; justify-content: space-between; gap: 16px; color: #bba9c6; font-size: 12px; }
@media (max-width: 960px) and (min-width: 761px) {
  body.page-id-303 .sairo-product-head, body.page-id-303 .sairo-product-row { grid-template-columns: 68px minmax(0, 1fr) 110px 110px 138px !important; }
  .sairo-shop-footer-grid { gap: 24px; }
}
@media (max-width: 760px) {
  body.page-id-303 .site-content > .ast-container { padding: 10px 10px 24px !important; }
  body.page-id-303 .entry-header { padding: 16px !important; margin-bottom: 10px !important; }
  body.page-id-303 .entry-title { font-size: 26px !important; }
  body.page-id-303 .sairo-shop-toolbar { grid-template-columns: minmax(0, 1fr) !important; gap: 12px !important; padding: 12px !important; }
  body.page-id-303 .sairo-product-head { display: none !important; }
  body.page-id-303 .sairo-product-row { grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr) !important; grid-template-areas: "thumb name name" "thumb actual current" "thumb qty qty"; gap: 7px 10px !important; padding: 14px 10px; }
  body.page-id-303 .sairo-actual-price { text-align: left; }
  body.page-id-303 .sairo-product-quantity { text-align: left; margin-top: 3px; }
  body.page-id-303 .sairo-current-price::before { content: "Selling price"; }
  body.page-id-303 .sairo-actual-price::before { content: "Actual price"; }
  body.page-id-303 .sairo-category-heading { padding: 11px 12px; font-size: 12px !important; }
  body.page-id-303 .sairo-product-name a { font-size: 14px; }
  .sairo-shop-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .sairo-shop-footer-brand { grid-column: 1 / -1; }
  .sairo-shop-footer-bottom { flex-direction: column; gap: 8px; line-height: 1.6; }
}
@media (max-width: 420px) {
  .sairo-shop-footer-grid { grid-template-columns: 1fr; }
}
