@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Nunito:wght@700;800;900&family=Nunito+Sans:wght@700;800;900&display=swap');

:root {
  --vc-blue: #7A8FA8;
  --vc-blue-rgb: 122, 143, 168;
  --vc-blue-dark: #2F3A44;
  --vc-orange: #FF8A00;
  --vc-orange-dark: #E87800;
  --vc-light: #F2F4F7;
  --vc-line: #E2E7ED;
  --vc-white: #FFFFFF;
  --vc-shadow: 0 18px 50px rgba(47, 58, 68, 0.08);
  --bs-primary: #FF8A00;
  --bs-primary-rgb: 255, 138, 0;
  --bs-link-color: #7A8FA8;
  --bs-link-hover-color: #2F3A44;
}

* {
  letter-spacing: 0;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 138, 0, 0.08), transparent 24%),
    var(--vc-light);
  color: var(--vc-blue-dark);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.font-otomanopee,
.display-two,
.text-h1,
.text-h2,
.text-h3 {
  font-family: "Nunito", "Nunito Sans", "Inter", sans-serif !important;
  letter-spacing: 0 !important;
}

a {
  color: inherit;
}

.btn-primary,
.bg-primary {
  background-color: var(--vc-orange) !important;
  border-color: var(--vc-orange) !important;
}

.btn-primary:hover {
  background-color: var(--vc-orange-dark) !important;
  border-color: var(--vc-orange-dark) !important;
}

.text-primary {
  color: var(--vc-orange) !important;
}

.bg-primary2 {
  background: var(--vc-light) !important;
}

.vc-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vc-store-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(var(--vc-blue-rgb), 0.14);
  backdrop-filter: blur(18px);
}

.vc-header-promo {
  background: var(--vc-blue-dark);
  color: #fff;
  font-size: 13px;
}

.vc-header-promo .vc-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 34px;
}

.vc-header-promo span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  opacity: 0.94;
}

.vc-header-main {
  padding: 14px 0;
}

.vc-header-grid {
  display: grid;
  grid-template-columns: 230px minmax(260px, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.vc-brand-logo {
  display: inline-flex;
  align-items: center;
}

.vc-brand-logo img {
  width: 220px;
  max-width: 100%;
  display: block;
}

.vc-header-search {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 6px 7px 6px 16px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(47, 58, 68, 0.05);
}

.vc-header-search i {
  color: var(--vc-blue);
  font-size: 21px;
}

.vc-header-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0 12px;
  color: var(--vc-blue-dark);
  font-size: 14px;
}

.vc-header-search button {
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 800;
}

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

.vc-header-icon,
.vc-header-cart {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: #fff;
  color: var(--vc-blue);
  font-size: 23px;
  text-decoration: none;
}

.vc-header-cart {
  position: relative;
  background: var(--vc-blue);
  color: #fff;
}

.vc-header-cart span {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--vc-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 21px;
  text-align: center;
}

.vc-header-nav {
  border-top: 1px solid rgba(var(--vc-blue-rgb), 0.1);
}

.vc-header-nav .vc-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vc-header-nav .vc-shell::-webkit-scrollbar {
  display: none;
}

.vc-header-nav a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--vc-blue-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.vc-header-nav a:hover {
  background: rgba(255, 138, 0, 0.12);
  color: var(--vc-orange);
}

.vc-page {
  background: var(--vc-light);
}

.vc-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 44px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 138, 0, 0.16), transparent 30%),
    radial-gradient(circle at 14% 78%, rgba(var(--vc-blue-rgb), 0.16), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--vc-light) 100%);
}

.vc-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: 42px;
  border-radius: 50%;
  border: 70px solid rgba(255, 138, 0, 0.08);
  animation: vc-slow-spin 18s linear infinite;
}

.vc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 1.02fr);
  gap: 42px;
  align-items: center;
}

.vc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(var(--vc-blue-rgb), 0.1);
  color: var(--vc-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-title {
  margin: 18px 0 16px;
  color: var(--vc-blue-dark);
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  font-weight: 900;
  animation: vc-rise 0.7s ease both;
}

.vc-title span {
  color: var(--vc-orange);
}

.vc-copy {
  max-width: 620px;
  color: #596879;
  font-size: 17px;
  line-height: 1.7;
}

.vc-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 640px;
  margin: 28px 0 20px;
  padding: 8px;
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--vc-shadow);
}

.vc-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 13px 12px;
  color: var(--vc-blue-dark);
}

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

.vc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
}

.vc-btn-primary {
  background: var(--vc-orange);
  color: #fff;
}

.vc-btn-secondary {
  background: #fff;
  color: var(--vc-blue);
  border-color: #cfd8e3;
}

.vc-visual {
  position: relative;
}

.vc-hero-art {
  position: relative;
  display: flex;
  min-height: 540px;
  align-items: center;
  justify-content: center;
}

.vc-hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 4% 2%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 68% 34%, rgba(255, 138, 0, 0.16), transparent 32%),
    radial-gradient(circle at 25% 72%, rgba(var(--vc-blue-rgb), 0.16), transparent 34%);
  filter: blur(4px);
}

.vc-hero-art img {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  max-height: 610px;
  object-fit: contain;
  filter: drop-shadow(0 34px 46px rgba(47, 58, 68, 0.18));
}

.vc-app-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--vc-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(47, 58, 68, 0.16);
  animation: vc-device-float 6s ease-in-out infinite;
}

.vc-app-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.55) 42%, transparent 62%);
  transform: translateX(-120%);
  animation: vc-shine 5.5s ease-in-out infinite;
  pointer-events: none;
}

.vc-app-top {
  display: grid;
  grid-template-columns: 40px 1fr 44px;
  gap: 12px;
  align-items: center;
  padding: 18px;
}

.vc-app-top img {
  width: 190px;
  justify-self: center;
}

.vc-app-top > span,
.vc-app-cart {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--vc-light);
  color: var(--vc-blue);
  font-size: 22px;
}

.vc-app-cart {
  position: relative;
  text-decoration: none;
}

.vc-app-cart b {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--vc-orange);
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.vc-app-search {
  margin: 0 18px 14px;
  padding: 12px 14px;
  border: 1px solid var(--vc-line);
  border-radius: 13px;
  color: #8a96a3;
  font-size: 14px;
}

.vc-app-hero {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 8px;
  align-items: center;
  margin: 0 18px 16px;
  min-height: 190px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef3f8, #fff5e7);
}

.vc-app-hero strong {
  display: block;
  max-width: 270px;
  color: var(--vc-blue-dark);
  font-family: "Nunito Sans", "Inter", sans-serif;
  font-size: 28px;
  line-height: 1.04;
  font-weight: 900;
}

.vc-app-hero a {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.vc-app-hero img {
  width: 240px;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  align-self: end;
}

.vc-app-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 0 18px 18px;
}

.vc-app-cats span {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 12px 6px;
  border-radius: 14px;
  background: var(--vc-light);
  color: var(--vc-blue);
  font-size: 12px;
  font-weight: 800;
}

.vc-app-cats i {
  font-size: 24px;
}

.vc-hero-products {
  position: absolute;
  left: -22px;
  bottom: -22px;
  display: grid;
  gap: 10px;
  width: 230px;
  animation: vc-card-hover 5s ease-in-out infinite 1s;
}

@keyframes vc-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes vc-device-float {
  0%, 100% { transform: translateY(0) rotate(.2deg); }
  50% { transform: translateY(-12px) rotate(-.4deg); }
}

@keyframes vc-card-hover {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes vc-shine {
  0%, 45% { transform: translateX(-120%); }
  70%, 100% { transform: translateX(120%); }
}

@keyframes vc-slow-spin {
  to { transform: rotate(360deg); }
}

.vc-hero-products a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: #fff;
  color: var(--vc-blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--vc-shadow);
}

.vc-hero-products img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.vc-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.vc-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  background: #fff;
}

.vc-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 138, 0, 0.12);
  color: var(--vc-orange);
  font-size: 22px;
}

.vc-section {
  padding: 52px 0;
}

.vc-benefit-bar {
  margin-top: -8px;
}

.vc-benefit-bar .vc-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--vc-shadow);
}

.vc-benefit-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 12px;
  background: var(--vc-light);
  color: var(--vc-blue);
  font-weight: 800;
  text-align: center;
}

.vc-benefit-bar i {
  color: var(--vc-orange);
  font-size: 21px;
}

.vc-promo-section {
  padding-bottom: 22px;
}

.vc-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vc-promo-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--vc-line);
  border-radius: 24px;
  background: #fff;
  color: var(--vc-blue-dark);
  text-decoration: none;
  box-shadow: var(--vc-shadow);
}

.vc-promo-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -52px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.11);
}

.vc-promo-card:nth-child(2)::after {
  background: rgba(var(--vc-blue-rgb), 0.12);
}

.vc-promo-card strong {
  display: block;
  margin-top: 16px;
  color: var(--vc-blue-dark);
  font-family: "Nunito Sans", "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
}

.vc-promo-card p {
  max-width: 320px;
  margin: 10px 0 18px;
  color: #637181;
  line-height: 1.55;
}

.vc-promo-card em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--vc-orange);
  font-style: normal;
  font-weight: 900;
}

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

.vc-section h2 {
  margin: 0;
  color: var(--vc-blue-dark);
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.05;
  font-weight: 900;
}

.vc-muted {
  margin: 8px 0 0;
  color: #6a7785;
}

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

.vc-cat {
  display: grid;
  gap: 12px;
  min-height: 142px;
  padding: 18px;
  border: 1px solid var(--vc-line);
  border-radius: 20px;
  background: #fff;
  color: var(--vc-blue-dark);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(47, 58, 68, 0.05);
}

.vc-cat:nth-child(even) .vc-icon {
  background: rgba(var(--vc-blue-rgb), 0.12);
  color: var(--vc-blue);
}

.vc-cat strong {
  font-weight: 900;
  line-height: 1.25;
}

.vc-cat small {
  color: #738091;
  font-weight: 700;
}

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

.vc-featured {
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 42%, rgba(255,255,255,0));
}

.vc-product {
  overflow: hidden;
  border: 1px solid var(--vc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.06);
}

.vc-product-media {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 0.82;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.vc-product-media img {
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
}

.vc-product-body {
  padding: 16px;
}

.vc-product-title {
  display: block;
  min-height: 48px;
  color: var(--vc-blue-dark);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.vc-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.vc-price {
  color: var(--vc-orange);
  font-size: 18px;
  font-weight: 900;
}

.vc-cart-btn {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: var(--vc-blue);
  color: #fff;
  font-size: 20px;
}

.vc-brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-brand {
  padding: 11px 15px;
  border: 1px solid var(--vc-line);
  border-radius: 999px;
  background: #fff;
  color: var(--vc-blue);
  font-weight: 800;
  text-decoration: none;
}

.vc-guide {
  padding: 64px 0;
}

.vc-guide-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: stretch;
  padding: 34px;
  border-radius: 28px;
  background: var(--vc-blue-dark);
  color: #fff;
  box-shadow: 0 24px 70px rgba(47, 58, 68, 0.2);
}

.vc-guide h2 {
  color: #fff;
}

.vc-guide .vc-muted {
  color: rgba(255, 255, 255, 0.72);
}

.vc-guide .vc-eyebrow {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

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

.vc-guide-list div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: rgba(255,255,255,0.07);
}

.vc-guide-list i {
  grid-row: span 2;
  color: var(--vc-orange);
  font-size: 26px;
}

.vc-guide-list strong {
  font-weight: 900;
}

.vc-guide-list span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.vc-seo-block {
  padding-top: 28px;
}

.vc-seo-block .vc-shell {
  padding: 28px;
  border: 1px solid var(--vc-line);
  border-radius: 24px;
  background: #fff;
}

.vc-seo-block h2 {
  font-size: 28px;
}

.vc-seo-block p {
  margin: 10px 0 0;
  color: #637181;
  line-height: 1.75;
}

.inner-hero-section {
  margin-top: 0 !important;
  padding-top: 54px !important;
  background: linear-gradient(180deg, #fff 0%, var(--vc-light) 100%) !important;
}

.inner-hero-section .inner-hero-banner,
.inner-hero-section .pows {
  display: none !important;
}

.shop-section,
.shop-details-section,
.checkout-section,
.auth-section,
.service-details-section {
  background: var(--vc-light);
}

.shop-sidebar > div,
.product-card,
.p-xxl-15,
.service-list,
.newsletter-card,
.card {
  border-color: var(--vc-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.06);
}

.product-card {
  background: #fff;
}

.product-card .product-thumb {
  background: #f8fafc;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .pet-market {
  max-width: 86%;
  max-height: 210px;
  object-fit: contain;
}

.product-card .product-info a {
  color: var(--vc-blue-dark) !important;
  font-family: "Nunito Sans", "Inter", sans-serif !important;
  font-weight: 900 !important;
}

.vc-list-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 12px;
  background: var(--vc-blue);
  color: #fff;
  font-weight: 800;
}

.vc-list-cart-btn:hover {
  background: var(--vc-blue-dark);
}

.vc-listing-hero {
  padding: 62px 0 38px;
  background: linear-gradient(180deg, #fff 0%, var(--vc-light) 100%);
}

.vc-listing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 28px;
  align-items: end;
}

.vc-listing-hero h1 {
  max-width: 820px;
  margin: 16px 0 10px;
  color: var(--vc-blue-dark);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  font-weight: 900;
}

.vc-listing-hero p {
  max-width: 680px;
  margin: 0;
  color: #637181;
  font-size: 16px;
  line-height: 1.75;
}

.vc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: #7a8795;
  font-size: 14px;
  font-weight: 800;
}

.vc-breadcrumb a {
  color: var(--vc-blue);
  text-decoration: none;
}

.vc-breadcrumb span,
.vc-breadcrumb i {
  color: #8c98a6;
}

.vc-listing-search {
  padding: 18px;
  border: 1px solid var(--vc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.06);
}

.vc-listing-search label {
  display: block;
  margin-bottom: 10px;
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-listing-search div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 6px 7px 6px 14px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: var(--vc-light);
}

.vc-listing-search i {
  color: var(--vc-blue);
  font-size: 20px;
}

.vc-listing-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vc-blue-dark);
}

.vc-listing-search button {
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 900;
}

.vc-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 15px 18px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(47, 58, 68, 0.04);
}

.vc-shop-toolbar div {
  display: grid;
  gap: 2px;
}

.vc-shop-toolbar span {
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-shop-toolbar strong {
  color: #7a8795;
  font-size: 13px;
}

.vc-shop-toolbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vc-orange);
  font-weight: 900;
  text-decoration: none;
}

.vc-shop-toolbar-actions {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 12px;
}

.vc-shop-toolbar-actions form {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.vc-shop-toolbar-actions label {
  color: #7a8795;
  font-size: 13px;
  font-weight: 900;
}

.vc-shop-toolbar-actions select {
  min-height: 40px;
  padding: 0 36px 0 12px;
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  background-color: #fff;
  color: var(--vc-blue-dark);
  font-weight: 800;
}

.vc-list-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vc-list-product-card .product-thumb {
  color: inherit;
  text-decoration: none;
}

.vc-list-product-card .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left !important;
}

.vc-list-product-title {
  display: block;
  min-height: 50px;
  line-height: 1.35;
}

.vc-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 28px;
  margin: 2px 0 12px;
}

.vc-product-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(var(--vc-blue-rgb), .08);
  color: var(--vc-blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.vc-list-price {
  margin-top: auto;
  font-size: 20px;
  font-weight: 900 !important;
}

.vc-list-contact {
  display: inline-flex;
  margin-top: auto;
  text-decoration: none;
}

.shop-sidebar {
  position: sticky;
  top: 154px;
}

.vc-sidebar-list,
.top-products-list > .list-unstyled {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vc-sidebar-list .vc-sidebar-list {
  margin-top: 8px;
}

.vc-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--vc-blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.vc-sidebar-link:hover,
.vc-sidebar-link.is-active {
  border-color: rgba(255, 138, 0, 0.24);
  background: rgba(255, 138, 0, 0.1);
  color: var(--vc-orange);
}

.vc-sidebar-label {
  padding-left: calc(var(--level, 0) * 12px);
}

.vc-count-badge {
  min-width: 28px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(var(--vc-blue-rgb), 0.12);
  color: var(--vc-blue);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.vc-sidebar-help {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding: 20px;
  border-radius: 20px;
  background: var(--vc-blue-dark);
  color: #fff;
}

.vc-sidebar-help i {
  color: #25D366;
  font-size: 30px;
}

.vc-sidebar-help strong {
  font-size: 17px;
}

.vc-sidebar-help span {
  color: rgba(255,255,255,0.72);
  line-height: 1.55;
}

.vc-sidebar-help a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}

.vc-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-price-filter form {
  display: grid;
  gap: 12px;
}

.vc-price-filter label {
  display: grid;
  gap: 6px;
  color: var(--vc-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.vc-price-filter input {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  outline: 0;
}

.vc-price-filter input:focus {
  border-color: rgba(255, 138, 0, .55);
}

.vc-price-filter button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: var(--vc-blue-dark);
  color: #fff;
  font-weight: 900;
}

.vc-shop-empty {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.vc-shop-empty i {
  color: var(--vc-orange);
  font-size: 34px;
}

.vc-shop-empty strong {
  color: var(--vc-blue-dark);
  font-size: 20px;
}

.vc-shop-empty div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-detail-panel {
  position: sticky;
  top: 154px;
  padding: 30px;
  border: 1px solid var(--vc-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--vc-shadow);
}

.vc-detail-title {
  margin: 16px 0 12px;
  color: var(--vc-blue-dark);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
}

.vc-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.vc-detail-chips a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--vc-light);
  color: var(--vc-blue);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vc-detail-description {
  color: #637181;
  line-height: 1.75;
}

.vc-detail-buy-box {
  display: grid;
  gap: 16px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  background: var(--vc-light);
}

.vc-detail-price {
  color: var(--vc-orange);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.vc-detail-buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.vc-qty-control {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.vc-qty-control button {
  width: 42px;
  height: 46px;
  border: 0;
  background: #fff;
  color: var(--vc-blue);
  font-size: 18px;
}

.vc-qty-control input {
  width: 58px;
  height: 46px;
  border: 0;
  border-left: 1px solid var(--vc-line);
  border-right: 1px solid var(--vc-line);
  color: var(--vc-blue-dark);
  font-weight: 900;
  text-align: center;
}

.vc-detail-assurance {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.vc-detail-assurance div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: var(--vc-light);
}

.vc-detail-assurance i {
  grid-row: span 2;
  color: var(--vc-orange);
  font-size: 26px;
}

.vc-detail-assurance strong {
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-detail-assurance span {
  color: #637181;
  font-size: 13px;
}

.vc-detail-extra {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.vc-detail-extra details {
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: #fff;
}

.vc-detail-extra summary {
  cursor: pointer;
  padding: 14px 16px;
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-detail-extra p {
  margin: 0;
  padding: 0 16px 16px;
  color: #637181;
  line-height: 1.65;
}

.swiper-product {
  display: flex;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--vc-line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.05);
}

.swiper-product .pet-market {
  max-width: 88%;
  max-height: 460px;
  object-fit: contain;
}

.swiper-thumb .swiper-slide {
  border: 1px solid var(--vc-line);
  background: #fff;
}

.vc-checkout-panel {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--vc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.06);
}

.vc-checkout-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.vc-checkout-steps span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  background: #fff;
  color: #637181;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(47, 58, 68, 0.04);
}

.vc-checkout-steps span.is-active {
  border-color: rgba(255, 138, 0, .34);
  background: rgba(255, 138, 0, .1);
  color: var(--vc-orange);
}

.vc-checkout-steps i {
  font-size: 22px;
}

.vc-login-required {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 138, 0, 0.25);
  border-radius: 16px;
  background: rgba(255, 138, 0, 0.08);
}

.vc-login-required i {
  color: var(--vc-orange);
  font-size: 34px;
}

.vc-login-required strong {
  display: block;
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-login-required span {
  color: #637181;
  font-size: 14px;
}

.vc-login-required a {
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.vc-checkout-note-list {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: var(--vc-light);
  color: #637181;
}

.vc-free-shipping-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 138, 0, .26);
  border-radius: 14px;
  background: rgba(255, 138, 0, .08);
}

.vc-free-shipping-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--vc-blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.vc-free-shipping-progress-head span {
  color: var(--vc-orange);
  text-align: right;
}

.vc-free-shipping-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 58, 68, .12);
}

.vc-free-shipping-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--vc-orange);
  transition: width .25s ease;
}

.vc-cart-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.vc-cart-empty i {
  color: var(--vc-orange);
  font-size: 36px;
}

.vc-cart-empty strong {
  color: var(--vc-blue-dark);
  font-size: 19px;
}

.vc-cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 38px;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--vc-line);
}

.vc-cart-line-main {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.vc-cart-line-main strong {
  color: var(--vc-blue-dark);
  line-height: 1.35;
}

.vc-cart-line-main > span {
  color: #7a8795;
  font-size: 13px;
}

.vc-cart-qty {
  display: inline-flex;
  width: max-content;
  align-items: center;
  border: 1px solid var(--vc-line);
  border-radius: 10px;
  overflow: hidden;
}

.vc-cart-qty button {
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  color: var(--vc-blue);
}

.vc-cart-qty span {
  min-width: 34px;
  border-left: 1px solid var(--vc-line);
  border-right: 1px solid var(--vc-line);
  color: var(--vc-blue-dark);
  font-weight: 900;
  line-height: 30px;
  text-align: center;
}

.vc-cart-line-total {
  color: var(--vc-orange);
  white-space: nowrap;
}

.vc-cart-remove {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.09);
  color: #dc3545;
}

.vc-cart-warning {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(220, 53, 69, 0.08);
  color: #b02a37;
  font-weight: 800;
}

.vc-footer {
  margin-top: 64px;
  background: #fff;
  border-top: 1px solid var(--vc-line);
}

.vc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 1fr;
  gap: 36px;
  padding: 54px 0;
}

.vc-footer-logo img {
  width: 230px;
  max-width: 100%;
}

.vc-footer p,
.vc-footer a,
.vc-footer span {
  color: #637181;
}

.vc-footer h3 {
  margin: 0 0 14px;
  color: var(--vc-blue-dark);
  font-size: 16px;
  font-weight: 900;
}

.vc-footer a {
  display: block;
  margin: 9px 0;
  text-decoration: none;
  font-weight: 700;
}

.vc-footer-social {
  display: flex;
  gap: 10px;
}

.vc-footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--vc-light);
  color: var(--vc-blue);
  font-size: 20px;
}

.vc-footer-badge {
  display: grid;
  gap: 7px;
  padding: 18px;
  border-radius: 18px;
  background: var(--vc-light);
}

.vc-footer-badge i {
  color: var(--vc-orange);
  font-size: 30px;
}

.vc-footer-badge strong {
  color: var(--vc-blue-dark);
}

.vc-footer-bottom {
  border-top: 1px solid var(--vc-line);
  padding: 16px 0;
  color: #7a8795;
  font-size: 14px;
}

.back-to-top {
  display: none !important;
}

.whatsapp-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25D366;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.32);
  transition: transform .22s ease, box-shadow .22s ease;
}

.whatsapp-sticky:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(37, 211, 102, 0.42);
}

.whatsapp-sticky i {
  font-size: 25px;
}

.vc-promo-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.vc-promo-whatsapp:hover {
  color: #fff;
  text-decoration: underline;
}

.vc-header-whatsapp {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #25D366;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.2);
}

.vc-trust-link {
  color: var(--vc-blue-dark);
  text-decoration: none;
}

.vc-footer-badge a {
  width: max-content;
  color: var(--vc-orange);
  font-weight: 900;
  text-decoration: none;
}

.vc-admin-pill {
  background: var(--vc-blue-dark) !important;
  color: #fff !important;
}

.vc-admin-nav {
  background: var(--vc-light);
  border-top: 1px solid var(--vc-line);
  border-bottom: 1px solid var(--vc-line);
}

.vc-admin-nav .vc-shell {
  display: flex;
  gap: 8px;
  min-height: 46px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.vc-admin-nav .vc-shell::-webkit-scrollbar {
  display: none;
}

.vc-admin-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 10px;
  color: var(--vc-blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.vc-admin-nav a:hover {
  background: #fff;
  color: var(--vc-orange);
}

.vc-btn-primary,
.vc-btn-ghost {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.vc-btn-primary {
  background: var(--vc-orange);
  color: #fff;
}

.vc-btn-ghost {
  border: 1px solid var(--vc-line);
  background: #fff;
  color: var(--vc-blue);
}

.vc-info-hero {
  padding: 72px 0 54px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 138, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--vc-light) 100%);
}

.vc-info-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.vc-info-hero h1 {
  max-width: 760px;
  margin: 16px 0;
  color: var(--vc-blue-dark);
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
  font-weight: 900;
}

.vc-info-hero p {
  max-width: 680px;
  color: #637181;
  font-size: 17px;
  line-height: 1.75;
}

.vc-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.vc-brand-panel,
.vc-help-summary {
  padding: 28px;
  border: 1px solid var(--vc-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--vc-shadow);
}

.vc-brand-panel img {
  width: min(100%, 420px);
  display: block;
  margin: 0 auto;
}

.vc-brand-colors {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.vc-brand-colors span {
  height: 56px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
}

.vc-info-section {
  padding: 64px 0;
  background: var(--vc-light);
}

.vc-info-card-grid,
.vc-help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vc-info-card-grid article,
.vc-help-grid article,
.vc-faq-list details {
  border: 1px solid var(--vc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.05);
}

.vc-info-card-grid article {
  padding: 26px;
}

.vc-info-card-grid i {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(var(--vc-blue-rgb), 0.11);
  color: var(--vc-blue);
  font-size: 28px;
}

.vc-info-card-grid h3,
.vc-help-grid h2 {
  color: var(--vc-blue-dark);
  font-weight: 900;
}

.vc-info-card-grid p,
.vc-help-grid p,
.vc-faq-list p {
  color: #637181;
  line-height: 1.7;
}

.vc-info-band {
  padding: 58px 0;
  background: var(--vc-blue-dark);
  color: #fff;
}

.vc-info-band h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
}

.vc-info-band p {
  color: rgba(255,255,255,0.72);
}

.vc-help-summary {
  display: grid;
  gap: 12px;
}

.vc-help-summary div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 16px;
  background: var(--vc-light);
  color: var(--vc-blue-dark);
  font-weight: 800;
}

.vc-help-summary i {
  color: var(--vc-orange);
  font-size: 28px;
}

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

.vc-help-grid article {
  padding: 24px;
}

.vc-help-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--vc-orange);
  font-weight: 900;
}

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

.vc-faq-list details {
  padding: 20px 22px;
}

.vc-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: var(--vc-blue-dark);
  font-weight: 900;
  list-style: none;
  outline: none;
}

.vc-faq-list summary::-webkit-details-marker {
  display: none;
}

.vc-faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 138, 0, .1);
  color: var(--vc-orange);
  font-size: 18px;
  line-height: 1;
}

.vc-faq-list details[open] summary::after {
  content: "-";
}

.vc-faq-list summary:focus-visible {
  border-radius: 8px;
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .16);
}

.auth-section .container,
.service-details-section .container,
.checkout-section .container,
.container.my-4 {
  max-width: 1180px;
}

.auth-section .bg-n0,
.service-details-section .bg-n0,
.checkout-section .bg-n0,
.container.my-4 .card {
  border: 1px solid var(--vc-line) !important;
  border-radius: 22px !important;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.06);
}

.service-list-item.active {
  background: var(--vc-blue) !important;
  color: #fff !important;
  border-color: var(--vc-blue) !important;
}

.vc-account-help {
  background: var(--vc-blue-dark) !important;
}

.table {
  --bs-table-hover-bg: rgba(255, 138, 0, 0.06);
}

.table thead th {
  background: var(--vc-blue-dark);
  color: #fff;
  border-color: rgba(255,255,255,0.12);
}

.vc-need-grid,
.vc-brand-directory,
.vc-guide-article-grid,
.vc-admin-kpi-grid {
  display: grid;
  gap: 16px;
}

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

.vc-need-card,
.vc-brand-directory a,
.vc-guide-article-grid article,
.vc-admin-kpi-grid a,
.vc-admin-panel {
  border: 1px solid var(--vc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(47, 58, 68, 0.05);
}

.vc-need-card,
.vc-brand-directory a,
.vc-admin-kpi-grid a {
  display: grid;
  gap: 10px;
  padding: 22px;
  color: var(--vc-blue-dark);
  text-decoration: none;
}

.vc-need-card i,
.vc-brand-directory i,
.vc-guide-article-grid i,
.vc-admin-kpi-grid i {
  color: var(--vc-orange);
  font-size: 30px;
}

.vc-need-card strong,
.vc-brand-directory strong {
  font-size: 18px;
  font-weight: 900;
}

.vc-need-card span,
.vc-brand-directory span {
  color: #637181;
  line-height: 1.55;
}

.vc-brand-directory {
  grid-template-columns: repeat(4, 1fr);
}

.vc-guide-article-grid {
  grid-template-columns: repeat(3, 1fr);
}

.vc-guide-article-grid article {
  padding: 26px;
}

.vc-guide-article-grid p {
  color: #637181;
  line-height: 1.7;
}

.vc-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--vc-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.vc-empty-state {
  padding: 24px;
  border: 1px dashed var(--vc-line);
  border-radius: 18px;
  background: #fff;
  color: #637181;
}

.vc-admin-kpi-grid {
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 22px;
}

.vc-admin-kpi-grid a strong {
  color: var(--vc-blue-dark);
  font-size: 34px;
  line-height: 1;
}

.vc-admin-kpi-grid a span {
  color: #637181;
  font-weight: 800;
}

.vc-admin-dashboard-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.vc-admin-panel {
  padding: 24px;
}

.vc-admin-filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(170px, .8fr) minmax(170px, .8fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid var(--vc-line);
  border-radius: 18px;
  background: var(--vc-light);
}

.vc-admin-filter-panel label {
  display: grid;
  gap: 7px;
  margin: 0;
}

.vc-admin-filter-panel label span {
  color: var(--vc-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.vc-admin-filter-panel input,
.vc-admin-filter-panel select {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid var(--vc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--vc-blue-dark);
  outline: none;
}

.vc-admin-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.vc-admin-filter-actions button,
.vc-admin-filter-actions a,
.vc-admin-action,
.vc-admin-danger {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
}

.vc-admin-filter-actions button,
.vc-admin-action {
  border: 0;
  background: var(--vc-orange);
  color: #fff;
}

.vc-admin-filter-actions a {
  border: 1px solid var(--vc-line);
  background: #fff;
  color: var(--vc-blue-dark);
}

.vc-admin-danger {
  margin-left: 6px;
  border: 1px solid rgba(219, 51, 73, .28);
  background: rgba(219, 51, 73, .1);
  color: #b61f35;
}

.vc-status-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.vc-status-badge.is-new {
  background: rgba(255, 138, 0, .12);
  color: #c26400;
}

.vc-status-badge.is-approved {
  background: rgba(33, 118, 255, .12);
  color: #1b58ba;
}

.vc-status-badge.is-delivered {
  background: rgba(33, 150, 91, .12);
  color: #177246;
}

.vc-status-badge.is-cancelled {
  background: rgba(219, 51, 73, .12);
  color: #b61f35;
}

.vc-status-badge.is-muted {
  background: rgba(47, 58, 68, .1);
  color: #637181;
}

.vc-admin-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.vc-admin-table thead th {
  border: 0;
}

.vc-admin-table tbody tr {
  box-shadow: 0 10px 24px rgba(47, 58, 68, .05);
}

.vc-admin-table tbody td {
  border-top: 1px solid var(--vc-line);
  border-bottom: 1px solid var(--vc-line);
  background: #fff;
}

.vc-admin-table tbody td:first-child {
  border-left: 1px solid var(--vc-line);
  border-radius: 14px 0 0 14px;
}

.vc-admin-table tbody td:last-child {
  border-right: 1px solid var(--vc-line);
  border-radius: 0 14px 14px 0;
}

.vc-admin-table td strong {
  display: block;
  color: var(--vc-blue-dark);
}

.vc-admin-table td small {
  display: block;
  margin-top: 3px;
  color: #637181;
}

.vc-admin-product-cell {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 260px;
}

.vc-admin-product-cell img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--vc-light);
}

.vc-admin-empty {
  display: grid;
  gap: 10px;
}

.vc-admin-empty i {
  color: var(--vc-orange);
  font-size: 34px;
}

.vc-admin-product-list {
  display: grid;
  gap: 12px;
}

.vc-admin-product-list a {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  color: var(--vc-blue-dark);
  text-decoration: none;
}

.vc-admin-product-list img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 10px;
  background: var(--vc-light);
}

.vc-admin-product-list span {
  font-weight: 800;
}

.vc-admin-product-list strong {
  color: var(--vc-orange);
}

.vc-market-strip {
  padding: 22px 0;
  background: var(--vc-blue-dark);
  color: #fff;
}

.vc-market-strip .vc-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.vc-strip-copy h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
}

.vc-market-strip .vc-eyebrow {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.vc-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vc-strip-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease;
}

.vc-strip-actions a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.16);
}

.vc-life-stage-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,138,0,.12), transparent 24%),
    #fff;
}

.vc-life-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vc-life-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--vc-line);
  border-radius: 26px;
  background: #fff;
  color: var(--vc-blue-dark);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(47, 58, 68, 0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.vc-life-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 138, 0, .12);
}

.vc-life-card:hover,
.vc-product:hover,
.vc-cat:hover,
.vc-promo-card:hover,
.vc-need-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 70px rgba(47, 58, 68, 0.12);
}

.vc-life-card span {
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(var(--vc-blue-rgb), .1);
  color: var(--vc-blue);
  font-weight: 900;
}

.vc-life-card strong {
  font-family: "Nunito Sans", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.vc-life-card p {
  color: #637181;
  line-height: 1.7;
}

.vc-life-card em {
  color: var(--vc-orange);
  font-style: normal;
  font-weight: 900;
}

.vc-product,
.vc-cat,
.vc-promo-card,
.vc-need-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.vc-product-media img,
.product-card .pet-market {
  transition: transform .25s ease;
}

.vc-product:hover .vc-product-media img,
.product-card:hover .pet-market {
  transform: scale(1.04);
}

.vc-auth-page,
.vc-admin-auth {
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 138, 0, .13), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(var(--vc-blue-rgb), .15), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--vc-light) 100%);
}

.vc-auth-grid,
.vc-admin-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 34px;
  align-items: center;
}

.vc-auth-copy h1,
.vc-admin-auth-copy h1 {
  max-width: 660px;
  margin: 16px 0;
  color: var(--vc-blue-dark);
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 900;
}

.vc-auth-copy p,
.vc-admin-auth-copy p {
  max-width: 580px;
  color: #637181;
  font-size: 17px;
  line-height: 1.75;
}

.vc-auth-benefits,
.vc-admin-auth-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.vc-auth-benefits span,
.vc-admin-auth-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 430px);
  padding: 14px 16px;
  border: 1px solid var(--vc-line);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  color: var(--vc-blue-dark);
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(47, 58, 68, .06);
}

.vc-auth-benefits i,
.vc-admin-auth-points i {
  color: var(--vc-orange);
  font-size: 24px;
}

.vc-auth-panels {
  display: grid;
  gap: 18px;
}

.vc-auth-card,
.vc-admin-auth-card {
  padding: 30px;
  border: 1px solid var(--vc-line);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 70px rgba(47, 58, 68, .12);
}

.vc-auth-card-soft {
  background: #fff;
}

.vc-auth-card-head,
.vc-admin-auth-card-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

.vc-auth-card-head > i,
.vc-admin-auth-card-head > i {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 138, 0, .12);
  color: var(--vc-orange);
  font-size: 28px;
}

.vc-auth-card-head span,
.vc-admin-auth-card-head span {
  display: block;
  color: var(--vc-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-auth-card-head h2,
.vc-admin-auth-card-head strong {
  display: block;
  margin: 2px 0 0;
  color: var(--vc-blue-dark);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.vc-auth-form,
.vc-admin-auth-form {
  display: grid;
  gap: 15px;
}

.vc-auth-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vc-auth-form label,
.vc-admin-auth-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.vc-auth-form label > span,
.vc-admin-auth-form label > span {
  color: var(--vc-blue-dark);
  font-size: 14px;
  font-weight: 900;
}

.vc-auth-form input,
.vc-admin-auth-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--vc-line);
  border-radius: 14px;
  background: #fff;
  color: var(--vc-blue-dark);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.vc-auth-form input:focus,
.vc-admin-auth-form input:focus {
  border-color: rgba(255, 138, 0, .62);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, .14);
}

.vc-auth-form button,
.vc-admin-auth-form button,
.vc-admin-auth-logout {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(255, 138, 0, .22);
}

.vc-admin-auth-note {
  color: #637181;
  line-height: 1.7;
}

.vc-admin-auth-logout {
  margin-top: 12px;
  padding: 0 18px;
}

@media (max-width: 991px) {
  .vc-header-promo .vc-shell {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }
  .vc-header-grid {
    grid-template-columns: 1fr auto;
  }
  .vc-header-search {
    grid-column: 1 / -1;
    order: 3;
  }
  .vc-hero-grid,
  .vc-trust,
  .vc-listing-hero-grid {
    grid-template-columns: 1fr;
  }
  .vc-category-grid,
  .vc-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc-benefit-bar .vc-shell,
  .vc-promo-grid,
  .vc-guide-grid {
    grid-template-columns: 1fr;
  }
  .vc-hero-products {
    position: static;
    width: auto;
    margin-top: 14px;
  }
  .vc-hero-art {
    min-height: 390px;
  }
  .vc-hero-art img {
    max-height: 430px;
  }
  .vc-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-sidebar,
  .vc-detail-panel {
    position: static;
  }
  .vc-filter-toggle {
    display: inline-flex;
  }
  .vc-admin-filter-panel {
    grid-template-columns: 1fr 1fr;
  }
  .vc-admin-filter-actions {
    grid-column: 1 / -1;
  }
  .vc-info-hero-grid,
  .vc-info-card-grid,
  .vc-help-grid,
  .vc-need-grid,
  .vc-brand-directory,
  .vc-guide-article-grid,
  .vc-admin-kpi-grid,
  .vc-admin-dashboard-grid,
  .vc-market-strip .vc-shell,
  .vc-life-stage-grid,
  .vc-auth-grid,
  .vc-admin-auth-shell {
    grid-template-columns: 1fr;
  }
  .vc-checkout-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .vc-shell {
    width: min(100% - 24px, 1180px);
  }
  .vc-header-grid {
    gap: 12px;
  }
  .vc-brand-logo img {
    width: 178px;
  }
  .vc-app-hero,
  .vc-app-cats,
  .vc-trust,
  .vc-section-head,
  .vc-search {
    display: block;
  }
  .vc-hero-art {
    min-height: 300px;
  }
  .vc-hero-art img {
    max-height: 330px;
  }
  .vc-app-hero img {
    display: none;
  }
  .vc-app-cats span {
    margin-top: 8px;
  }
  .vc-search button {
    width: 100%;
    margin-top: 8px;
  }
  .vc-listing-search div {
    flex-wrap: wrap;
  }
  .vc-listing-search button,
  .vc-shop-toolbar a,
  .vc-filter-toggle,
  .vc-detail-buy-actions .vc-btn {
    width: 100%;
  }
  .vc-shop-toolbar,
  .vc-detail-buy-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .vc-shop-toolbar-actions,
  .vc-shop-toolbar-actions form {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .vc-shop-toolbar-actions select {
    width: 100%;
  }
  .vc-auth-two,
  .vc-checkout-steps,
  .vc-admin-filter-panel {
    grid-template-columns: 1fr;
  }
  .vc-admin-filter-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .vc-admin-filter-actions button,
  .vc-admin-filter-actions a {
    width: 100%;
  }
  .vc-login-required {
    grid-template-columns: 1fr;
  }
  .vc-cart-line {
    grid-template-columns: 1fr auto;
  }
  .vc-cart-remove {
    grid-column: 2;
  }
  .swiper-product {
    min-height: 320px;
  }
  .vc-category-grid,
  .vc-product-grid,
  .vc-footer-grid {
    grid-template-columns: 1fr;
  }
  .vc-benefit-bar span {
    justify-content: flex-start;
    padding: 0 12px;
  }
  .whatsapp-sticky {
    right: 14px;
    bottom: 14px;
    width: 54px;
    padding: 0;
    justify-content: center;
  }
  .whatsapp-sticky span {
    display: none;
  }
}

/* VetsClinical shop UX refresh */
:root {
  --vc-ink: #17212B;
  --vc-muted: #657384;
  --vc-teal: #0F766E;
  --vc-teal-soft: #E9F7F4;
  --vc-orange-soft: #FFF2DF;
  --vc-surface: #F6F8FB;
  --vc-card-shadow: 0 18px 44px rgba(23, 33, 43, 0.08);
}

body {
  background: var(--vc-surface);
  color: var(--vc-ink);
}

.vc-shell {
  width: min(1216px, calc(100% - 40px));
}

.vc-store-header {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.06);
}

.vc-header-promo {
  background: #24313D;
}

.vc-header-promo .vc-shell {
  min-height: 36px;
}

.vc-header-main {
  padding: 12px 0;
}

.vc-header-grid {
  grid-template-columns: 220px minmax(320px, 1fr) auto;
}

.vc-brand-logo img {
  width: 210px;
}

.vc-header-search,
.vc-listing-search,
.vc-search {
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.06);
}

.vc-header-search:focus-within,
.vc-listing-search:focus-within,
.vc-search:focus-within {
  border-color: rgba(255, 138, 0, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 138, 0, 0.13), 0 18px 40px rgba(23, 33, 43, 0.07);
}

.vc-header-icon,
.vc-header-cart,
.vc-header-whatsapp {
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vc-header-icon:hover,
.vc-header-cart:hover,
.vc-header-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(23, 33, 43, 0.12);
}

.vc-header-nav {
  border-top-color: rgba(23, 33, 43, 0.08);
}

.vc-header-nav .vc-shell {
  min-height: 50px;
}

.vc-header-nav a {
  position: relative;
  border: 1px solid transparent;
}

.vc-header-nav a:hover,
.vc-header-nav a.is-active {
  background: var(--vc-orange-soft);
  border-color: rgba(255, 138, 0, 0.2);
  color: var(--vc-orange);
}

.vc-page {
  background: var(--vc-surface);
}

.vc-hero {
  padding: 72px 0 54px;
  background:
    linear-gradient(135deg, #FFFFFF 0%, #F8FBFD 56%, #FFF1DE 100%);
}

.vc-hero::before {
  display: none;
}

.vc-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, rgba(246, 248, 251, 0), var(--vc-surface));
  pointer-events: none;
}

.vc-hero-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 58px;
}

.vc-eyebrow {
  background: #EDF2F7;
  color: var(--vc-teal);
}

.vc-title {
  max-width: 720px;
  color: var(--vc-ink);
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1;
}

.vc-title span {
  display: block;
  color: var(--vc-orange);
}

.vc-copy {
  color: var(--vc-muted);
}

.vc-search {
  max-width: 690px;
  margin-bottom: 12px;
}

.vc-search input,
.vc-header-search input,
.vc-listing-search input {
  font-weight: 700;
}

.vc-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.vc-search-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 999px;
  background: var(--vc-teal-soft);
  color: var(--vc-teal);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vc-btn {
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vc-btn:hover {
  transform: translateY(-2px);
}

.vc-btn-primary {
  box-shadow: 0 16px 32px rgba(255, 138, 0, .22);
}

.vc-btn-secondary {
  color: var(--vc-ink);
}

.vc-hero-art {
  min-height: 548px;
  isolation: isolate;
}

.vc-hero-art::before {
  inset: 6% 0 0 8%;
  border: 1px solid rgba(23, 33, 43, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #FFFFFF 0%, #FFF6EA 54%, #EAF6F3 100%);
  filter: none;
  transform: rotate(-2deg);
}

.vc-hero-art img {
  width: min(100%, 660px);
  filter: drop-shadow(0 28px 34px rgba(23, 33, 43, 0.16));
}

.vc-hero-proof {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  max-width: 255px;
  padding: 12px;
  border: 1px solid rgba(23, 33, 43, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--vc-card-shadow);
}

.vc-hero-proof i {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--vc-orange-soft);
  color: var(--vc-orange);
  font-size: 22px;
}

.vc-hero-proof strong,
.vc-hero-proof span {
  display: block;
}

.vc-hero-proof strong {
  color: var(--vc-ink);
  font-weight: 900;
}

.vc-hero-proof span {
  color: var(--vc-muted);
  font-size: 12px;
  line-height: 1.45;
}

.vc-hero-proof-primary {
  left: 12px;
  bottom: 70px;
}

.vc-hero-proof-secondary {
  right: 0;
  top: 96px;
}

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

.vc-trust-item,
.vc-benefit-bar .vc-shell,
.vc-promo-card,
.vc-cat,
.vc-product,
.vc-list-product-card,
.vc-listing-search,
.vc-shop-toolbar,
.sidebar-search-form,
.vc-price-filter,
.top-products-list,
.vc-sidebar-help,
.vc-seo-block .vc-shell,
.vc-footer-badge,
.vc-need-card,
.vc-brand-directory a,
.vc-guide-article-grid article,
.vc-admin-panel {
  border-radius: 8px !important;
}

.vc-trust-item,
.vc-promo-card,
.vc-cat,
.vc-product,
.vc-list-product-card,
.vc-listing-search,
.vc-shop-toolbar,
.sidebar-search-form,
.vc-price-filter,
.top-products-list {
  border-color: rgba(23, 33, 43, .09) !important;
  box-shadow: 0 12px 32px rgba(23, 33, 43, 0.06);
}

.vc-benefit-bar {
  margin-top: -18px;
  position: relative;
  z-index: 3;
}

.vc-benefit-bar .vc-shell {
  padding: 10px;
}

.vc-benefit-bar span {
  background: #F8FAFC;
  color: var(--vc-ink);
}

.vc-market-strip {
  background: #17212B;
}

.vc-market-strip .vc-eyebrow {
  background: rgba(255,255,255,.12);
}

.vc-strip-actions a {
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}

.vc-promo-card,
.vc-cat,
.vc-product,
.vc-need-card,
.vc-life-card,
.vc-brand {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vc-promo-card:hover,
.vc-cat:hover,
.vc-product:hover,
.vc-list-product-card:hover,
.vc-need-card:hover,
.vc-life-card:hover,
.vc-brand:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, .32) !important;
  box-shadow: 0 20px 42px rgba(23, 33, 43, .11);
}

.vc-promo-card::after {
  width: 120px;
  height: 120px;
  right: -46px;
  bottom: -44px;
}

.vc-section h2 {
  color: var(--vc-ink);
}

.vc-muted {
  color: var(--vc-muted);
  line-height: 1.65;
}

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

.vc-cat {
  min-height: 150px;
  align-content: start;
}

.vc-cat small {
  margin-top: auto;
}

.vc-product-media,
.product-card .product-thumb {
  background:
    linear-gradient(135deg, #F8FAFC, #FFF8EF);
}

.vc-product-media {
  overflow: hidden;
}

.vc-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fff;
  color: var(--vc-teal);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(23, 33, 43, .08);
}

.vc-product-title,
.vc-list-product-title {
  color: var(--vc-ink) !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 900 !important;
}

.vc-cart-btn,
.vc-list-cart-btn {
  background: var(--vc-teal);
}

.vc-cart-btn:hover,
.vc-list-cart-btn:hover {
  background: var(--vc-ink);
}

.vc-price,
.vc-list-price {
  color: var(--vc-orange);
}

.vc-guide {
  background: #17212B;
  color: #fff;
}

.vc-guide h2,
.vc-guide .vc-muted {
  color: #fff;
}

.vc-guide .vc-muted {
  opacity: .76;
}

.vc-guide-list div {
  border-radius: 8px;
}

.vc-brand {
  background: #fff;
}

.vc-seo-block .vc-shell {
  background: linear-gradient(135deg, #FFFFFF, #F8FAFC);
}

.vc-listing-hero {
  padding: 58px 0 34px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FBFD 58%, #FFF4E6 100%);
}

.vc-listing-hero h1 {
  color: var(--vc-ink);
}

.shop-section {
  background: var(--vc-surface);
}

.vc-shop-toolbar {
  position: sticky;
  top: 151px;
  z-index: 8;
}

.vc-shop-toolbar span {
  color: var(--vc-ink);
}

.vc-shop-toolbar strong {
  color: var(--vc-muted);
}

.vc-list-product-card {
  overflow: hidden;
}

.vc-list-product-card .product-info {
  min-height: 212px;
}

.vc-product-meta a,
.vc-count-badge {
  background: var(--vc-teal-soft);
  color: var(--vc-teal);
}

.shop-sidebar {
  top: 162px;
}

.vc-sidebar-link:hover,
.vc-sidebar-link.is-active {
  border-color: rgba(15, 118, 110, .22);
  background: var(--vc-teal-soft);
  color: var(--vc-teal);
}

.vc-sidebar-help {
  background:
    linear-gradient(135deg, #17212B 0%, #24313D 100%);
}

.vc-footer {
  margin-top: 72px;
  background: #FFFFFF;
  border-top: 1px solid rgba(23, 33, 43, .08);
}

.vc-footer-grid {
  padding: 50px 0;
}

.vc-footer h3 {
  color: var(--vc-ink);
}

.vc-footer a:hover {
  color: var(--vc-orange);
}

.vc-footer-badge {
  background: linear-gradient(135deg, var(--vc-orange-soft), #FFFFFF);
  border: 1px solid rgba(255, 138, 0, .18);
}

.whatsapp-sticky {
  right: 24px;
  bottom: 24px;
  min-height: 56px;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.32);
}

@media (max-width: 1199px) {
  .vc-header-grid {
    grid-template-columns: 200px minmax(260px, 1fr) auto;
  }

  .vc-hero-grid {
    gap: 34px;
  }

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

@media (max-width: 991px) {
  .vc-shell {
    width: min(100% - 28px, 1216px);
  }

  .vc-header-grid,
  .vc-hero-grid,
  .vc-trust,
  .vc-listing-hero-grid,
  .vc-market-strip .vc-shell,
  .vc-guide-grid,
  .vc-life-stage-grid {
    grid-template-columns: 1fr;
  }

  .vc-header-grid {
    gap: 12px;
  }

  .vc-header-actions {
    justify-content: flex-end;
  }

  .vc-hero {
    padding-top: 46px;
  }

  .vc-hero-art {
    min-height: 430px;
  }

  .vc-hero-proof-secondary {
    right: 8px;
    top: 52px;
  }

  .vc-hero-proof-primary {
    left: 8px;
    bottom: 36px;
  }

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

  .vc-shop-toolbar,
  .shop-sidebar {
    position: static;
  }
}

@media (max-width: 575px) {
  .vc-shell {
    width: min(100% - 24px, 1216px);
  }

  .vc-header-promo .vc-shell {
    gap: 18px;
  }

  .vc-brand-logo img {
    width: 170px;
  }

  .vc-header-icon,
  .vc-header-cart,
  .vc-header-whatsapp {
    width: 42px;
    height: 42px;
  }

  .vc-title {
    font-size: clamp(38px, 14vw, 52px);
  }

  .vc-search {
    padding: 8px;
  }

  .vc-search input {
    width: 100%;
    min-height: 44px;
  }

  .vc-actions .vc-btn,
  .vc-search button {
    width: 100%;
  }

  .vc-hero-art {
    min-height: 340px;
    flex-direction: column;
    align-items: stretch;
  }

  .vc-hero-proof {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    margin-top: 10px;
  }

  .vc-hero-art::before {
    inset: 6% 2% 22%;
  }

  .vc-benefit-bar .vc-shell,
  .vc-promo-grid,
  .vc-category-grid,
  .vc-product-grid,
  .vc-need-grid,
  .vc-footer-grid {
    grid-template-columns: 1fr;
  }

  .vc-section {
    padding: 42px 0;
  }

  .vc-section-head {
    gap: 14px;
  }

  .vc-shop-toolbar {
    padding: 14px;
  }

  .whatsapp-sticky {
    right: 14px;
    bottom: 14px;
  }
}

/* Campaign page */
.vc-campaign-hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 46px;
  background:
    linear-gradient(135deg, #FFFFFF 0%, #F8FBFD 56%, #FFF1DE 100%);
}

.vc-campaign-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 54px;
  width: 320px;
  height: 320px;
  border: 54px solid rgba(255, 138, 0, .09);
  border-radius: 999px;
  pointer-events: none;
}

.vc-campaign-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 36px;
  align-items: center;
}

.vc-campaign-copy h1 {
  max-width: 760px;
  margin: 16px 0;
  color: var(--vc-ink);
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1;
  font-weight: 900;
}

.vc-campaign-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--vc-muted);
  font-size: 17px;
  line-height: 1.75;
}

.vc-campaign-panel,
.vc-campaign-deal,
.vc-campaign-route,
.vc-campaign-mini-panel {
  border: 1px solid rgba(23, 33, 43, .09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 33, 43, .07);
}

.vc-campaign-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.vc-campaign-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vc-campaign-panel-head span {
  color: var(--vc-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-campaign-panel-head strong {
  color: var(--vc-ink);
  font-size: 18px;
  font-weight: 900;
}

.vc-campaign-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.vc-campaign-metrics div {
  display: grid;
  gap: 4px;
  min-height: 92px;
  align-content: center;
  padding: 14px;
  border-radius: 8px;
  background: #F8FAFC;
}

.vc-campaign-metrics strong {
  color: var(--vc-teal);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.vc-campaign-metrics span,
.vc-campaign-note span {
  color: var(--vc-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.vc-campaign-note {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: var(--vc-orange-soft);
}

.vc-campaign-note i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  color: var(--vc-orange);
  font-size: 22px;
}

.vc-campaign-deals {
  position: relative;
  z-index: 2;
  margin-top: -18px;
}

.vc-campaign-deal-grid,
.vc-campaign-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vc-campaign-deal,
.vc-campaign-route {
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: 18px;
  color: var(--vc-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vc-campaign-deal:hover,
.vc-campaign-route:hover,
.vc-campaign-mini-list a:hover,
.vc-campaign-brand-cloud a:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 138, 0, .32);
  box-shadow: 0 20px 42px rgba(23, 33, 43, .11);
}

.vc-campaign-deal i,
.vc-campaign-route > i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--vc-teal-soft);
  color: var(--vc-teal);
  font-size: 24px;
}

.vc-campaign-deal strong,
.vc-campaign-route strong {
  color: var(--vc-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.vc-campaign-deal span,
.vc-campaign-route span {
  color: var(--vc-muted);
  line-height: 1.55;
}

.vc-campaign-route {
  min-height: 220px;
}

.vc-campaign-route em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--vc-orange);
  font-style: normal;
  font-weight: 900;
}

.vc-campaign-products {
  background: linear-gradient(180deg, rgba(255,255,255,0), #FFFFFF 50%, rgba(255,255,255,0));
}

.vc-product-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--vc-teal-soft);
  color: var(--vc-teal);
  font-size: 12px;
  font-weight: 900;
}

.vc-campaign-bottom {
  padding-top: 24px;
}

.vc-campaign-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: 18px;
}

.vc-campaign-mini-panel {
  padding: 24px;
}

.vc-campaign-mini-panel .vc-section-head {
  margin-bottom: 16px;
}

.vc-campaign-mini-panel h2 {
  font-size: clamp(26px, 3.2vw, 38px);
}

.vc-campaign-mini-list {
  display: grid;
  gap: 10px;
}

.vc-campaign-mini-list a {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(23, 33, 43, .09);
  border-radius: 8px;
  background: #F8FAFC;
  color: var(--vc-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.vc-campaign-mini-list img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.vc-campaign-mini-list span {
  color: var(--vc-ink);
  font-weight: 900;
  line-height: 1.3;
}

.vc-campaign-mini-list strong {
  color: var(--vc-orange);
  white-space: nowrap;
}

.vc-campaign-support {
  background:
    linear-gradient(135deg, #FFFFFF 0%, #FFF7EC 100%);
}

.vc-campaign-brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.vc-campaign-brand-cloud a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid rgba(23, 33, 43, .1);
  border-radius: 999px;
  background: #fff;
  color: var(--vc-teal);
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

@media (max-width: 991px) {
  .vc-campaign-hero-grid,
  .vc-campaign-bottom-grid {
    grid-template-columns: 1fr;
  }

  .vc-campaign-deal-grid,
  .vc-campaign-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .vc-campaign-hero {
    padding: 46px 0 36px;
  }

  .vc-campaign-metrics,
  .vc-campaign-deal-grid,
  .vc-campaign-route-grid {
    grid-template-columns: 1fr;
  }

  .vc-campaign-panel {
    padding: 18px;
  }

  .vc-campaign-mini-list a {
    grid-template-columns: 54px 1fr;
  }

  .vc-campaign-mini-list strong {
    grid-column: 2;
  }
}

.site-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(23, 33, 43, .56);
  opacity: 0;
  transition: opacity .22s ease;
}

.site-popup-overlay.is-visible {
  opacity: 1;
}

.site-popup-dialog {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(23, 33, 43, .3);
  transform: translateY(16px) scale(.98);
  transition: transform .22s ease;
}

.site-popup-overlay.is-visible .site-popup-dialog {
  transform: translateY(0) scale(1);
}

.site-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 33, 43, .1);
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: var(--vc-ink);
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(23, 33, 43, .12);
  cursor: pointer;
}

.site-popup-media {
  display: block;
  background: #FFF7EC;
}

.site-popup-media img {
  width: 100%;
  max-height: 430px;
  display: block;
  object-fit: cover;
}

.site-popup-body {
  padding: 24px;
}

.site-popup-body h2 {
  margin: 0 42px 10px 0;
  color: var(--vc-ink);
  font-family: "Nunito", "Inter", sans-serif;
  font-size: clamp(25px, 4vw, 36px);
  line-height: 1.05;
  letter-spacing: 0;
}

.site-popup-body p {
  margin: 0;
  color: var(--vc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.site-popup-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 22px;
  border: 1px solid var(--vc-ink);
  border-radius: 999px;
  background: var(--vc-orange);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 138, 0, .25);
}

.site-popup-action:hover {
  background: var(--vc-ink);
  color: #fff;
}

.vc-popup-admin-preview {
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 43, .1);
  border-radius: 18px;
  background: #FFF7EC;
}

.vc-popup-admin-preview img {
  width: 100%;
  height: 280px;
  display: block;
  object-fit: cover;
}

.vc-popup-admin-empty {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--vc-muted);
  text-align: center;
}

.vc-popup-admin-empty i {
  color: var(--vc-orange);
  font-size: 42px;
}

.vc-popup-admin-empty strong {
  color: var(--vc-ink);
}

@media (max-width: 575px) {
  .site-popup-overlay {
    padding: 14px;
  }

  .site-popup-dialog {
    width: 100%;
    border-radius: 14px;
  }

  .site-popup-media img {
    max-height: 300px;
  }

  .site-popup-body {
    padding: 20px;
  }
}

/* VetsClinical mobile polish */
.vc-filter-mobile-head,
.vc-filter-backdrop {
  display: none;
}

.vc-detail-extra summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
}

.vc-detail-extra summary::-webkit-details-marker {
  display: none;
}

.vc-detail-extra summary::after {
  content: "+";
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--vc-orange-soft);
  color: var(--vc-orange);
  font-size: 18px;
  line-height: 1;
}

.vc-detail-extra details[open] summary::after {
  content: "-";
}

@media (max-width: 991px) {
  .vc-header-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .vc-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .vc-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .vc-header-nav .vc-shell {
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .vc-header-nav a {
    scroll-snap-align: start;
  }

  .shop-section .container {
    max-width: 100%;
  }

  .vc-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 5090;
    display: block;
    background: rgba(23, 33, 43, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }

  .shop-sidebar {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5100;
    width: min(390px, calc(100vw - 28px));
    max-width: 100%;
    overflow-y: auto;
    padding: 14px;
    background: #fff;
    box-shadow: -24px 0 60px rgba(23, 33, 43, .2);
    transform: translateX(105%);
    transition: transform .24s ease;
  }

  body.vc-filter-open {
    overflow: hidden;
  }

  body.vc-filter-open .vc-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.vc-filter-open .shop-sidebar {
    transform: translateX(0);
  }

  .vc-filter-mobile-head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -14px -14px 14px;
    padding: 14px;
    border-bottom: 1px solid rgba(23, 33, 43, .09);
    background: #fff;
  }

  .vc-filter-mobile-head strong {
    color: var(--vc-ink);
    font-size: 18px;
    font-weight: 900;
  }

  .vc-filter-mobile-head button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 33, 43, .1);
    border-radius: 50%;
    background: #fff;
    color: var(--vc-ink);
    font-size: 20px;
  }

  .vc-shop-toolbar {
    position: static;
  }
}

@media (max-width: 575px) {
  .vc-store-header {
    position: sticky;
  }

  .vc-header-promo .vc-shell {
    width: min(100% - 20px, 1216px);
    min-height: 32px;
    gap: 10px;
    justify-content: space-between;
    overflow: hidden;
  }

  .vc-header-promo span:nth-of-type(n+2) {
    display: none;
  }

  .vc-promo-whatsapp {
    flex: 0 0 auto;
    font-size: 12px;
  }

  .vc-header-main {
    padding: 10px 0;
  }

  .vc-brand-logo img {
    width: min(164px, 48vw);
  }

  .vc-header-actions {
    gap: 6px;
  }

  .vc-header-icon,
  .vc-header-cart,
  .vc-header-whatsapp {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 21px;
  }

  .vc-header-whatsapp {
    color: #fff;
  }

  .vc-header-search {
    min-height: 44px;
    padding: 5px 6px 5px 12px;
    border-radius: 12px;
  }

  .vc-header-search button {
    min-height: 34px;
    padding: 0 12px;
  }

  .vc-header-nav .vc-shell {
    width: 100%;
    padding: 0 10px 6px;
  }

  .vc-header-nav a {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .vc-hero,
  .vc-campaign-hero,
  .vc-listing-hero,
  .vc-info-hero {
    padding-top: 32px;
  }

  .vc-title,
  .vc-campaign-copy h1,
  .vc-listing-hero h1,
  .vc-info-hero h1 {
    font-size: clamp(34px, 11.5vw, 46px);
    line-height: 1.04;
  }

  .vc-copy,
  .vc-campaign-copy p,
  .vc-listing-hero p,
  .vc-info-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vc-search {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px;
  }

  .vc-search button {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .vc-search-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .vc-search-chips a {
    flex: 0 0 auto;
  }

  .vc-trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vc-trust-item {
    padding: 12px;
  }

  .vc-hero-art {
    min-height: 300px;
  }

  .vc-hero-art img {
    max-height: 280px;
  }

  .vc-hero-proof {
    display: none;
  }

  .vc-benefit-bar .vc-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .vc-benefit-bar span {
    min-height: 48px;
    justify-content: flex-start;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.25;
  }

  .vc-promo-card,
  .vc-life-card,
  .vc-campaign-deal,
  .vc-campaign-route,
  .vc-campaign-mini-panel,
  .vc-info-card-grid article,
  .vc-help-grid article {
    padding: 16px;
  }

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

  .vc-product-media {
    aspect-ratio: 1 / 1;
  }

  .vc-product-body {
    padding: 12px;
  }

  .vc-product-title,
  .vc-list-product-title {
    min-height: 40px;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .vc-price,
  .vc-list-price {
    font-size: 14px;
  }

  .vc-cart-btn {
    width: 38px;
    height: 38px;
  }

  .shop-section .row.g-6 > .col-md-4.col-xs-6,
  .shop-section .row.g-6 > .col-lg-3.col-md-4.col-xs-6 {
    width: 50%;
  }

  .product-card .product-thumb {
    min-height: 150px;
  }

  .product-card .pet-market {
    max-height: 132px;
  }

  .vc-list-product-card .product-info {
    min-height: 188px;
    padding: 12px !important;
  }

  .vc-list-cart-btn {
    min-height: 38px;
    gap: 5px;
    font-size: 12px;
  }

  .vc-listing-search,
  .vc-shop-toolbar {
    padding: 14px;
  }

  .vc-listing-search div {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 6px;
  }

  .vc-listing-search button {
    grid-column: 1 / -1;
  }

  .vc-shop-toolbar-actions {
    gap: 10px;
  }

  .vc-checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-checkout-steps span {
    min-height: 48px;
    padding: 8px;
    font-size: 12px;
  }

  .vc-cart-line {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .vc-cart-line-total,
  .vc-cart-remove {
    justify-self: start;
  }

  .vc-cart-remove {
    grid-column: auto;
  }

  .vc-detail-buy-box {
    padding: 16px;
  }

  .vc-detail-buy-actions {
    gap: 10px;
  }

  .vc-qty-control,
  .vc-detail-buy-actions .vc-btn {
    width: 100%;
  }

  .vc-footer {
    margin-top: 42px;
  }

  .vc-footer-grid {
    padding: 34px 0;
    gap: 22px;
  }

  .whatsapp-sticky {
    width: 52px;
    min-height: 52px;
    border-radius: 50%;
  }
}

/* Live Search Results */
.vc-live-search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--vc-line);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
}

.vc-search-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid var(--vc-line);
  text-decoration: none;
  color: var(--vc-blue-dark);
  transition: background 0.2s;
}

.vc-search-item:last-child {
  border-bottom: none;
}

.vc-search-item:hover {
  background: var(--vc-light);
}

.vc-search-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 12px;
  border: 1px solid var(--vc-line);
}

.vc-search-item-info {
  display: flex;
  flex-direction: column;
}

.vc-search-item-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}

.vc-search-item-price {
  font-size: 12px;
  color: var(--vc-orange);
  font-weight: 700;
}

.vc-search-empty {
  padding: 15px;
  text-align: center;
  color: var(--vc-blue);
  font-size: 14px;
}

/* Mega Menu */
.vc-mega-menu-wrapper {
  position: relative;
}

.vc-mega-menu-trigger {
  background: var(--vc-orange);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.vc-mega-menu-trigger:hover {
  background: var(--vc-orange-dark);
}

.vc-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 800px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  padding: 24px;
  z-index: 1000;
  margin-top: 12px;
  border: 1px solid var(--vc-line);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.vc-mega-menu-wrapper:hover .vc-mega-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.vc-mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vc-mega-cat-title {
  display: block;
  font-weight: 900;
  font-size: 15px;
  color: var(--vc-blue-dark);
  margin-bottom: 12px;
  border-bottom: 2px solid var(--vc-orange);
  padding-bottom: 6px;
  text-decoration: none;
}

.vc-mega-subcats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vc-mega-subcats a {
  color: #596879;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
  padding: 0 !important;
  font-weight: 600 !important;
}

.vc-mega-subcats a:hover {
  color: var(--vc-orange);
  background: transparent !important;
}

.vc-nav-main-links::-webkit-scrollbar {
  display: none;
}

/* =========================================
   SADAKAT PUAN SİSTEMİ — UI BİLEŞENLERİ
   ========================================= */

/* Sepet: Puan Kullan Widget */
.vc-points-widget {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff9f0, #fff);
  border: 1.5px solid rgba(255, 138, 0, 0.28);
}

.vc-points-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--vc-blue-dark);
}

.vc-points-widget-head i {
  color: var(--vc-orange);
  font-size: 18px;
}

.vc-points-use-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 138, 0, 0.25);
}

/* Toggle Switch */
.vc-toggle-switch {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
}

.vc-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.vc-toggle-knob {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d1dae3;
  transition: background 0.25s ease;
}

.vc-toggle-knob::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.16);
  transition: transform 0.25s ease;
}

.vc-toggle-switch input:checked + .vc-toggle-knob {
  background: var(--vc-orange);
}

.vc-toggle-switch input:checked + .vc-toggle-knob::before {
  transform: translateX(20px);
}

/* Profil: Puan Bakiye Kartı */
.vc-points-balance-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff4e6 0%, #ffefd4 100%);
  border: 1.5px solid rgba(255, 138, 0, 0.22);
  margin-bottom: 20px;
}

.vc-points-balance-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--vc-orange);
  color: #fff;
  font-size: 34px;
  flex-shrink: 0;
}

.vc-points-balance-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vc-points-balance-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a6240;
}

.vc-points-balance-value {
  font-size: 32px;
  font-weight: 900;
  color: var(--vc-orange);
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

.vc-points-balance-sub {
  font-size: 13px;
  color: #8a6240;
}

/* Puan Bilgi Grid */
.vc-points-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}

.vc-points-info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 14px;
  background: var(--vc-light);
  border: 1px solid var(--vc-line);
}

.vc-points-info-item i {
  font-size: 24px;
  color: var(--vc-orange);
}

.vc-points-info-item strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--vc-blue-dark);
}

.vc-points-info-item span {
  font-size: 12px;
  color: #596879;
  line-height: 1.5;
}

/* Puan Geçmişi Satırı */
.vc-points-history-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid var(--vc-line);
  background: #fff;
}

.vc-points-history-row > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vc-points-history-row strong {
  font-size: 14px;
}

.vc-points-history-row span {
  font-size: 12px;
  color: #738091;
}

.vc-points-history-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vc-badge-earn,
.vc-badge-spent {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.vc-badge-earn {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.vc-badge-spent {
  background: rgba(255, 138, 0, 0.12);
  color: var(--vc-orange-dark);
}

/* =========================================
   GENEL UI / UX İYİLEŞTİRMELERİ
   ========================================= */

/* Daha yumuşak kart hover efektleri */
.vc-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(47, 58, 68, 0.12);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.vc-cat:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(47, 58, 68, 0.10);
  border-color: rgba(255, 138, 0, 0.35);
  transition: all 0.25s ease;
}

/* Form input iyileştirmeleri */
.form-control:focus,
.form-select:focus {
  border-color: var(--vc-orange);
  box-shadow: 0 0 0 3px rgba(255, 138, 0, 0.12);
  outline: none;
}

/* Header nav aktif link iyileştirmesi */
.vc-header-nav a.is-active {
  background: rgba(255, 138, 0, 0.12);
  color: var(--vc-orange);
  font-weight: 900;
}

/* Buton geçiş animasyonu */
.vc-btn {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.vc-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 138, 0, 0.22);
}

.vc-btn-primary:hover {
  background: var(--vc-orange-dark);
  color: #fff;
}

/* Boş durum kartı */
.vc-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  color: var(--vc-blue);
}

.vc-empty-state i {
  font-size: 52px;
  color: rgba(var(--vc-blue-rgb), 0.35);
}

.vc-empty-state strong {
  font-size: 17px;
  font-weight: 800;
  color: var(--vc-blue-dark);
}

.vc-empty-state span {
  font-size: 14px;
  color: #6a7785;
}

/* Sepet satırı animasyonu */
.vc-cart-line {
  transition: background 0.15s ease;
}

.vc-cart-line:hover {
  background: rgba(var(--vc-blue-rgb), 0.03);
  border-radius: 10px;
}

/* Checkout panel */
.vc-checkout-panel {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--vc-line);
  box-shadow: 0 8px 24px rgba(47,58,68,0.05);
}

/* Responsive: Points info grid */
@media (max-width: 767px) {
  .vc-points-info-grid {
    grid-template-columns: 1fr;
  }

  .vc-points-balance-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .vc-points-balance-value {
    font-size: 24px;
  }
}

/* Homepage: Loyalty Program Banner */
.vc-loyalty-banner-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  background: linear-gradient(135deg, #1c2733 0%, #2f3a44 100%);
  color: #fff;
  padding: 48px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(28, 39, 51, 0.15);
}

.vc-loyalty-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.vc-loyalty-banner-content .vc-eyebrow {
  color: var(--vc-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vc-loyalty-banner-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.vc-loyalty-banner-content p {
  color: #cdd6e0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 600px;
}

.vc-loyalty-steps-home {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
  width: 100%;
}

.vc-loyalty-step-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.vc-loyalty-step-item .vc-step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.18);
  color: var(--vc-orange);
  font-weight: 800;
  font-size: 14px;
  border: 1px solid rgba(255, 138, 0, 0.45);
  flex-shrink: 0;
}

.vc-loyalty-step-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.vc-loyalty-step-item span {
  font-size: 13px;
  color: #a4b4c4;
  line-height: 1.4;
}

.vc-loyalty-banner-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.vc-loyalty-points-badge-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, var(--vc-orange) 0%, var(--vc-orange-dark) 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 30px rgba(255, 138, 0, 0.4);
  animation: float 4s ease-in-out infinite;
  text-align: center;
  padding: 20px;
  border: 4px solid rgba(255, 255, 255, 0.15);
}

.vc-loyalty-points-badge-big i {
  font-size: 32px;
  margin-bottom: 8px;
}

.vc-loyalty-points-badge-big strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.vc-loyalty-points-badge-big span {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 4px;
  font-weight: 600;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .vc-loyalty-banner-card {
    grid-template-columns: 1fr;
    padding: 32px;
    gap: 32px;
  }
  .vc-loyalty-banner-visual {
    order: -1;
  }
}

.dbform-loading button[disabled],
.dbform-loading input[type="button"][disabled],
.dbform-loading input[type="submit"][disabled] {
  cursor: wait;
  opacity: 0.78;
  pointer-events: none;
}

.dbform-submit-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.dbform-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  flex: 0 0 auto;
  animation: dbformSpin 0.72s linear infinite;
}

@keyframes dbformSpin {
  to {
    transform: rotate(360deg);
  }
}
