:root {
  --component-ink: var(--theme-ink, #171717);
  --component-muted: var(--theme-muted, #6b7280);
  --component-line: var(--theme-line, #e5e7eb);
  --component-soft: var(--theme-soft, #f6f7f9);
}

.product-card,
.filters-panel,
.empty-state {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
}

.filters-panel,
.empty-state {
  padding: 1.25rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.product-link,
.product-card-media,
.product-card-title a {
  color: inherit;
  text-decoration: none;
}

.product-card-media {
  display: block;
}

.product-card:hover {
  border-color: var(--component-ink);
}

.product-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.product-card-category {
  color: var(--component-muted);
  font-size: 0.88rem;
  margin: 0 0 0.35rem;
}

.product-card-title {
  color: var(--component-ink);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 0.7rem;
}

.product-card-title a:hover {
  color: var(--store-secondary, var(--component-ink));
}

.share-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
}

.share-actions--compact {
  gap: 0.25rem;
}

.share-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--component-line);
  border-radius: 999px;
  color: var(--component-ink);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  min-height: 32px;
  padding: 0;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
  width: 32px;
}

.share-actions--compact .share-action {
  min-height: 28px;
  width: 28px;
}

.share-action svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.share-actions--compact .share-action svg {
  height: 13px;
  width: 13px;
}

.share-action:hover,
.share-action:focus {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
  transform: translateY(-1px);
}

.share-action--whatsapp {
  color: #128c4a;
}

.share-action.is-copied {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #047857;
}

.product-card > .share-actions {
  opacity: 0.72;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}

.product-card:hover > .share-actions,
.product-card:focus-within > .share-actions {
  opacity: 1;
}

.product-detail-heading {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.product-detail-heading .share-actions {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.product-card-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.product-card-price-current {
  color: var(--component-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.product-card-price-prefix {
  color: var(--component-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.product-card-price-regular {
  color: var(--component-muted);
  font-size: 0.9rem;
  text-decoration: line-through;
}

.product-card-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
}

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

.product-card-variant-form {
  display: grid;
  gap: 0.55rem;
}

.product-card-variant-label {
  color: var(--component-muted);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0;
}

.product-card-variant-select {
  appearance: auto;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  font-size: 0.9rem;
  min-height: 40px;
  padding: 0.55rem 0.7rem;
  width: 100%;
}

.product-card-variant-select:focus {
  border-color: var(--component-ink);
  outline: 0;
}

.product-card-action {
  align-items: center;
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.85rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.product-card-action:hover,
.product-card-action:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
  transform: translateY(-1px);
}

.product-card-action--quick {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
}

.product-card-action.is-disabled,
.product-card-action:disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: var(--component-muted);
  cursor: not-allowed;
  transform: none;
}

.product-image,
.product-gallery-placeholder {
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.14), rgba(23, 23, 23, 0.06)),
    #f3f4f6;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-muted);
  font-weight: 600;
}

.product-image {
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  display: block;
  object-fit: cover;
  width: 100%;
}

.catalog-sort {
  width: min(190px, 50vw);
}

.catalog-sort-label {
  background: var(--component-soft);
  border: 1px solid var(--component-line);
  border-radius: 999px;
  color: var(--component-muted);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.42rem 0.7rem;
  white-space: nowrap;
}

.product-detail-template {
  color: var(--component-ink);
}

.product-detail-kicker,
.product-detail-type {
  letter-spacing: 0;
}

.product-detail-title {
  letter-spacing: 0;
}

.product-price-block.is-loading {
  opacity: 0.72;
}

.product-variant-price-note {
  border-left: 3px solid var(--component-ink);
  padding-left: 0.65rem;
}

.product-add-controls {
  align-items: end;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(120px, 0.34fr) minmax(180px, 0.66fr);
  margin-bottom: 1.5rem;
}

.product-add-quantity {
  min-width: 0;
}

.product-add-actions {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.product-add-action {
  align-items: center;
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.product-add-action:hover,
.product-add-action:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
  transform: translateY(-1px);
}

.product-add-action--quick {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
}

.product-add-action.is-disabled,
.product-add-action:disabled {
  background: #e5e7eb;
  border-color: #e5e7eb;
  color: var(--component-muted);
  cursor: not-allowed;
  transform: none;
}

.product-contact-buttons {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.5rem;
}

.product-contact-buttons--compact {
  grid-template-columns: 1fr;
  margin: 0;
}

.product-contact-button {
  align-items: center;
  background: var(--product-contact-color, var(--component-ink));
  border: 1px solid var(--product-contact-color, var(--component-ink));
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 0.95rem;
  text-align: center;
  text-decoration: none;
  transition: filter 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.product-contact-button:hover,
.product-contact-button:focus {
  color: #ffffff;
  filter: brightness(0.94);
  transform: translateY(-1px);
}

.product-contact-buttons--compact .product-contact-button {
  min-height: 42px;
  padding: 0.65rem 0.85rem;
}

.product-description {
  line-height: 1.75;
}

@media (max-width: 575.98px) {
  .product-contact-buttons {
    grid-template-columns: 1fr;
  }
}

.store-module {
  margin-block: clamp(2rem, 5vw, 4rem);
}

.store-module-header {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.store-module-kicker {
  color: var(--component-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.store-module-header h2 {
  color: var(--component-ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: 0;
  margin: 0;
}

.store-module-link {
  color: var(--component-ink);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.store-module-link:hover {
  color: var(--store-secondary, var(--component-ink));
}

.store-module-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.store-module-empty {
  color: var(--component-muted);
  margin: 0;
}

.store-module-action {
  align-items: center;
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.store-module-action:hover,
.store-module-action:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
  transform: translateY(-1px);
}

.module-category-menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-category-menu-item {
  position: relative;
}

.module-category-menu-item > a,
.module-category-menu-all {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  display: inline-flex;
  font-weight: 800;
  min-height: 42px;
  padding: 0.6rem 0.9rem;
  text-decoration: none;
}

.module-category-menu-item > a:hover,
.module-category-menu-item > a:focus,
.module-category-menu-all:hover,
.module-category-menu-all:focus {
  border-color: var(--component-ink);
  color: var(--component-ink);
}

.module-category-menu-item ul {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.13);
  display: grid;
  gap: 0.15rem;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 210px;
  opacity: 0;
  padding: 0.45rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  visibility: hidden;
  z-index: 20;
}

.module-category-menu-item:hover ul,
.module-category-menu-item:focus-within ul {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.module-category-menu-item ul a {
  border-radius: 6px;
  color: var(--component-ink);
  display: block;
  padding: 0.55rem 0.65rem;
  text-decoration: none;
}

.module-category-menu-item ul a:hover,
.module-category-menu-item ul a:focus {
  background: var(--component-soft);
}

.module-category-menu-all {
  margin-top: 0.8rem;
}

.module-category-banner {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.95), rgba(37, 99, 235, 0.72)),
    var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 36%);
  min-height: 280px;
  overflow: hidden;
}

.module-category-banner-copy {
  align-content: center;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.module-category-banner-copy .store-module-kicker,
.module-category-banner-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.module-category-banner-copy h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0;
  margin: 0;
}

.module-category-banner-copy p {
  font-size: 1rem;
  margin: 0;
  max-width: 650px;
}

.module-category-banner-image {
  height: 100%;
  object-fit: cover;
  order: 2;
  width: 100%;
}

.module-subcategory-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.module-subcategory-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  display: grid;
  gap: 0.75rem;
  min-height: 120px;
  overflow: hidden;
  padding: 1rem;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.module-subcategory-card:hover,
.module-subcategory-card:focus-within {
  border-color: var(--component-ink);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  color: var(--component-ink);
  transform: translateY(-2px);
}

.module-subcategory-card-link {
  color: inherit;
  display: grid;
  gap: 0.75rem;
  text-decoration: none;
}

.module-subcategory-card img {
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}

.module-hero-banner,
.module-campaign-banner {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42%);
  overflow: hidden;
}

.module-hero-banner.is-text-only,
.module-campaign-banner.is-text-only {
  grid-template-columns: 1fr;
}

.module-hero-banner-copy,
.module-campaign-copy {
  align-content: center;
  display: grid;
  gap: 0.9rem;
  padding: clamp(1.25rem, 4vw, 2.75rem);
}

.module-hero-banner-copy h2,
.module-campaign-copy h2 {
  color: var(--component-ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0;
  margin: 0;
}

.module-hero-banner-copy p,
.module-campaign-copy p {
  color: var(--component-muted);
  font-size: 1.05rem;
  margin: 0;
  max-width: 660px;
}

.module-hero-banner-image,
.module-campaign-banner > img {
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  width: 100%;
}

.module-slider-carousel {
  border-radius: 8px;
  overflow: hidden;
}

.module-slider .carousel-item {
  background: var(--component-ink);
  min-height: clamp(320px, 46vw, 560px);
}

.module-slider-image {
  height: clamp(320px, 46vw, 560px);
  object-fit: cover;
  opacity: 0.72;
  width: 100%;
}

.module-slider-caption {
  bottom: auto;
  color: #ffffff;
  display: grid;
  gap: 0.85rem;
  left: clamp(1.25rem, 6vw, 4rem);
  max-width: 620px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.module-slider-caption h3 {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0;
  margin: 0;
}

.module-slider-caption p {
  font-size: 1.1rem;
  margin: 0;
}

.module-promo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--promo-columns, 3), minmax(0, 1fr));
}

.module-promo-card {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  display: grid;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.module-promo-card:hover,
.module-promo-card:focus {
  border-color: var(--component-ink);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
  color: var(--component-ink);
  transform: translateY(-2px);
}

.module-promo-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.module-promo-card span {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}

.module-promo-card strong {
  font-size: 1.05rem;
}

.module-promo-card small {
  color: var(--component-muted);
  font-size: 0.92rem;
}

.module-coupon-card {
  align-items: center;
  background: linear-gradient(135deg, #111827, #1d4ed8);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.module-coupon-card .store-module-kicker,
.module-coupon-card p {
  color: rgba(255, 255, 255, 0.76);
}

.module-coupon-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: 0;
  margin: 0 0 0.5rem;
}

.module-coupon-card p {
  margin: 0 0 0.6rem;
}

.module-coupon-card strong {
  display: inline-block;
  font-size: 1.05rem;
}

.module-coupon-code {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 0.7rem;
  min-width: min(280px, 100%);
  padding: 1rem;
}

.module-coupon-code span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.module-coupon-code code {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
}

.module-campaign-banner {
  background: #f8fafc;
}

.module-campaign-badge {
  background: #fef3c7;
  border-radius: 999px;
  color: #92400e;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-self: start;
  padding: 0.35rem 0.75rem;
  text-transform: uppercase;
}

.module-newsletter {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.module-newsletter h2 {
  color: var(--component-ink);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  letter-spacing: 0;
  margin: 0 0 0.5rem;
}

.module-newsletter p {
  color: var(--component-muted);
  margin: 0;
}

.module-newsletter-form {
  display: grid;
  gap: 0.7rem;
}

.module-newsletter-form input {
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  min-height: 46px;
  padding: 0.75rem 0.9rem;
}

.module-newsletter-form button {
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 900;
  min-height: 46px;
  padding: 0.75rem 1rem;
}

.module-testimonial-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.module-testimonial-card {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
}

.module-testimonial-card p {
  color: var(--component-muted);
  line-height: 1.7;
  margin: 0;
}

.module-testimonial-card strong {
  color: var(--component-ink);
}

.module-trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.module-trust-card {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
}

.module-trust-icon {
  align-items: center;
  background: var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 38px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.module-trust-card h3 {
  color: var(--component-ink);
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 0.25rem;
}

.module-trust-card p {
  color: var(--component-muted);
  line-height: 1.55;
  margin: 0;
}

.module-payment-methods .store-module-header p,
.module-policy-summary p,
.module-quick-contact p,
.module-whatsapp-cta p {
  color: var(--component-muted);
  margin: 0.35rem 0 0;
}

.module-payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.module-payment-pill {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  display: inline-grid;
  gap: 0.1rem;
  min-height: 62px;
  min-width: 160px;
  padding: 0.75rem 0.95rem;
}

.module-payment-pill::before {
  background: #eef2ff;
  border-radius: 6px;
  color: #1d4ed8;
  content: "$";
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 24px;
  margin-bottom: 0.2rem;
  width: 34px;
}

.module-payment-stripe::before {
  content: "S";
}

.module-payment-paypal::before {
  content: "P";
}

.module-payment-mercado_pago::before {
  content: "MP";
}

.module-payment-bank_transfer::before {
  content: "TB";
}

.module-payment-pill strong {
  font-size: 0.95rem;
}

.module-payment-pill small {
  color: var(--component-muted);
  font-size: 0.78rem;
}

.module-policy-summary,
.module-quick-contact,
.module-whatsapp-cta {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding: clamp(1.1rem, 3vw, 1.6rem);
}

.module-policy-summary h2,
.module-quick-contact h2,
.module-whatsapp-cta h2 {
  color: var(--component-ink);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  letter-spacing: 0;
  margin: 0;
}

.module-policy-links,
.module-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.module-policy-links a,
.module-contact-actions a,
.module-whatsapp-button,
.module-mini-cart-trigger,
.module-product-search-form button {
  align-items: center;
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.module-policy-links a:hover,
.module-policy-links a:focus,
.module-contact-actions a:hover,
.module-contact-actions a:focus,
.module-whatsapp-button:hover,
.module-whatsapp-button:focus,
.module-mini-cart-trigger:hover,
.module-mini-cart-trigger:focus,
.module-product-search-form button:hover,
.module-product-search-form button:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
  transform: translateY(-1px);
}

.module-mini-cart {
  display: inline-flex;
  margin-block: 0;
}

.module-mini-cart .mini-cart-panel {
  text-align: left;
}

.module-product-search-form {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.75rem;
}

.module-product-search-form input {
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  min-height: 44px;
  padding: 0.65rem 0.85rem;
}

.module-whatsapp-cta {
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
}

.module-whatsapp-button {
  margin-block: 0.5rem;
}

.module-subcategory-card span {
  font-weight: 800;
}

.product-description img {
  border-radius: 8px;
  height: auto;
  max-width: 100%;
}

.product-gallery-main {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-carousel .product-gallery-main {
  border: 0;
}

.product-carousel {
  border: 1px solid var(--component-line);
  border-radius: 8px;
  overflow: hidden;
}

.product-carousel .carousel-control-prev,
.product-carousel .carousel-control-next {
  background: rgba(17, 24, 39, 0.24);
  width: 12%;
}

.product-carousel .carousel-indicators [data-bs-target] {
  background-color: var(--component-ink);
}

.product-gallery-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, 1fr);
}

.product-gallery-thumb {
  background: transparent;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}

.product-gallery-thumb.active {
  border-color: var(--component-ink);
  box-shadow: 0 0 0 2px rgba(23, 23, 23, 0.12);
}

.product-gallery-grid img,
.product-gallery-thumb img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mini-cart-nav {
  position: relative;
}

.mini-cart-trigger {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.mini-cart-count {
  align-items: center;
  background: var(--component-ink);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 0.35rem;
}

.mini-cart-panel {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  color: var(--component-ink);
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  visibility: hidden;
  width: min(380px, calc(100vw - 2rem));
  z-index: 1050;
}

.mini-cart-panel::before {
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  right: 0;
  top: -0.75rem;
}

.mini-cart-nav.open .mini-cart-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.mini-cart-nav.open .mini-cart-trigger {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.mini-cart-nav.open .mini-cart-count {
  background: #ffffff;
  color: var(--component-ink);
}

.mini-cart-header,
.mini-cart-footer {
  border-bottom: 1px solid var(--component-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}

.mini-cart-header span {
  color: var(--component-muted);
  font-size: 0.88rem;
}

.mini-cart-items {
  display: grid;
  gap: 0.8rem;
  max-height: 360px;
  overflow: auto;
  padding: 0.9rem 0;
}

.mini-cart-item {
  color: inherit;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  padding-right: 1.35rem;
  position: relative;
}

.mini-cart-remove-form {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mini-cart-remove {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--component-muted);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  transition: background 0.16s ease, color 0.16s ease;
  width: 24px;
}

.mini-cart-remove:hover,
.mini-cart-remove:focus {
  background: #fee2e2;
  color: #b91c1c;
  outline: 0;
}

.mini-cart-remove:disabled {
  cursor: wait;
  opacity: 0.55;
}

.mini-cart-item-image {
  background: #f3f4f6;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.mini-cart-item-image img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.mini-cart-item-body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.mini-cart-item-body a {
  color: var(--component-ink);
  font-weight: 800;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-cart-item-body a:hover {
  color: var(--store-secondary, var(--component-ink));
}

.mini-cart-item-body small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-cart-item-body small,
.mini-cart-more,
.mini-cart-empty {
  color: var(--component-muted);
}

.mini-cart-item-total {
  color: var(--component-ink);
  font-weight: 800;
  white-space: nowrap;
}

.mini-cart-line-updating {
  opacity: 0.68;
}

.mini-cart-stepper {
  align-items: stretch;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: inline-grid;
  grid-template-columns: 30px 44px 30px;
  height: 32px;
  margin-top: 0.25rem;
  overflow: hidden;
}

.mini-cart-step-button {
  align-items: center;
  background: #f9fafb;
  border: 0;
  color: var(--component-ink);
  display: flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
}

.mini-cart-step-button:hover {
  background: #eef2ff;
}

.mini-cart-step-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.mini-cart-qty {
  border: 0;
  border-left: 1px solid var(--component-line);
  border-right: 1px solid var(--component-line);
  font-size: 0.88rem;
  font-weight: 700;
  min-width: 0;
  text-align: center;
  width: 44px;
}

.mini-cart-qty:focus {
  outline: 0;
}

.mini-cart-footer {
  border-bottom: 0;
  border-top: 1px solid var(--component-line);
  display: block;
  padding-bottom: 0;
  padding-top: 0.9rem;
}

.mini-cart-more {
  font-size: 0.88rem;
  margin: 0 0 0.75rem;
}

.mini-cart-empty {
  padding-top: 0.9rem;
}

.mini-cart-action {
  align-items: center;
  background: var(--component-ink);
  border: 1px solid var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  width: 100%;
}

.mini-cart-action:hover,
.mini-cart-action:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.mini-cart-action--small {
  min-height: 38px;
  padding: 0.55rem 0.85rem;
}

.cart-lines {
  display: grid;
  gap: 1rem;
}

.cart-line,
.cart-summary {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
}

.cart-line {
  display: grid;
  gap: 1rem;
  grid-template-columns: 88px 1fr auto;
  padding: 1rem;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.cart-line-updating {
  border-color: #c7d2fe;
  opacity: 0.68;
}

.cart-line-image {
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.cart-line-image img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cart-line-title {
  color: var(--component-ink);
  font-weight: 700;
  text-decoration: none;
}

.cart-line-body {
  display: grid;
  gap: 1rem;
}

.cart-line-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cart-quantity-stepper {
  align-items: stretch;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: inline-grid;
  grid-template-columns: 38px 70px 38px;
  min-height: 40px;
  overflow: hidden;
}

.cart-quantity-button {
  align-items: center;
  background: #f9fafb;
  border: 0;
  color: var(--component-ink);
  display: flex;
  font-size: 1.15rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
}

.cart-quantity-button:hover {
  background: #eef2ff;
}

.cart-quantity-button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.cart-qty {
  border: 0;
  border-left: 1px solid var(--component-line);
  border-radius: 0;
  border-right: 1px solid var(--component-line);
  min-height: 40px;
  text-align: center;
  width: 70px;
}

.cart-qty:focus {
  box-shadow: inset 0 0 0 2px rgba(17, 24, 39, 0.12);
}

.cart-line-price {
  display: grid;
  gap: 0.25rem;
  justify-items: end;
  min-width: 110px;
}

.cart-line-price span {
  color: var(--component-muted);
  font-size: 0.875rem;
}

.cart-summary {
  padding: 1.25rem;
  position: sticky;
  top: 96px;
}

.cart-action,
.cart-coupon-button,
.cart-text-action {
  appearance: none;
  font: inherit;
}

.cart-action {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.cart-action:hover,
.cart-action:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.cart-action--primary {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.cart-action--primary:hover,
.cart-action--primary:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
}

.cart-action--secondary {
  background: #ffffff;
  border-color: var(--component-ink);
  color: var(--component-ink);
}

.cart-action--secondary:hover,
.cart-action--secondary:focus {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.cart-action--danger {
  background: #ffffff;
  border-color: #dc3545;
  color: #dc3545;
}

.cart-action--danger:hover,
.cart-action--danger:focus {
  background: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.cart-action--small {
  min-height: 36px;
  padding: 0.45rem 0.8rem;
}

.cart-action--block {
  display: flex;
  width: 100%;
}

.cart-coupon-button {
  background: #ffffff;
  border: 1px solid var(--component-ink);
  border-radius: 0 8px 8px 0;
  color: var(--component-ink);
  cursor: pointer;
  font-weight: 800;
  padding: 0.625rem 1rem;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.cart-coupon-button:hover,
.cart-coupon-button:focus {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.cart-text-action {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  text-decoration: none;
}

.cart-text-action--danger {
  color: #dc3545;
}

.cart-text-action:hover,
.cart-text-action:focus {
  text-decoration: underline;
}

.checkout-panel {
  background: #f8fafc;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.checkout-summary {
  position: sticky;
  top: 96px;
}

.checkout-label {
  color: var(--component-ink);
  display: block;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.checkout-control {
  appearance: none;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  display: block;
  font: inherit;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  width: 100%;
}

.checkout-control:focus {
  border-color: var(--store-secondary, var(--component-ink));
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
  outline: 0;
}

.checkout-control[readonly] {
  background: var(--component-soft);
  color: var(--component-muted);
}

.checkout-control--select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--component-muted) 50%),
    linear-gradient(135deg, var(--component-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 2.4rem;
}

.checkout-action {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, opacity 0.16s ease, transform 0.16s ease;
}

.checkout-action:hover,
.checkout-action:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.checkout-action:disabled,
.checkout-action[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.checkout-action--primary {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.checkout-action--primary:hover,
.checkout-action--primary:focus {
  background: var(--store-secondary, var(--component-ink));
  border-color: var(--store-secondary, var(--component-ink));
  color: #ffffff;
}

.checkout-action--secondary {
  background: #ffffff;
  border-color: var(--component-ink);
  color: var(--component-ink);
}

.checkout-action--secondary:hover,
.checkout-action--secondary:focus {
  background: var(--component-ink);
  border-color: var(--component-ink);
  color: #ffffff;
}

.checkout-action--danger {
  background: #ffffff;
  border-color: #ef4444;
  color: #dc2626;
}

.checkout-action--danger:hover,
.checkout-action--danger:focus {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
}

.checkout-action--block {
  display: flex;
  width: 100%;
}

.checkout-help {
  color: var(--component-muted);
  font-size: 0.88rem;
  margin: 0.45rem 0 0;
}

.checkout-fiscal-panel {
  display: grid;
  gap: 1rem;
}

.checkout-fiscal-header {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.checkout-fiscal-option {
  align-items: center;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 0.85rem;
  padding: 0.95rem;
}

.checkout-fiscal-option input {
  accent-color: var(--component-ink);
  flex: 0 0 auto;
  height: 1.25rem;
  width: 1.25rem;
}

.checkout-fiscal-option strong,
.checkout-fiscal-option small {
  display: block;
}

.checkout-fiscal-option strong {
  color: var(--component-ink);
  font-weight: 900;
}

.checkout-fiscal-option small,
.checkout-fiscal-data {
  color: var(--component-muted);
}

.checkout-fiscal-data {
  background: var(--component-soft);
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: grid;
  font-size: 0.9rem;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
}

.checkout-fiscal-fields[hidden] {
  display: none;
}

.checkout-fiscal-fields {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  overflow: hidden;
  transform: translateY(0);
  transition: grid-template-rows 0.32s ease, opacity 0.24s ease, transform 0.32s ease;
}

.checkout-fiscal-fields > * {
  min-height: 0;
}

.checkout-fiscal-fields.is-collapsed {
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-6px);
}

.payment-methods {
  display: grid;
  gap: 0.75rem;
}

.payment-method-option {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  color: var(--component-ink);
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  padding: 0.85rem;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.payment-method-option:hover,
.payment-method-option:focus-within {
  border-color: var(--store-secondary, var(--component-ink));
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
}

.payment-method-option input {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.payment-method-option span {
  min-width: 0;
}

.payment-method-option small {
  color: var(--component-muted);
  display: block;
}

.checkout-items {
  display: grid;
  gap: 1rem;
}

.checkout-item {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.checkout-item-info {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 58px minmax(0, 1fr);
  min-width: 0;
}

.checkout-item-image {
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.checkout-item-image img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.checkout-item-body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.checkout-item-body strong {
  line-height: 1.25;
}

.checkout-item-total {
  white-space: nowrap;
}

.order-success-page {
  color: var(--component-ink);
}

.order-success-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(37, 99, 235, 0.82)),
    var(--component-ink);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2rem);
  position: relative;
}

.order-success-hero::after {
  background: rgba(255, 255, 255, 0.08);
  bottom: -64px;
  content: "";
  height: 190px;
  position: absolute;
  right: -42px;
  transform: rotate(18deg);
  width: 250px;
}

.order-success-hero > * {
  position: relative;
  z-index: 1;
}

.order-success-badge {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  padding: 0.32rem 0.7rem;
  text-transform: uppercase;
}

.order-success-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0;
  margin: 0 0 0.55rem;
}

.order-success-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  margin: 0;
  max-width: 720px;
}

.order-success-number {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  min-width: 210px;
  padding: 1rem;
}

.order-success-number span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}

.order-success-number strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.order-success-grid {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
}

.order-success-main,
.order-success-sidebar {
  display: grid;
  gap: 1rem;
}

.order-success-sidebar {
  position: sticky;
  top: 96px;
}

.order-success-card {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
  padding: 1.15rem;
}

.order-success-card--highlight {
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(255, 255, 255, 0.96)),
    #ffffff;
  border-color: rgba(245, 158, 11, 0.32);
}

.order-success-section-header {
  align-items: start;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 44px minmax(0, 1fr);
  margin-bottom: 1rem;
}

.order-success-section-header h2,
.order-summary-card h2 {
  font-size: 1.15rem;
  letter-spacing: 0;
  margin: 0;
}

.order-success-section-header p {
  color: var(--component-muted);
  margin: 0.25rem 0 0;
}

.order-success-icon {
  align-items: center;
  background: #eef2ff;
  border-radius: 8px;
  color: var(--component-ink);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.order-success-icon::before {
  content: "$";
  font-weight: 900;
}

.order-success-icon--upload::before {
  content: "UP";
}

.order-success-icon--shipping::before {
  content: ">";
}

.order-success-icon--products::before {
  content: "#";
}

.order-bank-details,
.order-info-list,
.order-totals {
  display: grid;
  gap: 0.65rem;
}

.order-bank-details {
  margin-bottom: 1rem;
}

.order-bank-details div,
.order-info-list div,
.order-totals div {
  align-items: start;
  border-top: 1px solid var(--component-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 0.65rem;
}

.order-bank-details div:first-child,
.order-info-list div:first-child,
.order-totals div:first-child {
  border-top: 0;
  padding-top: 0;
}

.order-bank-details span,
.order-info-list span,
.order-totals span {
  color: var(--component-muted);
}

.order-bank-details strong,
.order-info-list strong,
.order-totals strong {
  text-align: right;
}

.order-success-note {
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 0.8rem 0.9rem;
}

.order-success-note strong,
.order-success-note span {
  display: block;
}

.order-success-note span {
  margin-top: 0.2rem;
}

.order-success-note--success {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #047857;
}

.order-success-note--info {
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  color: #0e7490;
}

.order-success-note--warning {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
}

.order-success-note--danger {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
}

.order-summary-card hr {
  border-color: var(--component-line);
  opacity: 1;
}

.order-total-discount strong {
  color: #047857;
}

.order-total-grand {
  align-items: center;
  font-size: 1.08rem;
}

.order-total-grand strong {
  font-size: 1.35rem;
}

.order-shipping-detail {
  color: var(--component-muted);
  font-size: 0.88rem;
  margin: -0.25rem 0 0;
  text-align: right;
}

.order-success-actions {
  display: grid;
  gap: 0.75rem;
}

.order-success-item {
  border-top: 1px solid var(--component-line);
  padding-top: 0.9rem;
}

.order-success-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.bank-transfer-print-header {
  display: none;
}

.customer-account-page {
  color: var(--component-ink);
}

.customer-account-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(16, 185, 129, 0.08)),
    #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.customer-account-kicker {
  color: var(--store-secondary, #2563eb);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.customer-account-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.customer-account-hero p {
  color: var(--component-muted);
  font-size: 1.02rem;
  margin: 0.45rem 0 0;
}

.customer-account-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.customer-account-stats article,
.customer-account-card,
.customer-order-card {
  background: #ffffff;
  border: 1px solid var(--component-line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.customer-account-stats article {
  padding: 1.1rem 1.2rem;
}

.customer-account-stats span {
  color: var(--component-muted);
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.2rem;
}

.customer-account-stats strong {
  display: block;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.1;
}

.customer-account-grid,
.customer-order-layout {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) 390px;
}

.customer-account-sidebar {
  display: grid;
  gap: 1rem;
}

.customer-account-card {
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.customer-account-card h2 {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.customer-account-card-header {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.customer-account-card-header h2 {
  margin-bottom: 0.25rem;
}

.customer-account-card-header p {
  color: var(--component-muted);
  margin: 0;
}

.customer-order-list {
  display: grid;
  gap: 0.85rem;
}

.customer-order-card {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: 88px minmax(0, 1fr);
  padding: 0.9rem;
}

.customer-order-image {
  align-items: center;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.customer-order-image img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.customer-order-body {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.customer-order-title,
.customer-order-meta {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.customer-order-title strong {
  display: block;
  font-size: 1.04rem;
  font-weight: 900;
}

.customer-order-title small,
.customer-order-meta span {
  color: var(--component-muted);
}

.customer-order-meta strong {
  white-space: nowrap;
}

.customer-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.customer-status {
  background: #eef2ff;
  border-radius: 999px;
  color: #3730a3;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  padding: 0.45rem 0.65rem;
  white-space: nowrap;
}

.customer-order-meta .customer-status {
  margin-left: 0.35rem;
}

.customer-order-meta .customer-status--pending {
  color: #92400e;
}

.customer-order-meta .customer-status--info {
  color: #0e7490;
}

.customer-order-meta .customer-status--approved {
  color: #047857;
}

.customer-order-meta .customer-status--rejected {
  color: #b91c1c;
}

.customer-status--paid,
.customer-status--approved,
.customer-status--completed,
.customer-status--delivered {
  background: #ecfdf5;
  color: #047857;
}

.customer-status--pending {
  background: #fffbeb;
  color: #92400e;
}

.customer-status--info {
  background: #ecfeff;
  color: #0e7490;
}

.customer-status--cancelled,
.customer-status--rejected {
  background: #fef2f2;
  color: #b91c1c;
}

.customer-status--shipped,
.customer-status--in_transit {
  background: #eff6ff;
  color: #1d4ed8;
}

.customer-empty-state {
  background: var(--component-soft);
  border: 1px dashed var(--component-line);
  border-radius: 8px;
  padding: 1.25rem;
}

.customer-empty-state strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.customer-empty-state p {
  color: var(--component-muted);
}

.customer-address-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-address-grid-full {
  grid-column: 1 / -1;
}

.customer-address-list {
  display: grid;
  gap: 1rem;
}

.customer-address-card {
  border: 1px solid var(--component-line);
  border-radius: 8px;
  padding: 1rem;
}

.customer-address-card-header {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.customer-address-card-header > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.customer-address-card-header strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.customer-address-card-header small {
  color: var(--component-muted);
  text-align: right;
}

.customer-address-actions {
  align-items: center;
  border-top: 1px solid var(--component-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.customer-address-brief {
  display: grid;
  gap: 1rem;
}

.customer-address-brief > div {
  align-items: center;
  background: var(--component-soft);
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 0.95rem;
}

.customer-address-brief > div span {
  color: var(--component-muted);
  font-weight: 800;
}

.customer-address-brief > div strong {
  font-size: 1.35rem;
  font-weight: 900;
}

.customer-fiscal-brief {
  background: var(--component-soft);
  border: 1px solid var(--component-line);
  border-radius: 8px;
  display: grid;
  gap: 0.25rem;
  padding: 0.95rem;
}

.customer-fiscal-brief span {
  color: var(--component-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.customer-fiscal-brief strong {
  color: var(--component-ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.customer-fiscal-form {
  max-width: 980px;
}

.customer-address-modal .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
}

.customer-address-modal .modal-header,
.customer-address-modal .modal-footer {
  border-color: var(--component-line);
  padding: 1rem 1.25rem;
}

.customer-address-modal .modal-body {
  padding: 1.25rem;
}

.customer-address-modal .modal-title {
  font-weight: 900;
}

.customer-check {
  align-items: center;
  color: var(--component-muted);
  cursor: pointer;
  display: flex;
  gap: 0.55rem;
  font-weight: 800;
}

.customer-check input {
  height: 1.1rem;
  width: 1.1rem;
}

.customer-back-link {
  color: var(--component-muted);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-decoration: none;
}

.customer-back-link:hover,
.customer-back-link:focus {
  color: var(--component-ink);
}

.customer-order-hero {
  align-items: end;
}

.customer-order-hero-total {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
}

.customer-order-hero-total strong {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 900;
  white-space: nowrap;
}

.customer-order-item {
  border-top: 1px solid var(--component-line);
  padding-top: 0.9rem;
}

.customer-order-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.customer-timeline {
  display: grid;
  gap: 0.9rem;
}

.customer-timeline article {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 14px minmax(0, 1fr);
}

.customer-timeline article > span {
  background: var(--store-secondary, #2563eb);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.1);
  height: 10px;
  margin-top: 0.35rem;
  width: 10px;
}

.customer-timeline strong,
.customer-timeline small {
  display: block;
}

.customer-timeline small {
  color: var(--component-muted);
  margin-top: 0.15rem;
}

.customer-timeline p {
  color: var(--component-muted);
  margin: 0.35rem 0 0;
}

.tracking-page .order-success-card {
  overflow: hidden;
}

.tracking-timeline article:last-child {
  margin-bottom: 0;
}

.customer-address-summary {
  color: var(--component-muted);
  display: grid;
  font-style: normal;
  gap: 0.25rem;
  margin: 0;
}

.customer-address-summary strong {
  color: var(--component-ink);
}

@media (max-width: 991.98px) {
  .store-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .customer-account-grid,
  .customer-order-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .product-add-controls {
    grid-template-columns: 1fr;
  }

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

  .cart-line {
    grid-template-columns: 72px 1fr;
  }

  .cart-line-price {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .order-success-hero,
  .customer-account-hero,
  .order-success-grid,
  .module-category-banner,
  .module-hero-banner,
  .module-campaign-banner,
  .module-newsletter {
    grid-template-columns: 1fr;
  }

  .module-category-banner-image,
  .module-hero-banner-image,
  .module-campaign-banner > img {
    max-height: 240px;
    order: 0;
  }

  .module-slider-caption {
    left: 1.25rem;
    max-width: calc(100% - 2.5rem);
  }

  .module-promo-grid {
    grid-template-columns: 1fr;
  }

  .module-coupon-card {
    align-items: stretch;
    display: grid;
  }

  .module-policy-summary,
  .module-quick-contact,
  .module-whatsapp-cta {
    align-items: stretch;
    display: grid;
  }

  .module-policy-links,
  .module-contact-actions {
    justify-content: stretch;
  }

  .module-policy-links a,
  .module-contact-actions a {
    width: 100%;
  }

  .module-product-search-form {
    grid-template-columns: 1fr;
  }

  .module-category-menu-list {
    display: grid;
  }

  .order-success-number {
    min-width: 0;
  }

  .customer-account-stats,
  .customer-address-grid {
    grid-template-columns: 1fr;
  }

  .customer-address-grid-full {
    grid-column: auto;
  }

  .customer-account-card-header,
  .customer-order-title,
  .customer-order-meta,
  .customer-address-card-header {
    display: grid;
  }

  .customer-address-card-header small {
    text-align: left;
  }

  .customer-order-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .customer-order-hero-total {
    justify-items: start;
  }

  .order-success-sidebar {
    position: static;
  }

  .order-bank-details div,
  .order-info-list div,
  .order-totals div,
  .checkout-item {
    align-items: start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .order-bank-details strong,
  .order-info-list strong,
  .order-totals strong,
  .order-shipping-detail {
    text-align: left;
  }
}
