/* =========================================================
   GLOBAL
========================================================= */
body {
  position: relative;
  min-height: 100vh;
  background-color: #eef7fb;
  background-image:
    radial-gradient(circle at 14% 18%, rgba(1, 120, 187, 0.24) 0%, rgba(1, 120, 187, 0) 34%),
    radial-gradient(circle at 86% 20%, rgba(28, 192, 217, 0.22) 0%, rgba(28, 192, 217, 0) 33%),
    radial-gradient(circle at 70% 78%, rgba(1, 120, 187, 0.10) 0%, rgba(1, 120, 187, 0) 26%),
    linear-gradient(135deg, #f8fcfe 0%, #eef8fc 36%, #f5fbfd 66%, #ebf6fb 100%);
  color: #163547;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.025;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

/* СКРЫТЬ ВИДЖЕТ КОРЗИНЫ */
.t706__carticon {
  display: none !important;
}

/* =========================================================
   BACKGROUND LAYERS
========================================================= */
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.12;
  pointer-events: none;
  z-index: -1;
}

.orb-1 {
  width: 520px;
  height: 520px;
  top: -140px;
  left: -160px;
  background: rgba(1, 120, 187, 0.24);
}

.orb-2 {
  width: 720px;
  height: 720px;
  bottom: -260px;
  right: -120px;
  background: rgba(28, 192, 217, 0.18);
}

.orb-3 {
  width: 420px;
  height: 420px;
  top: 46%;
  left: 58%;
  background: rgba(1, 120, 187, 0.08);
}

/* =========================================================
   STORE GRID
========================================================= */
.t-store__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 30px !important;
  margin: 40px 20px !important;
}

.t-store__grid .t-col {
  width: auto !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
}

/* УБРАТЬ РАЗДЕЛИТЕЛЬ МЕЖДУ СТРОКАМИ */
.t-store__grid-separator,
.t-clear.t-store__grid-separator,
div[class*="t-store__grid-separator"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
}

/* =========================================================
   PRODUCT CARDS
========================================================= */
.t-store__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 auto !important;

  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  height: 300px !important;

  margin: 10px !important;
  padding: 14px !important;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.90) 100%) !important;
  border: 1px solid rgba(1, 120, 187, 0.10) !important;
  border-radius: 16px !important;
  box-shadow:
    0 8px 30px rgba(15, 62, 88, 0.08),
    0 2px 10px rgba(15, 62, 88, 0.04) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease !important;
}

.t-store__card:hover {
  transform: translateY(-4px);
  border-color: rgba(1, 120, 187, 0.28) !important;
  box-shadow:
    0 14px 40px rgba(1, 120, 187, 0.12),
    0 4px 14px rgba(15, 62, 88, 0.05) !important;
}

.t-store__card .t-store__card__wrap,
.t-store__card .t-store__card__textwrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.t-store__card .t-store__card__imgwrapper {
  display: none;
}

.t-store__card .t-store__card__textwrapper {
  padding: 0 !important;
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.t-store__card .t-store__card__title {
  margin-top: 0 !important;
}

/* ОГРАНИЧЕНИЕ ТЕКСТА С МНОГОТОЧИЕМ */
.t-store__card .t-store__card__descr {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
  line-height: 1.4em !important;
  max-height: calc(1.4em * 5) !important;
  text-overflow: ellipsis !important;
  margin-bottom: 10px !important;
}

/* БЛОК ОПЦИЙ */
.t-store__card__prod-controls-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 8px !important;
}

/* =========================================================
   BUTTON INSIDE CARD
========================================================= */
.t-store__card .t-btn {
  position: relative !important;
  bottom: 0 !important;
  display: block !important;
  box-sizing: border-box !important;

  width: 80% !important;
  min-width: 120px !important;
  max-width: 180px !important;
  margin: auto auto 0 auto !important;
  padding: 10px 15px !important;

  background: linear-gradient(135deg, #0178BB 0%, #1CC0D9 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(1, 120, 187, 0.08) !important;
  border-radius: 10px !important;

  font-weight: 600 !important;
  font-size: 14px !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow:
    0 8px 20px rgba(1, 120, 187, 0.18),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease !important;
}

.t-store__card .t-btn:hover {
  background: linear-gradient(135deg, #016da9 0%, #18b1c8 100%) !important;
  border-color: rgba(1, 120, 187, 0.12) !important;
  transform: scale(1.02);
  box-shadow:
    0 12px 26px rgba(1, 120, 187, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.22);
}

/* =========================================================
   LABELS
========================================================= */
.product-label {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  pointer-events: none;

  padding: 6px 12px;
  border-radius: 999px;

  background: rgba(1, 120, 187, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.custom-label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.custom-label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;

  background: rgba(1, 120, 187, 0.10);
  color: #015d92;
  border: 1px solid rgba(1, 120, 187, 0.16);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  font-size: 11px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

/* =========================================================
   ANIMATIONS
========================================================= */
@keyframes float {
  0%   { transform: translateY(0) translateX(0) rotate(0deg); }
  25%  { transform: translateY(-30px) translateX(20px) rotate(5deg); }
  50%  { transform: translateY(20px) translateX(-20px) rotate(10deg); }
  75%  { transform: translateY(-20px) translateX(30px) rotate(5deg); }
  100% { transform: translateY(0) translateX(0) rotate(0deg); }
}

@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media screen and (max-width: 1024px) {
  .t-store__grid {
    justify-content: center !important;
    gap: 12px !important;
  }

  .t-store__card {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 280px !important;
    padding: 15px !important;
  }

  .t-store__card .t-store__card__title {
    font-size: 16px !important;
  }

  .t-store__card .t-store__card__descr {
    -webkit-line-clamp: 2 !important;
    max-height: calc(1.4em * 2) !important;
  }

  .t-store__card .t-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .orb-3 {
    display: none;
  }

  .t-store__grid {
    justify-content: center !important;
    gap: 15px !important;
  }

  .t-store__card {
    width: calc(50% - 20px) !important;
    min-width: 140px !important;
    max-width: 200px !important;
    height: auto !important;
    min-height: 220px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .t-store__card .t-store__card__title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .t-store__card .t-store__card__descr {
    -webkit-line-clamp: 1 !important;
    max-height: calc(1.4em * 1) !important;
    font-size: 12px !important;
  }

  .t-store__card .t-btn {
    width: 100% !important;
    padding: 8px 12px !important;
    font-size: 12px !important;
    text-align: center !important;
  }

  .custom-label {
    font-size: 9px;
    padding: 3px 8px;
  }

  .custom-label-container {
    margin-top: 6px;
    gap: 4px;
  }
}

@media screen and (max-width: 480px) {
  .t-store__card {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .t-store__grid {
    gap: 15px !important;
  }

  .t-store__card .t-store__card__descr {
    -webkit-line-clamp: 2 !important;
    max-height: calc(1.4em * 2) !important;
  }
}