
.modal-volume-selector-content[data-v-527b4967]{
  border-top: 5px solid #E0E0E0;
  padding: 20px 0 15px 0;
  width: 95%;
  border-radius: 30%;
}
.modal-volume-selector[data-v-527b4967] {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.volume-title[data-v-527b4967] {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #606060;
  margin-bottom: 20px;
  text-align: center;
}
.volume-options[data-v-527b4967] {
  gap: 20px 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.volume-option[data-v-527b4967] {
  flex-direction: column;
  padding: 5px 15px;
  border: 3px solid #E0E0E0;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 90px;
  gap: 3px;
}
.volume-option[data-v-527b4967]:hover {
  border-color: #FF9935;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px rgba(255, 153, 53, 0.2);
}
.volume-option.selected[data-v-527b4967] {
  border: 3px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935) border-box;
  background-size: 400% 400%;
  animation: gradientMove-527b4967 6s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(158, 14, 15, 0.3);
  padding: 5px 15px;
}
.volume-name[data-v-527b4967] {
  font-size: 16px;
  font-weight: 600;
  color: #242424;
}
.volume-price[data-v-527b4967] {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.volume-option.selected .volume-name[data-v-527b4967] {
  color: #9E0E0F;
  font-weight: 700;
}
.volume-option.selected .volume-price[data-v-527b4967] {
  color: #FF9935;
  font-weight: 700;
}

/* Динамическое позиционирование заголовка */
.title-block-center[data-v-527b4967] {
  position: absolute;
  width: calc(100% - 30px * 2);
  padding: 0 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Объединенная кнопка с анимацией градиента */
.modal-unified-btn[data-v-527b4967] {
  position: absolute;
  bottom: -10px;
  left: -6px;
  right: -6px;
  z-index: 100;
  padding: 5px 25px;
  background: linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935);
  background-size: 400% 400%;
  border-radius: 30px 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: gradientMove-527b4967 6s ease-in-out infinite;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.modal-unified-btn[data-v-527b4967]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(158, 14, 15, 0.4);
  animation-duration: 3s;
}
.modal-unified-btn[data-v-527b4967]:active {
  transform: translateY(0);
}
@keyframes gradientMove-527b4967 {
0% {
    background-position: 0% 50%;
}
25% {
    background-position: 50% 50%;
}
75% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.btn-price[data-v-527b4967] {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-text[data-v-527b4967] {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Стили для заголовка модального окна */
.modal-select-title[data-v-527b4967] {
  width: 100%;
  padding: 10px 0 8px 0;
  background: linear-gradient(to right, rgba(158, 14, 15), rgba(255, 153, 53));
  border-radius: 30px;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-select-title span[data-v-527b4967] {
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  hyphens: auto;
}

.fade-modal-enter-active[data-v-504c64e9],
.fade-modal-leave-active[data-v-504c64e9] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-504c64e9],
.fade-modal-enter-from[data-v-504c64e9]{
  margin-bottom:-50vh;
  opacity: 0;
}

.fade-modal-enter-active[data-v-cae926f0],
.fade-modal-leave-active[data-v-cae926f0] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-cae926f0],
.fade-modal-enter-from[data-v-cae926f0]{
  margin-bottom:-50vh;
  opacity: 0;
}

.slide-leave-active{
  transition: none;
}
.slide-enter-active {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity:1;
}
.slide-enter-from {
  transform: translateX(7%);
  opacity:0;
}
.slide-leave-to {
}
.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}
/* Стили для маркетингового блока с анимированным градиентом */
.marketing-btn-block[data-v-91885cd1] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: space-between;
}
.marketing-cart-btn[data-v-91885cd1] {
  font-size: 20px;
  color: #FFFFFF;
  width: calc(286px - 23px * 2);
  height: calc(100% - 10px * 2);
  padding: 10px 23px;
  border-top-right-radius: 30px;
  background: linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935);
  background-size: 400% 400%;
  animation: gradientMove-91885cd1 6s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.marketing-cart-btn[data-v-91885cd1]:hover {
  padding: 10px 36px 10px 30px;
  animation-duration: 3s;
}
.marketing-info-btn[data-v-91885cd1] {
  position: absolute;
  height: calc(100% - 10px * 2);
  padding: 10px 10px 10px 10px;
  right: 0;
  bottom: 0;
  border-top-left-radius: 30px;
  background: linear-gradient(45deg, #FFFFFF, #F7F7F7, #FFFFFF, #F7F7F7);
  background-size: 400% 400%;
  animation: gradientMove-91885cd1 8s ease-in-out infinite;
  cursor: pointer;
  transition: all 0.3s ease;
}
.marketing-info-btn[data-v-91885cd1]:hover {
  padding: 16px 10px 13px 10px;
  animation-duration: 4s;
}
.marketing-info-btn:hover .circle-mini-mark[data-v-91885cd1] {
  animation: pulseWithOpacity-91885cd1 2s infinite;
}
.circle-mini-mark[data-v-91885cd1] {
  width: calc(22px - 2px * 2);
  height: calc(22px - 2px * 2);
  border-radius: 50%;
  border: 2px solid #242424;
  transition: all 0.3s ease-in-out;
}
@keyframes pulseWithOpacity-91885cd1 {
0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(0.95);
    opacity: 0.9;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}

/* Анимация градиента */
@keyframes gradientMove-91885cd1 {
0% {
    background-position: 0% 50%;
}
25% {
    background-position: 50% 50%;
}
75% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

/* Стили для цены */
.marketing-info-btn span[data-v-91885cd1] {
  font-size: 18px;
  color: #242424;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.fade-modal-enter-active[data-v-f8047513],
.fade-modal-leave-active[data-v-f8047513] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-f8047513],
.fade-modal-enter-from[data-v-f8047513]{
  margin-bottom:-50vh;
  opacity: 0;
}

/* Стили кнопки корзины с анимированным градиентом */
.cart-btn[data-v-f8047513] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px 10px 5px;
  background: linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935);
  background-size: 400% 400%;
  animation: gradientMove-f8047513 6s ease-in-out infinite;
  border-radius: 30px;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.4));
  cursor: pointer;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cart-btn[data-v-f8047513]:hover {
  transform: scale(1.05);
  animation-duration: 3s;
}
.cart-btn span[data-v-f8047513] {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.cart-btn-text[data-v-f8047513] {
  font-size: 16px !important;
}
.cart-btn svg[data-v-f8047513] {
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.cart-sum-box[data-v-f8047513] {
  position: absolute;
  padding: 5px 10px 5px 10px;
  top: -24px;
  right: -10px;
  background: linear-gradient(45deg, #1E1E1E, #363636, #1E1E1E, #363636);
  background-size: 400% 400%;
  animation: gradientMove-f8047513 6s ease-in-out infinite;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.cart-sum-box span[data-v-f8047513] {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Анимация градиента */
@keyframes gradientMove-f8047513 {
0% {
    background-position: 0% 50%;
}
25% {
    background-position: 50% 50%;
}
75% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

.fade-modal-enter-active[data-v-01b12c2e],
.fade-modal-leave-active[data-v-01b12c2e] {
  transition: margin-bottom 0.4s ease, opacity 0.3s ease;
}
.fade-modal-leave-to[data-v-01b12c2e],
.fade-modal-enter-from[data-v-01b12c2e]{
  margin-bottom:-50vh;
  opacity: 0;
}

.cart-content[data-v-b9fbe1bb]{
  width: 100%;
  height: auto;
  /* padding: 0 15px; */
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cart-amount-info[data-v-b9fbe1bb] {
  width: calc(100% - 20px * 2 - 15px * 2 - 2px * 2);
  background: #FFFFFF;
  padding: 18px 20px 15px 20px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  justify-content: space-between;
  align-items: center;
  border: 3px solid transparent;
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
              linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935) border-box;
  background-size: 400% 400%;
  animation: gradientMove-b9fbe1bb 6s ease-in-out infinite;
  position: fixed;
  bottom: -2px;
  left: 15px;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.4));
}
.amount[data-v-b9fbe1bb] {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray);
}
.btn[data-v-b9fbe1bb] {
  background: linear-gradient(45deg, #9E0E0F, #FF9935, #9E0E0F, #FF9935);
  background-size: 400% 400%;
  animation: gradientMove-b9fbe1bb 6s ease-in-out infinite;
  color: #FFFFFF;
  padding: 10px 23px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.5s ease;
}
.btn[data-v-b9fbe1bb]:hover {
  padding: 10px 24px 10px 28px;
  box-shadow: 0 4px 8px rgba(158, 14, 15, 0.3);
  animation-duration: 3s;
}

/* Основной блок карточки */
.cart-block[data-v-b9fbe1bb] {
  width: calc(100% - 15px * 2);
  background: #FFFFFF;
  border: 2px solid #9E0E0F;
  border-radius: 30px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: max-height 0.3s ease-in-out, 
              border-color 0.3s ease-in-out, 
              box-shadow 0.3s ease-in-out, 
              transform 0.3s ease-in-out;
  overflow: hidden;
  max-height: 90px; /* Фиксированная высота для компактного вида */
}
.cart-block[data-v-b9fbe1bb]:hover {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.cart-block.expanded[data-v-b9fbe1bb] {
  border-color: #FF9935;
  box-shadow: 0 6px 12px rgba(255, 153, 53, 0.2);
  max-height: 500px; /* Максимальная высота для раскрытого вида */
  transition: max-height 0.3s ease-in-out, 
              border-color 0.3s ease-in-out, 
              box-shadow 0.3s ease-in-out, 
              transform 0.3s ease-in-out;
}

/* Основная часть карточки */
.cart-main[data-v-b9fbe1bb] {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.cart-main[data-v-b9fbe1bb]:hover {
  background: rgba(158, 14, 15, 0.02);
}
.cart-product-img[data-v-b9fbe1bb] {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
  flex-shrink: 0;
}
.cart-main:hover .cart-product-img[data-v-b9fbe1bb] {
  border-radius: 20px;
}
.cart-product-img img[data-v-b9fbe1bb] {
  width: 100%;
  object-fit: cover;
}
.info-block[data-v-b9fbe1bb] {
  flex: 1;
  margin-left: 15px;
  min-width: 0;
}
.product-title[data-v-b9fbe1bb] {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray);
  line-height: 1.3;
  background: linear-gradient(to right, #1E1E1E -10%, #9E0E0F 30%, #FF9935 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.volume-badge[data-v-b9fbe1bb] {
    display: inline-flex;
    margin-top: -5px;
    margin-left: 10px;
    padding: 4px 15px 3px 15px;
    background: linear-gradient(to right, #9E0E0F, #FF9935);
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    -webkit-background-clip: initial;
    background-clip: initial;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.product-price[data-v-b9fbe1bb] {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #9E0E0F;
}

/* Действия с карточкой */
.cart-actions[data-v-b9fbe1bb] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.expand-btn[data-v-b9fbe1bb] {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: rgba(158, 14, 15, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.expand-btn[data-v-b9fbe1bb]:hover {
  background: rgba(158, 14, 15, 0.2);
  transform: scale(1.1);
}
.expand-btn svg[data-v-b9fbe1bb] {
  transition: transform 0.3s ease-in-out;
}
.cart-block.expanded .expand-btn svg[data-v-b9fbe1bb] {
  transform: rotate(180deg);
}
.delete-btn[data-v-b9fbe1bb] {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #9E0E0F, #FF9935);
  box-shadow: 0 2px 4px rgba(158, 14, 15, 0.3);
}
.delete-btn[data-v-b9fbe1bb]:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(158, 14, 15, 0.4);
  background: linear-gradient(to right, #7A0B0C, #E6852A);
}
.delete-btn svg[data-v-b9fbe1bb] {
  width: 24px;
  height: 24px;
}
.delete-btn svg circle[data-v-b9fbe1bb] {
  fill: transparent;
}
.delete-btn svg path[data-v-b9fbe1bb],
.delete-btn svg line[data-v-b9fbe1bb] {
  stroke: white;
  stroke-width: 2.5;
}

/* Раскрытая часть карточки */
.cart-expanded[data-v-b9fbe1bb] {
  border-top: 1px solid #E0E0E0;
  background: rgba(158, 14, 15, 0.02);
  padding: 20px;
}
.expanded-content[data-v-b9fbe1bb] {
  /* Стили для содержимого раскрытой части */
  width: 100%;
}
.product-description[data-v-b9fbe1bb] {
  margin-bottom: 20px;
}
.product-description h4[data-v-b9fbe1bb] {
  font-size: 16px;
  font-weight: 600;
  color: #9E0E0F;
  margin-bottom: 8px;
}
.product-description p[data-v-b9fbe1bb] {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

/* Селектор объема */
.volume-selector[data-v-b9fbe1bb] {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
}
.volume-selector h4[data-v-b9fbe1bb] {
  font-size: 16px;
  font-weight: 600;
  color: #9E0E0F;
  margin-bottom: 15px;
  text-align: center;
}
.volume-options[data-v-b9fbe1bb] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.volume-option[data-v-b9fbe1bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
  border: 2px solid #E0E0E0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
  gap: 4px;
}
.volume-option[data-v-b9fbe1bb]:hover {
  border-color: #FF9935;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 153, 53, 0.2);
}
.volume-option.selected[data-v-b9fbe1bb] {
  border-color: #9E0E0F;
  box-shadow: 0 4px 18px rgba(158, 14, 15, 0.4);
}
.volume-name[data-v-b9fbe1bb] {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
}
.volume-price[data-v-b9fbe1bb] {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.volume-option.selected .volume-name[data-v-b9fbe1bb] {
  color: #9E0E0F;
}
.volume-option.selected .volume-price[data-v-b9fbe1bb] {
  color: #FF9935;
  font-weight: 600;
}

/* ===== АНИМАЦИИ ===== */

/* Список карточек */
.cart-list[data-v-b9fbe1bb] {
  width: 100%;
  display: contents;
}

/* Анимация добавления/удаления карточек */
.cart-item-enter-active[data-v-b9fbe1bb] {
  transition: all 0.3s ease-in-out;
}
.cart-item-leave-active[data-v-b9fbe1bb] {
  transition: all 0.3s ease-in-out;
}
.cart-item-enter-from[data-v-b9fbe1bb] {
  opacity: 0;
  transform: translateX(-30px) scale(0.9);
}
.cart-item-leave-to[data-v-b9fbe1bb] {
  opacity: 0;
  transform: translateX(30px) scale(0.9);
}
.cart-item-move[data-v-b9fbe1bb] {
  transition: transform 0.3s ease;
}

/* Анимация раскрытой части карточки */
.cart-expanded[data-v-b9fbe1bb] {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, 
              max-height 0.3s ease-in-out;
}
.cart-expanded.show[data-v-b9fbe1bb] {
  opacity: 1;
  max-height: 500px;
}

/* Анимация изменения цены */
.product-price[data-v-b9fbe1bb] {
  transition: all 0.3s ease;
}

/* Анимация изменения размера карточки - стили уже в основном CSS */

/* Анимация кнопок */
.expand-btn[data-v-b9fbe1bb], .delete-btn[data-v-b9fbe1bb] {
  transition: all 0.3s ease;
}

/* Анимация изменения объема */
.volume-option[data-v-b9fbe1bb] {
  transition: all 0.3s ease;
}

/* Анимация изображения товара */
.cart-product-img[data-v-b9fbe1bb] {
  transition: all 0.3s ease;
}

/* Анимация градиента */
@keyframes gradientMove-b9fbe1bb {
0% {
    background-position: 0% 50%;
}
25% {
    background-position: 50% 50%;
}
75% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}

/* Анимация текста */
.product-title[data-v-b9fbe1bb], .volume-badge[data-v-b9fbe1bb] {
  transition: all 0.3s ease;
}
