* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --rose: #9a6672;
  --rose-dark: #63405e;
  --rose-light: #ce97a0;
  --pink-light: #ffe3e7;
  --red: #e9254b;
  --olive: #6f7448;
  --dark: #393939;
  --text: #111111;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #595959;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
  color: #ffffff;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

.main_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  background: var(--rose);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.45);
}

/* HEADER */
header {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

header.active {
  position: relative;
  left: 0;
  right: 0;
  z-index: 101;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header.active.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  width: 100%;
  max-width: 480px;
  transform: translateX(-50%);
}

header.active .header-bottom {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

header.active.is-fixed .header-bottom {
  animation: nuviaTabsDrop 0.2s ease;
}

.main_wrapper.tabs-is-fixed .offer_section-top {
  padding-top: var(--nuvia-tabs-height, 38px);
}

@keyframes nuviaTabsDrop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-bottom {
  list-style: none;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  width: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottom li {
  font-weight: bold;
}

.header-bottom li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 8px 3px;
  display: block;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
}

/* OFFER */
.offer_section {
  padding: 0;
  background: #ffffff;
}

.offer_section-top {
  border-top: 0;
}

.offer_section .box {
  position: relative;
  background: #ffffff;
}

.offer_section .box img {
  margin: 0 0 -8px;
}

.price {
  display: flex;
  width: 100%;
  text-align: center;
  font-family: 'Oswald', 'Arial', sans-serif;
  border-bottom: 2px solid #cb959e;
  border-top: 3px solid #c6909b;
  background: #ffffff;
}

.price > div {
  width: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price .old {
  color: #000000;
  font-size: 38px;
  font-weight: 300;
  position: relative;
}

.price .old:before {
  content: '';
  width: 80%;
  height: 3px;
  background: var(--red);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(6deg) translate(-50%, -50%);
  transform-origin: left;
}

.price .old span {
  color: #000000;
}

.price .old small {
  color: #000000;
  font-size: 0.55em;
  margin-left: 3px;
}

.price .new {
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  color: #ffffff;
  font-size: 46px;
  font-weight: 900;
  margin: -2px -2px -2px 0;
  border-left: 1px solid #a9a9a9;
}

.price .new small {
  color: #ffffff;
  font-size: 0.55em;
  margin-left: 3px;
}

.offer_section .bottom {
  padding: 22px 0 30px;
}

.color_theme {
  background: #ffffff;
}

.list1 {
  list-style: none;
  padding: 0 20px;
  color: #ffffff;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.list1 > li {
  padding: 15px 0px 15px 60px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  border-radius: 25px;
  background: url("images/offer__tick_icon.webp") 20px 50% no-repeat;
  background-size: 24px;
}

.list1 > li:nth-child(odd) {
  background-color: rgba(204, 149, 159, 0.12);
}

.btn-block {
  padding: 0 20px;
}

/* BUTTON */
.button-m {
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: 'Oswald', 'Arial', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  height: 80px;
  width: 100%;
  max-width: 380px;
  display: flex;
  border-radius: 8px;
  line-height: 80px;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  border-bottom: 3px solid #814d50;
  font-size: 29px;
  margin: 0 auto 15px;
  color: #ffffff;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.button-m svg {
  width: 24px;
  margin-left: 10px;
}

.button-m:hover {
  background: #333333;
  border-bottom: 3px solid #020202;
}

.prod_count {
  text-align: center;
  font-size: 13px;
  margin-top: 18px;
  color: #000000;
}

.prod_count > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  border-radius: 50%;
  margin: 0 5px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

/* STICKY BOTTOM */
.bottom-block {
  position: fixed;
  bottom: 0;
  max-width: 480px;
  width: 100%;
  background: #ffffff;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.button-bottom {
  display: block;
  border: none;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 20px 40px;
}

.price-and-sale-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.price-and-sale-block-top {
  display: flex;
  align-items: center;
}

.old-price {
  text-decoration: line-through;
  font-size: 18px;
  color: #6f6f6f;
}

.sale-block {
  font-size: 20px;
  padding: 3px 8px;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  border-radius: 8px;
  color: #ffffff;
  margin-left: 10px;
}

.price-new {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}

/* FORM */
.ro-form-box {
  background: #ffffff;
  color: #111111;
  padding: 28px 14px 16px;
  text-align: center;
}

.ro-form-box h2 {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  color: #111111;
}

.ro-form-sub {
  font-size: 16px;
  line-height: 1.35;
  color: #555555;
  margin: 0 0 6px;
}

.work-time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--olive);
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 18px;
}

.work-time:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #6cbd45;
  border-radius: 50%;
  display: inline-block;
}

.m1-form {
  padding: 0;
  margin: 0 0 10px;
}

.input-wrap {
  position: relative;
  max-width: 380px;
  width: 100%;
  margin: 0 auto 14px;
  display: block;
}

.input-wrap .icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 15px;
  color: #7f7f7f;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}

.m1-form input {
  width: 100%;
  display: block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border: 1px solid #cccccc;
  font-size: 17px;
  margin: 0 auto;
  height: 62px;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
  color: #222222;
  padding: 0 18px 0 54px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

.m1-form input::placeholder {
  color: #9a9a9a;
}

.m1-form input:focus {
  border-color: var(--rose-light);
}

.form-note {
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 8px;
}

.final-form {
  padding-top: 22px;
}

/* COLOR CHOICE */
.color-choice {
  background: #ffffff;
  color: #111111;
  padding: 14px 10px 18px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.color-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    box-shadow: 0px 2px 10px 2px #f6eaec;    
    padding: 12px;
    border-radius: 8px;
}

.color-head h3 {
  font-size: 17px;
  line-height: 1.18;
  font-weight: 800;
  color: #111111;
  margin: 0;
}

.discount-small {
  display: inline-block;
  background: var(--red);
  color: #ffffff;
  border-radius: 99px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
}

.color-price {
  text-align: right;
  min-width: 92px;
}

.color-price del {
  display: block;
  color: #777777;
  font-size: 14px;
  line-height: 1.1;
}

.color-price strong {
  display: block;
  color: #111111;
  font-size: 25px;
  line-height: 1.1;
}

.color-choice h4 {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin: 25px 0 12px;
  font-weight: 700;
  color: #222222;
}

.color-grid {
  display: grid;
  gap: 8px;
}

.color-grid.two-colors {
  grid-template-columns: repeat(2, 1fr);
}

.color-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #eedbe1;
  border-radius: 9px;
  padding: 7px 4px 8px;
  cursor: pointer;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  min-height: 170px;
}

.color-card.active {
  border: 2px solid #ef7d97;
  box-shadow: 0 5px 14px rgba(239, 125, 151, 0.18);
}

.color-card b {
  display: none;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ef7d97;
  color: #ffffff;
  line-height: 20px;
  font-size: 13px;
}

.color-card.active b {
  display: block;
}

.color-card img {
  height: 96px;
  object-fit: contain;
  margin: 0 auto 8px;
}

.color-card span {
  font-size: 13px;
  color: #333333;
  display: block;
}

/* COMMON SECTIONS */
section {
  padding: 35px 0 30px;
}

h2.title {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 37px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

h2.title span {
  color: #77506a;
  font-size: 29px;
  display: block;
}

/* DESCRIPTION */
#description {
  padding-top: 0;
  background: #ffffff;
  color: #000000;
  padding-bottom: 20px;
}

.sect4 {
  padding-bottom: 0;
}

.sect4 .title {
  font-size: 29px;
}

.sect4 .text_block p,
.sect4 > p {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
}

.sect4 p b {
  color: var(--pink-light);
  background-color: var(--rose);
  padding: 2px;
  border-radius: 2px;
  line-height: 1.5;
}

.sect4 > img {
  display: block;
  margin: 0 auto 25px;
}

/* TITLE PANEL */
.ro-title-panel {
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  color: #ffffff;
  text-align: center;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 0.95;
  padding: 12px 12px 10px;
  letter-spacing: 1px;
}

.ro-title-panel span {
  display: block;
  color: var(--pink-light);
  font-size: 25px;
  margin-top: 5px;
}

/* BENEFITS */
.ro-benefits {
  background: #ffffff;
  color: #111111;
  padding: 0 0 20px;
}

.benefit-row {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #f0dce2;
}

.benefit-row:nth-child(odd) {
  background: rgba(204, 149, 159, 0.12);
}

.benefit-row strong {
  color: var(--rose);
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.benefit-row p {
  font-size: 13px;
  line-height: 1.35;
  margin: 2px 0 0;
  color: #333333;
}

.benefit-icon {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

/* CHARACTERISTICS */
.sect7 {
  background: var(--rose);
  padding-top: 20px;
}

#characteristic img {
  padding: 20px;
  border-radius: 28px;
}

.characteristics_list2 {
  padding-bottom: 10px;
}

.characteristic_item:nth-child(odd) {
  background: rgba(0, 0, 0, 0.3);
}

.characteristic_item .text {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

/* REVIEWS */
.sect8 {
  background: #ffffff !important;
  padding: 0;
}

.sect8 img {
  display: block;
}

/* DELIVERY */
.sect9 {
  background: #ffffff;
  color: #111111;
}

.sect9 .title {
  color: var(--rose-dark);
}

.benef1 {
  list-style: none;
  padding: 0 20px;
}

.benef1 > li {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

.benef1 > li:last-child {
  margin-bottom: 0;
}

.benef1 > li .img {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
}

.benef1 > li .img > img {
  display: block;
  margin: 0 auto;
  border: none;
}

.benef1 > li .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 17px;
  color: #111111;
}

.benef1 > li .text > span {
  display: block;
  font-size: 18px;
  line-height: 1.1em;
  margin-bottom: 5px;
  font-weight: 900;
  color: var(--rose-dark);
}

/* FOOTER */
.footer_section {
  padding: 25px 0;
  background: #24231f;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 100px;
}

.footer_section.ro-footer {
  background: #151515;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 0px;
  padding: 24px 15px 30px;
}

.footer_section.ro-footer p {
  margin: 0 0 4px;
  color: #cfcfcf;
  text-align: center;
}

.footer_section.ro-footer a {
  color: #e1e1e1;
  text-decoration: underline;
  display: inline-block;
}

.footer-links-ro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  margin-top: 22px;
}

.footer-links-ro a {
  font-size: 13px;
}

/* MOBILE */
@media (max-width: 440px) {
  .header-bottom li a {
    font-size: 11px;
    padding: 6px 7px 2px;
  }

  .list1 > li {
    font-size: 11px;
    padding: 10px 20px 10px 60px;
  }

  h2.title {
    font-size: 36px;
    line-height: 1em;
  }

  h2.title span {
    font-size: 21px;
  }

  .button-m {
    height: 70px;
    font-size: 27px;
    line-height: 66px;
  }

  .button-bottom {
    font-size: 18px;
    padding: 10px 20px;
  }

  .old-price {
    font-size: 16px;
  }

  .sale-block {
    font-size: 18px;
    padding: 2px 6px;
  }

  .price-new {
    font-size: 24px;
  }

  .price .old {
    font-size: 33px;
  }

  .price .new {
    font-size: 39px;
  }

  .ro-form-box h2 {
    font-size: 28px;
  }

  .ro-form-box .m1-form input {
    height: 56px;
    font-size: 15px;
  }

  .color-card img {
    height: 92px;
  }

  .ro-title-panel {
    font-size: 28px;
  }

  .ro-title-panel span {
    font-size: 21px;
  }

  .bottom-block {
    padding: 15px;
  }
}


span.currency_small {
  font-size: .6em;
  opacity: .5;
  font-weight: normal;
}


.video-block {
  position: relative;
}
.video-text {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 190px;

  line-height: 1;
}
.video-text p {
margin-top: 10px;
font-size: 12px;
}
.video-text .video-title {

color: #9f5f61;
font-size: 35px;
  font-weight: 500;
}
.video-text .video-title strong {

  font-size: 37px;
}




.form__title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.form__title-holder {
  background-color: #FBFAF9;
  color: #000;
  padding: 0 2px;
  position: relative;
  z-index: 2;
  font-family: 'Oswald', Arial, sans-serif;
}
.form__title::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EA6F17;
  border-radius: 2px;
  z-index: 1;
}
.form__title-top {
  position: relative;
  margin-bottom: 8px;
  font-size: 35px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}
.form__title-top::after,
.form__title-top::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("images/icon3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.form__title-bottom {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #2A2A2A;
}
.form__select {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form__select-item {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15), 0 4px 4px 0 rgba(90, 232, 223, 0.05);
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease;
  position: relative;
}
.form__select-item-top {
  display: flex;
  justify-content: space-between;
  padding: 15px 13px 19px 12px;
}
.form__select-item-top--2 {
  padding-top: 16px;
  padding-bottom: 18px;
}
.form__select-item-bottom {
  /* display: grid; */
  display: none;
  grid-template-rows: 0;
  /* transition: all 0.5s ease-out; */
  padding: 0;
  margin-left: 15px;
  margin-right: 13px;
}
.form__select-item-bottom-holder {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form__select-item-option {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.form__select-item-option-holder {
display: grid;
justify-content: space-evenly;
grid-template-columns: repeat(2, 118px);
}
.form__select-item-option-title {
  color: #393133;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.form__select-item-option-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
}
.form__select-item-option-title span {
  padding: 0 8px;
  background-color: #FFFFF5;
  position: relative;
}
.form__select-item-option-item {
  display: flex;
  flex-direction: column;
  height: 125px;
  gap: 3px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #393133;
  font-weight: 500;
  border-radius: 14px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(237, 238, 253, 0.3) 100%);
  border: 1px solid #F5E1E0;
  padding-top: 104px;
  position: relative;
}
.form__select-item-option-item::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9.50009" cy="9.50009" r="9.50009" fill="%23FF7373"/><path d="M8.40976 13.2622C8.36575 13.3065 8.31342 13.3416 8.25579 13.3655C8.19815 13.3895 8.13635 13.4019 8.07393 13.4019C8.01151 13.4019 7.94971 13.3895 7.89208 13.3655C7.83444 13.3416 7.78212 13.3065 7.73811 13.2622L5.05627 10.5799C4.92269 10.4463 4.84766 10.2651 4.84766 10.0761C4.84766 9.88721 4.92269 9.70602 5.05627 9.5724L5.39209 9.23658C5.5257 9.10301 5.7069 9.02797 5.89583 9.02797C6.08475 9.02797 6.26595 9.10301 6.39956 9.23658L8.07393 10.9109L12.5983 6.38659C12.7319 6.25302 12.9131 6.17798 13.102 6.17798C13.291 6.17798 13.4722 6.25302 13.6058 6.38659L13.9416 6.72241C14.0752 6.85603 14.1502 7.03722 14.1502 7.22615C14.1502 7.41508 14.0752 7.59627 13.9416 7.72988L8.40976 13.2622Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  opacity: 0;
}
.form__select-item-option-item-img {
position: absolute;
inset-inline: 0;
top: 5px;
bottom: 20px;
}
.form__select-item-option-item-img img {
display: block;
height: 100%;
width: 100%;
object-fit: contain;
}
.form__select-item-option-item.active {
  font-weight: 600;
  outline: 2px solid #FF7373;
  outline-offset: -2px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FDEDED 100%);
}
.form__select-item-option-item.active::before {
  opacity: 1;
}
.form__select-item.active {
  border-color: #FFC2C0;
  outline: 1px solid #FFC2C0;
  background-color: #FFFCFC;
}
.form__select-item.active .form__select-item-top {
  padding-bottom: 9px;
}
.form__select-item.active .form__select-item-bottom {
  /* grid-template-rows: 1fr; */
  padding-bottom: 13px;
}
.form__select-item.active .form__select-item-bottom-holder {
  overflow: visible;
}
.form__select-title {
  color: #393133;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 4px;
}
.form__select-subtitle {
  /* background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2023_1529)"><circle cx="5.99958" cy="6.00001" r="4.28571" fill="white"/><path d="M11.2025 6.15544C11.1786 6.10709 11.1662 6.05391 11.1662 6.00001C11.1662 5.94611 11.1786 5.89294 11.2025 5.84459L11.65 4.92901C11.8992 4.41922 11.7018 3.81161 11.2005 3.54566L10.3003 3.06801C10.2526 3.0429 10.2113 3.00716 10.1797 2.96356C10.148 2.91996 10.1267 2.86966 10.1176 2.81655L9.94152 1.81275C9.84348 1.25387 9.3265 0.878305 8.76478 0.957781L7.75573 1.10051C7.70239 1.10823 7.64799 1.10357 7.59673 1.08692C7.54547 1.07026 7.49873 1.04204 7.46011 1.00445L6.72767 0.295887C6.31984 -0.0986579 5.68094 -0.0986813 5.27313 0.295887L4.54066 1.00452C4.50204 1.0421 4.4553 1.07031 4.40404 1.08697C4.35279 1.10363 4.29839 1.10829 4.24505 1.10059L3.236 0.957852C2.67409 0.878329 2.15729 1.25394 2.05926 1.81282L1.88319 2.81658C1.87404 2.86969 1.85281 2.91999 1.82113 2.96359C1.78946 3.0072 1.74818 3.04294 1.7005 3.06806L0.80027 3.54571C0.299039 3.81163 0.101603 4.41929 0.350789 4.92908L0.798325 5.84464C0.822147 5.89298 0.834537 5.94616 0.834537 6.00006C0.834537 6.05396 0.822147 6.10714 0.798325 6.15549L0.350765 7.07104C0.101579 7.58083 0.299015 8.18844 0.800247 8.45439L1.70048 8.93204C1.74816 8.95715 1.78944 8.99289 1.82112 9.03649C1.85281 9.08009 1.87404 9.13039 1.88319 9.1835L2.05926 10.1873C2.1485 10.6961 2.58477 11.0529 3.08616 11.0528C3.13555 11.0528 3.18565 11.0494 3.23602 11.0422L4.24507 10.8995C4.29841 10.8918 4.35281 10.8964 4.40407 10.9131C4.45533 10.9298 4.50207 10.958 4.54069 10.9956L5.27313 11.7041C5.47708 11.9014 5.73869 12.0001 6.00039 12C6.26202 12 6.52379 11.9014 6.72765 11.7041L7.46011 10.9956C7.53914 10.9192 7.64686 10.8842 7.75573 10.8995L8.76478 11.0422C9.32676 11.1217 9.84348 10.7462 9.94152 10.1873L10.1176 9.18352C10.1268 9.13041 10.148 9.08011 10.1797 9.03651C10.2113 8.9929 10.2526 8.95716 10.3003 8.93204L11.2005 8.45439C11.7018 8.18847 11.8992 7.5808 11.65 7.07102L11.2025 6.15544ZM4.61615 2.88553C5.31581 2.88553 5.88503 3.45475 5.88503 4.1544C5.88503 4.85406 5.31581 5.42328 4.61615 5.42328C3.9165 5.42328 3.34728 4.85406 3.34728 4.1544C3.34728 3.45475 3.9165 2.88553 4.61615 2.88553ZM3.96122 8.52854C3.89365 8.59611 3.80508 8.62991 3.71653 8.62991C3.62799 8.62991 3.53939 8.59614 3.47185 8.52854C3.33671 8.3934 3.33671 8.17429 3.47185 8.03915L8.03953 3.47146C8.17465 3.33632 8.39379 3.33632 8.52893 3.47146C8.66407 3.6066 8.66407 3.82572 8.52893 3.96086L3.96122 8.52854ZM7.38457 9.11452C6.68492 9.11452 6.1157 8.5453 6.1157 7.84565C6.1157 7.146 6.68492 6.57677 7.38457 6.57677C8.08423 6.57677 8.65345 7.146 8.65345 7.84565C8.65345 8.5453 8.08423 9.11452 7.38457 9.11452Z" fill="black"/><path d="M7.38423 7.2689C7.06621 7.2689 6.80746 7.52763 6.80746 7.84565C6.80746 8.16367 7.06619 8.4224 7.38423 8.4224C7.70225 8.4224 7.96098 8.16367 7.96098 7.84565C7.96098 7.52763 7.70225 7.2689 7.38423 7.2689ZM4.61581 3.57764C4.29779 3.57764 4.03906 3.83636 4.03906 4.15438C4.03906 4.4724 4.29779 4.73115 4.61581 4.73115C4.93383 4.73115 5.19258 4.47243 5.19258 4.15438C5.19256 3.83639 4.93383 3.57764 4.61581 3.57764Z" fill="black"/></g><defs><clipPath id="clip0_2023_1529"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>'); */
  background-position: 4px 3px;
  background-color: #FF2626;
  background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2023_1529)"><circle cx="5.99958" cy="6.00001" r="4.28571" fill="white"/><path d="M11.2025 6.15544C11.1786 6.10709 11.1662 6.05391 11.1662 6.00001C11.1662 5.94611 11.1786 5.89294 11.2025 5.84459L11.65 4.92901C11.8992 4.41922 11.7018 3.81161 11.2005 3.54566L10.3003 3.06801C10.2526 3.0429 10.2113 3.00716 10.1797 2.96356C10.148 2.91996 10.1267 2.86966 10.1176 2.81655L9.94152 1.81275C9.84348 1.25387 9.3265 0.878305 8.76478 0.957781L7.75573 1.10051C7.70239 1.10823 7.64799 1.10357 7.59673 1.08692C7.54547 1.07026 7.49873 1.04204 7.46011 1.00445L6.72767 0.295887C6.31984 -0.0986579 5.68094 -0.0986813 5.27313 0.295887L4.54066 1.00452C4.50204 1.0421 4.4553 1.07031 4.40404 1.08697C4.35279 1.10363 4.29839 1.10829 4.24505 1.10059L3.236 0.957852C2.67409 0.878329 2.15729 1.25394 2.05926 1.81282L1.88319 2.81658C1.87404 2.86969 1.85281 2.91999 1.82113 2.96359C1.78946 3.0072 1.74818 3.04294 1.7005 3.06806L0.80027 3.54571C0.299039 3.81163 0.101603 4.41929 0.350789 4.92908L0.798325 5.84464C0.822147 5.89298 0.834537 5.94616 0.834537 6.00006C0.834537 6.05396 0.822147 6.10714 0.798325 6.15549L0.350765 7.07104C0.101579 7.58083 0.299015 8.18844 0.800247 8.45439L1.70048 8.93204C1.74816 8.95715 1.78944 8.99289 1.82112 9.03649C1.85281 9.08009 1.87404 9.13039 1.88319 9.1835L2.05926 10.1873C2.1485 10.6961 2.58477 11.0529 3.08616 11.0528C3.13555 11.0528 3.18565 11.0494 3.23602 11.0422L4.24507 10.8995C4.29841 10.8918 4.35281 10.8964 4.40407 10.9131C4.45533 10.9298 4.50207 10.958 4.54069 10.9956L5.27313 11.7041C5.47708 11.9014 5.73869 12.0001 6.00039 12C6.26202 12 6.52379 11.9014 6.72765 11.7041L7.46011 10.9956C7.53914 10.9192 7.64686 10.8842 7.75573 10.8995L8.76478 11.0422C9.32676 11.1217 9.84348 10.7462 9.94152 10.1873L10.1176 9.18352C10.1268 9.13041 10.148 9.08011 10.1797 9.03651C10.2113 8.9929 10.2526 8.95716 10.3003 8.93204L11.2005 8.45439C11.7018 8.18847 11.8992 7.5808 11.65 7.07102L11.2025 6.15544ZM4.61615 2.88553C5.31581 2.88553 5.88503 3.45475 5.88503 4.1544C5.88503 4.85406 5.31581 5.42328 4.61615 5.42328C3.9165 5.42328 3.34728 4.85406 3.34728 4.1544C3.34728 3.45475 3.9165 2.88553 4.61615 2.88553ZM3.96122 8.52854C3.89365 8.59611 3.80508 8.62991 3.71653 8.62991C3.62799 8.62991 3.53939 8.59614 3.47185 8.52854C3.33671 8.3934 3.33671 8.17429 3.47185 8.03915L8.03953 3.47146C8.17465 3.33632 8.39379 3.33632 8.52893 3.47146C8.66407 3.6066 8.66407 3.82572 8.52893 3.96086L3.96122 8.52854ZM7.38457 9.11452C6.68492 9.11452 6.1157 8.5453 6.1157 7.84565C6.1157 7.146 6.68492 6.57677 7.38457 6.57677C8.08423 6.57677 8.65345 7.146 8.65345 7.84565C8.65345 8.5453 8.08423 9.11452 7.38457 9.11452Z" fill="black"/><path d="M7.38423 7.2689C7.06621 7.2689 6.80746 7.52763 6.80746 7.84565C6.80746 8.16367 7.06619 8.4224 7.38423 8.4224C7.70225 8.4224 7.96098 8.16367 7.96098 7.84565C7.96098 7.52763 7.70225 7.2689 7.38423 7.2689ZM4.61581 3.57764C4.29779 3.57764 4.03906 3.83636 4.03906 4.15438C4.03906 4.4724 4.29779 4.73115 4.61581 4.73115C4.93383 4.73115 5.19258 4.47243 5.19258 4.15438C5.19256 3.83639 4.93383 3.57764 4.61581 3.57764Z" fill="black"/></g><defs><clipPath id="clip0_2023_1529"><rect width="12" height="12" fill="white"/></clipPath></defs></svg>') 4px 3px, linear-gradient(135deg, var(--rose-light), var(--rose-dark));
  background-repeat: no-repeat;
  border-radius: 50px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.019em;
  font-weight: bold;
  color: #fff;
  padding: 2px 8px 2px 18px;
}
.form__select-lb {
  position: absolute;
  top: -12px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  background-color: #2A2A2A;
  padding: 3px 22px 3px 18px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
}
.form__select-lb::after,
.form__select-lb::before {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 8px;
  background-repeat: no-repeat;
}
.form__select-lb::before {
  left: -2px;
  background-image: url('data:image/svg+xml,<svg width="2" height="8" viewBox="0 0 2 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8L2 0V8H0Z" fill="black"/></svg>');
}
.form__select-lb::after {
  right: -2px;
  background-image: url('data:image/svg+xml,<svg width="2" height="8" viewBox="0 0 2 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8L0 0V8H2Z" fill="black"/></svg>');
}
.form__select-lb--2 {
  top: -11px;
  right: 15px;
  padding-right: 17px;
  padding-left: 15px;
}
.form__select-content {
  flex: 0 0 250px;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form__select-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-transform: uppercase;
  color: #2D1B13;
  padding-top: 1px;
}
.form__select-price-old {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  letter-spacing: -0.022em;
}
.form__select-price-old::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 7px;
  background-color: #A03D45;
  transform-origin: center;
  transform: rotate(-12deg);
}
.form__select-price-new {
  letter-spacing: -0.022em;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding-right: 1px;
}
