/* Пример переменных (SCSS) */
/* ---------- PALITRA ---------- */
/* ---------- TYPE ---------- */
/* ---------- MIXINS ---------- */
/* Кнопка-CTA */
/* Hero-фон */
/* Knit-overlay (если нужен поверх фоновых картинок) */
/* ---------- COMPONENTS ---------- */
/* Шапка */
.nike-header {
  background: url('/img/bg-hero.svg') center / cover no-repeat;
  min-height: 800px;
  color: #111111;
}
.text-green {
  color: #6dbb47 !important;
}
/* Кнопка «Купить» */
.btn--buy {
  background: #FF6A00;
  color: #FFFFFF;
  background: #ffbc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease;
}
.btn--buy:hover,
.btn--buy:focus {
  background: #FF6A00;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* Секции */
.section--benefits {
  background: #FAFAFA;
}
.section--gallery {
  background: #FFFFFF;
}
.section--reviews {
  background: #f2f1ed;
}
.section--cta {
  background: #FF6A00;
  color: #FFFFFF;
  text-align: center;
}
/* Футер */
.site-footer {
  background: #1A1A1A;
  color: #CCCCCC;
}
.site-footer a {
  color: #CCCCCC;
}
.site-footer a:hover {
  color: #FF6A00;
}
.text-warning {
  color: #FF6A00 !important;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 75px;
}
.nike-header {
  background-image: url("../img/bg-knit.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
}
.btn-lg {
  padding: 1rem 1.5rem;
  border: 1px solid #cd5907;
}
.btn-cta {
  background: #ffbc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease;
}
.btn-cta:hover,
.btn-cta:focus {
  background: #FF6A00;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
/* анимированная тень для карточек галереи */
.card-gallery {
  transition: 0.25s ease;
}
.card-gallery:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}
/* мягкое появление слайдов (Swiper already adds .swiper-fade) */
.swiper-slide {
  transition: opacity 0.6s ease-out;
}
.section--delivery {
  background: #f2f1ed;
}
.section--delivery h5 {
  margin-bottom: 25px;
}
.contact-block {
  background: linear-gradient(180deg, #4c4c52 0%, #323237 100%);
  color: #fff;
}
.contact-block h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-block .divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 60px;
}
.contact-block .phone-big {
  font-size: 1.75rem;
  font-weight: 500;
  color: #b4c7ff;
}
.contact-block .btn-contact {
  background: #FF6A00;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
  border-radius: 0.25rem;
  transition: 0.2s ease;
}
.contact-block .btn-contact:hover {
  background: #d65900;
  transform: translateY(-2px);
}
.contact-bottom {
  background: #262629;
  color: #b4c7ff;
  font-size: 0.9rem;
}
.contact-bottom i {
  color: #6dbb47;
  margin-right: 6px;
}
.section--cta {
  background: url('/img/bg-cta.svg') center / cover no-repeat;
}
.contact-section {
  background: url('/img/bg-contact.svg') center / cover no-repeat;
  color: #fff;
}
/* Deal block */
.deal {
  align-items: center;
  font-size: 2rem;
}
.deal .old-price {
  text-decoration: line-through;
  color: #000;
  font-weight: normal;
}
.deal .new-price {
  color: red;
  font-weight: 700;
  font-size: 1.8rem;
}
.deal .badge-danger {
  background: #ff6a00;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.back-to-top:hover {
  transform: translateY(-3px);
  background-color: #ff6a00;
  color: #fff;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background-color: #ff6a00;
  color: #fff;
  transform: translateY(-3px);
}
/* мягкий светлый фон блока */
.product-info {
  background: #f9f9f9;
}
/* адаптив: картинка остаётся сверху на XS */
@media (max-width: 575.98px) {
  .product-info img {
    max-width: 280px;
  }
}
.product-info .product-desc {
  font-size: 120%;
}
/* ===== Product info block ===== */
.product-info {
  background: #f9f9f9;
}
.product-info h2 {
  font-size: 2rem;
  letter-spacing: 1px;
}
.product-info .list-check i {
  color: #6dbb47;
  margin-right: 0.5rem;
}
.product-info .list-check li {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}
/* ===== Product collage ===== */
.collage .w-100 {
  object-fit: cover;
  width: 100% !important;
  height: 220px !important;
  display: block;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .collage .w-100 {
    height: auto;
    aspect-ratio: auto;
  }
}
.hero-rotator {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-rotator {
    width: 540px;
    height: 540px;
  }
}
.hero-rotator .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.testimonial-card {
  background: #f8f6f4;
  border: 1px;
}
.lead {
  text-transform: uppercase;
}
.gallery-img {
  height: 260px;
  object-fit: cover;
}
/*# sourceMappingURL=main.css.map */