:root {
  --main-color: #dc9f3b;
  --def-color: #000000;
  --modal-bg: #fff;
}

body {
  font-family: CeraPro;
  overflow-x: hidden;
}

.main-color {
  color: var(--main-color);
}

.image-loader {
  position: absolute;
  inset: 0;
  background: #f8f8f8 url('/270-ring.svg') center center no-repeat;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.lazy-img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lazy-img.loaded {
  opacity: 1;
}

.lazy-img.loaded + .image-loader {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Стили для мобильных */
@media (max-width: 767.98px) {
    .product-card {
        margin-top: 0px !important;
    }
    #pizza-list .product-card:first-child {
      border-top: 1px solid rgb(235, 235, 240);
    }
    .card:hover .card-img-top {
          box-shadow: none !important;
          transform: none !important;
          border-radius: 15px !important;
          transition: .3s !important;
        }
  .card {
    flex-direction: row !important;
    align-items: center; /* Выравнивание по вертикали */
  }
div.card-body.p-3.d-flex.flex-column.pr-0.justify-content-center {
    padding-left: 7px !important;
}
h5.card-title.mb-0 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}
p.card-text.mb-2 {
    margin-bottom: 5px !important;
font-size: 11px !important;
}
div.col-md-6.col-lg-3.col-12.mb-1.product-card {
    border-bottom: 1px solid rgb(235, 235, 240);
}
  .card-img-container {
    width: 120px; /* фиксированная ширина */
    height: 120px; /* квадратное изображение */
    overflow: hidden;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px; /* отступ справа от картинки */
  }
  
  .product-card img {
        height: 120px !important;
        object-fit: cover;
        border-radius: 15px;
    
    }

  .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* обрезка под квадрат */
  }

  .card-body {
    padding: 0.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* выравнивание по вертикали */
  }
}

.product-card.out_of_stock {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

/* Текст "Товар закончился" будет поверх всего блока */
.product-card.out_of_stock::after {
content: "Закончился";
position: absolute;
top: 10px;
right: 20px;
/* transform: translate(-50%, -50%); */
background: rgba(255, 255, 255, 0.8);
padding: 8px 16px;
font-size: 13px;
border-radius: 14px;
font-weight: 400;
color: #000;
z-index: 9999999;
}

input.form-control.input.active {
  font-size: 13px !important;
  border: 2px solid #d5dbe7 !important;
  border-radius: 8px;
}
input.form-control.pizda.form-control.input {
  font-size: 13px !important;
  border: 2px solid #d5dbe7 !important;
  border-radius: 8px;
}

input[type="text"], input[type="password"], textarea, select {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 8px;
  /*border: 2px solid #d5dbe7 !important;*/
}
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border: none; /* Рамка при получении фокуса */
}

input[type="text"]:focus {
  outline: none;
  box-shadow: none !important;
  border: none; /* Рамка при получении фокуса */
}

.def-color {
  color: var(--def-color);
}

.code-input input {
  width: 60px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  padding: 0;
}

.btn-outline-secondary {
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
padding-top: 5px;
font-weight: 500;
  color: #000 !important;
  text-align: center !important;
}

#inlineVerifySmsBtn:hover {
  background: var(--main-color) !important;
}
#inlineVerifySmsBtn {
  background: var(--main-color) !important;
}

.d-none {
  display: none !important;
}

.apply-promo-btn {
  position: absolute;
margin-top: -40px;
right: 20px;
/*  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  padding-left: 16px;
  padding-right: 16px;
  height: calc(1.5em + 0.75rem + 2px);*/
}

/* Скрываем кнопку, если поле пустое */
#applyPromoBtn.d-none {
  display: none !important;
}

.promo-applied {
  background-color: #d4edda;
  color: #155724;
  padding: 8px 12px;
  border-radius: 5px;
}

div.btn-group.w-100.mb-2{
  background-color: rgb(243, 243, 247);
border-radius: 100px;
padding: 5px;
}
div.btn-group.w-100 {
    background-color: rgb(243, 243, 247);
border-radius: 100px;
padding: 5px;
}

#applyPromoBtn {
  background: transparent; !important;
padding: 10px !important;
border-radius: 0px !important;
color: #000 !important;
font-weight: 500 !important;
font-size: 14px !important;
}
#promoCode {
border-radius: 0 !important;
border: 0;
padding-left: 0px !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#removePromoBtn {
  position: absolute;
margin-top: -40px;
right: 20px;
 background: transparent; !important;
padding: 10px !important;
border-radius: 0px !important;
border: 0 !important;
color: #dc3545 !important;
font-weight: 500 !important;
font-size: 14px !important;
}



 #promoCode::placeholder {
-webkit-text-security: none;
color: darkgray;
direction: inherit;
pointer-events: none;
text-orientation: inherit;
writing-mode: inherit;
}
#customerPhone {
  border-radius: 5px;
margin-right: 0px;
}
#sendSmsCodeBtn {
    background: #dc9f3b !important;
padding: 10px !important;
border-radius: 5px !important;
color: #fff !important;
}

.code-input input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}
.bg-main {
  background-color: var(--main-color);
}

#customerPhone {
  caret-color: transparent; /* Отключает курсор внутри */
}
.position-absolute {
  position: absolute;
}

.btn-check:checked+.btn {
  background: #dc9f3b !important;
  border: none !important;
  color: #fff !important;
  font-size: 13px !important;
padding-top: 5px;
  text-align: center !important;
  box-shadow: rgba(6, 5, 50, 0.19) 0px 6px 20px;
border-radius: 100px  !important;
}

.d-none {
  display: none !important;
}

#resCodeTims {
  font-size: 11px;
  color: #000 !important;
}

#resendNewCodeBtn {
  color: #fff;
background: #000;
border-radius: 5px !important;
padding: 2px 10px;
text-decoration: none;
cursor: pointer;
font-size: 10px;
line-height: 20px;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group .form-control {
  max-width: calc(100% - 50px);
  margin-right: 10px;
}
.product-card {
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  transform: translateY(20px);
  cursor: pointer;
}

.product-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.price {
  font-weight: 500;
  font-size: 16px;
}

.bottom_ling {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: .3s;
}
.bottom_ling:hover {
  opacity: 1 !important;
  transition: .3s;
}


.new-label {
  background: var(--main-color);
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 5px;
}
div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link {
  color: #fff !important;
}
div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link:hover {
  color: #dc9f3b !important;
}
div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.active {
  color: #fff !important;
  background: transparent !important;
}
/* === Боковая корзина с overlay === */
/* === Боковая корзина === */
.cart-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  display: none; /* Скрыто по умолчанию */
  width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 9998;
  padding: 20px;
}

.cart-sidebar.active {
  right: 0;
}

/* Контент корзины — фиксируем форму внизу */
.cart-sidebar-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Список товаров — скроллится отдельно */
#cartItemsList {
  /*overflow-y: auto;*/
  /*flex-grow: 1;*/
  /*padding-right: 10px;*/
}

/* Форма и итого — всегда внизу */
#orderForm {
  margin-top: auto;
}

@media (min-width: 769px) {
  .floating-cart-btn-mob {
    display: none !important;
  }
  .floating-cart-btn-pc {
    display: block !important;
  }
  .floating-cart-btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 15px 30px !important;
    box-shadow: rgba(6, 5, 50, 0.3) 0px 4px 30px ;
  }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .card-title {
    font-size: 14px !important;
  }
  .modal-overlay.active {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  div.delivery-info div small.mt-0 {
      font-size: 11px !important;
  }
    /* Горизонтальный скролл для меню */
.mobile-scroll-horizontal {
 display: -webkit-box;
overflow-x: scroll;
margin-bottom: 0 !important;
-ms-overflow-style: none;
      scrollbar-width: none;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.mobile-scroll-horizontal::-webkit-scrollbar {
      width: 0;
      height: 0;
}

.mobile-scroll-horizontal .nav-item {
  flex-shrink: 0;
  margin-right: 5px;
}
  .mobile_fix {
      display: none;
  }
  a[href^="tel"] {
      color: inherit;
text-decoration: none;
  }
  
  .modal-content {
    position: absolute !important;
    bottom: 0 !important;
    border-radius: 30px 30px 0px 0px !important;
    min-height: 50vh !important;
  }
  #addToCartBtn {
    background: #dc9f3b !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    border: none !important;
    position: fixed !important;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 90vw !important;
    max-width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    z-index: 1050;
  }
  button.btn.btn-outline-secondary.select-product-btn {
    padding: 7px 11px !important;
    font-weight: 400 !important;
  }
  .modal-left {
    flex: 1 1 40% !important;
  }
  #modal-title {
    font-size: 18px !important;
  }
  p#modal-details {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  div.card-body.p-3.d-flex.flex-column.justify-content-between {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .jdfhfd {
   position: fixed;
bottom: 10px;
left: 0;
width: 100%;
height: 60px;
/* backdrop-filter: blur(10px); */
/* -webkit-backdrop-filter: blur(10px); */
display: flex;
align-items: center;
justify-content: center;
z-index: 1090;
  }
  .cart-sidebar {
    width: 100vw;
    right: -100vw;
  }
  .floating-cart-btn {
    /*position: fixed;*/
    /*right: 50px;*/
    /*bottom: 50px;*/
    /*padding: 25px 30px !important;*/
    /*box-shadow: rgba(6, 5, 50, 0.3) 0px 4px 30px ;*/
  }
  .soc-bot i{
    font-size: 21px !important;
margin-right: 4px !important;
  }
  div.col-lg-6.col-3.text-right {
    padding-left: 0px !important;
  }
  div.col-lg-6.col-9.text-left {
    padding-right: 0px !important;
  }

  div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link{
padding-left: 0px !important;
padding-top: 2px !important;
padding-bottom: 2px !important;
padding-right: 10px !important;

  }
  div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 {
float: left !important;
  }


div.menu_bottom ul.nav.nav-pills.me-auto.mb-2.mb-lg-0 li.nav-item a.nav-link.bottom_ling {
  padding-left: 0px !important;

  }


  .product-card {
    margin-top: 0px !important;
  }
  #cartItemsList {
    /*min-height: 40vw;*/
  }
  .floating-cart-btn-pc {
    display: none !important;
  }
  .floating-cart-btn-mob {
    display: block !important;
  }

  .cart-sidebar.active {
    right: 0;
  }
  div.delivery-info h3.mb-1 {
    font-size: 16px !important;
  }

  div.swiper.my-5.container {
    margin-top: 10px !important;
  }

  div.logo-section.d-flex.align-items-center.gap-3 div small{
font-size: 11px !important;
  }

  div.delivery-info div small.mt-0{
    font-size: 11px !important;
  }

  div.delivery-info div small.mb-0.text-muted {
      display: none !important;
  }

  div.delivery-info div br {
      display: none !important;
  }

  footer.bg-dark.text-white.text-center.py-4.px-5.mt-0 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.cart-sidebar.active {
  right: 0;
  display: block;
}

.cart-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cart-sidebar.active .cart-sidebar-overlay {
  display: block;
}




.cart-sidebar-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 440px;
  height: 100%;
  background: rgb(243, 243, 247);
  padding-bottom: 0px !important;
  padding: 20px 0px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .cart-sidebar-content {
    width: 100vw;
    right: -100vw;
  }
  div.logo-section.d-flex.align-items-center.gap-3 img{
    height: 40px;
  }
  /* Горизонтальный скролл для меню */
.mobile-scroll-horizontal {
 display: -webkit-box;
overflow-x: scroll;
margin-bottom: 0 !important;
-ms-overflow-style: none;
      scrollbar-width: none;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.mobile-scroll-horizontal::-webkit-scrollbar {
      width: 0;
      height: 0;
}

.mobile-scroll-horizontal .nav-item {
  flex-shrink: 0;
  margin-right: 5px;
}

/* Фиксированная кнопка корзины внизу экрана */
#cartBtn {
  width: 50vw; /* половина ширины экрана */
  max-width: 100%; /* на случай очень больших экранов */
  display: flex;
  justify-content: center;
  align-items: center;

  /*position: relative !important;*/
  /*bottom: 20px !important;*/
  /*left: 50% !important;*/
  /*transform: translateX(-50%) !important;*/
  z-index: 99999 !important;
  background-color: #ff4d4d;
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

footer.footer-background-color.text-white.text-center.py-4.px-5.mt-0.pb-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .swiper {
    padding-left: 10px !important; 
    padding-right: 60px !important; 
  }

  .cart-sidebar.active .cart-sidebar-content {
    right: 0;
  }

  .cart-sidebar-content .cart-sidebar-overlay {
    display: none;
  }
}
.cart-empty-message {
  font-size: 1.2rem;
  color: #888;
  padding: 2rem;
  text-align: center;
}
/* Modal Styles */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-overlay.active {
  display: flex;
/*  animation: fadeIn 0.3s ease-in-out;*/
}

 .modal-content {
      background: var(--modal-bg);
      border-radius: 15px;
      max-width: 900px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 20px;
      padding-top: 10px;
      position: relative;
    }
    .modal-content img {
      max-width: 100%;
    }
    .modal-left {
      flex: 1 1 50%;
      padding: 10px;
    }
    .modal-right {
      flex: 1 1 50%;
      padding: 10px;
    }
    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
    }
.close-btn-m {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.size-select button,
.crust-select button {
  margin-right: 5px;
  margin-bottom: 10px;
}

.toppings {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topping-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  width: 100px;
  font-size: 14px;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 768px) {
  .modal-content {
    flex-direction: column;
  }

  .modal-left, .modal-right {
    width: 100%;
    padding: 10px;
  }

  .product-card img {
    height: 180px;
    object-fit: cover;
  }
}

.carousel-inner {
  transition: transform 0.6s ease;
}

.carousel-item {
  flex: 0 0 20%; /* 5 элементов по 20% = 100% */
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item img {
  width: 90%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Адаптивность */
@media (max-width: 992px) {
  .carousel-item {
    flex: 0 0 25%; /* 4 элемента на экране */
  }
}
@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 33.33%; /* 3 элемента */
  }
}
@media (max-width: 576px) {
  .carousel-item {
    flex: 0 0 50%; /* 2 элемента */
  }
}

/* Стили для Swiper */
.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Контейнер карусели */
.container.position-relative {
  position: relative;
}

/* Позиционирование стрелок */
.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

.swiper-button-prev-custom::after,
.swiper-button-next-custom::after {
  content: "";
  display: none;
}

.swiper-button-prev-custom {
  left: -60px; /* Вне контейнера */
}

.swiper-button-next-custom {
  right: -60px; /* Вне контейнера */
}

/* Стили для карточек */
.card {
  border: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: none !important;
  transition: .3s;
}
.qty-controls {
  background-color: rgb(243, 243, 247);
border-radius: 50px;
}

div.d-flex.align-items-center.mt-2{
/*  background-color: rgb(243, 243, 247);
border-radius: 50px;*/
}
.card-img-top {
  transition: .3s;
}

.card:hover .card-img-top {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  border-radius: 21px;
  transition: .3s;
}

.card-img-top {
  height: 300px;
  object-fit: cover;
  border-radius: 21px;
}

.card-body {
  padding: 1rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 500;
}
strong {
  font-weight: 500;

}
.change-qty {
background: transparent !important;
color: #000 !important;
margin-right: 0 !important;
margin-left: 0 !important;
border: none;
margin-right: 3px !important;
margin-left: 3px !important;
font-size: 16px !important;
}

button {
  border-radius: 50px !important;
}
/*#cartBtn:hover {
opacity: .8;
border: none;
}*/
#cartBtn {
   background: #dc9f3b !important;
color: #fff !important;
font-size: 16px;
padding: 10px 20px;
border: none;
}
button[type="submit"]:hover {
opacity: .8;
border: none;
}
button[type="submit"] {
  background: #dc9f3b !important;
color: #fff !important;
font-size: 18px !important;
padding: 10px 20px !important;
border: none;
}
.delete-item {
  font-size: 10px !important;
  border-radius: 5px !important;
padding: 2px 5px !important;
line-height: 14px !important;
}

.select-product-btn {
  background: #dc9f3b !important;
color: #fff !important;
font-size: 13px !important;
padding: 10px 20px !important;
border: none;
}

#addToCartBtn {
  background: #dc9f3b !important;
color: #fff !important;
font-size: 16px !important;
padding: 15px 20px !important;
border: none;
}

.select-product-btn:hover {
opacity: .8;
border: none;
}


.card-text {
  color: #6c757d;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.btn-outline-secondary {
  background-color: rgba(220, 159, 59, 0.1); /* Светлый фон кнопки */
  color: var(--main-color);
  border-color: var(--main-color);
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background-color: var(--main-color);
  color: white;
}
/* Меню */
.navbar {
  transition: transform 0.3s ease;
}

.navbar div.container {
  box-shadow: rgba(6, 5, 50, 0.1) 0px 4px 30px;
  border-radius: 50px;
  padding: 10px;
}


.navbar.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
/*  background: transparent; !important;*/
  animation: slideDown 0.4s forwards;
   backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: rgba(6, 5, 50, 0.1) 0px 4px 30px;
}

/* Анимация появления */
@keyframes slideDown {
  from {
    top: -60px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* Анимация исчезновения */
@keyframes slideUp {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: -60px;
    opacity: 0;
  }
}

.navbar.fixed-top div.container {
  
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: transparent !important;
  box-shadow: 0 !important;
}
nav.navbar.navbar-expand-lg.bg-white.py-2.fixed-top div.container{
  backdrop-filter: blur(0px)!important;
  -webkit-backdrop-filter: blur(0px) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.navbar .nav-link {
  color: var(--def-color); /* Цвет ссылок */
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #dc9f3b; /* Активная ссылка */
  background-color: transparent;
}

/* Скроллинг к секциям */
.scroll-target {
  scroll-margin-top: 70px; /* Учитывает высоту фиксированного меню */
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 21px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--main-color); /* Цвет кнопок */
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}
#modal-title {
  max-width: 80%;
margin-bottom: 0px;
}

/* === Toast-уведомление === */
/* === Toast-уведомление === */
.cart-toast {
  position: fixed;
  bottom: 80px;
  width: 100%;
  right: inherit;
  z-index: 99999;
  pointer-events: none;
}

.cart-toast-content {

  color: white;
  max-width: 250px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background: rgba(0, 0, 0, 0.2) !important;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.cart-toast-content.show {
  opacity: 1;
  backdrop-filter: blur(20em);
  -webkit-backdrop-filter: blur(20em);
  background: rgba(0, 0, 0, 0.9) !important;
  transform: translateY(0);
  pointer-events: auto;
}

.cart-toast-content.hide {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: none; /* Убираем стандартные стрелки Swiper */
}

.swiper-button-next {
  right: 10px !important; /* Правая кнопка */
  backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(5px);
background: rgba(0, 0, 0, 0.15) !important;
width: 40px !important;
height: 40px !important;
border-radius: 50px !important;
color: #fff !important;
font-family: CeraPro;
font-weight: 100;
}
.swiper-wrapper {
  transition-timing-function: linear;
}

.bg-dark {
  background-color: rgb(24, 24, 24) !important;
}
.soc-bot {
  color: rgba(255, 255, 255, 0.6);
  transition: .3s;
}
.soc-bot:hover {
  color: rgba(255, 255, 255, 1);
  transition: .3s;
}
.footer-row {
  flex-wrap: wrap;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: justify;
justify-content: space-between;
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(255, 255, 255, 0.1);
padding-top: 25px;
margin-top: -2px;
color: rgba(255, 255, 255, 0.7);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.swiper-button-prev {
  left: -10px; /* Левая кнопка */
   backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(5px);
background: rgba(0, 0, 0, 0.15) !important;
width: 40px !important;
height: 40px !important;
border-radius: 50px !important;
color: #fff !important;
font-family: CeraPro;
font-weight: 100;
opacity: 1 !important;
}
.swiper-button-disabled {
  opacity: 0 !important;
}

#cartItemsList {
/*  background: #fff;*/
  padding: 0px;
}
#orderForm {
  background: #fff;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 -9px 30px rgba(6, 5, 50, 0.15);
}


#cartItemsList .cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #fff;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #eee;
}

.cart-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.cart-item-info {
  flex-grow: 1;
}

.cart-item-price {
  font-weight: bold;
}
.sms-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.sms-modal.active {
  display: flex;
}

.sms-modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.sms-modal-content input {
  margin: 10px 0;
}

