.theme-salta {
  background: #f5f7fb;
  color: var(--storefront-text);
}

.theme-salta .promo-strip {
  display: none;
}

.theme-salta .main-navbar {
  background: #050a11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.theme-salta .main-navbar .container {
  min-height: 76px;
}

.theme-salta .brand-mark,
.theme-salta .brand-identity,
.theme-salta .brand-name,
.theme-salta .main-navbar .navbar-brand,
.theme-salta .main-navbar .nav-link {
  color: #f8fbff;
}

.theme-salta .brand-logo,
.theme-salta .brand-identity-logo {
  filter: drop-shadow(0 0 12px rgba(0, 116, 255, 0.32));
}

.theme-salta .main-navbar .nav-link {
  position: relative;
  padding-inline: 0.8rem;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.88;
}

.theme-salta .main-navbar .nav-link:hover,
.theme-salta .main-navbar .nav-link:focus,
.theme-salta .main-navbar .nav-link.active-link {
  color: var(--storefront-primary);
  opacity: 1;
}

.theme-salta .main-navbar .nav-link.active-link::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: -1.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--storefront-primary);
}

.theme-salta .navbar-location-selector {
  display: none;
}

.theme-salta .search-wrap .form-control {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.25rem !important;
  background: #101720;
  color: #f8fbff;
  box-shadow: none;
}

.theme-salta .search-wrap .form-control::placeholder {
  color: rgba(248, 251, 255, 0.54);
}

.theme-salta .search-icon {
  color: #f8fbff;
}

.theme-salta .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.16);
  background: #101720;
}

.theme-salta .navbar-toggler-icon {
  filter: invert(1);
}

.theme-salta .salta-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: #050a11;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-salta .salta-navbar-top {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(170px, 250px) minmax(220px, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.theme-salta .salta-brand {
  color: #fff;
  text-decoration: none;
}

.theme-salta .salta-brand .brand-identity {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-salta .salta-brand .brand-logo,
.theme-salta .salta-brand .brand-identity-logo {
  max-height: 42px;
}

.theme-salta .salta-brand .brand-name-text,
.theme-salta .salta-brand .brand-name-image {
  max-height: 44px;
  color: #fff;
}

.theme-salta .salta-search {
  position: relative;
}

.theme-salta .salta-search .form-control {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.18rem;
  background: #101720;
  color: #f8fbff;
  padding-right: 3.25rem;
  box-shadow: none;
}

.theme-salta .salta-search .form-control::placeholder {
  color: rgba(248, 251, 255, 0.52);
}

.theme-salta .salta-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  border: 0;
  background: transparent;
  color: #f8fbff;
  font-size: 1.25rem;
}

.theme-salta .salta-navbar-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-salta .salta-location-selector {
  min-width: 150px;
}

.theme-salta .salta-location-selector .shipping-location-button {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.35rem;
  background: #101720;
  color: #f3f7ff;
  padding: 0.4rem 0.55rem;
}

.theme-salta .salta-location-selector .shipping-location-button:hover,
.theme-salta .salta-location-selector .shipping-location-button:focus-visible {
  background: #141f2c;
  color: #f8fbff;
}

.theme-salta .salta-location-selector .shipping-location-button i {
  color: var(--storefront-primary);
}

.theme-salta .salta-location-selector .shipping-location-button small {
  color: rgba(248, 251, 255, 0.66);
}

.theme-salta .salta-location-selector .shipping-location-button strong {
  color: #f8fbff;
}

.theme-salta .salta-action-link {
  position: relative;
  color: #f8fbff;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  font-size: 0.9rem;
}

.theme-salta .salta-action-link i {
  font-size: 1.35rem;
}

.theme-salta .salta-action-link .badge {
  position: absolute;
  top: -0.55rem;
  right: -0.75rem;
  background: var(--storefront-primary) !important;
}

.theme-salta .salta-navbar-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-salta .salta-navbar-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.theme-salta .salta-navbar-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}

.theme-salta .salta-navbar-nav a:hover,
.theme-salta .salta-navbar-nav a:focus,
.theme-salta .salta-navbar-nav a.active {
  color: var(--storefront-primary);
}

.theme-salta .salta-navbar-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.05rem;
  height: 2px;
  background: var(--storefront-primary);
  border-radius: 999px;
}

.theme-salta .hero-section {
  padding: 0 !important;
  background: #02060d;
  color: #fff;
}

.theme-salta .hero-section .container {
  max-width: none;
  padding-inline: 0;
}

.theme-salta .hero-carousel,
.theme-salta .hero-carousel .carousel-inner,
.theme-salta .hero-carousel .carousel-item {
  min-height: clamp(460px, 56vw, 640px);
}

.theme-salta .hero-visual {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
}

.theme-salta .hero-visual img {
  object-position: center right;
  filter: saturate(1.04) contrast(1.06);
}

.theme-salta .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 42%, rgba(0, 116, 255, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(2, 6, 13, 0.96) 0%, rgba(2, 6, 13, 0.82) 34%, rgba(2, 6, 13, 0.36) 72%, rgba(2, 6, 13, 0.68) 100%);
}

.theme-salta .hero-caption {
  left: max(24px, calc((100vw - 1180px) / 2));
  right: auto;
  bottom: auto;
  top: 50%;
  width: min(520px, calc(100vw - 48px));
  padding: 0;
  transform: translateY(-50%);
}

.theme-salta .hero-chip {
  color: var(--storefront-primary);
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
}

.theme-salta .hero-caption h1 {
  font-size: clamp(2.2rem, 4.4vw, 4.5rem);
  color: #fff;
}

.theme-salta .hero-caption h1 strong,
.theme-salta .hero-caption h1 span {
  color: var(--storefront-primary);
}

.theme-salta .hero-subtitle {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.76);
}

.theme-salta .hero-caption .btn {
  border-radius: 0.28rem;
  padding: 0.75rem 1.35rem;
  font-weight: 700;
}

.theme-salta .hero-caption .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.05);
}

.theme-salta .carousel-indicators,
.theme-salta .carousel-control-prev,
.theme-salta .carousel-control-next {
  display: none;
}

.theme-salta .salta-hero {
  position: relative;
  min-height: clamp(480px, 56vw, 680px);
  background:
    radial-gradient(circle at 74% 46%, rgba(0, 116, 255, 0.26), transparent 31%),
    linear-gradient(102deg, #02060d 0%, #050a11 48%, #071a36 100%);
  color: #fff;
  overflow: hidden;
}

.theme-salta .salta-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.theme-salta .salta-hero-inner {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(1.6rem, 2.4vw, 2.8rem);
  padding-block: clamp(2rem, 4vw, 3rem);
}

.theme-salta .salta-hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 1.2rem;
}

.theme-salta .salta-eyebrow {
  margin-bottom: 1rem;
  color: var(--storefront-primary);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-salta .salta-hero h1 {
  max-width: 620px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.45rem, 4.2vw, 4.4rem);
  line-height: 0.98;
  font-weight: 800;
}

.theme-salta .salta-hero h1 em,
.theme-salta .salta-hero h1 strong,
.theme-salta .salta-hero h1 span {
  color: var(--storefront-primary);
  font-style: normal;
}

.theme-salta .salta-hero p {
  max-width: 470px;
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.55;
}

.theme-salta .salta-primary-btn,
.theme-salta .salta-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 0.28rem;
  background: var(--storefront-primary);
  color: #fff;
  padding: 0.7rem 1.35rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 116, 255, 0.22);
}

.theme-salta .salta-primary-btn:hover,
.theme-salta .salta-primary-btn:focus,
.theme-salta .salta-secondary-btn:hover,
.theme-salta .salta-secondary-btn:focus {
  background: var(--storefront-primary-hover);
  color: #fff;
}

.theme-salta .salta-hero-media {
  position: relative;
  min-height: clamp(320px, 42vw, 520px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.theme-salta .salta-hero-media-frame {
  width: min(760px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 0.3rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.theme-salta .salta-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.04);
}

.theme-salta .salta-benefits {
  background: #fff;
  border-bottom: 1px solid #e8edf5;
}

.theme-salta .salta-benefits-grid {
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
}

.theme-salta .salta-benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-salta .salta-benefit i {
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid color-mix(in srgb, var(--storefront-primary) 80%, white);
  border-radius: 50%;
  color: var(--storefront-primary);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.theme-salta .salta-benefit strong,
.theme-salta .salta-benefit small {
  display: block;
}

.theme-salta .salta-benefit strong {
  color: #07111f;
  font-size: 0.95rem;
}

.theme-salta .salta-benefit small {
  color: #6a7280;
  margin-top: 0.15rem;
}

.theme-salta .salta-section {
  background: #fff;
  padding: 2.4rem 0 0;
}

.theme-salta .salta-products-section {
  padding-bottom: 2.4rem;
}

.theme-salta .salta-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.theme-salta .salta-section-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 800;
}

.theme-salta .salta-section-heading a {
  color: var(--storefront-primary);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.theme-salta .salta-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.85rem;
}

.theme-salta .salta-category-card {
  min-height: 160px;
  border: 1px solid #e8edf5;
  border-radius: 0.28rem;
  background: #fff;
  color: #111827;
  text-decoration: none;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.035);
}

.theme-salta .salta-category-card:hover,
.theme-salta .salta-category-card:focus {
  border-color: color-mix(in srgb, var(--storefront-primary) 36%, #e8edf5);
  color: var(--storefront-primary);
}

.theme-salta .salta-category-image {
  width: 100%;
  height: 104px;
  display: grid;
  place-items: center;
}

.theme-salta .salta-category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.theme-salta .salta-category-image i {
  color: var(--storefront-primary);
  font-size: 2rem;
}

.theme-salta .salta-category-card strong {
  color: inherit;
  font-size: 0.82rem;
}

.theme-salta .salta-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.theme-salta .salta-product-card {
  position: relative;
  min-width: 0;
  border: 1px solid #e8edf5;
  border-radius: 0.3rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.045);
}

.theme-salta .salta-product-image {
  position: relative;
  height: 210px;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--storefront-primary);
  text-decoration: none;
}

.theme-salta .salta-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.theme-salta .salta-product-image i {
  font-size: 2.4rem;
}

.theme-salta .salta-product-badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 2;
  border-radius: 999px;
  background: var(--storefront-primary);
  color: #fff;
  padding: 0.18rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
}

.theme-salta .salta-product-badge.is-new {
  background: #19a84a;
}

.theme-salta .salta-product-body {
  padding: 0.85rem 0.85rem 0.9rem;
}

.theme-salta .salta-product-title {
  min-height: 2.55rem;
  color: #111827;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.28;
  text-decoration: none;
}

.theme-salta .salta-product-title:hover,
.theme-salta .salta-product-title:focus {
  color: var(--storefront-primary);
}

.theme-salta .salta-product-body p {
  min-height: 2.1rem;
  margin: 0.18rem 0 0.8rem;
  color: #6a7280;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.82rem;
  line-height: 1.35;
}

.theme-salta .salta-product-price {
  min-height: 2.1rem;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.theme-salta .salta-product-price strong {
  color: #07111f;
  font-size: 1.1rem;
}

.theme-salta .salta-product-price small {
  color: #8a93a3;
  text-decoration: line-through;
}

.theme-salta .salta-cart-btn {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 0.24rem;
  background: var(--storefront-primary);
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.theme-salta .salta-cart-btn:hover,
.theme-salta .salta-cart-btn:focus {
  background: var(--storefront-primary-hover);
}

.theme-salta .salta-cart-btn:disabled {
  opacity: 0.55;
}

.theme-salta .salta-confidence {
  background: linear-gradient(90deg, #06234f 0%, #003b82 100%);
  color: #fff;
}

.theme-salta .salta-confidence-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.theme-salta .salta-confidence-inner > div {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.theme-salta .salta-confidence i {
  width: 3.2rem;
  height: 3.2rem;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.theme-salta .salta-confidence strong,
.theme-salta .salta-confidence small {
  display: block;
}

.theme-salta .salta-confidence strong {
  color: #fff;
  font-size: 1.15rem;
}

.theme-salta .salta-confidence small {
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.76);
}

.theme-salta .bg-body-tertiary {
  background: #fff !important;
}

.theme-salta .category-card {
  border: 1px solid #e7ecf4;
  border-radius: 0.25rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.theme-salta .category-card:hover,
.theme-salta .category-card:focus {
  border-color: color-mix(in srgb, var(--storefront-primary) 32%, #e7ecf4);
  box-shadow: 0 18px 34px rgba(0, 116, 255, 0.1);
  transform: translateY(-2px);
}

.theme-salta .category-icon,
.theme-salta .category-image-only {
  width: 96px;
  height: 96px;
  border-radius: 0.2rem;
  background: #f6f8fb;
}

.theme-salta .category-icon img,
.theme-salta .category-image-only img {
  object-fit: contain !important;
  padding: 0.3rem;
}

.theme-salta .product-card {
  border: 1px solid #e7ecf4 !important;
  border-radius: 0.25rem;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05) !important;
  overflow: hidden;
}

.theme-salta .product-card .rounded-top {
  border-radius: 0 !important;
  background: #fff;
}

.theme-salta .product-image {
  object-fit: contain;
  padding: 1rem;
  background: #fff;
}

.theme-salta .product-title-clamp {
  min-height: 2.4em;
  color: #0f172a;
}

.theme-salta .product-category-label {
  color: #5f6b7a !important;
  text-transform: none !important;
  letter-spacing: 0;
}

.theme-salta .product-price-stack .text-success,
.theme-salta .text-success {
  color: #07111f !important;
}

.theme-salta .product-card .btn-dark,
.theme-salta .product-card .btn-outline-success,
.theme-salta .btn-success {
  border-color: var(--storefront-primary);
  background: var(--storefront-primary);
  color: #fff;
  border-radius: 0.25rem;
  font-weight: 700;
}

.theme-salta .product-card .btn-outline-success:hover,
.theme-salta .product-card .btn-outline-success:focus,
.theme-salta .btn-success:hover,
.theme-salta .btn-success:focus {
  border-color: var(--storefront-primary-hover);
  background: var(--storefront-primary-hover);
  color: #fff;
}

.theme-salta main > section.py-5 {
  background: #f5f7fb;
}

.theme-salta main > section.py-5 h2,
.theme-salta .bg-body-tertiary h2 {
  color: #0b1220;
}

.theme-salta .footer-shell {
  background: #050a11;
  color: rgba(255, 255, 255, 0.76);
}

.theme-salta .footer-shell::before {
  display: none;
  content: "";
  height: 96px;
  margin: -3rem 0 3rem;
  background: linear-gradient(90deg, #07244f, #003b82);
}

.theme-salta .footer-shell h2,
.theme-salta .footer-shell h6,
.theme-salta .footer-brand-name,
.theme-salta .footer-shell strong {
  color: #fff;
}

.theme-salta .footer-shell .text-muted,
.theme-salta .footer-shell li {
  color: rgba(255, 255, 255, 0.62) !important;
}

.theme-salta .footer-social-btn {
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
}

.theme-salta .footer-social-btn:hover,
.theme-salta .footer-social-btn:focus {
  border-color: var(--storefront-primary);
  background: var(--storefront-primary);
  color: #fff;
}

.theme-salta .footer-shell .form-control {
  border-color: rgba(255, 255, 255, 0.08);
  background: #101720;
  color: #fff;
}

.theme-salta .footer-shell .form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.theme-salta .footer-regret-box {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.25rem;
}

.theme-salta .footer-powered-by {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-salta .footer-powered-by-link {
  color: rgba(255, 255, 255, 0.84);
}

.theme-salta .footer-powered-by-link:hover,
.theme-salta .footer-powered-by-link:focus {
  color: var(--storefront-primary);
}

.theme-salta .ssr-shell .main-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.theme-salta .ssr-hero {
  min-height: clamp(420px, 52vw, 620px);
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center right;
  border-radius: 0;
}

.theme-salta .ssr-hero-content {
  max-width: 540px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
}

.theme-salta .ssr-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.theme-salta .ssr-nav a:hover,
.theme-salta .ssr-nav a:focus {
  color: var(--storefront-primary);
}

@media (max-width: 991.98px) {
  .theme-salta .salta-navbar-top {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding-block: 1rem;
  }

  .theme-salta .salta-navbar-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
  }

  .theme-salta .salta-location-selector {
    min-width: min(220px, 100%);
  }

  .theme-salta .salta-navbar-nav {
    overflow-x: auto;
    gap: 1.3rem;
    scrollbar-width: none;
  }

  .theme-salta .salta-navbar-nav::-webkit-scrollbar {
    display: none;
  }

  .theme-salta .salta-hero-inner {
    grid-template-columns: 1fr;
    padding-block: 2rem 1.2rem;
  }

  .theme-salta .salta-hero-copy {
    padding-block: 1.2rem 0;
  }

  .theme-salta .salta-hero-media {
    min-height: 0;
    justify-content: center;
  }

  .theme-salta .salta-hero-media-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .theme-salta .salta-benefits-grid {
    grid-template-columns: 1fr;
    padding-block: 1.2rem;
  }

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

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

  .theme-salta .salta-confidence-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1.2rem;
  }

  .theme-salta .main-navbar .nav-link.active-link::after {
    display: none;
  }

  .theme-salta .hero-carousel,
  .theme-salta .hero-carousel .carousel-inner,
  .theme-salta .hero-carousel .carousel-item {
    min-height: 520px;
  }

  .theme-salta .hero-caption {
    top: auto;
    bottom: 2rem;
    transform: none;
  }

  .theme-salta .hero-overlay {
    background: linear-gradient(0deg, rgba(2, 6, 13, 0.96) 0%, rgba(2, 6, 13, 0.62) 64%, rgba(2, 6, 13, 0.32) 100%);
  }
}

@media (max-width: 575.98px) {
  .theme-salta .salta-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .theme-salta .salta-category-card {
    min-height: 142px;
  }

  .theme-salta .salta-product-image {
    height: 170px;
  }
}
