@charset "UTF-8";.content-style[data-v-55c47bd5] {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
}.item[data-v-0b15b557] {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.item[data-v-0b15b557]:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--smartBuy-style-theme-item-list-border-color-primary-default);
}
.left[data-v-0b15b557] {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.left h3[data-v-0b15b557] {
  margin: 0;
}
.title[data-v-0b15b557] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--smartBuy-style-theme-item-list-title-color-primary-default);
  min-width: 0;
  word-break: break-word;
}
.right[data-v-0b15b557] {
  display: flex;
  align-items: center;
  min-width: 0;
  word-break: break-word;
  gap: 12px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.subtitle[data-v-0b15b557] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: var(--smartBuy-style-theme-item-list-subtitle-color-primary-default);
  min-width: 0;
  word-break: break-word;
  margin: 0;
  height: 22.5px;
}
.rotated-svg[data-v-2fe88e52] {
  animation: rotate-2fe88e52 2s linear infinite;
  transform-origin: center;
}
@keyframes rotate-2fe88e52 {
from { transform: rotate(0deg);
}
to { transform: rotate(360deg);
}
}

.wrapper-list[data-v-936b5f08] {
  display: flex;
  flex-direction: column;
  gap: 28px;
  user-select: none;
}
.slide-fade-in[data-v-936b5f08] {
  animation: slideFadeIn-936b5f08 0.4s ease-in;
}
.slide-fade-out[data-v-936b5f08] {
  animation: slideFadeOut-936b5f08 0.4s ease-out;
  transform: translateY(200vh);
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@keyframes slideFadeOut-936b5f08 {
from {
    transform: translateY(0) scale(1);
    opacity: 1;
    height: auto;
}
to {
    transform: translateY(200vh) scale(0.9);
    opacity: 0;
    height: 0;
}
}
@keyframes slideFadeIn-936b5f08 {
from {
    transform: translateY(200vh) scale(0.9);
    opacity: 0;
    height: 0;
}
to {
    transform: translateY(0) scale(1);
    opacity: 1;
    height: auto;
}
}
.click-zone[data-v-2de8b01d] {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
}.heart-icon[data-v-48efbcea] {
  position: absolute;
  top: 10px;
  right: 10px;
}
.heart-icon svg path[data-v-48efbcea] {
  fill: transparent;
  stroke: var(--smartBuy-style-theme-product-card-heart-stroke-primary-default);
  stroke-width: 34;
}
.n-card[data-v-48efbcea] .n-card__content {
  padding: 0;
}
.product-card[data-v-48efbcea] {
  width: 160px;
  border: none;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
  background: transparent;
}
.product-image[data-v-48efbcea] {
  width: 100%;
  height: 140px;
  border-radius: 10px;
}
.text[data-v-48efbcea] {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}
.price[data-v-48efbcea] {
  margin: 0;
  padding: 0;
  opacity: 1;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 600;
  color: var(--smartBuy-style-theme-product-card-subtitle-color-primary-default);
}
.title[data-v-48efbcea] {
  margin: 0;
  padding: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-theme-product-card-title-color-primary-default);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.date[data-v-48efbcea] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-theme-product-card-date-color-primary-default);
}.grid-title[data-v-3b13f7e1] {
  width: 160px;
  padding: 16px 0;
  box-sizing: border-box;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.grid-section[data-v-3b13f7e1] {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.container[data-v-3b13f7e1] {
  margin: 0 auto;
}
.container .centered-wrapper[data-v-3b13f7e1] {
  position: relative;
  width: max-content;
  height: max-content;
}
.container .centered-wrapper[data-v-3b13f7e1]::before {
  content: "";
  width: 100%;
  height: var(--37ea0a6e);
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: var(--smartBuy-style-theme-item-list-border-color-primary-default);
}
.grid-container[data-v-3b13f7e1] {
  display: grid;
  justify-content: center;
  align-items: center;
}
.grid-container .card-container[data-v-3b13f7e1] {
  width: 100%;
}
.n-card[data-v-3b13f7e1] {
  border-radius: 15px;
}
.catalog-wrapper[data-v-a330810d] {
  user-select: none;
}
.animated-slide-fade[data-v-a330810d] {
  animation: slideFadeIn-a330810d 0.4s ease-out;
}
@keyframes slideFadeIn-a330810d {
from {
    opacity: 0;
    transform: translateX(20px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
.v-enter-active[data-v-a1eac7bf] {
  transition: all 0.2s ease;
}
.v-leave-active[data-v-a1eac7bf] {
  transition: none;
}
.v-enter-from[data-v-a1eac7bf],
.v-leave-to[data-v-a1eac7bf] {
  opacity: 0;
  transform: translateY(100px);
}
.sheet-panel {
  width: 100%;
  background-color: white;
  overflow: hidden;
  position: relative;
  overflow-y: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
}
.handle-zone {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 120px;
}
.handle {
  width: 20%;
  height: 7px;
  background-color: #f0f0f0;
  cursor: grab;
  border-radius: 6px;
  position: sticky;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.close-button {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 10;
.click-zone {
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
}
}
.content {
  padding: 40px 12px 18px 12px;
}
.modal-overlay[data-v-d7a45b98] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.modal-content[data-v-d7a45b98] {
  width: 85%;
  max-width: 320px;
  background: white;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.modal-text[data-v-d7a45b98] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.modal-fade-enter-active[data-v-d7a45b98], .modal-fade-leave-active[data-v-d7a45b98] {
  transition: opacity 0.3s ease;
}
.modal-fade-enter[data-v-d7a45b98], .modal-fade-leave-to[data-v-d7a45b98] {
  opacity: 0;
}.gallery-container[data-v-4e722779] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 11px;
  width: 100vw;
}
.large-carousel[data-v-4e722779] {
  width: 100%;
  max-width: 100vw;
}
[data-v-4e722779] .large-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  object-fit: contain !important;
  border-radius: 0;
}
[data-v-4e722779] .large-image img {
  width: 100%;
  height: 368px;
  object-fit: contain !important;
}
.n-carousel__dots[data-v-4e722779] {
  bottom: 10px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 5px !important;
  border-radius: 20px !important;
}
.n-carousel__dot[data-v-4e722779] {
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  border-radius: 50% !important;
  transition: background 0.3s ease !important;
}
.n-carousel__dot.n-carousel__dot--active[data-v-4e722779] {
  background: #007bff !important;
}
.carousel-wrapper[data-v-4e722779] {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.gallery-previews.limited[data-v-4e722779] {
  overflow: hidden;
}
.gallery-previews[data-v-4e722779]:not(.limited) {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gallery-previews[data-v-4e722779]:not(.limited)::-webkit-scrollbar {
  display: none;
}
.gallery-previews[data-v-4e722779] {
  display: flex;
  gap: 11px;
  width: 100%;
}
.preview-item[data-v-4e722779] {
  flex: 0 0 auto;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: 50px;
  width: 50px;
  transition: border 0.6s;
  border: 1px solid transparent;
}
.preview-item[data-v-4e722779] .n-image {
  border-radius: 8px;
  height: 100%;
  width: 100%;
}
.preview-item[data-v-4e722779] .n-image img {
  object-fit: contain !important;
}
.button-container[data-v-4e722779] {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-container-text[data-v-4e722779] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.button-container-text__more[data-v-4e722779] {
  color: #949494;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
}
.button-container-text__count[data-v-4e722779] {
  color: #949494;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
}
.preview-item.active[data-v-4e722779] {
  border: 1px solid #18B1BA;
}
.custom-dots[data-v-4e722779] {
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.custom-dots li[data-v-4e722779] {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 3px;
  border-radius: 4px;
  background-color: #F6F6F8;
  transition: width 0.3s, background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.custom-dots li.is-active[data-v-4e722779] {
  width: 9px;
  background: #343434;
}.table-scroll-wrapper[data-v-e1617ab5] {
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  touch-action: pan-y;
}
.table-scroll-wrapper[data-v-e1617ab5]:active {
  cursor: grabbing;
}
.table-scroll-wrapper .n-data-table[data-v-e1617ab5] {
  min-width: max-content;
}
.table-scroll-wrapper[data-v-e1617ab5] .n-data-table-th,
.table-scroll-wrapper[data-v-e1617ab5] .n-data-table-td {
  white-space: nowrap;
}
.n-collapse[data-v-e1617ab5] {
  font-family: var(--flg-font-family);
}
@keyframes blink-border-c8debd56 {
0%, 50%, 100% {
    border-color: var(--smartBuy-style-palette-hue-tertiary);
}
25%, 75% {
    border-color: #ff8080;
}
}
.size-grid[data-v-c8debd56] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 400;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--smartBuy-style-palette-hue-secondary);
  color: var(--smartBuy-style-palette-hue-octonary-secondary);
  width: fit-content;
  padding: 6px 11px;
  gap: 6px;
  cursor: pointer;
}
.blink-border[data-v-c8debd56] {
  animation: blink-border-c8debd56 2s ease-in-out;
}
.product-page[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  user-select: none;
}
.product-header[data-v-c8debd56] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 16px;
  background: var(--smartBuy-style-palette-hue-quinary);
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
}
.product-header .cart-header[data-v-c8debd56] {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-header .cart-header p[data-v-c8debd56] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.product-header .options-header[data-v-c8debd56] {
  display: flex;
  align-items: center;
  gap: 26px;
  cursor: pointer;
}
.price-sheet[data-v-c8debd56] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 20px;
}
.first-option-title[data-v-c8debd56] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.delivery[data-v-c8debd56] {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.button-part.disabled[data-v-c8debd56] {
  background-color: var(--smartBuy-style-palette-hue-tertiary);
  cursor: not-allowed;
  color: var(--smartBuy-style-palette-hue-primary);
}
.basic-atributes[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-page[data-v-c8debd56] {
  touch-action: manipulation;
  -webkit-user-scalable: no;
  user-scalable: no;
}
.product-page .product-content-enter-active[data-v-c8debd56],
.product-page .product-content-leave-active[data-v-c8debd56] {
  transition: opacity 0.3s ease;
}
.product-page .product-content-enter-from[data-v-c8debd56],
.product-page .product-content-leave-to[data-v-c8debd56] {
  opacity: 0;
}
.product-page .loader-container[data-v-c8debd56] {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.product-page .loader-container .loader-content[data-v-c8debd56] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-button[data-v-c8debd56] {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  gap: 8px;
}
.button-part[data-v-c8debd56] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  color: var(--smartBuy-style-palette-hue-quinary);
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 47px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
}
.primary[data-v-c8debd56] {
  width: 100%;
}
.secondary[data-v-c8debd56] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 0%;
  opacity: 0;
  transition: background-color 0.3s;
}
.colored[data-v-c8debd56] {
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  color: var(--smartBuy-style-palette-hue-quinary);
}
.cart-button[data-v-c8debd56] {
  width: max-content;
}
.quantity-button[data-v-c8debd56] {
  display: flex;
  background: transparent;
  border: none;
  font-size: 16px;
  color: var(--smartBuy-style-palette-hue-quinary);
  cursor: pointer;
  padding: 0 10px;
}
.quantity-counter[data-v-c8debd56] {
  font-size: 16px;
  margin: 0 5px;
}
.footer-itself[data-v-c8debd56] {
  position: relative;
  gap: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sheet-content[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.first-option-container[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.first-option-container .first-option-elements[data-v-c8debd56] {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.first-option-container .first-option-elements .first-option-element[data-v-c8debd56] {
  display: flex;
  flex-direction: row;
  padding: 6px;
  gap: 10px;
  align-items: center;
  width: fit-content;
  border-radius: 4px;
  border: 1px solid;
  border-color: var(--smartBuy-style-palette-hue-tertiary);
  transition: border-color 0.3s;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.first-option-container .first-option-elements .first-option-element.selected[data-v-c8debd56] {
  border-color: var(--smartBuy-style-palette-hue-quaternary);
}
.first-option-container .first-option-elements .first-option-element.unavailable[data-v-c8debd56] {
  opacity: 0.5;
  pointer-events: none;
  border-color: var(--smartBuy-style-palette-hue-tertiary);
}
.first-option-container .first-option-elements .first-option-element .n-image[data-v-c8debd56] {
  border-radius: 6px;
}
img {
  border-radius: 6px;
}
.first-option-container .first-option-elements .first-option-element.unavailable-element[data-v-c8debd56] {
  opacity: 0.5;
  border-color: var(--smartBuy-style-palette-hue-tertiary);
}
.first-option-container .first-option-elements .first-option-element.small[data-v-c8debd56] {
  padding: 14px;
  border-radius: 8px;
}
.sizes-net[data-v-c8debd56] {
  padding: 6px 11px;
  border: 1px solid var(--smartBuy-style-palette-hue-secondary);
  border-radius: 6px;
  width: fit-content;
}
.sheet-item[data-v-c8debd56] {
  position: relative;
}
.sheet-item[data-v-c8debd56]:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--smartBuy-style-theme-item-list-border-color-primary-default);
}
.sheet-container[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.item-container[data-v-c8debd56] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}
.item-container .loader-content[data-v-c8debd56] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-container[data-v-c8debd56] .n-image {
  border-radius: 6px;
}
.item-container[data-v-c8debd56] .n-image img {
  border-radius: 6px;
  border: 1px solid var(--smartBuy-style-palette-hue-tertiary);
  width: 82px;
  height: 82px;
}
.item-container .item-hero[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.item-container .item-hero p[data-v-c8debd56] {
  margin: 0;
}
.product-page[data-v-c8debd56] {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.like-button[data-v-c8debd56] {
  position: fixed;
  /* отступ сверху в область безопасной зоны Telegram */
  top: var(--tg-content-safe-area-inset-top)10px;
  /* отступ справа в область безопасной зоны Telegram */
  right: 10px;
  cursor: pointer;
  /* пробросим z‑index, чтобы быть наверху */
  z-index: 10000;
}
.header[data-v-c8debd56] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #333;
  color: var(--smartBuy-style-palette-hue-quinary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 0 20px;
}
.product-container[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 17px;
  overflow-y: auto;
  flex: 1;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.footer[data-v-c8debd56] {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
}
.footer-content[data-v-c8debd56] {
  position: relative;
  padding: 11px 10px 11px;
  background-color: var(--smartBuy-style-palette-hue-quinary);
  color: var(--smartBuy-style-palette-hue-secondary);
  border-radius: 6px;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
}
.footer--info[data-v-c8debd56] {
  display: flex;
  align-items: center;
  background-color: var(--smartBuy-style-palette-hue-quinary);
  color: var(--smartBuy-style-palette-hue-secondary);
  gap: 10px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  padding: 0 10px;
  margin-top: 14px;
}
.hero-section[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 7px calc(var(--tg-content-safe-area-inset-bottom) + var(--tg-safe-area-inset-bottom) + 60px) 7px;
}
.title-section[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.title--price[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.title[data-v-c8debd56] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 300;
  font-size: 16px;
  color: #131313;
  line-height: 1;
  margin: 0 0 3px 0;
}
.price[data-v-c8debd56] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1;
}
.original-sticker[data-v-c8debd56] {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--smartBuy-style-palette-hue-quinary);
  padding: 6px 11px;
  background: var(--smartBuy-style-palette-hue-primary);
  border-radius: 6px;
  white-space: nowrap;
  width: fit-content;
  gap: 6px;
}
.additional[data-v-c8debd56] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.delivery-content[data-v-c8debd56] {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.delivery-description[data-v-c8debd56] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.delivery-title[data-v-c8debd56] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.delivery-section[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.container-section[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.container-content[data-v-c8debd56] {
  position: relative;
}
.container-content[data-v-c8debd56]:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--smartBuy-style-theme-item-list-border-color-primary-default);
}
.delivery-info[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.delivery-link[data-v-c8debd56] {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #F4F4F6;
  border-radius: 6px;
  gap: 10px;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
}
.wrapper-list[data-v-c8debd56] {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.options-warning[data-v-c8debd56] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
  color: #f35353;
}
.options_alert-enter-active[data-v-c8debd56],
.options_alert-leave-active[data-v-c8debd56] {
  transition: all 0.2s ease;
}
.options_alert-enter-from[data-v-c8debd56],
.options_alert-leave-to[data-v-c8debd56] {
  transform: scaleY(0);
  height: 0;
  opacity: 0;
}.cart-item.out-of-stock[data-v-6a6279fb] {
  opacity: 0.4;
  pointer-events: none;
}
.cart-item.out-of-stock .item-icons[data-v-6a6279fb],
.cart-item.out-of-stock .item-counter[data-v-6a6279fb] {
  pointer-events: auto;
  opacity: 1;
}
.loader-container[data-v-6a6279fb] {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.loader-container .loader-content[data-v-6a6279fb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-cart[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 32px 85px 40px;
  text-align: center;
}
.empty-cart .empty-cart-text[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.empty-cart .empty-cart-text h3[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-cart-text p[data-v-6a6279fb] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-button[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--smartBuy-style-palette-hue-quinary);
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  padding: 16px;
  border: 1px solid var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 6px;
}
.wrapper-list[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-container[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  background: var(--smartBuy-style-palette-hue-quinary);
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
}
.footer-container .footer-content[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 11px 10px 11px;
}
.footer-container .footer-content .mainBtn[data-v-6a6279fb] {
  width: auto;
  height: 47px;
  background: var(--smartBuy-style-palette-hue-quaternary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
}
.footer-container .footer-content .mainBtn.saveBtn[data-v-6a6279fb] {
  justify-content: center;
}
.footer-container .footer-content .mainBtn p[data-v-6a6279fb] {
  color: var(--smartBuy-style-palette-hue-quinary);
  margin: 0;
}
.footer-container .footer-content .mainBtn p.main[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.footer-container .footer-content .mainBtn p.price[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.footer-container .footer-content .footer-warning[data-v-6a6279fb] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.footer-container .footer-content .footer-warning p[data-v-6a6279fb] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.price-container[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-container .price-item[data-v-6a6279fb] {
  display: flex;
  justify-content: space-between;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.price-container .price-item.total p[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.price-container .price-item .discount-title[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
}
.price-container .price-item .discount-text[data-v-6a6279fb] {
  color: var(--smartBuy-style-palette-hue-quaternary);
}
.price-container .price-item.flex-reverse[data-v-6a6279fb] {
  flex-direction: row-reverse;
}
.price-container .price-item p[data-v-6a6279fb] {
  margin: 0;
}
.cart-wrapper[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  user-select: none;
  gap: 16px;
}
.cart-wrapper .content-container[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 7px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.address-wrapper[data-v-6a6279fb] {
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  height: 63px;
  padding: 11px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.address-wrapper .address-content[data-v-6a6279fb] {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.address-wrapper .address[data-v-6a6279fb] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.address-wrapper .address .address-title[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.address-wrapper .address .address-path[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.warning-container[data-v-6a6279fb] {
  display: flex;
  align-items: center;
  padding: 11px 14px;
  gap: 10px;
  border: 1px solid var(--smartBuy-style-palette-hue-sexdecenary);
  border-radius: 8px;
  background-color: var(--smartBuy-style-palette-hue-sexdecenary);
}
.warning-container .warning-text[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: var(--smartBuy-style-palette-hue-primary);
}
.warning-container .update-text[data-v-6a6279fb] {
  cursor: pointer;
  padding: 0;
  color: var(--smartBuy-style-palette-hue-octonary);
}
.cart-container[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart-title[data-v-6a6279fb] {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 9px;
}
.cart-title h2[data-v-6a6279fb] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.cart-title p[data-v-6a6279fb] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-octonary);
}
.cart-content[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-content-choice[data-v-6a6279fb] {
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
}
.choice-item[data-v-6a6279fb] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  cursor: pointer;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: #6E6E6E;
}
.cart-item[data-v-6a6279fb] {
  display: flex;
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  padding: 15px 9px;
  gap: 12px;
}
.cart-item[data-v-6a6279fb] .n-image {
  width: 90px;
  height: 90px;
}
.cart-item[data-v-6a6279fb] .n-image img {
  width: 90px;
  height: 90px;
}
.cart-item-content[data-v-6a6279fb] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-item-details[data-v-6a6279fb] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.cart-item-details .n-icon[data-v-6a6279fb] {
  cursor: pointer;
}
.item-description[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-description h4[data-v-6a6279fb], .item-description p[data-v-6a6279fb] {
  margin: 0;
}
.item-description h4[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.item-description .item-property[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.item-description .item-price[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.item-counter[data-v-6a6279fb] {
  display: flex;
  gap: 18px;
  border: 1px solid var(--smartBuy-style-palette-hue-secondary);
  background: var(--smartBuy-style-palette-hue-sexdecenary);
  border-radius: 3px;
  border-color: var(--smartBuy-style-palette-hue-sexdecenary);
  padding: 3px 10px;
  align-items: center;
  transition: 0.3s;
}
.item-counter .n-icon[data-v-6a6279fb] {
  cursor: pointer;
}
.item-counter.not-selected[data-v-6a6279fb] {
  opacity: 0.3;
  pointer-events: none;
}
.item-counter p[data-v-6a6279fb] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #141414;
}
.cart-item-choice[data-v-6a6279fb] {
  display: flex;
  justify-content: space-between;
}
.item-icons[data-v-6a6279fb] {
  display: flex;
  gap: 17px;
  cursor: pointer;
}
.sheet-container[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sheet-container .sheet-header[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.sheet-container .sheet-header p[data-v-6a6279fb] {
  margin: 0;
}
.sheet-container .sheet-header .sheet-title[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}
.sheet-container .sheet-header .sheet-description[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: #949494;
}
.sheet-container .sheet-body[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sheet-container .sheet-body .sheet-item[data-v-6a6279fb] {
  display: flex;
  flex-direction: column;
}
.sheet-container .sheet-body .sheet-item input[data-v-6a6279fb] {
  all: unset;
}
.sheet-container .sheet-body .sheet-item .sheet-item__title[data-v-6a6279fb] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: #949494;
}
.sheet-container .sheet-body .sheet-item .sheet-item__input[data-v-6a6279fb] {
  height: max-content;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #343434;
  transition: 0.3s all ease;
  outline: 0 solid transparent;
  border-bottom: 1px solid transparent;
}
.sheet-container .sheet-body .sheet-item .sheet-item__input[data-v-6a6279fb]:focus {
  border-bottom: 1px solid #949494;
}.animated-slide-fade[data-v-cf982fa1] {
  animation: slideFadeIn-cf982fa1 0.4s ease-out;
}
@keyframes slideFadeIn-cf982fa1 {
from {
    opacity: 0;
    transform: translateX(20px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
.v-enter-active[data-v-cf982fa1],
.v-leave-active[data-v-cf982fa1] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-cf982fa1],
.v-leave-to[data-v-cf982fa1] {
  opacity: 0;
  height: 0;
}
.empty-cart[data-v-cf982fa1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 32px 85px 40px;
  text-align: center;
  margin-top: 70px;
}
.empty-cart .empty-cart-text[data-v-cf982fa1] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.empty-cart .empty-cart-text h3[data-v-cf982fa1] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-cart-text p[data-v-cf982fa1] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-button[data-v-cf982fa1] {
  cursor: pointer;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--smartBuy-style-palette-hue-quinary);
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  padding: 16px;
  border: 1px solid var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 6px;
}
.favorites-container[data-v-cf982fa1] {
  display: flex;
  flex-direction: column;
  user-select: none;
}
.favorites-container .favorites-header[data-v-cf982fa1] {
  color: var(--smartBuy-style-palette-hue-primary);
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--tg-content-safe-area-inset-top) + 15px) 0 15px 0;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  right: 0;
  left: 0;
  z-index: 1;
  background: var(--smartBuy-style-palette-hue-quinary);
}
.favorites-container .favorites-header .favorites-close-icon[data-v-cf982fa1] {
  position: fixed;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.favorites-container .grid-items[data-v-cf982fa1] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 22px;
}
.favorites-container .grid-items .may-like-items[data-v-cf982fa1] {
  display: flex;
  flex-direction: column;
}
.favorites-container .grid-items .may-like-items .like-title[data-v-cf982fa1] {
  margin: 0 5px;
}.loader-container[data-v-c825a70d] {
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.loader-container .loader-content[data-v-c825a70d] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-cart[data-v-c825a70d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 32px 85px 40px;
  text-align: center;
  margin-top: 70px;
}
.empty-cart .empty-cart-text[data-v-c825a70d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.empty-cart .empty-cart-text h3[data-v-c825a70d] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-cart-text p[data-v-c825a70d] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-button[data-v-c825a70d] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--smartBuy-style-palette-hue-quinary);
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  padding: 16px;
  border: 1px solid var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 6px;
}
.history-container .grid-items[data-v-c825a70d] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: calc(var(--tg-safe-area-inset-bottom) + 80px);
  margin-bottom: 22px;
}
.history-container .grid-items .may-like-items[data-v-c825a70d] {
  display: flex;
  flex-direction: column;
}
.history-container .grid-items .may-like-items .like-title[data-v-c825a70d] {
  margin: 0 5px;
}
.history-container .history-header[data-v-c825a70d] {
  color: var(--smartBuy-style-palette-hue-primary);
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--tg-content-safe-area-inset-top) + 15px) 0 15px 0;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1;
  background: var(--smartBuy-style-palette-hue-quinary);
}
.history-container .history-header .history-close-icon[data-v-c825a70d] {
  position: fixed;
  top: 16px;
  right: 16px;
}.loader-container[data-v-3ce45e00] {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.loader-container .loader-content[data-v-3ce45e00] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-cart[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 32px 85px 40px;
  text-align: center;
}
.empty-cart .empty-cart-text[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.empty-cart .empty-cart-text h3[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-cart-text p[data-v-3ce45e00] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-button[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--smartBuy-style-palette-hue-quinary);
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  padding: 16px;
  border: 1px solid var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 6px;
}
.wrapper-list[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-container[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--smartBuy-style-palette-hue-quinary);
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
}
.footer-container .footer-content[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 11px 10px 11px;
}
.footer-container .footer-content .mainBtn[data-v-3ce45e00] {
  width: auto;
  height: 47px;
  background: var(--smartBuy-style-palette-hue-quaternary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
}
.footer-container .footer-content .mainBtn.saveBtn[data-v-3ce45e00] {
  justify-content: center;
}
.footer-container .footer-content .mainBtn p[data-v-3ce45e00] {
  color: var(--smartBuy-style-palette-hue-quinary);
  margin: 0;
}
.footer-container .footer-content .mainBtn p.main[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.footer-container .footer-content .mainBtn p.price[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
}
.footer-container .footer-content .footer-warning[data-v-3ce45e00] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.footer-container .footer-content .footer-warning p[data-v-3ce45e00] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.price-container[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-container .price-item[data-v-3ce45e00] {
  display: flex;
  justify-content: space-between;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.price-container .price-item.total p[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.price-container .price-item .discount-title[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
}
.price-container .price-item .discount-text[data-v-3ce45e00] {
  color: var(--smartBuy-style-palette-hue-quaternary);
}
.price-container .price-item.flex-reverse[data-v-3ce45e00] {
  flex-direction: row-reverse;
}
.price-container .price-item p[data-v-3ce45e00] {
  margin: 0;
}
.cart-wrapper[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  user-select: none;
  padding: calc(var(--tg-content-safe-area-inset-top) + 40px) 0 40px 0;
  gap: 16px;
  padding-bottom: 15px;
}
.cart-wrapper .content-container[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 7px;
}
.address-wrapper[data-v-3ce45e00] {
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  height: 63px;
  padding: 11px 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.address-wrapper .address-content[data-v-3ce45e00] {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
}
.address-wrapper .address[data-v-3ce45e00] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.address-wrapper .address .address-title[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.address-wrapper .address .address-path[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.warning-container[data-v-3ce45e00] {
  display: flex;
  align-items: center;
  padding: 11px 14px;
  gap: 10px;
  border: 1px solid var(--smartBuy-style-palette-hue-sexdecenary);
  border-radius: 8px;
  background-color: var(--smartBuy-style-palette-hue-sexdecenary);
}
.warning-container .warning-text[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: var(--smartBuy-style-palette-hue-primary);
}
.warning-container .update-text[data-v-3ce45e00] {
  cursor: pointer;
  padding: 0;
  color: var(--smartBuy-style-palette-hue-octonary);
}
.cart-container[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart-title[data-v-3ce45e00] {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 9px;
}
.cart-title h2[data-v-3ce45e00] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.cart-title p[data-v-3ce45e00] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-octonary);
}
.cart-content[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-content-choice[data-v-3ce45e00] {
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
}
.choice-item[data-v-3ce45e00] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  cursor: pointer;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 200;
  color: #6E6E6E;
}
.cart-item[data-v-3ce45e00] {
  display: flex;
  box-shadow: -3px 3px 20.4px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  padding: 15px 9px;
  gap: 12px;
}
.cart-item[data-v-3ce45e00] .n-image {
  width: 90px;
  height: 90px;
}
.cart-item[data-v-3ce45e00] .n-image img {
  width: 90px;
  height: 90px;
}
.cart-item-content[data-v-3ce45e00] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cart-item-details[data-v-3ce45e00] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.cart-item-details .n-icon[data-v-3ce45e00] {
  cursor: pointer;
}
.item-description[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-description h4[data-v-3ce45e00], .item-description p[data-v-3ce45e00] {
  margin: 0;
}
.item-description h4[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: var(--smartBuy-style-palette-hue-primary);
}
.item-description .item-property[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.item-description .item-price[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.item-counter[data-v-3ce45e00] {
  display: flex;
  gap: 18px;
  border: 1px solid var(--smartBuy-style-palette-hue-secondary);
  background: var(--smartBuy-style-palette-hue-sexdecenary);
  border-radius: 3px;
  border-color: var(--smartBuy-style-palette-hue-sexdecenary);
  padding: 3px 10px;
  align-items: center;
  transition: 0.3s;
}
.item-counter .n-icon[data-v-3ce45e00] {
  cursor: pointer;
}
.item-counter.not-selected[data-v-3ce45e00] {
  opacity: 0.3;
  pointer-events: none;
}
.item-counter p[data-v-3ce45e00] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #141414;
}
.cart-item-choice[data-v-3ce45e00] {
  display: flex;
  justify-content: space-between;
}
.item-icons[data-v-3ce45e00] {
  display: flex;
  gap: 17px;
  cursor: pointer;
}
.sheet-container[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sheet-container .sheet-header[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.sheet-container .sheet-header p[data-v-3ce45e00] {
  margin: 0;
}
.sheet-container .sheet-header .sheet-title[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}
.sheet-container .sheet-header .sheet-description[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: #949494;
}
.sheet-container .sheet-body[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sheet-container .sheet-body .sheet-item[data-v-3ce45e00] {
  display: flex;
  flex-direction: column;
}
.sheet-container .sheet-body .sheet-item input[data-v-3ce45e00] {
  all: unset;
}
.sheet-container .sheet-body .sheet-item .sheet-item__title[data-v-3ce45e00] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: #949494;
}
.sheet-container .sheet-body .sheet-item .sheet-item__input[data-v-3ce45e00] {
  height: max-content;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #343434;
  transition: 0.3s all ease;
  outline: 0 solid transparent;
  border-bottom: 1px solid transparent;
}
.sheet-container .sheet-body .sheet-item .sheet-item__input[data-v-3ce45e00]:focus {
  border-bottom: 1px solid #949494;
}.brands-grid[data-v-1cb082cd] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.brands-item[data-v-1cb082cd] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  color: var(--smartBuy-style-palette-hue-octonary-secondary);
  background-color: white;
  border-radius: 11px;
  cursor: pointer;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 100%;
  letter-spacing: 0;
}
.brands-item .brand-img[data-v-1cb082cd] {
  flex-shrink: 0;
}
.brands-item .brand-title[data-v-1cb082cd] {
  font-size: 14px;
}.v-enter-active[data-v-daac0cfe],
.v-leave-active[data-v-daac0cfe] {
  transition: opacity 0.3s ease;
}
.v-enter-from[data-v-daac0cfe],
.v-leave-to[data-v-daac0cfe] {
  opacity: 0;
  height: 0;
}
.empty-cart[data-v-daac0cfe] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 32px 85px 40px;
  text-align: center;
  margin-top: 70px;
}
.empty-cart .empty-cart-text[data-v-daac0cfe] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.empty-cart .empty-cart-text h3[data-v-daac0cfe] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-cart-text p[data-v-daac0cfe] {
  margin: 0;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.empty-cart .empty-button[data-v-daac0cfe] {
  cursor: pointer;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 500;
  color: var(--smartBuy-style-palette-hue-quinary);
  background-color: var(--smartBuy-style-palette-hue-quaternary);
  padding: 16px;
  border: 1px solid var(--smartBuy-style-palette-hue-quaternary);
  border-radius: 6px;
}
.favorites-container[data-v-daac0cfe] {
  display: flex;
  flex-direction: column;
  user-select: none;
}
.favorites-container .favorites-header[data-v-daac0cfe] {
  color: var(--smartBuy-style-palette-hue-primary);
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--tg-content-safe-area-inset-top) + 15px) 0 15px 0;
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  right: 0;
  left: 0;
  z-index: 1;
  background: var(--smartBuy-style-palette-hue-quinary);
}
.favorites-container .favorites-header .favorites-close-icon[data-v-daac0cfe] {
  position: fixed;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.favorites-container .grid-items[data-v-daac0cfe] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 22px;
}
.favorites-container .grid-items .may-like-items[data-v-daac0cfe] {
  display: flex;
  flex-direction: column;
}
.favorites-container .grid-items .may-like-items .like-title[data-v-daac0cfe] {
  margin: 0 5px;
}
.favorites-container .bottom-loader[data-v-daac0cfe] {
  position: relative;
  width: 100%;
  padding: 24px 16px;
  text-align: center;
  font-weight: 500;
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--smartBuy-style-palette-hue-secondary);
}
.favorites-container .loader-text[data-v-daac0cfe] {
  position: relative;
  z-index: 1;
}
.favorites-container .loader-icon[data-v-daac0cfe] {
  position: absolute;
  left: 50%;
  transform: translateX(-100%) translateY(2px);
  z-index: 0;
}.grid-wrapper[data-v-8453648a] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: calc(var(--tg-content-safe-area-inset-top) + var(--tg-safe-area-inset-top));
}
.title[data-v-8453648a] {
  font-family: var(--flg-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--smartBuy-style-palette-hue-primary);
}
.table-scroll-wrapper[data-v-8453648a] {
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
  touch-action: pan-y;
}
.table-scroll-wrapper[data-v-8453648a]:active {
  cursor: grabbing;
}
.table-scroll-wrapper .n-data-table[data-v-8453648a] {
  min-width: max-content;
}
.table-scroll-wrapper[data-v-8453648a] .n-data-table-th,
.table-scroll-wrapper[data-v-8453648a] .n-data-table-td {
  white-space: nowrap;
}
.n-collapse[data-v-8453648a] {
  font-family: var(--flg-font-family);
}