:root {
  --dusty-rose: #d4a59a;
  --charcoal: #3d3a3a;
  --soft-peach: #f9d6c7;
  --creamy-beige: #f9f4ef;
}

.container {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.title {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.custom-btn {
  display: inline-block;
  background-color: var(--dusty-rose);
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 48px;
  text-transform: capitalize;
  border-radius: 60px;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}
.custom-btn:hover {
  background-color: white;
  color: var(--charcoal);
}
.custom-btn-transparent {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.custom-btn-transparent:hover {
  background-color: var(--dusty-rose);
  color: white;
  border-color: var(--dusty-rose);
}
.custom-btn-black {
  background-color: transparent;
  border: 1px solid var(--charcoal);
  color: var(--charcoal);
}
.custom-btn-black:hover {
  background-color: var(--charcoal);
  color: white;
  border-color: var(--charcoal);
}

.yith-add-to-wishlist-button-block {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  border: none !important;
  padding: 0 !important;
  border-radius: 50% !important;
  width: 48px;
  height: 48px;
  background-color: white !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover {
  background-color: var(--dusty-rose) !important;
}
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
  font-size: 0;
}
.yith-add-to-wishlist-button-block .yith-wcwl-icon {
  position: relative;
  left: 2px;
}

.swiper-pagination {
  position: static !important;
  margin: 44px 0 0;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.swiper-pagination-bullet {
  margin: 0 !important;
  width: 6px !important;
  height: 6px !important;
  background: var(--dusty-rose) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
}

.banner-base {
  position: relative;
  height: 664px;
  overflow: hidden;
}
.banner-base__bg {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125%;
  z-index: -1;
}
.banner-base__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-base__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
}
.banner-base__inner .title {
  margin-bottom: 16px;
}
.banner-base-text {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}

.card.product .onsale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  background: red;
  color: white;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
  border-radius: 4px;
  font-size: 12px;
}

.products-slider {
  padding: 80px 0;
}
.products-slider .title {
  text-align: center;
  margin-bottom: 40px;
}
.products-slider-swiper .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.products-slider-swiper .swiper-slide > div {
  width: 100%;
}
.products-slider-swiper .product {
  border: none;
}

.premade-banner .banner-base__inner {
  max-width: 1336px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.premade-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.premade-grid .title {
  text-align: center;
}
.premade-grid__image {
  font-size: 0;
}
.premade-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.premade-grid__products {
  padding: 88px 0 88px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 650px;
}
.premade-grid__cards {
  padding-right: 20px;
}
.premade-grid__cards .premade-swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 294px));
  gap: 40px;
}
.premade-grid .swiper-pagination {
  display: none;
}
.premade-item {
  position: relative;
  text-align: center;
}
.premade-item a {
  text-decoration: none;
}
.premade-item:hover .premade-item__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.premade-item__image {
  font-size: 0;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
}
.premade-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.premade-item__title {
  font-size: 18px;
  color: black;
  text-transform: capitalize;
}
.premade-item__price {
  color: var(--charcoal);
  font-size: 14px;
}

.custom-floral-banner .banner-base__inner {
  text-align: left;
}
.custom-floral-banner .banner-base-text {
  margin-left: 0;
}

.bulk-products-slider {
  padding: 80px 0;
}
.bulk-products-slider .title {
  margin-bottom: 40px;
  text-align: center;
}
.bulk-products-slider .swiper-slide {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.bulk-products-slider .bulk-product a {
  text-decoration: none;
  text-align: center;
  color: var(--charcoal);
}
.bulk-products-slider .bulk-product__image {
  height: 105px;
  border-radius: 250px;
  font-size: 0;
  overflow: hidden;
}
.bulk-products-slider .bulk-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bulk-products-slider .bulk-product__title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 0;
}
.bulk-products-slider .swiper-pagination {
  margin-top: 40px;
}

.wholesale-banner .banner-base__inner {
  text-align: right;
}
.wholesale-banner .banner-base-text {
  margin-right: 0;
}

.why-us {
  padding: 80px 0;
}
.why-us .title {
  margin-bottom: 40px;
  text-align: center;
}
.why-us__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why-us__item {
  text-align: center;
  width: 25%;
}
.why-us__item-img {
  font-size: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto 24px;
}
.why-us__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-us__item__title {
  font-size: 32px;
  color: black;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--dusty-rose);
  padding: 40px 0;
  color: white;
}
.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}
.marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.marquee__item img {
  width: auto;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tutorials {
  padding: 80px 0;
}
.tutorials .title {
  margin-bottom: 40px;
  text-align: center;
}
.tutorials .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tutorials .swiper-slide-next .tutorials__item, .tutorials .swiper-slide-prev .tutorials__item {
  height: 340px;
}
.tutorials .swiper-slide-active .youtube-thumbnail {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.tutorials__item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  height: 583px;
}
.tutorials__video--youtube {
  height: 100%;
}
.tutorials__video--youtube iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.tutorials .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.tutorials .video-overlay.hidden {
  display: none;
}
.tutorials .video-overlay .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
}
.tutorials .video-overlay .youtube-thumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-slider {
  padding: 80px 0;
}
.blog-slider .title {
  margin-bottom: 40px;
  text-align: center;
}
.blog-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.blog-slider .swiper-pagination {
  display: none;
}
.blog-slider a {
  text-decoration: none;
}
.blog-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: var(--charcoal);
}
.blog-slider__item-img {
  font-size: 0;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
}
.blog-slider__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slider__item-title {
  margin-bottom: 16px;
}
.blog-slider__item-excerpt p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.blog-slider__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.blog-slider .blog-slider__item-link {
  display: none;
}

.main-faq {
  padding: 80px 0;
  background: var(--creamy-beige);
}
.main-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  color: var(--charcoal);
}
.main-faq__ancors {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 20px;
}
.main-faq__ancor {
  color: var(--charcoal);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.main-faq__ancor::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--charcoal);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.main-faq__ancor.active {
  color: var(--dusty-rose);
}
.main-faq__ancor:hover {
  text-decoration: none;
}
.main-faq__ancor:hover::after {
  width: 100%;
}
.main-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.main-faq__header {
  margin-bottom: 40px;
}
.main-faq__title {
  font-size: 48px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid var(--soft-peach);
  border-top: 1px solid var(--soft-peach);
  padding: 16px 0;
  background: transparent;
}
.accordion-header {
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-header h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  font-family: "Lato", sans-serif;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}
.accordion-content p {
  margin: 0;
}
.accordion-content.active {
  max-height: 1000px;
  padding: 15px 0 10px;
  color: var(--charcoal);
}
.accordion .toggle-icon {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion .toggle-icon::before,
.accordion .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--charcoal);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.accordion .toggle-icon::before {
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion .toggle-icon::after {
  width: 1px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-header.open .toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) scaleY(0);
          transform: translate(-50%, -50%) scaleY(0);
}

.seo {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
.seo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, transparent, rgb(255, 255, 255));
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.seo-toggle {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

#footer .bg-body-tertiary {
  background-color: var(--soft-peach) !important;
}
#footer .widget-title {
  color: var(--charcoal);
  font-size: 24px;
  margin-bottom: 24px;
}
#footer .menu a {
  color: var(--charcoal);
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .menu a:hover {
  opacity: 0.6;
}
#footer #mega-menu-social-menu {
  margin-left: -10px;
}
#footer .bootscore-footer-info {
  border: none !important;
  background-color: white !important;
  padding: 40px 0 !important;
  font-size: 18px;
  color: var(--charcoal) !important;
}
#footer .bootscore-footer-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#footer .bootscore-footer-info .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#footer .bootscore-footer-info .menu a {
  margin: 0;
}

.header-marquee {
  padding: 18px 0;
  background-color: var(--dusty-rose);
  color: white;
  overflow: hidden;
}
.header-marquee .marquee__inner {
  gap: 160px;
}
.header-marquee .marquee__item {
  font-size: 16px;
}
.header-marquee .marquee__item a {
  color: white;
  position: relative;
  text-decoration: none;
}
.header-marquee .marquee__item a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: white;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-marquee .marquee__item a:hover::after {
  width: 0;
}

.page-faq .entry-content {
  margin: 80px 0;
}
.page-faq .wp-block-columns.is-layout-flex {
  gap: 40px;
}
.page-faq .wp-block-column.is-layout-flow {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-faq .wp-block-column.is-layout-flow .wp-block-group.is-layout-constrained {
  border-radius: 16px;
  border: 1px solid var(--creamy-beige);
  padding: 24px;
}
.page-faq .wp-block-column.is-layout-flow .wp-block-heading {
  font-weight: 600;
}
.page-faq .schema-faq .schema-faq-question {
  font-size: 20px;
  font-weight: 500;
}
.page-faq .schema-faq-section.waf-faq-initialized {
  border-top: 1px solid var(--creamy-beige);
}
.page-faq .schema-faq-section.waf-faq-initialized:last-child {
  border-bottom: 1px solid var(--creamy-beige);
}
.page-faq #faq-search-input {
  border-color: var(--creamy-beige);
  border-radius: 16px;
}
.page-faq #faq-search-input::-webkit-input-placeholder {
  color: #836a66;
}
.page-faq #faq-search-input::-moz-placeholder {
  color: #836a66;
}
.page-faq #faq-search-input:-ms-input-placeholder {
  color: #836a66;
}
.page-faq #faq-search-input::-ms-input-placeholder {
  color: #836a66;
}
.page-faq #faq-search-input::placeholder {
  color: #836a66;
}

.about-banner .banner-base__inner {
  text-align: left;
}
.about-banner .banner-base-text {
  margin-left: 0;
}

.about-info {
  padding: 80px 0;
}
.about-info__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-info__image {
  font-size: 0;
  overflow: hidden;
  border-radius: 16px;
}
.about-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-info.story-block .about-info__content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.team {
  padding: 80px 0;
  overflow: hidden;
}
.team .title {
  text-align: center;
  margin-bottom: 40px;
}
.team__list {
  margin: 0 -43px;
}
.team__list .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__item {
  padding: 0 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.team__item-image {
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 24px;
}
.team__item-name {
  color: black;
  font-size: 24px;
}
.team__item.swiper-slide {
  width: 20%;
}

.page-contacts .contacts-banner .banner-base__inner {
  text-align: left;
}
.page-contacts .contacts-banner .title,
.page-contacts .contacts-banner .banner-base-text {
  max-width: 400px;
}
.page-contacts .contacts-banner .banner-base-text {
  margin-left: 0;
}
.page-contacts .contacts-info {
  padding: 80px 0;
}
.page-contacts .contacts-info__inner {
  display: grid;
  grid-template-columns: 50% 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.page-contacts .contacts-info__menu h3 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.page-contacts .contacts-info__menu .mega-menu-wrap {
  margin-left: -10px !important;
}

.contacts-info__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contacts-info__form .wpcf7-spinner {
  display: none;
}
.contacts-info__form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.contacts-info__form .custom-btn {
  border: 1px solid var(--dusty-rose);
  width: 109px;
  font-weight: 500;
}
.contacts-info__form .form-acceptance {
  max-width: 260px;
}

.form__input {
  border-radius: 8px;
  border: 1px solid var(--soft-peach);
  padding: 15px 32px;
  width: 100%;
}
.form__input::-webkit-input-placeholder {
  color: #836a66;
  font-weight: 600;
}
.form__input::-moz-placeholder {
  color: #836a66;
  font-weight: 600;
}
.form__input:-ms-input-placeholder {
  color: #836a66;
  font-weight: 600;
}
.form__input::-ms-input-placeholder {
  color: #836a66;
  font-weight: 600;
}
.form__input::placeholder {
  color: #836a66;
  font-weight: 600;
}

textarea.form__input {
  max-height: 150px;
  resize: none;
}

.woocommerce-shop .catalog__banner,
.tax-product_cat .catalog__banner {
  margin-bottom: 80px;
}
.woocommerce-shop .catalog__banner .banner-base__inner,
.tax-product_cat .catalog__banner .banner-base__inner {
  text-align: left;
}
.woocommerce-shop .catalog__banner .banner-base-text,
.tax-product_cat .catalog__banner .banner-base-text {
  margin-left: 0;
}
.woocommerce-shop .products,
.tax-product_cat .products {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 !important;
}
.woocommerce-shop .products .col-md-6,
.tax-product_cat .products .col-md-6 {
  width: 100%;
}
.woocommerce-shop .products .swiper-slide,
.tax-product_cat .products .swiper-slide {
  padding: 0 !important;
}
.woocommerce-shop .products-slider .row.mb-4,
.tax-product_cat .products-slider .row.mb-4 {
  margin-bottom: 0 !important;
}
.woocommerce-shop .catalog__header,
.tax-product_cat .catalog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 52px;
}
.woocommerce-shop .catalog__header__icon,
.tax-product_cat .catalog__header__icon {
  display: none;
}
.woocommerce-shop .catalog__search,
.tax-product_cat .catalog__search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce-shop .catalog__search form,
.tax-product_cat .catalog__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.woocommerce-shop .catalog__search__inner,
.tax-product_cat .catalog__search__inner {
  position: relative;
}
.woocommerce-shop .catalog__search input,
.tax-product_cat .catalog__search input {
  border: none;
  background: var(--creamy-beige);
  border-radius: 60px;
  padding: 12px 24px;
  padding-right: 50px;
}
.woocommerce-shop .catalog__search input::-webkit-input-placeholder, .tax-product_cat .catalog__search input::-webkit-input-placeholder {
  color: #836a66;
  font-weight: 500;
}
.woocommerce-shop .catalog__search input::-moz-placeholder, .tax-product_cat .catalog__search input::-moz-placeholder {
  color: #836a66;
  font-weight: 500;
}
.woocommerce-shop .catalog__search input:-ms-input-placeholder, .tax-product_cat .catalog__search input:-ms-input-placeholder {
  color: #836a66;
  font-weight: 500;
}
.woocommerce-shop .catalog__search input::-ms-input-placeholder, .tax-product_cat .catalog__search input::-ms-input-placeholder {
  color: #836a66;
  font-weight: 500;
}
.woocommerce-shop .catalog__search input::placeholder,
.tax-product_cat .catalog__search input::placeholder {
  color: #836a66;
  font-weight: 500;
}
.woocommerce-shop .catalog__search input:focus,
.tax-product_cat .catalog__search input:focus {
  outline: none;
  border-color: var(--creamy-beige);
  -webkit-box-shadow: 0 0 5px rgba(170, 128, 0, 0.3);
          box-shadow: 0 0 5px rgba(170, 128, 0, 0.3);
}
.woocommerce-shop .catalog__search__button,
.tax-product_cat .catalog__search__button {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-shop .catalog__search__button:hover,
.tax-product_cat .catalog__search__button:hover {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
  background: transparent;
}
.woocommerce-shop .catalog__search__clear,
.tax-product_cat .catalog__search__clear {
  text-decoration: none;
  color: var(--dusty-rose);
  font-size: 18px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.woocommerce-shop .catalog__search__clear:hover,
.tax-product_cat .catalog__search__clear:hover {
  text-decoration: underline;
}
.woocommerce-shop .search-results-info,
.tax-product_cat .search-results-info {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.term-premade .banner-base {
  margin-bottom: 0;
}
.term-premade .category-options {
  background-color: var(--creamy-beige);
  padding: 80px 0;
}
.term-premade .category-options .title {
  text-align: center;
  margin-bottom: 40px;
}
.term-premade .category-options__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.term-premade .category-options__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.term-premade .category-options__icon {
  width: 64px;
  height: 64px;
  font-size: 0;
  overflow: hidden;
}
.term-premade .category-options__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.term-premade .category-options__text {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -1px;
  margin-bottom: 0;
  text-align: center;
}
.term-premade .category-products {
  padding: 80px 0;
}
.term-premade .category-products .title {
  text-align: center;
  margin-bottom: 40px;
}
.term-premade .category-products__list .col-md-6.col-lg-4 {
  width: 100%;
}
.term-premade .category-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.term-premade .category-products .product-item {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.term-premade .category-products .show-more__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.term-premade .category-products .custom-btn {
  border: 1px solid var(--dusty-rose);
}
.term-premade .category-products .custom-btn.hidden {
  display: none;
}
.term-premade .category-products .mobile-slider,
.term-premade .category-products .tablet-show-more,
.term-premade .category-products .hidden-desktop {
  display: none;
}

.preloader-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.preloader-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-overlay__inner {
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.preloader-overlay .heart #line {
  fill: none;
  stroke: var(--dusty-rose);
  stroke-width: 1.5;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation: dash 2s linear infinite;
          animation: dash 2s linear infinite;
}
.preloader-overlay .heart #point {
  fill: none;
  stroke: var(--dusty-rose);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 0.1;
  stroke-opacity: 1;
  stroke-dasharray: 0.0001, 0.9999;
  stroke-dashoffset: 1;
  -webkit-animation: dash 2s linear infinite;
          animation: dash 2s linear infinite;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1;
  }
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.search-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.search .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search .section-title {
  color: var(--dusty-rose);
}
.search .badge {
  border-radius: 4px;
}
.search .section-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.search .section-inner .col-md-6.col-lg-4 {
  width: 100%;
}
.search .section-inner .card {
  border: none;
}
.search .posts-section .section-inner {
  grid-template-columns: repeat(3, 1fr);
}
.search .posts-section a {
  text-decoration: none;
}
.search .custom-btn {
  border: 1px solid var(--dusty-rose);
  font-size: 14px;
  max-height: 40px;
  min-height: unset;
  padding: 6px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product__info {
  display: grid;
  gap: 40px;
  grid-template-columns: 60% minmax(0, 461px);
}
.single-product #content div.product div.summary,
.single-product .product div.summary,
.single-product #content div.product div.summary,
.single-product .product div.summary {
  width: 100% !important;
}
.single-product .product-gallery .swiper-slide img {
  border-radius: 0px;
}
.single-product .product-gallery .desktop-gallery {
  display: block;
}
.single-product .product-gallery .tablet-gallery,
.single-product .product-gallery .mobile-gallery {
  display: none;
}
.single-product .product-faq-container .wp-block-yoast-faq-block {
  gap: 12px 0;
}
.single-product .product-faq-container .wp-block-yoast-faq-block .schema-faq-question {
  font-weight: 500;
}
.single-product .product-cross-sales-section {
  margin-bottom: 0px;
}
.single-product .blog-slider {
  padding: 54px 0 0;
  float: left;
  width: 100%;
}
.single-product .blog-slider__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 60px;
}
.single-product .blog-slider__item-excerpt p {
  -webkit-line-clamp: 2;
}
.single-product .blog-slider__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--charcoal);
  margin-top: 24px;
  border-radius: 60px;
  text-transform: capitalize;
  width: 123px !important;
  height: 43px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.single-product .blog-slider__item:hover .blog-slider__item-link {
  background-color: var(--charcoal);
  color: white;
}
.single-product .input-group .form-control {
  background-color: transparent;
}
.single-product .variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid var(--soft-peach) !important;
  border-bottom: 1px solid var(--soft-peach) !important;
}
.single-product .variations tbody {
  width: 100%;
}
.single-product .variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .variations .value select {
  border-radius: 60px;
  border-color: var(--soft-peach);
}
.single-product .variations label {
  font-weight: 500 !important;
}

.related {
  padding-top: 80px;
}
.related .swiper .row {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.related .swiper .swiper-slide .col-md-6.col-lg-4 {
  width: 100%;
}

.woocommerce-checkout .back-to-cart {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-checkout .back-to-cart i {
  color: var(--charcoal);
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  display: none;
}

.woocommerce-MyAccount-navigation .list-group-item {
  border: none;
  border-bottom: 1px solid var(--dusty-rose);
}

.woocommerce-account .woocommerce-Addresses .edit {
  font-size: 16px;
  letter-spacing: normal;
}
.woocommerce-account .woocommerce-Input,
.woocommerce-account .form-control {
  border-color: var(--dusty-rose) !important;
}

.woocommerce-mini-cart__buttons .wc-forward.button {
  margin: 20px 0;
  display: block;
  text-align: center;
  background-color: transparent;
  border-color: var(--dusty-rose) !important;
  color: var(--dusty-rose) !important;
}

.woocommerce-cart:has(.cart-empty) #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-cart:has(.cart-empty) .entry-content .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-cart .entry-header .entry-title {
  display: none;
}
.woocommerce-cart .cart-empty {
  background-color: transparent !important;
  border: none !important;
  color: var(--charcoal) !important;
}
.woocommerce-cart .cart-empty::before {
  background-color: var(--charcoal) !important;
}
.woocommerce-cart .cart-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.woocommerce-cart .cart-form__header .custom-btn {
  background: transparent;
  border: 1px solid var(--charcoal);
  color: var(--charcoal);
  min-height: unset;
  height: 43px;
  font-size: 16px;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart .cart-form__header .custom-btn:hover {
  background-color: var(--charcoal);
  color: white;
}
.woocommerce-cart .button[name=update_cart] {
  display: none;
}
.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: 75% 25%;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1/3;
}
.woocommerce-cart .woocommerce-cart-form {
  padding-right: 20px;
  border-right: 1px solid var(--soft-peach);
}
.woocommerce-cart .cart-collaterals {
  padding-left: 20px;
}
.woocommerce-cart .cart_totals {
  width: 100% !important;
}
.woocommerce-cart .shop_table {
  border: none !important;
}
.woocommerce-cart .shop_table thead {
  display: none;
}
.woocommerce-cart .shop_table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.woocommerce-cart .shop_table td.actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: transparent;
}
.woocommerce-cart .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .cart_item td {
  border: none !important;
}
.woocommerce-cart .cart_item .product-remove {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  width: auto;
}
.woocommerce-cart .cart_item .product-remove .remove {
  font-size: 14px;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  width: 104px;
  height: 43px;
  border-radius: 60px;
  background-color: var(--dusty-rose);
  color: white !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-cart .cart_item .product-remove .remove:hover {
  background-color: var(--charcoal);
}
.woocommerce-cart .cart_item .product-remove .remove::before {
  content: "Remove";
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  -webkit-mask-image: none;
          mask-image: none;
  background-color: transparent;
}
.woocommerce-cart .cart_item .input-group {
  min-width: 100px;
  height: 40px;
  width: 100px;
}
.woocommerce-cart .cart_item .product-thumbnail {
  padding: 0;
  width: 127px;
  height: 127px;
  font-size: 0;
}
.woocommerce-cart .cart_item .product-thumbnail a, .woocommerce-cart .cart_item .product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart .cart_item .product-name {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
.woocommerce-cart .cart_item .product-name a {
  color: var(--charcoal);
  text-decoration: none;
}
.woocommerce-cart .cart_item .product-price {
  display: none;
}
.woocommerce-cart .cart_item .product-quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 30px;
}
.woocommerce-cart .cart_item .product-quantity,
.woocommerce-cart .cart_item .product-subtotal,
.woocommerce-cart .cart_item .product-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-cart .cart_totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 117px;
}
.woocommerce-cart .cart_totals .checkout-button__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0 !important;
}
.woocommerce-cart .cart_totals .checkout-button-notice {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
  margin: 0;
}
.woocommerce-cart .cart_totals h2 {
  display: none;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.woocommerce-cart .cart_totals .shop_table tbody {
  gap: 12px;
}
.woocommerce-cart .cart_totals .shop_table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 0;
}
.woocommerce-cart .cart_totals .shop_table tbody th,
.woocommerce-cart .cart_totals .shop_table tbody td {
  border: none !important;
  font-weight: 500;
  padding: 0;
}
.woocommerce-cart .cart_totals .shipping {
  display: none !important;
}
.woocommerce-cart .cart_totals .order-total strong {
  font-weight: 500;
  color: var(--dusty-rose);
}

.fsl-wrapper .devnet_fsl-free-shipping {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fsl-wrapper .notice {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.woocommerce-checkout .form-control {
  border-color: var(--soft-peach) !important;
  border-radius: 24px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout #payment {
  border: none !important;
}
.woocommerce-checkout .cart_item td, .woocommerce-checkout tfoot th, .woocommerce-checkout tfoot td,
.woocommerce-checkout .payment_methods {
  border-color: var(--soft-peach) !important;
}

.wishlist-title-with-form {
  display: none;
}

.wp-block-search__button {
  color: var(--charcoal) !important;
}

.single-product .single_add_to_cart_button {
	display: none !important;
}
.single-product .clickBuyButton {
	display: inline-block !important;
	cursor: pointer !important;
}
#formOrderOneClick .popup {
	border-radius: 20px !important;
}
#formOrderOneClick .button {
    border-radius: 60px !important;
}
#buyoneclick_form_order input {
	border: 1px solid var(--soft-peach) !important;
	border-radius: 60px !important;
}
#buyoneclick_form_order input:focus,
#buyoneclick_form_order input:focus-visible {
	border: 2px solid var(--dusty-rose) !important;
}

#buyoneclick_form_order {
	color: var(--charcoal) !important;
}

#formOrderOneClick .close_order {
    color: var(--dusty-rose) !important;
	top: 0px !important;
    right: 0px !important;
}