:root {
  --main-color: rgb(255, 105, 0);
  --def-color: #fff;
  --modal-bg: #fff;
}

body {
  font-family: CeraPro;
  overflow-x: hidden;
  color: #fff;
  background: rgb(24, 24, 24) !important;
}

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

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 {
  display: flex;
  background: #1f1f1f;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}

div.btn-group.w-100 label.btn.btn-outline-secondary.w-50{
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 400;
  color: #bbb !important;
}

#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;
}

#profileTabs {
  border: 0;
  display: flex;
  background: #1f1f1f;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}
ul#profileTabs li.nav-item button.nav-link.active {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 400;
  color: #bbb;
  font-size: 13px;
  background: #2a2a2a;
  color: #fff;
  border: none !important;
}
ul#profileTabs li.nav-item button.nav-link:hover {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 400;
  color: #bbb;
  font-size: 13px;
  background: #2a2a2a;
  color: #fff;
  border: none !important;
}
ul#profileTabs li.nav-item button.nav-link:focus {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 400;
  color: #bbb;
  font-size: 13px;
  background: #2a2a2a;
  color: #fff;
  border: none !important;
}
ul#profileTabs li.nav-item button.nav-link {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 10px !important;
  cursor: pointer;
  font-weight: 400;
  color: #bbb;
  font-size: 13px;
  border: none !important;
}
#authError {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  color: #f00 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
#authUserPoints {
  font-weight: 500;
  font-size: 13px;
  background-color: rgb(255, 105, 0) !important;
  color: #fff !important;
  font-weight: 400;
}
#authProfileBtn {
  background: #2f2f2f;
  border-radius: 40px;
  padding: 12px 16px !important;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  cursor: pointer;
  text-decoration: none !important;
  border: none !important;
  color: #acb0b4 !important;
}
.btnMishkaSave {
  background: rgb(255, 105, 0) !important;
  color: #fff !important;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px !important;
}

#prName {
  background: #111;border: none;border-radius: 10px;margin-right: 0;color: #fff;font-size: 18px;font-weight: 300;
}
#prSurname {
  background: #111;border: none;border-radius: 10px;margin-right: 0;color: #fff;font-size: 18px;font-weight: 300;
}
#prEmail {
  background: #111;border: none;border-radius: 10px;margin-right: 0;color: #fff;font-size: 18px;font-weight: 300;
}
#prBirthday {
  background: #111;border: none;border-radius: 10px;margin-right: 0;color: #fff;font-size: 18px;font-weight: 300;
}

#authPhone::placeholder {
  color: #7e7f80;
}
#authName::placeholder {
  color: #7e7f80;
}
#authEmail::placeholder {
  color: #7e7f80;
}
#authCode::placeholder {
  color: #7e7f80;
}
 #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: rgb(255, 105, 0) !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: #2a2a2a !important;
  color: #fff;
}

.d-none {
  display: none !important;
}
  #modal-toppings-wrap .toppings-toggle{
      width:100%;
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      background:transparent;
      color:#fff;
      border:0;
      padding:6px 4px;
      text-align:left;
      font-weight:600;
    }
#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: rgb(255, 105, 0) !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 screen and (max-width: 800px) {
  div.delivery-info.ms-3 {
    display: none;
  }
  .story-viewer {
    width: 100% !important;
    margin-top: 20px !important;
  margin: 0px auto !important;
  }
  div.container.header-bar.mb-5.d-flex.align-items-center.justify-content-between {
    margin-bottom: 10px !important;
  }
  .close-btn-m {
    top: 15px !important;
right: 15px !important;
font-size: 54px !important;
color: #000 !important;
z-index: 9999 !important;
  }
}


@media (min-width: 769px) {
  .floating-cart-btn-mob {
    display: none !important;
  }
  .pill {
    font-size: 14px !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 ;
  }
}

.card-title {
  color: #fff
}
/* Адаптивность для мобильных устройств */
@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;
  }
  .modal-content {
    position: absolute !important;
    bottom: 0 !important;
    border-radius: 30px 30px 0px 0px !important;
    min-height: 70vh !important;
    max-height: 95vh;
    color: #fff !important;
  }
  #addToCartBtn {
    background: rgb(255, 105, 0) !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 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 100% !important;
  }
  #modal-title {
    margin: 0 auto;
color: #fff;
text-align: center;
margin-top: -30px;
font-size: 28px !important;
  }
  .toppings {
    gap: 5px !important;
  }
  .modal-content {
    overflow: hidden;
    background: url(/assets/img/story/test12323.webp) !important;
    background-size: cover !important;
  }
  #modal-img {
    top: -80px !important;
position: relative !important;
overflow: hidden !important;
transform: scale(1.4) !important;
  }

  #authModal .modal-content {
    background: #191918 !important;
  }

  #modal-title {
    font-size: 24px !important;
    color: #fff !important;
  }
  #modal-details {
    color: #fff !important;
  }
  p#modal-details {
    font-size: 15px !important;
    line-height: 18px !important;
    color: #fff !important;
    text-align: center;
  }
  div.card-body.p-3.d-flex.flex-column.justify-content-between {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .jdfhfd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* или любая высота */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* для Safari */
    /*background-color: rgba(255, 255, 255, 0.7); !* полупрозрачный фон *!*/
    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: 24px !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: 10px !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;
}

  .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;
  }
}
body.no-scroll {
  height: 100%;
   overflow: hidden;
}
html.no-scroll {
  overflow: hidden;
}
.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.8);
  backdrop-filter: blur(5px);
  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: #191918;
      border-radius: 15px;
      max-width: 900px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding: 20px;
      padding-top: 10px;
      position: relative;
    }
    /* Товарный модал: прокрутка контента, скрываемые добавки */
    #modal .modal-content{
      max-height: 90vh;
      overflow-y: auto;
    }
    #modal-toppings-wrap{
      background:transparent;
      border-radius:14px;
      padding: 0px;
    }
    #modal-toppings-wrap .toppings-toggle{
      width:100%;
      display:none;
      align-items:center;
      justify-content:space-between;
      gap:5px;
      background:transparent;
      color:#fff;
      border:0;
      padding:6px 4px;
      text-align:left;
      font-weight:500;
    }
    #modal-toppings-wrap .toppings-toggle i{
      transition:transform .2s ease;
    }
    #modal-toppings-wrap .toppings{
      display:block;
    }
    .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: 34px;
  color: #fff !important;
  font-weight: 100;;
  opacity: .8;
  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: 5px;
}

.topping-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px;
  text-align: center;
  width: 95px;
  font-size: 14px;
  display: inline-flex !important;
  margin-bottom: 5px;
  cursor: pointer;
}
  #modal-toppings-wrap .toppings-toggle{
  padding: 15px 20px;
background: rgba(0, 0, 0, 0.78);
backdrop-filter: blur(2rem);
}

@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: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  #modal-toppings-wrap .toppings-toggle{
    display:flex;
  }
  #modal-toppings-wrap.is-collapsed .toppings{
    display:none;
  }
  #modal-toppings-wrap:not(.is-collapsed) .toppings-toggle i{
    transform:rotate(180deg);
  }
}

.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;
  background: transparent;
  border-radius: 24px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: none !important;
  transition: .3s;
}
.qty-controls {
  gap: 5px;
  background: #2b2b2b;
  border-radius: 9999px;
  padding: 5px 10px;
  color: #eaeaea;
}

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: none;
  transform: scale(1.07);
  border-radius: 0px;
  transition: .3s;
}

.card-img-top {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 21px;
}

.card-body {
  padding: 1rem;
  background: #42413e;
  border-radius: 21px;
}

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

}
.change-qty {
background: transparent !important;
color: #fff !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: rgb(255, 105, 0) !important;
color: #fff !important;
font-size: 16px;
padding: 10px 20px;
border: none;
}
button[type="submit"]:hover {
opacity: .8;
border: none;
}
button[type="submit"] {
  background: rgb(255, 105, 0) !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: rgb(255, 105, 0) !important;
color: #fff !important;
font-size: 13px !important;
padding: 10px 20px !important;
border: none;
}

#addToCartBtn {
  background: rgb(255, 105, 0) !important;
color: #fff !important;
font-size: 16px !important;
padding: 15px 20px !important;
  border-radius: 16px !important;
border: none;
}

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


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

@media screen and (max-width: 800px) {
  .card-text {
  color: #c5c5c6;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.1;
}
.combo-summary-prices {
  backdrop-filter: blur(2em);
position: fixed;
bottom: 0;
z-index: 999;
left: 0;
right: 0;
padding: 8px 20px 20px 20px;
gap: 2px !important;
}
.combo-modal-header{
  padding-top: 15px !important;
padding-bottom: 10px !important;
}
#storeChooseOk{
  padding: 5px 12px !important;
font-size: 12px !important;
line-height: 15px !important;
height: 30px !important;
border-radius: 10px !important;
}
.tab-head {
  padding: 0 12px 12px !important;
}
.tab-head .tab-btn {
  padding: 5px 12px !important;
  font-size: 12px !important;
line-height: 15px !important;
height: 30px !important;
border-radius: 10px !important;
}
.modal-store .top-actions {
  padding: 0 10px 12px !important;
  gap: 5px !important;
}
.modal-store {
  backdrop-filter: blur(0.3em);
}
.modal-store .top-actions .btn {
  padding: 8px 10px !important;
font-size: 12px !important;
border-radius: 10px !important;
}
.combo-modal-title {
  font-size: 22px !important;
  font-weight: 400 !important;
}
.combo-options-title {
  font-weight: 500 !important;
}
.combo-full-price {
  font-size: 18px !important;
color: #d4dce3 !important;
font-weight: 400 !important;
text-decoration: line-through;
text-align: center;
}
.combo-summary {
  width: 100%;
}
.topping-card {
  width: 84px !important
}
.test {
  
}
.cart-mobile-btn {
  font-weight: 400 !important;
  bottom: 10px !important;
  left: 10px !important;
  right: 10px !important;
  padding: 20px 18px !important; 
border-radius: 14px !important;
}
}
.pill-text {
  margin-bottom: -3px !important;
}
.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;
box-shadow: 0px 8px 20px rgba(0,0,0,0.4);
/*  background: transparent; !important;*/
  animation: slideDown 0.4s forwards;

  background:rgb(24, 24, 24) !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 {

  background: rgb(24, 24, 24) !important;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.4);
}
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: rgb(255, 105, 0); /* Активная ссылка */
  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;
  color: #fff;
}
#modal .modal-content{
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
}
#modal .modal-left,
#modal .modal-right{
  max-height: none;
}
/* === Toast-уведомление === */
.cart-toast {
  position: fixed;
  bottom: 160px;
  width: 280px;
  right: inherit;
  z-index: 99999;
  pointer-events: none;
}
.modal-backdrop {
  z-index: 1;
  background: rgba(0,0,0,.5) !important;
}
.cart-toast-content {

  color: white;
  max-width: 280px;
  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.9) !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: #191918;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

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

/* === Combo modal === */
.combo-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  padding: 24px;
}
.combo-modal.active {
  display: flex;
}
.combo-modal-dialog {
  width: min(1040px, 100%);
  max-height: 90vh;
  background: #1f1f1f;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}
.combo-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.combo-modal-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.combo-close {
  background: transparent;
  border: none;
  color: #bbb;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.combo-modal-body {
  display: flex;
  gap: 24px;
  padding: 24px 28px;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: flex-start;
}
.combo-summary {
  flex: 0 0 260px;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 24px;
  align-self: flex-start;
  flex-shrink: 0;
}
.combo-summary-title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.combo-selection-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
button.btn.btn-sm.btn-warning.mb-0.combo-slot {
  width: 100%;
  border-color: #ff7a00;
  box-shadow: 0 0 0 2px rgba(255,122,0,0.75);
  background: #353129;
  border-radius: 14px !important;
  padding: 10px 16px;
  color: #f1f1f1 !important;
  text-align: left !important;
  cursor: pointer;
  transition: border .15s ease, background .15s ease;
}
.combo-selection-list .combo-slot {
  width: 100%;
  background: #2b2b2b !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 14px !important;
  padding: 10px 16px;
  color: #f1f1f1 !important;
  text-align: left !important;
  cursor: pointer;
  transition: border .15s ease, background .15s ease;

}
.combo-summary-prices {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.combo-total-price {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.combo-discount {
  font-weight: 500;
  color: #c5c5c6;
}
.combo-full-price {
  font-size: 24px;
  color: #bdc5cd;
  font-weight: 500;
  text-decoration: line-through;
}
.combo-add-btn {
  width: 100%;
  background: rgb(255, 105, 0) !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 15px 20px !important;
  border-radius: 16px !important;
  border: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.combo-add-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;

}
.combo-add-btn:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 105, 0, 0.35);
}
.combo-options {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  height: 600px;
  padding-right: 6px;
}
.combo-options-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.combo-options-title {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.combo-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.combo-item-card {
  position: relative;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: border 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  color: #f1f1f1;
}
.combo-item-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}
.combo-item-card .name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.combo-item-card .price {
  display: block;
  font-size: 13px;
  color: #ffb347;
}
.combo-item-card .badge {
  position: absolute;
  top: 12px;
  right: 12px;
}
.combo-item-card:hover {
  border-color: #ff7a00;
  transform: translateY(-2px);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.35);
}
.combo-item-card.is-active {
  border-color: #ff7a00;
  box-shadow: 0 0 0 2px rgba(255, 122, 0, 0.35);
}
.combo-modal-footer {
  padding: 16px 28px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 992px) {
  .combo-modal-body {
    flex-direction: column;
    overflow: auto;
  }
  .combo-summary {
    flex: 1 1 auto;
    position: static;
    top: auto;
  }
  .combo-options {
    padding-right: 0;
    overflow-y: initial !important;
  }
}
@media (max-width: 576px) {
  .combo-modal {
    padding: 12px;
  }
  .combo-modal-dialog {
    max-height: 95vh;
  }
  .combo-modal-body {
    padding: 18px 20px;
  }
  .combo-modal-header,
  .combo-modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
