:root {
  --primary: #0057b8;
  --primary-dark: #003f86;
  --secondary: #ff7900;
  --whatsapp: #25d366;
  --text: #1f2937;
  --muted: #64748b;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.8;
  text-align: right;
  max-width: 100%;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 87, 184, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 18px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 146px;
  flex: 0 0 auto;
}

.brand img {
  width: 174px;
  height: auto;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a {
  border-radius: 999px;
  padding: 8px 13px;
  color: #334155;
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-menu a:hover,
.nav-menu a.active {
  background: rgba(0, 87, 184, 0.08);
  color: var(--primary);
}

.nav-menu .header-cta {
  background: var(--whatsapp);
  color: #063c1e;
}

.cart-nav-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 39px;
  border: 1px solid rgba(0, 87, 184, 0.18);
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--white);
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
}

.cart-nav-button:hover {
  background: rgba(0, 87, 184, 0.08);
}

.cart-icon {
  position: relative;
  width: 18px;
  height: 15px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 2px 2px 5px 5px;
}

.cart-icon::before {
  content: "";
  position: absolute;
  top: -6px;
  inset-inline-start: 2px;
  width: 11px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.cart-count {
  display: inline-grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--white);
  font-size: 0.76rem;
  line-height: 1;
}

.floating-cart-button {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 62;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(0, 87, 184, 0.32);
  cursor: pointer;
}

.floating-cart-button .cart-icon {
  width: 20px;
  height: 16px;
}

.floating-cart-button .cart-count {
  position: absolute;
  top: -4px;
  inset-inline-end: -2px;
  border: 2px solid var(--white);
  background: var(--secondary);
}

.cart-feedback {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 120;
  transform: translateY(10px);
  border-radius: 999px;
  padding: 10px 14px;
  background: #0f172a;
  color: var(--white);
  box-shadow: var(--shadow);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-feedback.show {
  transform: translateY(0);
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--primary);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 10px;
}

.section {
  padding: 76px 0;
}

.section-soft {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--secondary);
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: var(--secondary);
}

h1,
h2,
h3 {
  margin: 0;
  color: #111827;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(2rem, 4vw, 4.1rem);
  max-width: 860px;
}

h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
}

h3 {
  font-size: 1.13rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 820px;
  color: #475569;
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  overflow-wrap: anywhere;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(82vh - 76px);
  display: flex;
  align-items: center;
  padding: 42px 0 56px;
  background:
    linear-gradient(110deg, rgba(0, 87, 184, 0.92), rgba(0, 63, 134, 0.82)),
    url("images/dimadeal-logo.png") center 34% / min(720px, 88vw) no-repeat,
    #0057b8;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 132px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  justify-items: start;
  max-width: 870px;
}

.hero-logo {
  width: min(360px, 72vw);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.hero h1,
.hero .lead {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  padding: 10px 18px;
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 87, 184, 0.18);
}

.btn.secondary {
  background: var(--secondary);
}

.btn.whatsapp {
  background: var(--whatsapp);
  color: #063c1e;
}

.btn.light {
  background: var(--white);
  color: var(--primary);
}

.btn.outline {
  border: 1px solid rgba(0, 87, 184, 0.22);
  background: var(--white);
  color: var(--primary);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.13);
  color: var(--white);
  font-weight: 800;
}

.trust-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--secondary);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}

.category-card,
.why-card,
.info-card,
.policy-card {
  padding: 22px;
}

.category-icon,
.why-icon,
.info-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: var(--radius);
  background: rgba(0, 87, 184, 0.09);
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 900;
}

.category-card p,
.why-card p,
.info-card p,
.policy-card p {
  margin-top: 8px;
  color: var(--muted);
}

.category-card .btn,
.policy-card .btn {
  margin-top: 18px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-card-button,
.product-title-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}

.product-title-button {
  padding: 0;
  font-weight: 900;
}

.product-media {
  position: relative;
  aspect-ratio: 1 / 0.78;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf3ff, #fff4ea);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.2s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.03);
}

.product-category-label {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(0, 87, 184, 0.08);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-visual {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #eaf3ff, #fff4ea);
}

.product-visual::before {
  content: "";
  width: 112px;
  height: 112px;
  border: 14px solid rgba(0, 87, 184, 0.9);
  border-top-color: var(--secondary);
  border-radius: 32px;
  transform: rotate(-10deg);
  box-shadow: 0 18px 36px rgba(0, 87, 184, 0.12);
}

.visual-round::before {
  border-radius: 999px;
}

.visual-slim::before {
  width: 138px;
  height: 78px;
  border-radius: 999px;
}

.visual-bag::before {
  width: 118px;
  height: 92px;
  border-radius: 18px 18px 36px 36px;
}

.product-visual span {
  position: absolute;
  inset-inline-end: 18px;
  bottom: 16px;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.product-body p {
  color: var(--muted);
}

.price {
  margin-top: auto;
  color: var(--secondary);
  font-weight: 900;
}

.product-body .btn {
  width: 100%;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 110;
}

.cart-drawer[hidden] {
  display: none;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
}

.cart-panel {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(100%, 520px);
  overflow: auto;
  background: var(--white);
  box-shadow: -20px 0 60px rgba(15, 23, 42, 0.18);
}

.cart-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.cart-header .eyebrow {
  margin-bottom: 2px;
}

.cart-header .modal-close {
  position: static;
  flex: 0 0 auto;
  margin: 0;
}

.empty-cart {
  padding: 28px 20px;
  color: var(--muted);
}

.empty-cart h3 {
  margin-bottom: 8px;
}

.cart-items {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 10px;
  background: var(--white);
}

.cart-item img {
  width: 78px;
  height: 78px;
  border-radius: var(--radius);
  background: var(--soft);
  object-fit: contain;
}

.cart-item-info {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cart-item-info strong {
  line-height: 1.35;
}

.cart-item-info span {
  color: var(--muted);
  font-size: 0.9rem;
}

.quantity-control {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
}

.quantity-control button {
  width: 34px;
  height: 32px;
  border: 0;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
}

.quantity-control span {
  min-width: 32px;
  text-align: center;
  color: var(--text);
  font-weight: 900;
}

.cart-item-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cart-item-side strong {
  color: var(--secondary);
  white-space: nowrap;
}

.cart-item-side button {
  border: 0;
  background: transparent;
  color: #dc2626;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 800;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  font-size: 1.1rem;
}

.cart-total strong {
  color: var(--secondary);
  font-size: 1.35rem;
}

.cart-actions {
  padding: 14px 18px 0;
}

.checkout-form {
  display: grid;
  gap: 14px;
  margin: 18px;
  border: 1px solid rgba(0, 87, 184, 0.14);
  border-radius: var(--radius);
  padding: 18px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.checkout-note {
  color: var(--muted);
}

.checkout-form .btn {
  width: 100%;
}

.category-products-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.product-modal[hidden] {
  display: none;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
}

.product-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1060px);
  max-height: min(92vh, 860px);
  overflow: auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
}

.modal-close {
  position: sticky;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--primary);
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 900;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 24px;
  padding: 0 26px 28px;
}

.detail-main-image {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  object-fit: contain;
  padding: 16px;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.detail-thumb {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4px;
  background: var(--white);
  cursor: pointer;
}

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

.detail-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-detail-content {
  display: grid;
  align-content: start;
  gap: 14px;
}

.detail-price {
  color: var(--secondary);
  font-size: 1.55rem;
  font-weight: 900;
}

.trust-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-lines span {
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(37, 211, 102, 0.13);
  color: #166534;
  font-weight: 800;
}

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

.strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(0, 87, 184, 0.16);
  border-radius: var(--radius);
  background: rgba(0, 87, 184, 0.16);
  box-shadow: var(--shadow);
}

.strip-item {
  min-height: 114px;
  padding: 20px;
  background: var(--white);
}

.strip-item strong {
  display: block;
  color: var(--primary);
  font-size: 1.08rem;
}

.strip-item span {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 16px 18px;
}

.faq-item summary {
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.faq-item p {
  margin-top: 10px;
  color: var(--muted);
}

.cta-band {
  border-radius: var(--radius);
  padding: 34px;
  background: linear-gradient(110deg, var(--primary), var(--primary-dark));
  color: var(--white);
  box-shadow: var(--shadow);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band p {
  margin-top: 8px;
}

.page-hero {
  padding: 54px 0 34px;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  overflow: hidden;
}

.page-hero .lead {
  margin-top: 14px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-btn {
  min-height: 42px;
  border: 1px solid rgba(0, 87, 184, 0.18);
  border-radius: 999px;
  padding: 8px 16px;
  background: var(--white);
  color: var(--primary);
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
}

.filter-btn.active {
  background: var(--primary);
  color: var(--white);
}

.category-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: start;
  padding: 28px;
}

.benefit-list,
.plain-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li,
.plain-list li {
  position: relative;
  padding-inline-start: 22px;
  color: #475569;
}

.benefit-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.78em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--secondary);
}

.content-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.content-box {
  padding: 26px;
}

.content-box p + p {
  margin-top: 14px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #334155;
  font-weight: 800;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  background: var(--white);
  color: var(--text);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.site-footer {
  padding: 42px 0 28px;
  background: #0f172a;
  color: #dbeafe;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 26px;
}

.footer-logo {
  width: 188px;
  padding: 8px 10px;
  border-radius: var(--radius);
  background: var(--white);
}

.footer-title {
  margin-bottom: 10px;
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--secondary);
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-size: 0.93rem;
}

.floating-whatsapp {
  position: fixed;
  inset-inline-end: 18px;
  bottom: 20px;
  z-index: 60;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #063c1e;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.35);
  font-size: 1.5rem;
  font-weight: 900;
}

.mobile-bottom-cta {
  display: none;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .grid-4,
  .products-grid,
  .why-grid,
  .category-products-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-3,
  .strip,
  .content-grid,
  .category-section {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 78px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand img {
    width: 146px;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-menu {
    position: absolute;
    inset-inline: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 12px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    border-radius: var(--radius);
    padding: 10px 12px;
  }

  .nav-menu .cart-nav-button {
    width: 100%;
    justify-content: center;
    border-radius: var(--radius);
  }

  .hero {
    min-height: auto;
    padding: 34px 0 64px;
    background:
      linear-gradient(120deg, rgba(0, 87, 184, 0.93), rgba(0, 63, 134, 0.86)),
      url("images/dimadeal-logo.png") center 24% / 86vw no-repeat,
      #0057b8;
  }

  .hero-content {
    gap: 20px;
  }

  .hero-logo {
    width: min(285px, 80vw);
  }

  .section {
    padding: 50px 0;
  }

  .products-grid,
  .category-products-grid,
  .why-grid,
  .grid-3,
  .grid-4,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 168px;
  }

  .product-detail {
    grid-template-columns: 1fr;
    padding: 0 16px 22px;
  }

  .product-modal {
    padding: 10px;
  }

  .product-modal-panel {
    max-height: 88vh;
  }

  .cart-panel {
    width: 100%;
  }

  .cart-item {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .cart-item img {
    width: 68px;
    height: 68px;
  }

  .cart-item-side {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cta-band {
    padding: 24px;
  }

  .floating-whatsapp {
    bottom: 86px;
  }

  .floating-cart-button {
    right: 16px;
    bottom: 86px;
  }

  .cart-feedback {
    right: 16px;
    bottom: 154px;
  }

  .mobile-bottom-cta {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 59;
    display: flex;
    justify-content: center;
    padding: 10px 16px 12px;
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .mobile-bottom-cta .btn {
    width: min(100%, 440px);
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero-actions,
  .actions {
    width: 100%;
  }

  .hero-actions .btn,
  .actions .btn {
    width: 100%;
  }

  .filter-btn {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }
}
