/* === Base Styles (Original) === */

.form_saved_addresses .saved_addresses_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.saved_address-card {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}

.saved_address-card.is-selected {
  border-color: #1b9100;
}

.saved_address-card input[type="radio"] {
  margin-right: 10px;
}

.saved_address-card__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.saved_address-card__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.saved_address-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #9e9e9e;
  transition:
    background 0.2s,
    color 0.2s;
}

.saved_address-card.is-selected .saved_address-card__icon {
  background: #e7ffe7;
  color: #2ecc71;
}

.saved_address-card__meta {
  display: flex;
  flex-direction: column;
}

.saved_address-card__title {
  font-weight: 600;
  margin: 0;
}

.saved_address-card__city {
  font-size: 14px;
  color: #666;
}

.saved_address-card__right {
  font-size: 14px;
  color: #333;
  text-align: right;
  flex: 1;
}

#lh-address-list {
  margin-bottom: 30px;
}

.adresses_form.loading_ajax {
  filter: blur(4px);
  pointer-events: none;
}

#chaty-widget-0 {
  position: fixed;
  z-index: 10;
}

/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.main-mask {
  max-height: 97vh;
  min-height: 21.875rem;
  position: relative;
}

.main-mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0%;
  background: url("/wp-content/uploads/2025/07/main-decore-1.webp") right bottom/100% no-repeat;
}

.main-mask__slider {
  position: relative;
}

.main-mask__swiper-pagination {
  justify-content: center;
  min-height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 20%;
  z-index: 10;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-mask__swiper-pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.125rem solid #a9d944;
  transition: all 0.3s;
}

.main-mask__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.25rem;
  border-radius: 3.125rem;
  flex: 0 0 2.25rem;
  background-color: #a9d944;
}

.main-mask__image {
  mask-image: url("/wp-content/uploads/2025/07/main-mask-scaled.webp");
  mask-size: cover;
  mask-position: right 100%;
  mask-repeat: no-repeat;
  height: 92%;
}

.main-mask__image img {
  aspect-ratio: 1295/1025;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}

.presentation {
  width: 100%;
  position: relative;
  flex-direction: column;
}

.presentation__slider {
  padding: 1.25rem;
  position: relative;
}

.presentation__slide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.presentation__slide.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.presentation__slide h2 {
  color: #200501;
  font-family: "Appetite Medium", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* .hero {
  .bg-green {
    position: absolute;
    width: 85rem;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.hero_slide {
  display: flex;
  align-items: center;
}
.hero_inner .main_button {
  color: #fff;
}
.hero_inner {
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  width: 100%;
}

.hero_slide {
  position: relative;
}

.hero_slide-container {
  margin-top: -100px;
}

.hero {
  & h1 {
    max-width: 500px;
  }
}
*/
.hero_bg {
  position: absolute;
  right: 0;
  top: 0;
}

.hero_bg-2 {
  position: absolute;
  right: 0;
  top: 10%;
  width: clamp(200px, calc(12.5vw + 100px), 450px);
  pointer-events: none;
}

/* .swiper-pagination.hero_pagination {
  top: 20px;
  left: 20px;
  text-align: left;
  z-index: -1;

  & .swiper-pagination-bullet {
    width: 16px;
    height: 16px;

    &.swiper-pagination-bullet-active {
      width: 36px;
    }
  }
} */

.hero_block-btn {
  width: fit-content;
  margin: 0 auto;
  padding: clamp(0.8125rem, 0.3605rem + 1.5225vw, 2.1875rem) clamp(2.5rem, 1.2673rem + 4.1522vw, 6.25rem);

  border-radius: 100px;
  background: linear-gradient(53.37deg, #0b390a 27.42%, rgba(221, 144, 73, 0) 143.53%);

  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  & p {
    text-align: center;
    color: #fff;
    font-size: clamp(0.875rem, 0.5463rem + 1.1073vw, 1.875rem);
    font-weight: 700;
  }
}

.hero_bottom-container {
  margin-top: -170px;
  z-index: 1;
  position: relative;
}

.categories {
  padding: 100px 0;

  & h2 {
    text-align: center;
  }

  & .main_button {
    min-width: 150px;
    margin-top: 50px;
  }
}

.all_cat-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 50px;
}

.all_cat-favourite {
  padding: 100px 0;
  background-color: #fafdf5;
}

.categories_swiper {
  & .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 50px;
  }

  & .categories-arrow {
    display: none;
  }
}

.sidebar_filter-form_close,
.filter_button {
  display: none;
}

.categories_inner {
  margin-top: 40px;
}

.categories_item-image {
  & img {
    border-radius: 24px;
    object-fit: contain;
    width: 100%;
    height: 300px;
  }
}

.categories_item {
  &:hover .categories_item-title {
    background: #f7b219;
    color: #000;
  }
}

.categories_item-title {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid #f7b219;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Appetite Medium", sans-serif;
  font-size: clamp(1.125rem, 1.037rem + 0.2963vw, 1.5rem);
  text-align: center;

  margin-top: -45px;
  z-index: 1;
  position: relative;
  transition: 0.2s;
}

.benefits {
  /* background-color: var(--color-yellow); */
  position: relative;

  & .title_h2 {
    text-align: center;
    text-transform: none;
    position: relative;
  }
}

.svg_ellipse {
  z-index: 1;
  margin-top: -70px;
  position: relative;

  & svg {
    width: 100%;
  }

  &.top {
    margin-bottom: -70px;
  }
}

.favourite_products {
  padding: 20px 0 100px 0;
}

.benefits {
  .fluid_container {
    position: initial;
  }
}

.benefits_bg {
  object-fit: contain;
  width: 100%;
  /* transform: translateY(-55%); */
  translate: 0 -55%;
}

.benefits_content {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.benefits_content-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.benefits_content-list_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.benefits_list-item_img {
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #fff8db;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits_lsit-item_text {
  font-size: clamp(1rem, 0.8151rem + 0.6228vw, 1.5625rem);
  font-weight: 600;
}

.benefits_content-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0 90px;
  position: relative;
  z-index: 2;
}

.benefits_content-right {
  z-index: 1;
  width: 40vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.benefits_content-right div.mask.mask--corner {
  max-width: 60rem;
  position: static;
}

.proposition {
  padding: 100px 0 0px;
  background-color: #fafdf5;

  & h2 {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 10px;
  }

  position: relative;
}

@media (max-width: 768px) {
  .proposition {
    padding: 100px 0;
  }
}

.proposition_title {
  color: var(--color-green);
  font-size: clamp(1rem, 0.4277rem + 1.9277vw, 2.5rem);
  font-family: "Appetite Medium", sans-serif;
}

.proposition_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.proposition_block {
  & .main_button {
    margin-left: 0;
    margin-top: 15px;
  }

  max-width: 540px;
}

.proposition_block-2 {
  margin-right: 0;
  margin-left: auto;
}

.proposition_leaf {
  position: absolute;
  top: 0;
  left: 0;
}

.proposition_leaf-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.proposition_image-1 {
  right: 0;

  & img {
    object-position: center;
  }
}

.proposition_image-2 {
  left: 0;
  bottom: 30px;

  & img {
    object-position: center;
  }
}

.proposition_image--mobile {
  display: none;
}

.proposition_block-2 {
  padding-top: 45%;
  padding-bottom: 15%;
}

.product_item-cart {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 10px;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  position: relative;
  transition: 0.2s;

  &.loading_ajax {
    filter: blur(4px);
    pointer-events: none;
  }

  & .product_item-image {
    width: 100px;
    padding-top: 0;
  }

  & .product_item-title {
    padding: 0;
    text-align: left;
  }

  & .line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  & .product_item-quantity {
    padding: 5px;

    & input {
      width: 35px;
    }
  }

  & .product_option {
    padding: 5px;
    min-width: 50px;
    text-align: center;
  }

  & .product_option.color-circle {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: auto;
  }
}

.product_item-cart_remove {
  display: flex;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  align-items: center;
  justify-content: center;

  & img {
    width: 20px;
    height: 20px;
  }
}

.product_item-cart_content {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & .line:nth-child(2) {
    justify-content: flex-start;
  }
}

.section_padding {
  padding-top: 200px;
}

.more_articles {
  margin-top: 40px;
}

.single {
  position: relative;
}

.articles_title {
  margin: 0 auto;
  max-width: 53.125rem;
  color: #200501;
  text-align: center;
  font-family: "Appetite Medium", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.more_articles .interest__content p {
  font-size: 16px;
}

.more_articles .interest__content span {
  font-size: 14px;
}

.more_articles .interest__content {
  padding: 30px;
}

.single_swiper {
  padding-bottom: 30px;

  & .swiper-pagination {
    bottom: 0px;
  }
}

.single_image-right {
  /* right: 0; */
}

.single_image {
  position: relative;
}

.single_product-mob_title {
  display: none;
}

.single_product-top {
  text-align: center;

  & h1 {
    margin: 20px 0;
  }
}

.woocommerce-breadcrumb {
  color: var(--color-black) !important;

  & a {
    color: inherit !important;
  }
}

.single_product-content_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}

.main_image-product {
  & img {
    object-fit: contain;
    height: 500px;
  }
}

.single_product-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.25rem, 0.7731rem + 1.6064vw, 2.5rem);
  margin-bottom: 0px;
}

.single_product-variation_title,
.single_product-line_title {
  font-weight: bold;
}

.single_product-variation_title {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  font-family: "Appetite Medium", sans-serif;
  font-size: 24px;
  color: #000;
}

.single_product-right_bottom,
.single_product-price {
  & .product_item-price {
    margin: 0;
  }
}

.single_product-line.single_product-price ins,
.single_product-left_bottom .product_item-price {
  background-color: transparent;
  font-size: clamp(1.25rem, 0.7731rem + 1.6064vw, 2.5rem);
}

.wpgs-nav {
  & .slick-arrow {
    display: none !important;
  }
}

.single-swiper_thumbnails {
  & .swiper-button {
    width: 40px;
    height: 40px;

    opacity: 0;
    transition: 0.4s;

    &::after {
      font-size: 16px;
    }
  }

  &:hover {
    & .swiper-button {
      opacity: 1;
    }

    & .swiper-button-disabled {
      opacity: 0.5;
    }
  }
}

.product-variation-buttons {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;

  & button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;

    & .label {
      font-family: "Appetite Medium", sans-serif;
      font-size: 24px;
      color: #000;
    }
  }
}

.single_product-right_top,
.single_product-variation,
.single_product-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single_product-variation_item {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.single_product-right div.cart {
  margin: 20px 0;
}

.woocommerce-page div.product div.images {
  width: 100%;
}

.single_product-left_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_item {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & .product_item-image {
    & img {
      height: 200px;
      object-fit: contain;
    }
  }
}

.product_item-bottom {
  & .ajax-add-to-cart {
    display: flex;
    align-items: center;
  }
}

.single_product-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single_product-right {
  width: 50%;
}

.single_product-right_bottom {
  background: #ffffff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;

  & .product_item-bottom {
    width: 60%;
  }

  & .ajax-add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;

    & button {
      flex: 1;
    }
  }
}

/* Disabled/loading state for category add-to-cart button (same UX as checkout sidebar) */
.product_item-bottom .add_to-cart_button.loading,
.product_item-bottom .add_to-cart_button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.single_product-bg-3,
.single_product-bg-2,
.single_product-bg {
  position: absolute;
  right: 0;
  top: 50px;
  pointer-events: none;
  z-index: -1;
}

.single_product-bg-3 {
  left: 0;
  top: 20%;
  right: auto;
}

.info_block-description {
  & ul {
    margin: 10px 0;
  }

  & .single_info-item_content {
    height: 150px;
    overflow: hidden;
    transition: 0.4s;
  }

  & .single_info-item_content-inner {
    & li {
      list-style: disc;
    }

    & ul {
      padding-left: 20px;
    }
  }
}

.single_info-item {
  &.accord_item {
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 10px 20px;

    & .single_info-item_top {
      font-size: clamp(1rem, 0.9046rem + 0.3213vw, 1.25rem);
      align-items: center;
    }

    & .single_info-item_content {
      grid-template-rows: 0fr;
      transition: 0.4s;
      display: grid;
      float: left;

      &.active {
        grid-template-rows: 1fr;
      }

      & .single_info-item_inner {
        overflow: hidden;
      }
    }
  }

  &.simple {
    & .single_info-item_content {
      cursor: default;

      & p {
        /* &:not(:first-child) {
          display: none;
        } */

        &+p {
          margin-top: 10px;
        }
      }
    }
  }
}

.single-swiper {
  & img {
    max-height: 550px;
    object-fit: cover;
  }
}

.single_product-images_thumbnail {
  position: relative;

  & .single-swiper_thumbnails-pagination {
    bottom: -20px;
  }
}

.single_info-item_top {
  font-family: "Appetite Medium", sans-serif;
  font-size: clamp(1.125rem, 0.9819rem + 0.4819vw, 1.5rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;

  & .arrow {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
  }

  &.active {
    & svg {
      rotate: 180deg;
    }
  }

  & svg {
    transition: 0.4s;
  }
}

.button_show-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Appetite Medium", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;

  & .hide {
    display: none;
  }

  &.active {
    & svg {
      rotate: 180deg;
    }
  }
}

.variation_button {
  & .color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-orange);
    display: block;
  }
}

/* [data-attribute-name="attribute_pa_color-package"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  &.active {
    border-color: var(--color-green);
    border-width: 3px;
  }
} */

.product-variation-buttons {
  & .variation_button {
    & svg path {
      transition: 0.2s;
    }

    /* opacity: 0.5;
    transition: .4s; */

    &.active {

      /* opacity: 1; */
      & svg {
        & path {
          fill: var(--color-green);
          stroke: var(--color-green);

          &.center {
            fill: var(--color-orange);
          }
        }
      }

      & img {
        filter: brightness(0) saturate(100%) invert(82%) sepia(17%) saturate(1172%) hue-rotate(37deg) brightness(92%) contrast(93%);
      }

      & .label {
        color: var(--color-green);
      }

      & .color-circle {
        border-color: var(--color-green);
        border-width: 3px;
      }
    }
  }
}

.single_product-right_bottom .product_item-price {
  position: relative;

  & .product_old-price {
    position: absolute;
    top: -15px;
    left: 0;
  }
}

.cross_sells {
  margin: 80px 0;

  & h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  & .product_item {
    background-color: transparent;
    box-shadow: none;
  }

  & .product_item-image {
    padding-top: 0;
    display: block;
  }
}

.cross_sells-pagination {
  bottom: -20px !important;
}

.checkout_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  & h1 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.checkout_count {
  font-family: "PT Sans", sans-serif;
  background-color: var(--color-orange);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
}

.checkout_bundle .bundle-child,
.checkout_product {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 0.1fr;
  align-items: center;
  gap: 10px;

  &+.checkout_product {
    padding-top: 15px;
    margin-top: 15px;
    /* border-top: 1px solid #d6d6d6; */
  }

  &.loading_ajax {
    filter: blur(4px);
    pointer-events: none;
  }
}

.checkout_product .checkout_bundle-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px;

  &.bundle-title {}
}

.checkout_main .checkout_product.checkout_bundle {
  border-top: unset;
}

.checkout_product.checkout_bundle {
  display: block;
  border-radius: 24px;
  /* background: #f1f1f1; */
  padding: 15px 0px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.checkout_product-block {}

.checkout_products {
  padding: 30px;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  position: relative;
  z-index: 1;

  max-height: 500px;
  min-height: 156px;
  overflow-y: auto;
  position: relative;

  /* &::after {
    content: "";
    width: 100%;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
  } */
}

.checkout_product-image img {
  height: 100px;
  object-fit: contain;
}

.checkout_product-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;

  &>span:first-child {
    font-size: 16px;
  }
}

.checkout_product-title-main {
  font-size: 22px;
  font-family: "Appetite Medium", sans-serif;
  text-transform: uppercase;
}

.checkout_product-count-price {
  display: flex;
  align-items: center;
  gap: 5px;

  & .product_sale-price {
    font-size: 22px;
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
  }

  & .product_regular-price {
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
    font-size: 22px;
  }
}

.checkout_product-total>span:last-child {
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-size: 22px;
}

.product_remove-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout_promocode {
  margin: 50px 0;
}

.checkout_total-price {
  border-radius: 24px;
  background-color: var(--color-green);
  width: fit-content;
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Appetite Medium", sans-serif;
  color: #fff;
  font-size: 24px;

  margin: 50px 0;
}

.checkout_total-price_left {
  width: 70%;
  padding: 10px 22px;
}

.checkout_total-price_right {
  padding: 10px 22px;
  width: 30%;
  text-align: center;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    height: 101%;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 0;
  }
}

.checkout_content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.checkout_ordering {
  width: 60%;
}

.checkout_sidebar {
  width: 40%;
}

.common_form {
  display: flex;
  flex-direction: column;
  gap: 50px;

  & h3 {
    margin-bottom: 10px;
  }
}

.form_block-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & .line {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0;

    & input {
      width: 100%;
    }
  }
}

.form_block {
  & label {
    & .label_inputs {
      display: none;
    }

    &.active {
      & .label_inputs {
        display: block;
      }
    }
  }
}

form.common_form {

  & textarea,
  & input {
    border-radius: 24px !important;
    background-color: #fff !important;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    padding: 15px 25px !important;

    &::placeholder {
      font-style: italic;
    }
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 0 auto;
  float: unset;
}

.line-flex>label {
  display: flex;
  align-items: center;
  gap: 10px;

  & input {
    width: 15px;
    height: 15px;
  }
}

.woocommerce-form-register.register .mo-openid-app-icons,
.woocommerce-form-login.login .mo-openid-app-icons {
  display: none;
}

.mo-openid-app-icons {
  width: fit-content;
  text-align: center;
  margin-top: 20px !important;

  & p {
    font-family: "Appetite Medium", sans-serif;
  }
}

.label_inputs {
  margin: 15px 0;

  & input {
    width: 100%;
  }
}

.label_line {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;

  & input {
    width: 20px;
    height: 20px;
  }
}

.line_wrap {
  width: 100%;
  position: relative;
}

.departments,
.cities {
  position: absolute;
  left: 0;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  max-height: 300px;
  overflow-y: auto;

  & li {
    padding: 5px 20px;
    cursor: pointer;
    transition: 0.2s;

    &:hover {
      background-color: #fff8db;
    }
  }
}

.line_departments {
  display: none;
}

.notice {
  padding: 10px 20px;
  border: 1px solid var(--color-orange);
  font-style: italic;
  font-weight: bold;
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
}

.form_block .main_button {
  margin-left: 0;
  margin-right: auto;
}

.modal_inner-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.modal_search {
  & .woocommerce-product-search {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-direction: row;
  }

  & .modal_inner {
    padding-top: 20px;
  }

  & button {
    width: fit-content;
    padding: 15px 22px;
  }

  & input[type="search"] {
    width: 80%;
  }
}

.modal_search,
.modal_succes-order {
  & .modal_inner-title {
    color: var(--color-green);
  }

  & .modal_cart-bottom {
    border-top: none;
  }

  & .modal_inner-content {
    text-align: center;
  }
}

.shop_top {
  text-align: center;

  & h1 {
    margin: 10px 30px;
  }
}

.shop_inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  transition: 0.2s;
  position: relative;
}

.sidebar_filter {
  width: 30%;
  background-color: #fff;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 20px 30px;
  position: relative;

  & form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.sidebar_filter-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.shop_products {
  width: 80%;
}

.shop_products {
  & .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 30px;

    &::after,
    &::before {
      content: none !important;
    }
  }
}

.loop_controls-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;

  & p {
    float: unset;
  }

  form {
    float: unset;
  }
}

.shop_products-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.filter_item-title {
  font-family: "Appetite Medium", sans-serif;
  font-size: 20px;
}

.filter_item-labels {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
}

.filter_item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;

  & input {
    width: 20px;
    height: 20px;
    cursor: inherit;
  }
}

.filter_item {
  &+.filter_item {
    padding-top: 15px;
    border-top: 1px solid #d6d6d6;
  }
}

.sidebar_filter-form_close {
  display: none;
}

.product_item-bottom_mob {
  display: none;
}

.filter_button {
  display: none;
}

.filter_item-buttons {
  & a {
    width: 100%;
    padding: 10px 20px;
  }
}

/* .filter__properties-item--active {
  color: var(--color-green);
  font-weight: 600;
  & .filter__checkgroup-title {
    color: inherit;
  }
} */

.woof_container_inner h4 {
  color: #000;
  font-size: 20px;
  font-family: "Appetite Medium", sans-serif;
}

.sidebar_filter-wrap--overflow {
  overflow-y: auto;
  height: 100%;
  padding: 0 10px;
}

.mobile_filter,
.woocommerce-ordering {
  background: #fff;
  position: relative;
  padding: 10px 20px;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 0 !important;

  & select {
    border: none;
    outline: none;
  }

  cursor: pointer;
}

.woocommerce-ordering {
  & select {
    color: #000;
  }
}

.wrap-icon-order {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile_filter {
  display: none;
  width: fit-content;
}

/* .woocommerce-result-count {
  margin-bottom: 0 !important;
}

.pc-range-slider__control .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: var(--color-orange) !important;
}
.pc-range-slider__control .ui-slider-range {
  background-color: #f8d859 !important;
}
.pc-range-slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.pc-range-slider__control {
  width: 100%;
  height: 1px;
  margin-top: 0 !important;
}

.filter__slider-control {
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  border: 1px solid #d6d6d6;
  padding: 5px 20px;
  border-radius: 24px;
  padding-right: 5px;
  padding-top: 8px;
  font-size: 20px;
} */

.load_more_wrap {
  margin: 40px auto;
  width: fit-content;
  cursor: pointer;
}

.filter_item-price {
  & .filter_item-labels {
    width: 100%;
  }

  & .filter_item-label {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
}

#slider_price {
  width: 100%;
  height: 6px;
}

.noUi-handle {
  border-radius: 50%;

  &::before,
  &::after {
    content: none;
  }

  background-color: var(--color-orange);
  box-shadow: none;
  border: 2px solid #fff;
}

.noUi-connect {
  background-color: var(--color-orange);
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  top: -10px;
}

.noUi-target {
  background-color: rgba(217, 217, 217);
  border: none;
}

.filter_item-price {
  & .filter_item-label {
    margin-top: 20px;
  }
}

.filter_item-label_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;

  & input {
    padding: 10px 15px;
    width: 70px;
    height: 30px;
    border-radius: 20px;
    text-align: center;

    &::-webkit-inner-spin-button,
    &::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: textfield;
    }

    border: 1px solid rgba(217, 217, 217);
  }
}

.input_price {
  pointer-events: none;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 0;
}

.account_top {
  text-align: center;
}

.account_inner {
  & .woocommerce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;

    &::after,
    &::before {
      content: none;
    }
  }
}

.account .container {
  max-width: 1260px;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}

.dashboard_form {
  gap: 20px;

  & button {
    max-width: 290px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  & label {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & span {
      font-size: 16px;
    }
  }

  & .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    & label {
      width: 50%;
    }
  }

  & input {
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-size: 20px;
  }

  & .password {
    padding: 30px;
    border: 1px solid var(--color-yellow);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    & p {
      font-family: "Appetite Medium", sans-serif;
      font-size: clamp(1rem, 0.9046rem + 0.3213vw, 1.25rem);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    #toggle_password {
      color: #000;
    }
  }

  & .password_left {
    display: flex;
    align-items: center;
    gap: 20px;

    & input {
      display: none;
    }
  }

  & a.main_button {
    background: transparent !important;
    box-shadow: none !important;
    color: #000;
    width: 250px;
    font-weight: bold;
    transition: 0.2s;
    font-size: 18px;

    &::after {
      content: none !important;
    }

    &:hover {
      background: var(--color-yellow) !important;
    }
  }
}

/* Blur the account form during AJAX save */
.dashboard_form.loading_ajax {
  filter: blur(4px);
  pointer-events: none;
}

.mobile_icons {
  display: none;
}

.modal_close {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
  z-index: 1001;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}

.modal_close:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.modal_close img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .modal_close {
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
  }

  .modal_close img {
    width: 18px;
    height: 18px;
  }
}

.modal_inner {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.modal_login {
  & .modal_inner-top {
    text-align: center;
  }

  & .modal_content-top {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;

    & a {
      &.active {
        color: var(--color-green);
      }
    }
  }

  & #customer_login {
    display: flex;
    flex-direction: column;
  }
}

.form_customer-login {
  display: none;
  width: 100% !important;
  float: unset !important;

  &.active {
    display: flex;
    flex-direction: column;
  }

  & h2 {
    text-align: center;
  }

  & form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  & label {
    margin-bottom: 10px;
  }

  & .woocommerce-LostPassword {
    text-align: center;
  }

  & p {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce form .form-row label {
  line-height: inherit;
}

.orders_table-row,
.orders_table-head {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1.5fr 1.5fr 0.5fr;
}

.orders_table-row {
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);

  & div {
    padding: 10px;

    &:first-child {
      padding-left: 20px;
    }
  }

  & .order_toggle {
    transition: 0.4s;
  }

  &.active {
    & .order_toggle {
      transform: rotate(180deg);
    }
  }
}

.orders_table-head div {
  padding: 10px;
  text-align: center;
}

.orders_table-row_content-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s;

  background-color: #fff;
  margin-top: -20px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 24px 24px;
  padding: 0px 30px 0px 30px;

  &.active {
    grid-template-rows: 1fr;
    padding: 50px 30px 30px 30px;
  }
}

.orders_table-row_content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;

  & ul {
    font-size: 14px;
  }
}

.orders_table-content_left {
  width: 30%;

  & ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  & li {
    &:first-child {
      margin-bottom: 10px;
      font-weight: 600;
    }
  }
}

.orders_table-content_right {
  width: 70%;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order_product-price {
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
}

.order_product-options {
  & li {
    display: flex;
    gap: 5px;
    font-size: 16px;
  }
}

.order_product-img {
  & img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}

.order_product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.order_product-left {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.order_product-left_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.order_product-title {
  font-size: 16px;
  font-family: "Appetite Medium", sans-serif;
  text-transform: capitalize;
}

.orders_table-mob {
  display: none;
}

.orders_table-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products_wishlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.tinv-wishlist .product-thumbnail {
  width: 100%;

  & img {
    object-fit: contain;
  }
}

.products_wishlist {}

.wishlist_item {
  position: relative;

  & .product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  & .product-name {
    font-size: clamp(0.875rem, 0.649rem + 0.7612vw, 1.5625rem);
    font-family: "Appetite Medium", sans-serif;
    text-align: center;
    padding: 5px 10px;
    text-transform: capitalize;
  }

  & .product-price {
    font-size: clamp(1rem, 0.7124rem + 0.9689vw, 1.875rem);
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
    text-align: center;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  & .product-action {
    width: 100%;

    & button {
      background-color: var(--color-orange) !important;
      background: linear-gradient(53.37deg, #f7b219 27.42%, #dd9049 143.53%) !important;
      border: 1px solid var(--color-yellow) !important;
      padding: 16px 30px !important;
      transition: 0.4s !important;
      border-radius: 100px !important;
      position: relative !important;
      display: block !important;
      margin: 0 auto !important;
      width: fit-content !important;
      z-index: 1 !important;

      & span {
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
      }
    }
  }

  & .product-option {
    text-align: center;
  }

  & .product-option .color-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 6px auto 0;
  }

  & .product-remove button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);

    & i {
      width: 100%;
      height: 100%;
      padding-top: 2px;
    }
  }
}

.tinv-modal-inner {
  border-radius: 24px;
  position: relative;
}

.tinvwl_added_to_wishlist {}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -20px;
  margin: 0;
  padding: 0;

  & i {
    display: none;
  }
}

.tinvwl_button_close {
  background-color: #fff;
  border-radius: 50%;
  border: none;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04) !important;
  position: absolute;
  right: -20px;
  top: -20px;
  min-width: 50px;
  min-height: 50px;
}

.tinv-table.modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  max-width: 100%;

  & .tinv-cell {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

.tinv-table {
  position: relative;
}

.woocommerce .woocommerce-ordering select {
  background-color: transparent;
}

.woocommerce-privacy-policy-text {
  & p {
    display: block;
  }

  & a {
    color: var(--color-orange);
  }
}

.form_notice,
.login_notice {
  display: none;
  font-family: "Appetite Medium", sans-serif;

  &.success {
    width: 100%;
    padding: 15px 30px;
    background-color: #e9e9e9;
    text-align: left;
    color: var(--color-green);
    display: block;
  }

  &.error {
    width: 100%;
    padding: 15px 30px;
    background-color: #e9e9e9;
    text-align: left;
    color: red;
    display: block;
  }
}

.modal_gift-set {
  position: fixed;
  right: 0px;
  top: 30%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 24px 0 0 24px;

  max-width: 450px;
  width: 100%;

  z-index: 10;

  & .modal_inner {
    padding: 0;
  }

  translate: 100% 0;
  transition: 0.4s;

  &.active {
    translate: 0% 0;
  }
}

.gift_set {
  display: flex;
  flex-direction: column;
  gap: 10px;

  &.inactive .gift_set-content {
    height: 0;
    overflow: hidden;
  }
}

.gift_set-title {
  font-size: clamp(1.125rem, 0.7196rem + 1.3655vw, 2.1875rem);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_sets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.gift_set-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gift_set-total {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.gift_set-total_title {
  font-size: clamp(1rem, 0.7854rem + 0.7229vw, 1.5625rem);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_set-total_sum {
  font-size: clamp(1rem, 0.7854rem + 0.7229vw, 1.5625rem);
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_set-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & a {
    width: 100%;
    padding: 10px 20px;
  }

  & .one_more-set {
    background: none;
    color: var(--color-black) !important;
    transition: none;

    &::after {
      content: none !important;
    }

    &:hover {
      color: #fff !important;
    }
  }
}

.gift_set-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.gift_set-box_button {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  width: fit-content;

  border: 1px solid var(--color-yellow);
  border-radius: 24px;
  width: fit-content;
  background: linear-gradient(53.37deg, rgb(247, 178, 25) 27.42%, rgb(221, 144, 73) 143.53%);
  color: #fff;
}

.gift_set-box_button:hover {
  color: rgb(255, 255, 255);
  background: linear-gradient(53.37deg, rgb(247, 178, 25) 27.42%, rgb(221, 144, 73) 143.53%);
}

.term-zbery-svij-podarunkovyj-nabir .product_item-bottom_mob .product_item-icon_cart {
  border-radius: 50%;
  background: linear-gradient(53.37deg, rgb(247, 178, 25) 27.42%, rgb(221, 144, 73) 143.53%);
  border: 1px silid var(--color-yellow);
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  padding: 0;
  color: #fff;
  /* font-weight: 400; */
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift_set-box_remove {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  box-shadow: none;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;

  display: none;

  &.active {
    display: flex;
  }
}

.gift_set-box_remove>img {
  width: 15px;
  height: 15px;
}

.modal_gift-set_arrow {
  background-color: #fff;
  box-shadow:
    -20px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0),
    0px 0px 1px rgba(0, 0, 0, 0);
  border-radius: 50% 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  translate: -100% 0;
  cursor: pointer;

  &.active {}
}

.gift_set-items {
  max-height: 400px;
  overflow-y: auto;
  /* 
  & .product_item-title {
    font-size: 16px;
  }
  & .product_item-cart_remove {
    min-width: 30px;
    min-height: 30px;
    & svg {
      width: 15px;
      height: 15px;
    }
  }

  &  .product_item-cart_content {
    gap: 5px;
  } */
}

.reviews {
  position: relative;
  padding-bottom: 100px;
}

.reviews_swiper {
  padding: 80px 0;
}

.reviews_swiper .swiper-slide {
  transform: scale(0.92);
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.reviews_swiper .swiper-slide-active {
  transform: scale(1.05);
  z-index: 10;
  opacity: 1;
}

.review_quote {
  margin-top: -30px;
}

.review_date {
  opacity: 0.5;
}

.reviews_spoon {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.reviews_points {
  position: absolute;
  right: 0;
  top: 0;
}

.reviews_points-2 {
  position: absolute;
  left: 0;
  top: 0;
}

.review_block {
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  position: relative;
}

.review_name {
  font-size: clamp(1.125rem, 0.9581rem + 0.5622vw, 1.5625rem);
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
}

.review_desc {
  font-size: clamp(0.875rem, 0.6127rem + 0.8835vw, 1.5625rem);
  font-style: italic;
}

.review_img {
  position: absolute;
  right: -14px;
  bottom: -5px;
}

.instagram {
  background-color: var(--color-green);
  position: relative;
  padding: 100px 0;

  & .fluid_container {
    position: relative;
    z-index: 2;
  }

  & .section_top {
    & svg path {
      fill: #fff;
    }
  }

  & h2 {
    color: #fff;
  }
}

.instagram_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.instagram-svg_ellipse {
  position: relative;
  z-index: 2;
}

.instagram_inner {
  display: flex;
  align-items: center;
  justify-content: center;

  & img {
    border-radius: 24px;
  }

  & .instagram_photo {
    position: relative;
  }

  & .instagram_photo-1 {
    rotate: -20deg;
    z-index: 1;
    translate: 40% 0;
  }

  & .instagram_photo-2 {
    z-index: 2;
  }

  & .instagram_photo-3 {
    rotate: 20deg;
    z-index: 1;
    translate: -40% 0;
  }
}

.insta_button {
  display: flex;
  align-items: center;
  gap: 5px;
}

.instagram_inner-text {
  font-family: "Appetite Medium", sans-serif;
  font-style: italic;
  color: #fff;
  margin: 40px 0;
  font-size: clamp(1rem, 0.7854rem + 0.7229vw, 1.5625rem);
  text-align: center;
}

.all_cat {
  padding-bottom: 70px;
}

.all_cat-top {
  text-align: center;
}

.woof_container_inner .woof_tooltip_header {
  display: none;
}

.product_item-info_title,
.product_item-info_close,
.product_item-info_image {
  display: none;
}

.product_item-info_title {
  margin-bottom: 10px;
}

.product_item-info_image {
  & img {
    width: 200px;
  }

  & a {
    padding-top: 0;
  }
}

.page_about {
  position: relative;
}

.page_about-top {
  text-align: center;
}

.block-bg {
  padding: 0 50px 50px 50px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.page_about {
  & .container {
    max-width: 1130px;
  }
}

.page_about_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.page_about-top-block {
  text-align: center;
  margin-bottom: 30px;

  & svg {
    margin-top: -20px;
  }
}

.page_about-bttom-block,
.page_about-top-block-text {
  margin-top: 20px;
  font-family: "Appetite Medium", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.page_about-bttom-block {
  text-align: center;
  padding: 50px;
}

.page_about-text {
  font-size: 18px;

  & p {
    &+p {
      margin-top: 10px;
    }
  }
}

.page_honey-bg {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 25%;
}

.page_about-cats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 30px;
}

.page_about-text-2 {
  width: 80%;
}

.page_about-list {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.name_list {
  font-size: 22px;
  font-weight: bold;
  font-family: "Appetite Medium", sans-serif;
  margin-bottom: 20px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & li {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  & p {
    font-size: 20px;
  }
}

.list_icon {
  background-color: #fff;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  border: 4px solid #fff8db;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.page_about-bttom-img {
  position: absolute;
  left: 0;
  bottom: 0;
  translate: -50%;
  z-index: -1;
}

.del_pay-top {
  text-align: center;
}

.del_pay-title {}

.del_pay-block {
  display: flex;
  align-items: center;
}

.del_pay-block_img {
  background-color: #fff;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  padding: 15px 30px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  margin-right: 15px;
  text-align: center;

  & img {
    object-fit: contain;
  }
}

.line_image {
  position: relative;
  padding-bottom: 36.25rem;

  & .mask {
    right: 0;
    top: 0;

    &.mask--reverse {
      translate: 0 -70%;
      left: 0;
      right: auto;
    }
  }
}

.bundle-title {
  color: var(--color-green);
  padding: 0;
}

.bundle-group {
  border-radius: 24px;
  background: #f1f1f1;
  padding: 20px;
  display: flex;
  flex-direction: column;

  & .product_item-price {
    margin: 0;
  }
}

.bundle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* Модальное окно подтверждения удаления */
.modal_delete_confirmation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal_delete_confirmation.active {
  opacity: 1;
  visibility: visible;
}

.modal_delete_confirmation .modal_inner {
  background: white;
  border-radius: 24px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
  text-align: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal_delete_confirmation.active .modal_inner {
  transform: scale(1);
}

.modal_delete_confirmation .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: unset;
}

.modal_delete_confirmation .modal_close:hover {
  box-shadow: unset;
}

.modal_delete_confirmation .modal_close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_delete-header {
  margin-bottom: 30px;
}

.modal_delete-header .delete_icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.modal_delete-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Appetite Medium", sans-serif;
}

.modal_delete-header .delete_message {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.modal_delete-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.modal_delete-actions button {
  padding: 12px 30px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-width: 120px;
}

.modal_delete-actions .delete_cancel {
  background: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}

.modal_delete-actions .delete_cancel:hover {
  background: #e9ecef;
}

.modal_delete-actions .delete_confirm {
  background: #e74c3c;
  color: white;
}

.modal_delete-actions .delete_confirm:hover {
  background: #c0392b;
}

/* Глобальное модальное окно для уведомлений */
.modal_global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal_global.active {
  opacity: 1;
  visibility: visible;
}

.modal_global .modal_inner {
  background: white;
  border-radius: 24px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
  text-align: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.modal_global.active .modal_inner {
  transform: scale(1);
}

.modal_global .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_global .modal_close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_global .modal_close {
  box-shadow: unset;
}

.modal_global .modal_close:hover {
  box-shadow: unset;
}

.modal_global-header {
  margin-bottom: 30px;
}

.modal_global-header .modal_icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.modal_global-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Appetite Medium", sans-serif;
}

.modal_global-header .modal_message {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.modal_global-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.modal_global-actions button {
  padding: 12px 30px;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-width: 120px;
}

.modal_global-actions .modal_ok {
  background: #4caf50;
  color: white;
}

.modal_global-actions .modal_ok:hover {
  background: #45a049;
}

.modal_global-actions .modal_cancel {
  background: #f8f9fa;
  color: #666;
  border: 1px solid #e9ecef;
}

.modal_global-actions .modal_cancel:hover {
  background: #e9ecef;
}

/* Gift Packaging Modal Styles */
.modal_packaging {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal_packaging.active {
  display: flex;
  opacity: 1;
}

.modal_packaging .modal_inner {
  background: white;
  border-radius: 20px;
  max-width: 450px;
  width: 90%;
  max-height: 80vh;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  position: relative;
  padding: 40px 30px 30px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal_packaging.active .modal_inner {
  transform: scale(1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal_packaging .modal_inner .modal_close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 99999;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
}

.modal_packaging .modal_inner .modal_close img {
  width: 12px;
  height: 12px;
}

.modal_close:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.modal_close img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.modal_packaging-header {
  text-align: center;
  margin-bottom: 30px;
}

.packaging_icon {
  margin-bottom: 15px;
}

.modal_packaging-header h3 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
  font-family: "Appetite Medium", sans-serif;
  text-transform: uppercase;
}

.packaging_options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 35px;
}

.packaging_option {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  /* padding: 8px 0; */
}

.packaging_radio {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.radio_dot {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.packaging_option.selected .radio_dot {
  border-color: #ff9500;
  background: #ff9500;
}

.packaging_option.selected .radio_dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.packaging_title {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.modal_packaging-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.packaging_select {
  background: #ff9500;
  color: white;
  border: 1px solid #ff9500;
  padding: 12px 50px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 180px;
}

.packaging_select:hover:not(:disabled) {
  background: #e6850d;
  border-color: #e6850d;
}

.packaging_select:disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.gift_set-box_price {
  display: block;
  font-family: "Appetite Medium", sans-serif;
  margin-bottom: 8px;
  color: var(--color-green);
  /* font-weight: 700; */
  font-size: 26px;
  /* line-height: 1.2; */
}

.cross_sells-product {
  display: flex;
  align-items: center;
  padding: 0;
}

.cross_sells-product img {
  height: 70px;
}

.cross_sells-product .product_item-title {
  font-size: 18px;
}

.wrapper_cross-sells {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;

  background: #fff;
  padding: 20px 30px;
  border-radius: 24px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.step_slide {
  display: flex;
  align-items: center;
  gap: 20px;
}

.step_slide+.step_slide {
  margin-left: 20px;
}

.step_circle {
  min-width: 70px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff8db;
  font-family: "Appetite Medium", sans-serif;
  font-size: 28px;
  color: var(--color-green);
}

.step_text {
  font-family: "Lobster";
}

.shop_top {
  margin-bottom: 15px;
}

.shop_top-under {
  margin: 40px 0;
}

/* === Additional Styles (Merged from Updated) === */

/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.main-mask {
  max-height: 97vh;
  min-height: 21.875rem;
  position: relative;
}

.main-mask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0%;
  background: url("/wp-content/uploads/2025/07/main-decore-1.webp") right bottom/100% no-repeat;
}

.main-mask__slider {
  position: relative;
}

.main-mask__swiper-pagination {
  justify-content: center;
  min-height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 20%;
  z-index: 10;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-mask__swiper-pagination .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  flex: 0 0 0.875rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.125rem solid #a9d944;
  transition: all 0.3s;
}

.main-mask__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.25rem;
  border-radius: 3.125rem;
  flex: 0 0 2.25rem;
  background-color: #a9d944;
}

.main-mask__image {
  mask-image: url("/wp-content/uploads/2025/07/main-mask-scaled.webp");
  mask-size: cover;
  mask-position: right 100%;
  mask-repeat: no-repeat;
  height: 92%;
}

.main-mask__image img {
  aspect-ratio: 1295/1025;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30%;
}

.presentation {
  width: 100%;
  position: relative;
  flex-direction: column;
}

.presentation__slider {
  padding: 1.25rem;
  position: relative;
}

.presentation__slide {
  opacity: 0 !important;
  visibility: hidden !important;
}

.presentation__slide.swiper-slide-fully-visible.swiper-slide-active.swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.presentation__slide h2 {
  color: #200501;
  font-family: "Appetite Medium", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

a.additional_agreement_link {
  text-decoration: underline;
}

/* .hero {
  .bg-green {
    position: absolute;
    width: 85rem;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.hero_slide {
  display: flex;
  align-items: center;
}
.hero_inner .main_button {
  color: #fff;
}
.hero_inner {
  height: 100%;
  object-fit: cover;
  object-position: 30%;
  width: 100%;
}

.hero_slide {
  position: relative;
}

.hero_slide-container {
  margin-top: -100px;
}

.hero {
  & h1 {
    max-width: 500px;
  }
}
*/
.hero_bg {
  position: absolute;
  right: 0;
  top: 0;
}

.hero_bg-2 {
  position: absolute;
  right: 0;
  top: 10%;
  width: clamp(200px, calc(12.5vw + 100px), 450px);
  pointer-events: none;
}

/* .swiper-pagination.hero_pagination {
  top: 20px;
  left: 20px;
  text-align: left;
  z-index: -1;

  & .swiper-pagination-bullet {
    width: 16px;
    height: 16px;

    &.swiper-pagination-bullet-active {
      width: 36px;
    }
  }
} */

.hero_block-btn {
  width: fit-content;
  margin: 0 auto;
  padding: clamp(0.8125rem, 0.3605rem + 1.5225vw, 2.1875rem) clamp(2.5rem, 1.2673rem + 4.1522vw, 6.25rem);

  border-radius: 100px;
  background: linear-gradient(53.37deg, #0b390a 27.42%, rgba(221, 144, 73, 0) 143.53%);

  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  & p {
    text-align: center;
    color: #fff;
    font-size: clamp(0.875rem, 0.5463rem + 1.1073vw, 1.875rem);
    font-weight: 700;
  }
}

.product_item-cart {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-gap: 10px;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  position: relative;
  transition: 0.2s;

  &.loading_ajax {
    filter: blur(4px);
    pointer-events: none;
  }

  & .product_item-image {
    width: 100px;
    padding-top: 0;
  }

  & .product_item-title {
    padding: 0;
    text-align: left;
  }

  & .line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  & .product_item-quantity {
    padding: 5px;

    & input {
      width: 35px;
    }
  }

  & .product_option {
    padding: 5px;
    min-width: 50px;
    text-align: center;

    &.color-circle {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      min-width: auto;
    }
  }
}

.product_item-cart_remove {
  display: flex;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  align-items: center;
  justify-content: center;

  & img {
    width: 20px;
    height: 20px;
  }
}


.section_padding {
  padding-top: 200px;
}

.single_product-mob_title {
  display: none;
}

.single_product-top {
  text-align: center;

  & h1 {
    margin: 20px 0;
  }
}

.woocommerce-breadcrumb {
  color: var(--color-black) !important;

  & a {
    color: inherit !important;
  }
}

.single_product-content_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}

.main_image-product {
  & img {
    object-fit: contain;
    height: 500px;
  }
}

.single_product-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.25rem, 0.7731rem + 1.6064vw, 2.5rem);
  margin-bottom: 0px;
}

.single_product-variation_title,
.single_product-line_title {
  font-weight: bold;
}

.single_product-variation_title {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  font-family: "Appetite Medium", sans-serif;
  font-size: 24px;
  color: #000;
}

.single_product-right_bottom,
.single_product-price {
  & .product_item-price {
    margin: 0;
  }
}

.single_product-left_bottom .product_item-price {
  font-size: clamp(1.25rem, 0.7731rem + 1.6064vw, 2.5rem);
}

.wpgs-nav {
  & .slick-arrow {
    display: none !important;
  }
}

.single-swiper_thumbnails {
  & .swiper-button {
    width: 40px;
    height: 40px;

    opacity: 0;
    transition: 0.4s;

    &::after {
      font-size: 16px;
    }
  }

  &:hover {
    & .swiper-button {
      opacity: 1;
    }

    & .swiper-button-disabled {
      opacity: 0.5;
    }
  }
}

.product-variation-buttons {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;

  & button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;

    & .label {
      font-family: "Appetite Medium", sans-serif;
      font-size: 24px;
      color: #000;
    }
  }
}

.single_product-right_top,
.single_product-variation,
.single_product-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single_product-variation_item {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.single_product-right div.cart {
  margin: 30px 0;
}

.woocommerce-page div.product div.images {
  width: 100%;
}

.single_product-left_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_item {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & .product_item-image {
    & img {
      height: 200px;
      object-fit: contain;
    }
  }
}

.product_item-bottom {
  & .ajax-add-to-cart {
    display: flex;
    align-items: center;
  }
}

.single_product-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.single_product-right {
  width: 50%;
}

.single_product-right_bottom {
  background: #ffffff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;

  & .product_item-bottom {
    width: 60%;
  }

  & .ajax-add-to-cart {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;

    & button {
      flex: 1;
    }
  }
}

.single_product-bg-3,
.single_product-bg-2,
.single_product-bg {
  position: absolute;
  right: 0;
  top: 50px;
  pointer-events: none;
}

.single_product-bg-3 {
  left: 0;
  top: 20%;
  right: auto;
}

.info_block-description {
  & ul {
    margin: 10px 0;
  }

  & .single_info-item_content {
    height: 150px;
    overflow: hidden;
    transition: 0.4s;
  }

  & .single_info-item_content-inner {
    & li {
      list-style: disc;
    }

    & ul {
      padding-left: 20px;
    }
  }
}

.single_info-item {
  &.accord_item {
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    padding: 10px 20px;

    & .single_info-item_top {
      font-size: clamp(1rem, 0.9046rem + 0.3213vw, 1.25rem);
      align-items: center;
    }

    & .single_info-item_content {
      grid-template-rows: 0fr;
      transition: 0.4s;
      display: grid;
      float: left;

      &.active {
        grid-template-rows: 1fr;
      }

      & .single_info-item_inner {
        overflow: hidden;
      }
    }
  }

  &.simple {
    & .single_info-item_content {
      cursor: default;

      & p {
        /* &:not(:first-child) {
          display: none;
        } */

        &+p {
          margin-top: 10px;
        }
      }
    }
  }
}

.single-swiper {
  & img {
    max-height: 550px;
    object-fit: cover;
  }
}

.single_product-images_thumbnail {
  position: relative;

  & .single-swiper_thumbnails-pagination {
    bottom: -20px;
  }
}

.single_info-item_top {
  font-family: "Appetite Medium", sans-serif;
  font-size: clamp(1.125rem, 0.9819rem + 0.4819vw, 1.5rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;

  & .arrow {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
  }

  &.active {
    & svg {
      rotate: 180deg;
    }
  }

  & svg {
    transition: 0.4s;
  }
}

.button_show-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Appetite Medium", sans-serif;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;

  & .hide {
    display: none;
  }

  &.active {
    & svg {
      rotate: 180deg;
    }
  }
}

.variation_button {
  & .color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-orange);
    display: block;
  }
}

/* [data-attribute-name="attribute_pa_color-package"] {
  width: 30px;
  height: 30px;
  border-radius: 50%;

  &.active {
    border-color: var(--color-green);
    border-width: 3px;
  }
} */

.product-variation-buttons {
  & .variation_button {
    & svg path {
      transition: 0.2s;
    }

    /* opacity: 0.5;
    transition: .4s; */

    &.active {

      /* opacity: 1; */
      & svg {
        & path {
          fill: var(--color-green);
          stroke: var(--color-green);

          &.center {
            fill: var(--color-orange);
          }
        }
      }

      & img {
        filter: brightness(0) saturate(100%) invert(82%) sepia(17%) saturate(1172%) hue-rotate(37deg) brightness(92%) contrast(93%);
      }

      & .label {
        color: var(--color-green);
      }

      & .color-circle {
        border-color: var(--color-green);
        border-width: 3px;
      }
    }
  }
}

.single_product-right_bottom .product_item-price {
  position: relative;

  & .product_old-price {
    position: absolute;
    top: -15px;
    left: 0;
  }
}

.cross_sells {
  margin: 80px 0;

  & h2 {
    text-align: center;
    margin-bottom: 50px;
  }

  & .product_item {
    background-color: transparent;
    box-shadow: none;
  }

  & .product_item-image {
    padding-top: 0;
    display: block;
  }
}

.cross_sells-pagination {
  bottom: -20px !important;
}

.checkout_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  & h1 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.checkout_count {
  font-family: "PT Sans", sans-serif;
  background-color: var(--color-orange);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  display: none;
}

.checkout_bundle .bundle-child,
.checkout_product {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 0.1fr;
  align-items: center;
  gap: 10px;

  /* Тень для строк товаров */
  background: #fff;
  border-radius: 12px;
  padding: 15px 10px;
  box-shadow:
    0px 4px 12px rgba(0, 0, 0, 0.08),
    0px 2px 4px rgba(0, 0, 0, 0.04);
  /* margin-bottom: 10px; */

  /* Старая граница убрана - теперь используются отдельные карточки с тенью */

  &.loading_ajax {
    filter: blur(4px);
    pointer-events: none;
  }
}

.checkout_product .checkout_bundle-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;

  /* Заголовок набора с кнопкой удаления */
  .bundle-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;

    .bundle-title {
      font-weight: 600;
      font-size: 18px;
      color: #333;
    }

    .bundle-remove-btn {
      background: none;
      border: none;
      color: rgb(214 214 214);
      font-size: 25px;
      cursor: pointer;
      padding: 4px 8px;
      border-radius: 4px;
      transition: all 0.2s;

      &:hover {
        background: #f1f1f1;
        color: #666;
      }
    }
  }

  /* Строка с упаковкой (без фона) */
  .bundle-packaging-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    .bundle-packaging-name {
      color: #333;
      font-weight: 500;
      font-size: 16px;
    }

    .bundle-packaging-remove {
      background: none;
      border: none;
      color: rgb(214 214 214);
      font-size: 25px;
      cursor: pointer;
      padding: 4px 8px;
      border-radius: 4px;
      transition: all 0.2s;

      &:hover {
        background: #f1f1f1;
        color: #666;
      }
    }

    .bundle-packaging-change {
      background: #4caf50;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 6px;
      font-size: 12px;
      cursor: pointer;
      transition: background 0.2s;

      &:hover {
        background: #45a049;
      }
    }

    &.bundle-packaging-empty .bundle-packaging-name {
      color: #999;
      font-style: italic;
    }
  }

  /* Цена упаковки отдельной строкой зеленым цветом */
  .bundle-packaging-price-row {
    margin-left: 0;

    .bundle-packaging-price {
      color: var(--color-green);
      font-weight: 600;
      font-family: "Appetite Medium", sans-serif;
      font-size: 22px;
    }
  }

  /* Строка с суммой набора */
  .bundle-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 2px solid #d6d6d6;
    padding-top: 8px;
    width: 100%;

    .bundle-total-label {
      color: #333;
      font-weight: 500;
      font-size: 22px;
      font-family: "Appetite Medium", sans-serif;
    }

    .bundle-total-price {
      color: var(--color-green);
      font-weight: 700;
      font-family: "Appetite Medium", sans-serif;
      font-size: 22px;
    }
  }
}

.checkout_product.checkout_bundle {
  display: block;
  border-radius: 24px;
  /* background: #f1f1f1; */
  max-width: 350px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 15px 0px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
}

.checkout_product-block {}

.checkout_title {
  margin-bottom: 0;
}

.min_order_amount {
  font-family: "Appetite Medium", sans-serif;
}

.min_order_amount span.woocommerce-Price-amount.amount {
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-size: 22px;
  margin-left: 10px;
}

.checkout_products {
  padding: 0;
  padding-top: 20px;
  border-radius: 24px;
  box-shadow:
    0px 8px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04);
  /* background-color: #f8f9fa; */
  position: relative;
  z-index: 1;

  max-height: 500px;
  min-height: 156px;
  /* держим высоту при пустой корзине */
  overflow-y: auto;
  position: relative;

  /* Кастомный скроллбар для корзины чекаута */
  scrollbar-width: thin;
  scrollbar-color: #eda42d transparent;

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #eda42d;
    border-radius: 4px;
    border: 1px solid rgba(237, 164, 45, 0.3);
  }

  .checkout_cart-empty {
    text-align: center;
    color: #7a7f87;
    background: #f4f6f8;
    border-radius: 999px;
    padding: 12px 18px;
    width: fit-content;
    margin: 16px auto;
  }

  &::-webkit-scrollbar-thumb:hover {
    background-color: rgba(237, 164, 45, 0.8);
  }

  /* &::after {
    content: "";
    width: 100%;
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
  } */
}

.checkout_product-image img {
  height: 100px;
  object-fit: contain;
}

.checkout_product-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;

  &>span:first-child {
    font-size: 16px;
  }
}

.checkout_product-title-main {
  font-size: 22px;
  font-family: "Appetite Medium", sans-serif;
  text-transform: uppercase;
}

.checkout_product-count-price {
  display: flex;
  align-items: center;
  gap: 5px;

  & .product_sale-price {
    font-size: 22px;
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
  }

  & .product_regular-price {
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
    font-size: 22px;
  }
}

.checkout_product-total>span:last-child {
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-size: 22px;
}

.product_remove-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout_product-block .product_remove-btn {
  width: 15px;
  height: 15px;
}

.checkout_promocode {
  margin: 50px 0;
}

.checkout_total-price {
  border-radius: 24px;
  background-color: var(--color-green);
  width: fit-content;
  max-width: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Appetite Medium", sans-serif;
  color: #fff;
  font-size: 24px;

  margin: 50px 0;
}

.checkout_total-price_left {
  width: 70%;
  padding: 10px 22px;
}

.checkout_total-price_right {
  padding: 10px 22px;
  width: 30%;
  text-align: center;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    height: 101%;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 0;
  }
}

.checkout_content {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}

.checkout_ordering {
  width: 60%;
}

.checkout_sidebar {
  width: 40%;
}

.common_form {
  display: flex;
  flex-direction: column;
  gap: 50px;

  & h3 {
    margin-bottom: 10px;
  }
}

.form_block.form_delivery .form_block-inner {
  & .line {
    flex-direction: column;
    margin: 10px 0;

    & .line_wrap {
      width: 50%;
    }
  }
}

.form_block-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & .line {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    /* flex-direction: column; */
    margin: 10px 0;

    & input {
      width: 100%;
    }
  }
}

.form_block {
  & label {
    & .label_inputs {
      display: none;
    }

    &.active {
      & .label_inputs {
        display: block;
      }
    }
  }
}

form.common_form {

  & textarea,
  & input {
    border-radius: 24px !important;
    background-color: #fff !important;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04) !important;
    border: none !important;
    padding: 15px 25px !important;

    &::placeholder {
      font-style: italic;
    }
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin: 0 auto;
  float: unset;
}

.label_inputs {
  margin: 15px 0;

  & input {
    width: 100%;
  }
}

.label_line {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;

  & input {
    width: 20px;
    height: 20px;
  }
}

.line_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.line_wrap input {
  width: 100%;
  padding: 15px 45px 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.line_wrap input:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.line_wrap input::placeholder {
  color: #999;
  font-weight: 500;
}

.input_chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.line_wrap input:focus+.input_chevron {
  transform: translateY(-50%) rotate(180deg);
}

.city_quick_select {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.city_quick_btn {
  background: none;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.city_quick_btn:hover {
  border-color: #4caf50;
  color: #4caf50;
}

.city_quick_btn.active {
  /* background: #4CAF50; */
  /* border-color: #4CAF50; */
  color: #9ddc3c;
  text-decoration: underline;
}

.departments,
.cities {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
  /* border: 1px solid #e0e0e0; */
}

.departments li,
.cities li {
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px solid #f5f5f5;
}

.departments li:last-child,
.cities li:last-child {
  border-bottom: none;
}

.departments li:hover,
.cities li:hover {
  background-color: #f8f9fa;
}

/* Active delivery option styling */
.form_block-inner label.active {
  /* border: 2px solid #4CAF50; */
  border-radius: 12px;
  /* padding: 15px; */
  margin-bottom: 15px;
}

.form_block-inner label.active .label_line {
  color: #4caf50;
  font-weight: 600;
}

.form_block-inner label.active .label_line span {
  color: #4caf50;
}

/* Responsive styles */
@media (max-width: 768px) {
  .city_quick_select {
    gap: 8px;
  }

  .city_quick_btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .line_wrap input {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
  }

  .checkout_content {
    flex-direction: column;
  }

  .checkout_ordering {
    width: 100%;
  }

  .checkout_bundle .bundle-child,
  .checkout_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .checkout_product-option.checkout_product-block {
    align-items: center;
  }

  .checkout_product-option.checkout_product-block .color-circle {
    width: 20px !important;
    height: 20px !important;
  }
}

.notice {
  padding: 10px 20px;
  border: 1px solid var(--color-orange);
  font-style: italic;
  font-weight: bold;
  border-radius: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
}

.form_block .main_button {
  margin-left: 0;
  margin-right: auto;
}

.mobile_filter {
  display: none;
  width: fit-content;
}

.woocommerce-MyAccount-navigation {
  max-width: 320px;
  width: 100% !important;
  padding: 30px 25px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);

  & ul {
    display: flex;
    flex-direction: column;
    gap: 30px;

    &.myaccount-mobile {
      display: none;
    }

    & li {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(214, 214, 214, 1);

      &.active {
        color: var(--color-yellow);
      }

      &:last-child {
        border: none;
      }

      & a {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      &.is-active {
        & a {
          color: var(--color-yellow);
        }
      }

      & a {
        font-family: "Appetite Medium", sans-serif;
        font-size: clamp(1rem, 0.8569rem + 0.4819vw, 1.375rem);
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
    }
  }
}

@media (max-width: 600px) {
  .modal_close {
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
  }

  .modal_close img {
    width: 18px;
    height: 18px;
  }
}

.modal_inner {
  max-width: 600px;
  width: 100%;
  position: relative;
}

.modal_login {
  & .modal_inner-top {
    text-align: center;
  }

  & .modal_content-top {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;

    & a {
      &.active {
        color: var(--color-green);
      }
    }
  }

  & #customer_login {
    display: flex;
    flex-direction: column;
  }
}

.form_customer-login {
  display: none;
  width: 100% !important;
  float: unset !important;

  &.active {
    display: flex;
    flex-direction: column;
  }

  & h2 {
    text-align: center;
  }

  & form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  & label {
    margin-bottom: 10px;
  }

  & .woocommerce-LostPassword {
    text-align: center;
  }

  & p {
    display: flex;
    flex-direction: column;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.woocommerce form .form-row label {
  line-height: inherit;
}

.orders_table-row,
.orders_table-head {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1.5fr 1.5fr 0.5fr;
}

.products_wishlist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.tinv-wishlist .product-thumbnail {
  width: 100%;

  & img {
    object-fit: contain;
  }
}

.products_wishlist {}

.wishlist_item {
  position: relative;

  & .product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  & .product-name {
    font-size: clamp(0.875rem, 0.649rem + 0.7612vw, 1.5625rem);
    font-family: "Appetite Medium", sans-serif;
    text-align: center;
    padding: 5px 10px;
    text-transform: capitalize;
  }

  & .product-price {
    font-size: clamp(1rem, 0.7124rem + 0.9689vw, 1.875rem);
    color: var(--color-green);
    font-family: "Appetite Medium", sans-serif;
    text-align: center;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  & .product-action {
    width: 100%;

    & button {
      background-color: var(--color-orange) !important;
      background: linear-gradient(53.37deg, #f7b219 27.42%, #dd9049 143.53%) !important;
      border: 1px solid var(--color-yellow) !important;
      padding: 16px 30px !important;
      transition: 0.4s !important;
      border-radius: 100px !important;
      position: relative !important;
      display: block !important;
      margin: 0 auto !important;
      width: fit-content !important;
      z-index: 1 !important;

      & span {
        font-family: "PT Sans", sans-serif;
        font-weight: 400;
      }
    }
  }

  & .product-option {
    text-align: center;
  }

  & .product-remove button {
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow:
      0px 16px 24px rgba(0, 0, 0, 0.06),
      0px 2px 6px rgba(0, 0, 0, 0.04),
      0px 0px 1px rgba(0, 0, 0, 0.04);

    & i {
      width: 100%;
      height: 100%;
      padding-top: 2px;
    }
  }
}

.tinv-modal-inner {
  border-radius: 24px;
  position: relative;
}

.tinv-table.modal_inner {
  background-color: transparent;
}

.tinvwl_added_to_wishlist {}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -20px;
  margin: 0;
  padding: 0;

  & i {
    display: none;
  }
}

.tinv-table.modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;

  & .tinv-cell {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

.tinv-table {
  position: relative;
}

.woocommerce-privacy-policy-text {
  & p {
    display: block;
  }

  & a {
    color: var(--color-orange);
  }
}

.form_notice,
.login_notice {
  display: none;
  font-family: "Appetite Medium", sans-serif;

  &.success {
    width: 100%;
    padding: 15px 30px;
    background-color: #e9e9e9;
    text-align: left;
    color: var(--color-green);
    display: block;
  }

  &.error {
    width: 100%;
    padding: 15px 30px;
    background-color: #e9e9e9;
    text-align: left;
    color: red;
    display: block;
  }
}

.modal_gift-set {
  position: fixed;
  right: 0px;
  top: 30%;
  background-color: #fff;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 24px 0 0 24px;

  max-width: 450px;
  width: 100%;

  z-index: 10;

  & .modal_inner {
    padding: 0;
  }

  translate: 100% 0;
  transition: 0.4s;

  &.active {
    translate: 0% 0;
  }
}

.gift_set {
  display: flex;
  flex-direction: column;
  gap: 10px;

  &.inactive .gift_set-content {
    height: 0;
    overflow: hidden;
  }
}

.gift_set-title {
  font-size: clamp(1.125rem, 0.7196rem + 1.3655vw, 2.1875rem);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_sets {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.gift_set-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gift_set-total {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.gift_set-total_title {
  font-size: clamp(1rem, 0.7854rem + 0.7229vw, 1.5625rem);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_set-total_sum {
  font-size: clamp(1rem, 0.7854rem + 0.7229vw, 1.5625rem);
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-weight: 600;
}

.gift_set-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;

  & a {
    width: 100%;
    padding: 10px 20px;
  }

  & .one_more-set {
    background: none;
    color: var(--color-black) !important;
    transition: none;

    &::after {
      content: none !important;
    }

    &:hover {
      color: #fff !important;
    }
  }
}


.gift_set-box_remove>img {
  width: 15px;
  height: 15px;
}

.modal_gift-set_arrow {
  background-color: #fff;
  box-shadow:
    -20px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0),
    0px 0px 1px rgba(0, 0, 0, 0);
  border-radius: 50% 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  translate: -100% 0;
  cursor: pointer;

  &.active {}
}

.gift_set-items {
  max-height: 400px;
  overflow-y: auto;

  /* Кастомный скроллбар для товаров в наборах */
  scrollbar-width: thin;
  scrollbar-color: #eda42d transparent;

  &::-webkit-scrollbar {
    width: 8px;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #eda42d;
    border-radius: 4px;
    border: 1px solid rgba(237, 164, 45, 0.3);
  }

  &::-webkit-scrollbar-thumb:hover {
    background-color: rgba(237, 164, 45, 0.8);
  }

  /* 
  & .product_item-title {
    font-size: 16px;
  }
  & .product_item-cart_remove {
    min-width: 30px;
    min-height: 30px;
    & svg {
      width: 15px;
      height: 15px;
    }
  }

  &  .product_item-cart_content {
    gap: 5px;
  } */
}

.reviews {
  position: relative;
  padding-bottom: 100px;
}

.reviews_swiper {
  padding: 80px 0;
}

.reviews_swiper .swiper-slide {
  transform: scale(0.92);
  z-index: 1;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.reviews_swiper .swiper-slide-active {
  transform: scale(1.05);
  z-index: 10;
  opacity: 1;
}

.review_quote {
  margin-top: -30px;
}

.review_date {
  opacity: 0.5;
}

.reviews_spoon {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.reviews_points {
  position: absolute;
  right: 0;
  top: 0;
}

.reviews_points-2 {
  position: absolute;
  left: 0;
  top: 0;
}

.review_block {
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow:
    0px 16px 24px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04),
    0px 0px 1px rgba(0, 0, 0, 0.04);
  position: relative;
}

.review_name {
  font-size: clamp(1.125rem, 0.9581rem + 0.5622vw, 1.5625rem);
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
}

.review_desc {
  font-size: clamp(0.875rem, 0.6127rem + 0.8835vw, 1.5625rem);
  font-style: italic;
}

.review_img {
  position: absolute;
  right: -14px;
  bottom: -5px;
}

.del_pay-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;

  &+.del_pay-inner {
    margin-top: 30px;
  }
}

.line_image {
  position: relative;
  padding-bottom: 36.25rem;

  & .mask {
    right: 0;
    top: 0;

    &.mask--reverse {
      translate: 0 -70%;
      left: 0;
      right: auto;
    }
  }
}

.line_image.line_image--revers {
  padding-bottom: 0;
}

.wishlist_top {
  text-align: center;
}

.bundle-title {
  color: var(--color-green);
  padding: 0;
  font-size: 22px;
  font-family: "Appetite Medium", sans-serif;
}

.bundle-group {
  border-radius: 24px;
  background: #f1f1f1;
  padding: 20px;
  display: flex;
  flex-direction: column;

  & .product_item-price {
    margin: 0;
  }
}

.bundle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* Стили для промокода на странице чекаута */
.checkout_promocode {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow:
    0px 8px 16px rgba(0, 0, 0, 0.06),
    0px 2px 6px rgba(0, 0, 0, 0.04);
  max-width: 700px;
}

/* Кнопка аккордеона промокода */
.promocode_toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: "Appetite Medium", sans-serif;
  /* font-size: 20px; */
}

.promocode_toggle:hover {
  color: var(--color-green);
}

.promocode_toggle span {
  font-family: "Appetite Medium", sans-serif;
}

.promocode_arrow {
  transition: transform 0.3s ease;
  color: #999;
}

.promocode_toggle.active .promocode_arrow {
  transform: rotate(180deg);
}

.promocode_toggle.active {
  color: var(--color-green);
}

.promocode_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.promocode_form.show {
  opacity: 1;
  max-height: 200px;
}

.promocode_input-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.promocode_input {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  transition: border-color 0.3s ease;
}

.promocode_input:focus {
  outline: none;
  border-color: var(--color-green);
}

.promocode_input::placeholder {
  color: #999;
  font-style: italic;
}

.promocode_button {
  padding: 12px 24px;
  background: linear-gradient(53.37deg, #f7b219 27.42%, #dd9049 143.53%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}

.promocode_button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
  background: linear-gradient(53.37deg, #f7b219 27.42%, #dd9049 143.53%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 126, 34, 0.3);
}

.promocode_button:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.promocode_message {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.promocode_message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.promocode_message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.applied_promocode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e8f5e8;
  border: 2px solid #4caf50;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 15px;
}

.applied_promocode-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.promocode_name {
  font-weight: 600;
  color: #2e7d32;
  font-size: 16px;
}

.promocode_discount {
  color: #4caf50;
  font-weight: bold;
  font-size: 18px;
}

.promocode_remove {
  background: none;
  border: none;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.promocode_remove:hover {
  background: #ffebee;
  color: #d32f2f;
}

/* Стили для отображения скидки в итоговой сумме */
.cart-total-with-discount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.original-total {
  text-decoration: line-through;
  color: #999 !important;
  font-size: 0.9em;
}

.discounted-total {
  color: #4caf50 !important;
  font-weight: bold;
  font-size: 1.1em;
}

/* Responsive стили для мобильных устройств */
@media (max-width: 768px) {

  /* Мобильная адаптация блока промокода */
  .checkout_promocode {
    max-width: 100%;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    margin: 16px 0 24px;
  }

  .promocode_toggle {
    font-size: 14px;
  }

  .promocode_input-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .promocode_button {
    width: 100%;
    min-height: 44px;
    font-size: 15px;
  }

  .promocode_input {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }

  .applied_promocode {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .applied_promocode-info {
    width: 100%;
    /* justify-content: space-between; */
    gap: 10px;
  }

  .promocode_remove {
    align-self: flex-end;
    margin-top: -35px;
  }

  .promocode_message {
    font-size: 13px;
  }

  .checkout_bundle .bundle-child,
  .checkout_product.bundle-child,
  .checkout_product {
    grid-template-columns: 70px 1fr;
    gap: 8px 12px;
    align-items: start;
  }

  .checkout_product-image {
    grid-column: 1 / 2;
    grid-row: 1 / span 3;
    width: 70px;
    height: 70px;
  }

  .checkout_product-image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .checkout_product-title-main {
    grid-column: 2 / -1;
    font-size: 16px;
  }

  .checkout_product-count-price {
    grid-column: 2 / -1;
  }

  .checkout_product-total {
    grid-column: 2 / -1;
    justify-self: end;
  }

  .checkout_product .product_remove-btn {
    grid-column: 2 / -1;
    justify-self: end;
    align-items: baseline;
    justify-content: center;
  }

  .product_item-quantity {
    padding: 2px 0px !important;
  }

  .checkout_promocode {
    padding: 16px;
    border-radius: 12px;
  }

  .promocode_input {
    font-size: 14px;
    padding: 10px 12px;
  }
}

/* ===============================
   Сайдбар "РАЗОМ З ЦИМ КУПУЮТЬ"
   =============================== */

.checkout_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.checkout_main {
  flex: 1;
  width: 100%;
}

.checkout_sidebar {
  width: auto;
  max-width: 420px;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  flex-shrink: 0;
}

.checkout_related_products {
  background: #fbfdf6;
  border-radius: 20px;
  padding: 25px;
  max-height: 600px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.checkout_related_products h3 {
  font-size: 22px;
  font-weight: 800;
  color: #2d2a26;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Appetite Medium", sans-serif;
}

.checkout_related_product {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 18px 0;
  /* border-bottom: 1px solid #efe9d9; */
  margin-bottom: 6px;
}

.checkout_related_product:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.checkout_related_product-image {
  flex-shrink: 0;
  width: 100px;
  /* фиксированная ширина, чтобы контент справа не менял ширину */
  height: 100px;
  /* фиксированная высота для предотвращения прыжков при смене изображения */
  border-radius: 16px;
  overflow: hidden;
  /* background: #fff; */
  /* box-shadow: 0 6px 18px rgba(0,0,0,.06); */
}

.checkout_related_product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout_related_product-content {
  flex: 1;
  min-width: 0;
}

.checkout_related_product-title {
  margin-bottom: 8px;
}

.checkout_related_product-title a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
  font-family: "Appetite Medium", sans-serif;
  font-size: 19px;
}

.checkout_related_product-title a:hover {
  color: #e67e22;
}

.checkout_related_product-variations {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  min-height: 36px;
  /* резерв высоты под одну строку кнопок, чтобы избежать дерганий */
  align-items: center;
  /* выравниваем по центру, раз высота кнопки фиксирована */
}

.checkout_related_product-variation {
  background: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  /* Единый размер кнопок вариаций */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 1;
  /* исключаем влияние line-height на высоту */
  font-size: 12px;
  /* фиксируем размер шрифта */
  color: #666;
  font-weight: 400;
  /* фиксируем вес, чтобы активное состояние не меняло ширину */
  white-space: nowrap;
  /* не переносить текст внутри кнопки */
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout_related_product-variation:hover {
  background: #e8e4d8;
  color: #333;
}

.checkout_related_product-variation.active {
  color: #f8d859;
  font-weight: 400;
  /* оставляем тот же вес, чтобы избежать скачков */
  border: 1px solid #f8d859;
  box-shadow: 0 0 0 2px rgba(248, 216, 89, 0.15);
}

.checkout_related_product-price {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkout_related_product-price-amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-green);
  font-family: "Appetite Medium", sans-serif;
  font-size: 19px;
}

.checkout_related_product-sale-price {
  font-size: 16px;
  font-weight: 700;
  color: #27ae60;
}

.checkout_related_product-regular-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.checkout_related_product-add-to-cart {
  background: linear-gradient(53.37deg, #f7b219 27.42%, #dd9049 143.53%);
  border: none;
  border-radius: 100px;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 12px 24px rgba(247, 178, 25, 0.35);
  width: fit-content;
}

.checkout_related_product-add-to-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(247, 178, 25, 0.45);
}

.checkout_related_product-add-to-cart:active {
  transform: translateY(0);
}

.checkout_related_product-add-to-cart.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.checkout_related_products_placeholder {
  background: #fbfdf6;

  border-radius: 20px;
  padding: 25px;
  text-align: center;
}

/* Тонкий оранжевый скроллбар внутри блока "Разом з цим купують" */
.checkout_related_products::-webkit-scrollbar {
  width: 6px;
}

.checkout_related_products::-webkit-scrollbar-track {
  background: transparent;
}

.checkout_related_products::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f7b219 0%, #dd9049 100%);
  border-radius: 6px;
}

.checkout_related_products_placeholder h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.checkout_related_products_placeholder p {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .checkout_sidebar {
    width: 100%;
  }

  .checkout_main {
    margin-right: 20px;
  }
}

@media (max-width: 992px) {
  .checkout_ordering {
    width: 100%;
  }

  .checkout_content {
    flex-direction: column;
  }

  .checkout_inner {
    flex-direction: column;
    gap: 20px;
  }

  .checkout_main {
    margin-right: 0;
  }

  .checkout_sidebar {
    width: 100%;
    position: static;
  }

  .checkout_related_products {
    max-height: none;
  }
}

@media (max-width: 768px) {
  .checkout_related_product-price {
    justify-content: center;
  }

  .checkout_product-qty,
  .checkout_product-option,
  .checkout_product-title {
    & span:first-child {
      display: none;
    }
  }

  .checkout_product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .checkout_product-image {
    grid-area: 1 / 1 / 5 / 2;
  }

  .checkout_product-title {
    grid-area: 1 / 2 / 2 / 5;
  }

  .checkout_product-remove {
    grid-area: 1 / 5 / 2 / 6;
    align-items: flex-end;
  }

  .checkout_product-option {
    grid-area: 2 / 2 / 3 / 4;
    width: fit-content;
  }

  .checkout_product-qty {
    grid-area: 2 / 4 / 3 / 6;
  }

  .checkout_product-count {
    grid-area: 3 / 2 / 4 / 6;
    flex-direction: row;
    justify-content: space-between;
  }

  .checkout_total-price_left,
  .checkout_total-price_right {
    padding: 10px;
  }

  .checkout_sidebar {
    margin: 0 auto;
  }

  .checkout_product-total {
    grid-area: 4 / 2 / 5 / 6;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .checkout_main {
    width: 100%;
  }

  .checkout_total-price {
    margin: 30px 0;
  }

  .checkout_total-price_left {
    width: 60%;
  }

  .checkout_total-price_right {
    width: 40%;
  }

  .min_order_amount {
    text-align: center;
  }

  .common_form {
    gap: 20px;
  }

  .checkout_total-price {
    font-size: 18px;
  }

  .form_block.form_delivery .form_block-inner {
    & .line {
      & .line_wrap {
        width: 100%;
      }
    }
  }

  .custom_radio {
    min-width: 16px;
    min-height: 16px;
  }

  .checkout_related_product {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .checkout_related_product-image {
    width: 100px;
    height: 100px;
  }

  .checkout_related_product-variations {
    justify-content: center;
  }
}

/* Recipient Toggle Styles */
.form_recipient {
  margin-bottom: 2rem;
}

.recipient_toggle {
  display: flex;
  border-bottom: 1px solid #f4b03e;
  margin-bottom: 20px;
}

.recipient_option {
  flex: 1;
  text-align: center;
  /* padding: 15px; */
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #442100;
  position: relative;
  transition: background 0.3s;
  /* border-bottom: 1px solid #f4b03e; */
}

.recipient_option input[type="radio"] {
  display: none;
}

.recipient_option span {
  position: relative;
  z-index: 2;
  font-family: "Appetite Medium", sans-serif;
  width: 100%;
}

.recipient_option input[type="radio"]:checked+span {
  background: linear-gradient(to bottom, #f4b03e, #f4a531);
  border-radius: 20px 20px 0 0;
  padding: 15px 10px;
  display: inline-block;
  color: #fff;
}

.recipient_option input[type="radio"]+span {
  border-radius: 20px 20px 0 0;
  padding: 15px 10px;
  display: inline-block;
}

.recipient_option input[type="radio"]+span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed white;
  /* пунктир */
  border-radius: 20px 20px 0 0;
  z-index: 1;
  margin: 2px;
}

.recipient_fields {
  margin-top: 0;
  padding: 1rem;
  /* border: 1px solid #e0e0e0; */
  border-top: none;
  border-radius: 0 0 8px 8px;
  /* background: #f9f9f9; */
  animation: slideDown 0.3s ease;
}

.recipient_fields .line {
  display: flex;
  gap: 1rem;
}

.recipient_fields .line input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.recipient_fields .line input:focus {
  outline: none;
  border-color: #a9d944;
  box-shadow: 0 0 0 2px rgba(169, 217, 68, 0.2);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .recipient_toggle {
    flex-direction: column;
    gap: 0;
  }

  .recipient_option:has(input[type="radio"]:checked) {
    border-radius: 6px 6px 0 0;
  }

  .recipient_fields {
    border-radius: 0 0 8px 8px;
  }

  .recipient_fields .line {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Custom radio button styling */
.label_line {
  display: flex;
  align-items: center;
}

.form_delivery .label_line input[type="radio"] {
  display: none;
}

/* Hide radio inputs inside any checkout label_line so custom radios work in payment block too */
.checkout_form .label_line input[type="radio"] {
  display: none;
}

.label_line label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  /* зелёный */
  font-size: 16px;
}

input[name="additional_city"],
input[name="additional_branch"],
input[name="additional_city_courier"] {
  font-family: -apple-system, BlinkMacSystemFont;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom_radio {
  width: 16px;
  height: 16px;
  border: 3px solid #f4b03e;
  /* оранжевая рамка */
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.label_line input[type="radio"]:checked+label .custom_radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #f4b03e;
  border-radius: 50%;
}

.label_line input[type="radio"]:checked+label .radio_text {
  color: #9ddc3c;
  /* зелёный текст при выборе */
}

.label_line label:hover .custom_radio {
  border-color: #e6a037;
}

/* Field inline error styles */
.checkout_form input.field-error,
.checkout_form .line_wrap input.field-error {
  border-color: #ff4444 !important;
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.08);
  color: #d32f2f !important;
  font-family: -apple-system, BlinkMacSystemFont;
}

/* Checkbox error styles */
.checkout_form input[type="checkbox"].field-error {
  border-color: #ff4444 !important;
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.08);
}

.checkout_form input[type="checkbox"].field-error+span {
  /* color: #d32f2f !important; */
}

.checkout_form input.field-error::placeholder,
.checkout_form .line_wrap input.field-error::placeholder {
  color: #e57373;
}

.checkout_form input.field-error:focus,
.checkout_form .line_wrap input.field-error:focus {
  border-color: #ff4444 !important;
  box-shadow: 0 0 0 4px rgba(255, 68, 68, 0.12);
}

input[name="saved_address"] {
  display: none;
}

.checkout_form .field-error-message {
  color: #d32f2f;
  font-size: 12px;
  margin-top: 6px;
}

/* Delivery field styles */

/* Courier city field styles */
.city_quick_select_courier {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.city_quick_select_courier .city_quick_btn {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.city_quick_select_courier .city_quick_btn:hover {
  border-color: #a9d944;
  background: #f8fdf0;
}

.city_quick_select_courier .city_quick_btn.active {
  background: #a9d944;
  border-color: #a9d944;
  color: white;
}

.cities_courier {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cities_courier li {
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.cities_courier li:last-child {
  border-bottom: none;
}

.cities_courier li:hover {
  background-color: #f8fdf0;
}

button.add_to-cart_button.main_button {
  font-size: 18px;
  padding: 10px 20px;
}

.product_item-quantity {
  padding: 7px 5px;
}

@media (max-width: 768px) {
  .city_quick_select_courier {
    gap: 0.25rem;
  }

  .city_quick_select_courier .city_quick_btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
  }
}

/* gifts */

/* gifts */