:root {
  --ink: #123b5d;
  --ink-strong: #0b263b;
  --muted: #627d98;
  --accent: #f26b38;
  --accent-dark: #d95021;
  --success: #237a3b;
  --danger: #b42318;
  --surface: #ffffff;
  --page: #f3f5fb;
  --soft: #eaf1f6;
  --line: #d9e2ec;
  --media-caption: rgb(11 52 80 / 68%);
  --shadow: 0 8px 24px rgb(16 42 67 / 10%);
  --content-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#categorias,
#cita {
  scroll-margin-top: 76px;
}

body {
  background: var(--page);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body.overlay-open {
  overflow: hidden;
}

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

button,
.button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgb(242 107 56 / 35%);
  outline-offset: 2px;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  margin: 0;
}

.site-header {
  background: #fbfaf7;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 66px;
  margin: auto;
  max-width: var(--content-width);
  padding: 0 20px;
}

.icon-button,
.header-icon,
.back-button {
  align-items: center;
  background: transparent;
  color: var(--ink-strong);
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 38px;
}

.icon-button,
.back-button {
  font-size: 26px;
}

.menu-button {
  font-size: 27px;
}

.header-icon svg {
  height: 25px;
  width: 25px;
}

.header-icon img {
  display: block;
  height: 23px;
  object-fit: contain;
  width: 23px;
}

.brand {
  align-items: center;
  color: var(--ink-strong);
  display: flex;
  font-weight: 800;
  min-width: 0;
  text-decoration: none;
}

#brand-logo {
  height: 47px;
  object-fit: contain;
  width: 92px;
}

#brand-name {
  display: none;
}

.main-nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}

.main-nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--accent-dark);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 4px;
}

.cart-button {
  position: relative;
}

.cart-button b {
  align-items: center;
  background: var(--accent);
  border: 2px solid #fbfaf7;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 19px;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -1px;
  width: 19px;
}

.home-shell,
.section,
.product-detail {
  margin: auto;
  max-width: var(--content-width);
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.home-shell {
  padding-bottom: 34px;
}

.banner-wrap {
  background: var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.banner-track {
  aspect-ratio: 16 / 5.2;
  background: var(--ink);
  width: 100%;
}

.banner-track a {
  display: none;
  height: 100%;
}

.banner-track a.active {
  display: block;
}

.banner-track img {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}

.banner-arrow {
  align-items: center;
  background: rgb(11 38 59 / 78%);
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 26px;
  height: 38px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 19px);
  width: 38px;
}

.banner-arrow.prev {
  left: 12px;
}

.banner-arrow.next {
  right: 12px;
}

.banner-count {
  background: rgb(11 38 59 / 82%);
  bottom: 10px;
  color: #fff;
  font-size: 11px;
  padding: 5px 9px;
  position: absolute;
  right: 12px;
}

.banner-wrap.single .banner-arrow,
.banner-wrap.empty .banner-arrow,
.banner-wrap.empty .banner-count {
  display: none;
}

.home-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 0 14px;
}

.home-heading h1 {
  font-size: 22px;
  line-height: 1.2;
}

.home-heading p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
  text-align: right;
}

.category-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.category-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-width: 0;
  padding: 12px;
  text-align: center;
  text-decoration: none;
}

.category-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.category-card img {
  aspect-ratio: 1.25;
  display: block;
  height: 100px;
  object-fit: contain;
  width: 100%;
}

.category-card strong {
  display: block;
  font-size: 13px;
  margin-top: 8px;
  text-transform: capitalize;
}

.section,
.product-detail {
  padding-bottom: 34px;
  padding-top: 28px;
}

.category-view,
.product-detail {
  min-height: 620px;
}

[hidden] {
  display: none !important;
}

.view-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.view-head h2 {
  font-size: 19px;
  text-transform: capitalize;
}

.catalog-tools {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.catalog-tools > label:not(.search),
.detail-option,
.appointment-form label,
.checkout-fields label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 6px;
}

select,
input,
textarea {
  background: var(--surface);
  border: 1px solid #cbd7e3;
  border-radius: 6px;
  color: var(--ink-strong);
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

#category-select {
  min-width: 230px;
}

.search {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  display: flex;
  gap: 8px;
  max-width: 330px;
  width: 100%;
}

.search input {
  background: transparent;
  border: 0;
  border-radius: 0;
  min-width: 0;
  outline: 0;
  padding-left: 0;
}

.search svg {
  flex: 0 0 21px;
  height: 21px;
  width: 21px;
}

.status {
  color: var(--muted);
  font-size: 13px;
  min-height: 40px;
  padding: 12px 0 7px;
}

.status.error,
.form-status.error {
  color: var(--danger);
}

.status.success,
.form-status.success {
  color: var(--success);
}

.product-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  background: var(--surface);
  border: 1px solid #e1e6ee;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: var(--shadow);
}

.product-image-button {
  background: var(--surface);
  display: block;
  padding: 0;
  width: 100%;
}

.product-image {
  aspect-ratio: 1 / 1;
  background: var(--surface);
  display: block;
  object-fit: contain;
  width: 100%;
}

.product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 13px;
}

.product-category {
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.product-card h3 {
  color: var(--ink-strong);
  font-size: 15px;
  line-height: 1.25;
  margin: 7px 0;
}

.product-price,
.detail-price {
  color: var(--ink-strong);
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
}

.quantity-control {
  align-items: center;
  background: var(--page);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin: auto 0 8px;
  min-height: 34px;
  padding: 4px 6px;
}

.quantity-control button {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  height: 26px;
  justify-content: center;
  padding: 0;
  width: 26px;
}

.quantity-control output,
.quantity-control span {
  font-size: 13px;
  font-weight: 700;
}

.button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
}

.button-accent {
  background: var(--accent);
  color: #fff;
}

.button-accent:hover {
  background: var(--accent-dark);
}

.button-muted {
  background: var(--soft);
  color: var(--ink);
}

.detail-button {
  background: var(--soft);
  color: #376895;
  margin-bottom: 7px;
  width: 100%;
}

.detail-button svg {
  height: 16px;
  margin-right: 7px;
  width: 16px;
}

.add-button {
  gap: 7px;
  width: 100%;
}

.cart-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: var(--accent-dark);
  display: inline-flex;
  font-size: 17px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.cart-icon svg {
  height: 16px;
  width: 16px;
}

.cart-icon img {
  display: block;
  height: 16px;
  object-fit: contain;
  width: 16px;
}

.detail-layout {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.detail-image {
  aspect-ratio: 1 / 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  max-height: 560px;
  object-fit: contain;
  width: 100%;
}

.detail-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}

.detail-thumb {
  background: var(--surface);
  border: 2px solid transparent;
  border-radius: 6px;
  flex: 0 0 66px;
  height: 66px;
  padding: 3px;
}

.detail-thumb.active {
  border-color: var(--accent);
}

.detail-thumb img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.detail-content {
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.detail-content h3 {
  color: var(--ink-strong);
  font-size: 24px;
  margin: 7px 0;
}

.detail-content > p:not(.product-category):not(.detail-price) {
  color: #3e5c73;
  font-size: 14px;
  line-height: 1.55;
}

.detail-option {
  margin-top: 16px;
}

.ingredients {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin: 16px 0 0;
  padding: 12px;
}

.ingredients legend {
  font-size: 13px;
  font-weight: 800;
}

.ingredients > p {
  color: var(--muted);
  font-size: 12px;
  margin: 2px 0 8px;
}

#ingredient-options {
  display: grid;
  gap: 7px;
}

.ingredient-option {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.ingredient-option input {
  min-height: 18px;
  width: 18px;
}

.detail-purchase {
  margin-top: 18px;
}

.detail-purchase > span {
  color: var(--muted);
  font-size: 12px;
}

.detail-quantity {
  margin: 6px 0 10px;
}

.subsection-heading {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.subsection-heading h2,
.info-section h2,
.info-section h3 {
  font-size: 17px;
}

.subsection-heading > span {
  color: var(--muted);
  font-size: 11px;
}

.video-heading {
  margin-top: 14px;
}

.horizontal-list {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0 12px;
  scrollbar-width: thin;
}

.gallery-card,
.video-card,
.review-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.gallery-card,
.video-card {
  background: var(--surface);
}

.gallery-card {
  aspect-ratio: auto;
  border-radius: 16px;
  flex: 0 0 210px;
  height: 200px;
  scroll-snap-align: start;
}

.gallery-card > img,
.video-card > img {
  display: block;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.gallery-card > img {
  background: var(--surface);
  object-fit: contain;
  padding: 10px;
}

.gallery-card > strong,
.video-card > strong {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 1.25;
  padding: 11px 12px;
  position: absolute;
  right: 0;
}

.gallery-card > strong {
  background: transparent;
  max-height: 58px;
  overflow: hidden;
  text-shadow: 0 1px 3px rgb(0 0 0 / 90%);
  z-index: 2;
}

.gallery-card::before {
  background: rgb(0 0 0 / 52%);
  bottom: -10px;
  content: "";
  filter: blur(10px);
  height: 34%;
  left: -10px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  z-index: 1;
}

.video-card > strong {
  background: var(--media-caption);
  max-height: 54px;
  overflow: hidden;
}

.gallery-list {
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.gallery-list::-webkit-scrollbar {
  display: none;
}

.gallery-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
}

.gallery-controls[hidden] {
  display: none;
}

.gallery-controls button {
  align-items: center;
  background: transparent;
  color: var(--ink-strong);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.gallery-controls button:disabled {
  cursor: default;
  opacity: 0.28;
}

.gallery-controls svg {
  height: 25px;
  width: 25px;
}

.video-card {
  aspect-ratio: 9 / 16;
  flex: 0 0 clamp(188px, 22vw, 230px);
}

.video-card::after {
  align-items: center;
  background: rgb(11 38 59 / 80%);
  border-radius: 50%;
  color: #fff;
  content: "▶";
  display: flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  left: calc(50% - 21px);
  position: absolute;
  top: calc(50% - 21px);
  width: 42px;
}

.review-card {
  flex: 0 0 clamp(260px, 36vw, 360px);
  min-height: 180px;
  padding: 16px;
}

.review-head {
  align-items: center;
  display: flex;
  gap: 12px;
}

.review-person {
  min-width: 0;
}

.review-person strong {
  color: var(--ink-strong);
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.review-avatar {
  background: var(--soft);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.stars {
  color: #d97706;
  font-size: 17px;
  margin-top: 4px;
  white-space: nowrap;
}

.review-comment {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #475569;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.45;
  margin: 14px 0 0;
  overflow: hidden;
}

.small-button {
  background: var(--ink);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  min-height: 36px;
  padding: 9px 12px;
  text-decoration: none;
}

.provider-button {
  align-items: center;
  font-size: 15px;
  gap: 9px;
  min-height: 44px;
  text-transform: none;
}

.provider-button span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.provider-button img {
  height: 23px;
  object-fit: contain;
  width: 23px;
}

.location-section > a:first-of-type {
  display: block;
  margin-top: 10px;
}

#location-image {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.maps-button {
  display: inline-flex;
  margin: 10px 0 0 auto;
  max-width: 100%;
  width: auto;
}

.service-band {
  background: #e2efeb;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.8fr 1.2fr;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 34px 28px;
}

.service-band h2 {
  font-size: 23px;
}

.service-band > div > p:last-child {
  color: #3e5c73;
  line-height: 1.5;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.appointment-form {
  display: grid;
  gap: 11px;
  grid-template-columns: 1fr 1fr;
}

.appointment-form textarea,
.checkout-fields textarea {
  min-height: 78px;
  resize: vertical;
}

.full-field {
  grid-column: 1 / -1;
}

.form-status {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
  min-height: 20px;
}

.info-section {
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 0.8fr;
}

.info-section h3 {
  margin: 20px 0 10px;
}

.hours-list {
  display: grid;
  gap: 7px;
}

.hour-row {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 11px;
}

.hour-row span:last-child {
  color: var(--success);
  font-weight: 750;
}

.hour-row.closed span:last-child {
  color: var(--danger);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-links a {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 58px;
  height: 58px;
  justify-content: center;
  padding: 8px;
  text-decoration: none;
}

.contact-links a:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
}

.contact-links img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.brand-footer {
  align-items: center;
  background: var(--ink-strong);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 28px 20px;
  text-align: center;
}

.footer-rule {
  background: rgb(255 255 255 / 28%);
  display: block;
  height: 1px;
  margin: 8px 0 10px;
  max-width: 610px;
  width: 85%;
}

.footer-logo-frame {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 128px;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
  padding: 14px;
  width: 128px;
}

.brand-footer img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.brand-footer strong {
  font-size: 18px;
}

.brand-footer small {
  color: #c9d6df;
  font-size: 10px;
}

.page-overlay,
.search-overlay {
  background: rgb(11 38 59 / 62%);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
}

.page-overlay.open,
.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

#menu-overlay {
  z-index: 30;
}

#drawer-overlay {
  z-index: 40;
}

.side-menu,
.cart-drawer {
  background: var(--surface);
  bottom: 0;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  transition: transform 220ms ease;
}

.side-menu {
  left: 0;
  max-width: 330px;
  padding: 18px;
  transform: translateX(-105%);
  width: 84vw;
  z-index: 31;
}

.side-menu.open {
  transform: translateX(0);
}

.cart-drawer {
  padding: 20px;
  right: 0;
  transform: translateX(105%);
  width: min(440px, 100%);
  z-index: 41;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
}

.drawer-head h2 {
  font-size: 20px;
}

.drawer-head small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  margin-top: 3px;
}

.menu-home,
.menu-category summary,
.menu-category a {
  color: var(--ink);
  font-size: 13px;
  text-decoration: none;
}

.menu-home,
.menu-category {
  border-bottom: 1px solid var(--line);
}

.menu-home,
.menu-category summary {
  display: flex;
  padding: 14px 4px;
}

.menu-category summary {
  align-items: center;
  cursor: pointer;
  gap: 9px;
  list-style: none;
}

.menu-category summary::-webkit-details-marker {
  display: none;
}

.menu-category summary::after {
  content: "⌄";
  margin-left: auto;
}

.menu-category[open] summary::after {
  content: "⌃";
}

.menu-category summary img {
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.menu-category a {
  display: block;
  padding: 9px 4px 9px 37px;
}

.menu-category a:hover {
  background: var(--page);
}

.search-overlay {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  max-width: 100vw;
  overflow: hidden;
  padding: 80px 16px 16px;
  width: 100%;
  z-index: 50;
}

.search-dialog {
  background: var(--surface);
  border-radius: 8px;
  max-height: calc(100vh - 100px);
  max-width: 560px;
  min-width: 0;
  overflow: auto;
  padding: 18px;
  width: min(560px, 100%);
}

.modal-search {
  margin: 16px 0 10px;
  max-width: none;
  min-width: 0;
}

.search-result {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  gap: 10px;
  padding: 11px 5px;
  text-decoration: none;
}

.search-result > span {
  min-width: 0;
}

.search-result:hover {
  background: var(--page);
}

.search-thumb,
.cart-thumb {
  background: var(--page);
  border-radius: 6px;
  flex: 0 0 48px;
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.search-result small,
.cart-row small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  margin-top: 3px;
}

#cart-items {
  flex: 1;
  overflow: auto;
  padding: 8px 0;
}

.cart-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  padding: 12px 0;
}

.cart-row-info {
  min-width: 0;
}

.cart-row-info strong {
  display: block;
  font-size: 13px;
}

.cart-row-actions {
  align-items: end;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cart-row-actions button {
  background: transparent;
  color: var(--accent-dark);
  font-size: 11px;
  padding: 2px;
}

.cart-row-actions .cart-remove-button {
  align-items: center;
  color: var(--danger);
  display: inline-flex;
  font-size: 22px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 28px;
}

.cart-row .quantity-control {
  grid-column: 2 / 4;
  margin: 0;
}

.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.cart-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin: 0 0 9px;
}

.cart-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 0.65fr 1.35fr;
}

.checkout-dialog {
  background: var(--surface);
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  max-height: calc(100vh - 32px);
  max-width: 520px;
  overflow: auto;
  padding: 20px;
  width: calc(100% - 32px);
}

.checkout-dialog::backdrop {
  background: rgb(11 38 59 / 70%);
}

.checkout-fields {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.checkout-dialog .button {
  width: 100%;
}

.toast {
  background: var(--ink-strong);
  bottom: 18px;
  color: #fff;
  font-size: 13px;
  left: 50%;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 80;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.ads-floating-contact {
  bottom: 22px;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  gap: 10px;
  position: fixed;
  right: 18px;
  z-index: 1200;
}

.ads-floating-contact a {
  align-items: center;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 24%);
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  min-width: 138px;
  padding: 0 16px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.ads-floating-contact a:hover,
.ads-floating-contact a:focus-visible {
  box-shadow: 0 14px 34px rgb(0 0 0 / 28%);
  transform: translateY(-1px);
}

.ads-floating-contact svg {
  fill: currentColor;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.ads-floating-contact .ads-call-btn {
  background: #1565c0;
}

.ads-floating-contact .ads-whatsapp-btn {
  background: #1fa855;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .category-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-layout,
  .info-section {
    grid-template-columns: 1fr;
  }

  .detail-layout {
    gap: 18px;
  }

  .service-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .search-overlay {
    padding: 12px;
  }

  .search-dialog {
    max-height: calc(100dvh - 24px);
    padding: 16px;
  }

  .header-inner {
    gap: 2px;
    height: 58px;
    padding: 0 10px;
  }

  .icon-button,
  .header-icon {
    height: 34px;
    width: 31px;
  }

  .menu-button {
    font-size: 25px;
  }

  #brand-logo {
    height: 43px;
    width: 78px;
  }

  .header-actions {
    gap: 0;
  }

  .header-icon svg {
    height: 23px;
    width: 23px;
  }

  .header-icon img {
    height: 20px;
    width: 20px;
  }

  .cart-button b {
    height: 17px;
    width: 17px;
  }

  .home-shell,
  .section,
  .product-detail {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-shell {
    padding-bottom: 24px;
  }

  .banner-track {
    aspect-ratio: 16 / 7;
  }

  .banner-arrow {
    height: 32px;
    top: calc(50% - 16px);
    width: 32px;
  }

  .home-heading {
    align-items: start;
    flex-direction: column;
    gap: 6px;
    padding-top: 18px;
  }

  .home-heading h1 {
    font-size: 18px;
  }

  .home-heading p {
    text-align: left;
  }

  .category-grid,
  .product-grid {
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card {
    padding: 9px;
  }

  .category-card img {
    height: 86px;
  }

  .catalog-tools {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  #category-select,
  .category-search {
    max-width: none;
    min-width: 0;
  }

  .product-info {
    padding: 10px;
  }

  .product-card h3,
  .product-price {
    font-size: 12px;
  }

  .product-card .button {
    font-size: 11px;
    min-height: 38px;
    padding: 8px 5px;
  }

  .detail-content {
    padding: 15px;
  }

  .detail-content h3 {
    font-size: 20px;
  }

  .section {
    padding-bottom: 24px;
    padding-top: 18px;
  }

  .reviews-section .subsection-heading {
    gap: 10px;
  }

  .reviews-section .provider-button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .service-band {
    gap: 18px;
    padding: 24px 14px;
  }

  .appointment-form {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: auto;
  }

  .social-icon {
    display: inline-flex;
  }

  .cart-drawer {
    padding: 16px;
  }

  .ads-floating-contact {
    bottom: 14px;
    gap: 8px;
    right: 12px;
  }

  .ads-floating-contact a {
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    padding: 0;
    width: 48px;
  }

  .ads-floating-contact span {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

@media (max-width: 360px) {
  #brand-logo {
    width: 68px;
  }

  .header-icon,
  .icon-button {
    width: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
