.wow {
  visibility: hidden;
}
.img-scale {
  overflow: hidden;
}
.overhide{
  overflow: hidden;
}
.top-banner {
  display: block;
  background: #FF5F2D;
  position: relative;
  z-index: 9991;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-weight: 600;
  padding: 0.677vw 0.521vw;
}
.home-product-categories-section {
  border-bottom: 1px solid #f6c3b6;
}
.home-product-categories-section .container {
  padding: 0;
}
.home-product-categories-section .list-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}
.home-product-categories-section .category-list {
  box-shadow: 1px 0 0 #E9613B;
}
.home-product-categories-section .category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: url(../image/line-bg.svg) no-repeat top -50px left -10px;
  background-size: cover;
  border-bottom: 1px solid #f6c3b6;
}
.home-product-categories-section .category:last-child {
  border-bottom: 0;
}
.home-product-categories-section .category img {
  object-fit: cover;
  width: 100%;
}
.home-product-categories-section .category .category-info {
  box-shadow: 1px 0 0 #f6c3b6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 32px 32px 40px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.home-product-categories-section .category .category-info.even {
  box-shadow: -1px 0 0 #f6c3b6;
}
.home-product-categories-section .category .category-label {
  font-weight: 900;
  font-size: 76px;
  color: #D53D13;
  line-height: 1;
}
.home-product-categories-section .category .btn-line {
  margin-left: auto;
}
.home-product-categories-section .main-slider-product {
  box-shadow: -1px 0 0 #f6c3b6;
  position: relative;
  overflow: hidden;
}
.home-product-categories-section .main-slider-product img {
  display: block;
  height: 702px;
}
.home-product-categories-section .main-slider-product:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  inset: 0;
  z-index: 10;
}
.home-product-categories-section .animHome::after {
  -webkit-animation-name: slideOutLeftHome;
  animation-name: slideOutLeftHome;
  visibility: visible;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.superstars-section {
  border-bottom: 1px solid #f6c3b6;
  overflow: hidden;
}
.superstars-section .container {
  padding: 0;
}
.superstars-section .superstars-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}
.superstars-section .featured-product {
  border-right: 1px solid #f6c3b6;
  background: #fff;
  position: relative;
  z-index: 100;
}
.superstars-section .featured-product .product-item {
  padding-top: 1vw;
  width: 100%;
}
.superstars-section .featured-product .product-item .product-discount-tag {
  display: none;
}
.superstars-section .featured-product .product-item .product-favorite {
  right: 2.604vw;
  top: 2.604vw;
  z-index: 9099;
}
.superstars-section .featured-product .product-item .product-favorite button {
  width: 2.292vw;
  height: 1.979vw;
}
.superstars-section .featured-product .product-item .product-favorite .tooltip {
  right: -1.354vw;
}
.superstars-section .featured-product .product-item .product-item-image {
  height: 33.646vw;
  width: 33.646vw;
  position: relative;
  z-index: 100;
  margin: 0 auto 1.5625vw;
}
.superstars-section .featured-product .product-item .product-item-image a {
  height: 33.646vw;
  width: 33.646vw;
}
.superstars-section .featured-product .product-item .product-item-image img {
  display: block;
  height: 33.646vw;
  max-height: initial;
}
.superstars-section .featured-product .product-item .product-item-image img:nth-child(2) {
  position: relative;
}
.superstars-section .featured-product .product-item .product-item-image canvas {
  height: 33.646vw;
  width: 33.646vw;
}
.superstars-section .featured-product .product-item .product-info {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.superstars-section .featured-product .product-item .product-info .h3 {
  font-size: 1.146vw;
  font-weight: 500;
  margin-bottom: 1.042vw;
}
.superstars-section .featured-product .product-item .product-info .sub-name {
  font-size: 1.146vw;
  margin-bottom: 1.5625vw;
}
.superstars-section .featured-product .product-item .product-info .options-fragrance {
  display: flex;
  gap: 0.729vw;
}
.superstars-section .featured-product .product-item .product-info .options-fragrance i {
  display: block;
  width: 1.5625vw;
  height: 1.5625vw;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.superstars-section .featured-product .product-item .product-info .options-fragrance .item-fragrance {
  position: relative;
  cursor: pointer;
}
.superstars-section .featured-product .product-item .product-info .options-fragrance .item-fragrance.active:before {
  content: '';
  width: 2.5vw;
  height: 2.5vw;
  position: absolute;
  left: -0.521vw;
  top: -0.521vw;
  border: 1px solid #EDEDED;
  border-radius: 50%;
  z-index: 0;
}
.superstars-section .featured-product .product-item .product-price .price span {
  font-size: 1.25vw;
}
.superstars-section .featured-product .product-item .product-price .add-to-cart {
  width: 3.4375vw;
  height: 3.4375vw;
}
.superstars-section .featured-product .product-item .product-price .add-to-cart svg {
  width: 1.25vw;
  height: 1.25vw;
}
.superstars-section .featured-product .product-item .product-item-actions {
  flex-direction: row;
}
.superstars-section .featured-product .product-item .product-item-actions .product-info {
  flex-grow: 1;
}
.superstars-section .featured-product .product-item .product-item-actions .product-price {
  width: auto;
  flex-direction: column;
}
.superstars-section .superstars-content {
  box-shadow: -1px 0 0 #f6c3b6;
}
.superstars-section .superstars-content .superstars-content-header {
  overflow: hidden;
  padding: 30px 40px 49px 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.superstars-section .superstars-content .superstars-content-header .h2 {
  font-size: 100px;
  line-height: 1;
}
.superstars-section .superstars-content .superstars-content-header .slider-controls {
  display: flex;
  gap: 21px;
  transform: translateY(8px);
}
.superstars-section .superstars-slider {
  border-top: 1px solid #f6c3b6;
  width: 1440px;
  transform: translateX(-481px);
}
.superstars-section .superstars-slider .product-item {
  box-shadow: 1px 0 0 #f6c3b6;
}
.superstars-section .superstars-slider .product-item .product-item-image {
  margin-bottom: 80px;
}
.offers-sales-section {
  border-bottom: 1px solid #f6c3b6;
}
.offers-sales-section .offers-banner .img-scale {
  width: 100%;
  height: 22.917vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offers-sales-section .offers-banner img {
  display: block;
  width: 100%;
}
.offers-sales-section .offers-header {
  padding: 110px 40px 90px 40px;
  overflow: hidden;
}
.offers-sales-section .offers-header .h2 {
  margin-bottom: 40px;
}
.offers-sales-section .offers-header p {
  font-size: 24px;
  font-weight: 500;
}
.offers-sales-section .offers-header .button {
  display: flex;
  justify-content: flex-end;
  margin-top: 84px;
}
.offers-sales-section .offers-gallery {
  box-shadow: -1px 0 0 #f6c3b6;
  position: relative;
}
.offers-sales-section .offers-gallery .slider-controls {
  position: absolute;
  top: 96px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transform: translateX(-50%);
  z-index: 100;
}
.offers-sales-section .offers-gallery .product-item {
  box-shadow: -1px 0 0 #f6c3b6;
}
.offers-sales-section .offers-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  border-top: 1px solid #f6c3b6;
}
.aroma-section {
  padding: 148px 0;
}
.aroma-section .aroma-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: start;
}
.aroma-section .aroma-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 4px;
  column-gap: 38px;
  width: 794px;
}
.aroma-section .aroma-list .aroma-item {
  cursor: pointer;
}
.aroma-section .aroma-list .aroma-item img {
  width: 170px;
  height: 170px;
  opacity: 0.3;
  transition: 0.3s all ease;
}
.aroma-section .aroma-list .aroma-item .info {
  display: none;
}
.aroma-section .aroma-list .aroma-item:hover img {
  opacity: 1;
}
.aroma-section .aroma-list .aroma-item.active img {
  opacity: 1;
}
.aroma-section .aroma-details {
  text-transform: lowercase;
}
.aroma-section .aroma-details .h2 {
  margin-bottom: 80px;
}
.aroma-section .aroma-details .h3 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}
.aroma-section .aroma-details .h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.aroma-section .aroma-details .product-aroma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.aroma-section .aroma-details .product-aroma img {
  width: 380px;
  object-fit: cover;
}
.ingredients-section {
  border-top: 1px solid #f6c3b6;
  border-bottom: 1px solid #f6c3b6;
}
.ingredients-section .ingredients-header {
  border-bottom: 1px solid #f6c3b6;
  background: url("../image/line-bg.svg") no-repeat top -50px left -10px;
  padding-top: 50px;
  padding-bottom: 55px;
}
.ingredients-section .ingredients-header p {
  font-size: 22px;
  color: #333333;
  font-weight: 500;
  padding-right: 133px;
}
.ingredients-section .ingredients-header .text {
  display: grid;
  grid-template-columns: 1fr 267px;
  align-items: center;
}
.ingredients-section .ingredients-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.ingredients-section .ingredients-list .ingredient {
  border-left: 1px solid #f6c3b6;
  padding: 30px 40px 48px 40px;
}
.ingredients-section .ingredients-list .ingredient figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 171px;
  margin-bottom: 70px;
}
.ingredients-section .ingredients-list .ingredient figure img {
  height: 100%;
}
.ingredients-section .ingredients-list .ingredient .h3 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 22px;
  font-weight: 600;
}
.ingredients-section .ingredients-list .ingredient p {
  font-size: 16px;
  color: #9A9A9A;
}
.ingredients-section .ingredients-list .ingredient:first-child {
  border-left: 0;
}
.reviews-section {
  overflow: hidden;
  padding-top: 95px;
}
.reviews-section .reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
  position: relative;
  padding: 0 40px;
}
.reviews-section .reviews-header .slider-controls {
  display: none;
}
.reviews-section .reviews-list-slider {
  position: relative;
}
.reviews-section .reviews-list {
  border-top: 1px solid #f6c3b6;
  border-bottom: 1px solid #f6c3b6;
  height: 387px;
}
.reviews-section .review-item {
  display: grid;
  grid-template-columns: 249px 1fr;
  grid-template-rows: auto auto;
  padding: 45px 25px 45px 25px;
  border-right: 1px solid #f6c3b6;
  column-gap: 44px;
  align-items: start;
}
.reviews-section .review-item .h3 {
  color: #333333;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 12px 0;
}
.reviews-section .review-item .rating {
  height: 24px;
  margin-bottom: 12px;
}
.reviews-section .review-item p {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.reviews-section .review-item img {
  width: 100%;
}
.reviews-section .review-item .product-name {
  grid-column: 1/3;
  margin-top: 1.354vw;
  display: flex;
  align-items: center;
  gap: 0.417vw;
}
.reviews-section .review-item .product-name i {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.reviews-section .review-item .product-name span {
  color: #9A9A9A;
  line-height: 1;
}
.reviews-section .slider-controls {
  display: flex;
  position: absolute;
  right: 0;
  justify-content: flex-end;
  padding-right: 2.083vw;
  top: -28px;
  gap: 21px;
}
.about-us-section {
  padding: 99px 0;
  position: relative;
  border-bottom: 1px solid #f6c3b6;
}
.about-us-section .about-us-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}
.about-us-section .about-us-image {
  padding-right: 40px;
}
.about-us-section .about-us-image .img-scale {
  width: 100%;
  height: 28.021vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-section .about-us-image img {
  display: block;
}
.about-us-section .about-us-content {
  overflow: hidden;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-section .about-us-content .h2 {
  margin-bottom: 40px;
}
.about-us-section .about-us-content h3 {
  color: #333333;
  font-size: 22px;
  margin: 0 0 13px;
  font-weight: 500;
}
.about-us-section:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #f6c3b6;
}
.instagram-collab-section {
  overflow: hidden;
  padding-top: 100px;
  margin-bottom: 100px;
}
.instagram-collab-section .collab-header {
  padding: 0 40px;
  margin-bottom: 44px;
}
.instagram-collab-section .collab-header .h2 {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.instagram-collab-section .collab-header .h2 svg {
  width: 359px;
}
.instagram-collab-section .collab-header p {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  padding-right: 133px;
}
.instagram-collab-section .collab-header .text {
  display: grid;
  grid-template-columns: 1fr 267px;
  align-items: center;
}
.instagram-collab-section .instagram-gallery {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  padding: 0 40px;
  gap: 30px;
}
.instagram-collab-section .gallery-item {
  width: 300px;
  position: relative;
}
.instagram-collab-section .gallery-item img,
.instagram-collab-section .gallery-item video {
  height: 532px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}
.instagram-collab-section .gallery-item .play {
  display: none;
  position: absolute;
  top: calc(50% - 1.042vw);
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  width: 2.552vw;
  height: 2.865vw;
}
.instagram-collab-section .gallery-item .play svg {
  width: 100%;
  height: 100%;
}
.instagram-collab-section .slick-slide {
  margin-right: 42px;
}
.instagram-collab-section .slider-btn {
  margin-top: 235px;
}
.instagram-collab-section .gallery-items {
  width: 1668px;
}
.partner-section {
  overflow: hidden;
  border-top: 1px solid #f6c3b6;
  border-bottom: 1px solid #f6c3b6;
}
.partner-section .container {
  padding: 0;
}
.partner-section .partner-grid {
  display: grid;
  grid-template-columns: 1fr 480px 480px;
}
.partner-section .partner-text {
  padding: 120px 40px 85px 40px;
  font-size: 16px;
  color: #333333;
}
.partner-section .partner-text .h2 {
  line-height: 1;
  margin-bottom: 55px;
}
.partner-section .partner-text .text {
  max-width: 732px;
}
.partner-section .partner-text .button {
  display: flex;
  justify-content: flex-end;
}
.partner-section .partner-image {
  padding: 0 40px;
  display: flex;
  align-items: center;
  border-left: 1px solid #f6c3b6;
}
.partner-section .partner-image img {
  width: 100%;
}
.blog-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.blog-section .blog-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section .blog-box .h2 {
  line-height: 1;
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
  margin-top: 85px;
}
.blog-section img {
  display: block;
  margin-bottom: 13px;
  width: 100%;
}
.blog-section p a {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}
.blog-section-post {
  padding-top: 4.583vw;
  padding-bottom: 4.271vw;
  background: url(../image/line-blog.svg) no-repeat top -0.521vw left 0;
  background-size: cover;
}
.blog-section-post .blog-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section-post .blog-box h3 {
  font-size: 3.958vw;
  line-height: 1;
}
.blog-section-post .blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin: 4.427vw auto 0;
  width: 84.635vw;
}
.blog-section-post .blog-item {
  transition: 0.3s all ease;
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.14);
  padding: 0.521vw 0.521vw 0.521vw 0.521vw;
}
.blog-section-post .blog-item:nth-child(1),
.blog-section-post .blog-item:nth-child(3) {
  transform: rotate(-2.9deg);
}
.blog-section-post .blog-item:nth-child(2) {
  transform: rotate(7.4deg);
}
.blog-section-post .blog-item:nth-child(4) {
  transform: rotate(5.7deg);
}
.blog-section-post .blog-item:hover {
  z-index: 100;
  transform: rotate(0);
}
.blog-section-post img {
  display: block;
  margin-bottom: 0.677vw;
  width: 100%;
}
.blog-section-post p a {
  font-size: 0.833vw;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}
.catalog-products .catalog-row {
  display: flex;
}
.catalog-products .product-filter {
  width: 18.333vw;
  box-shadow: 1px 0 0 #F6C3B6;
}
.catalog-products .product-filter .header-filters {
  padding: 1.667vw 1.25vw 1.667vw 2.083vw;
  border-bottom: 1px solid #F6C3B6;
}
.catalog-products .product-filter .header-filters .name {
  display: flex;
  align-items: center;
  font-size: 1.042vw;
  gap: 0.625vw;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
.catalog-products .product-filter .header-filters .name .count-filter {
  position: absolute;
  left: 1.25vw;
  top: -0.47vw;
  font-weight: 600;
  font-size: 0.625vw;
}
.catalog-products .product-filter .header-filters .name .count-filter i {
  font-style: normal;
}
.catalog-products .product-filter .header-filters a {
  text-decoration: underline;
}
.catalog-products .product-filter .header-filters .check-filters {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.417vw;
}
.catalog-products .product-filter .header-filters .check-filters .check-item {
  display: flex;
  align-items: center;
  line-height: 1;
}
.catalog-products .product-filter .header-filters .check-filters .check-item:first-child {
  margin-top: 1.667vw;
}
.catalog-products .product-filter .header-filters .check-filters figure {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
  margin-right: 0.417vw;
}
.catalog-products .product-filter .header-filters .check-filters button {
  width: 1.458vw;
  height: 1.458vw;
  background: transparent;
  border: 0;
}
.catalog-products .product-filter .header-filters .check-filters button svg {
  width: 100%;
  height: 100%;
}
.catalog-products .product-filter .header-filters .check-filters button:hover {
  color: #D53D13;
}
.catalog-products .product-filter .list-group {
  padding: 0 1.302vw 0 2.083vw;
  border-bottom: 1px solid #F6C3B6;
}
.catalog-products .product-filter .list-group:last-child {
  border-bottom: 0;
}
.catalog-products .product-filter .list-group-name {
  position: relative;
  padding: 1.667vw 0;
  font-size: 1.042vw;
  font-weight: 500;
  text-transform: lowercase;
  cursor: pointer;
  transition: 0.3s all ease;
}
.catalog-products .product-filter .list-group-name .accordion-plus {
  right: 0;
}
.catalog-products .product-filter .list-group-name.active .accordion-plus:before {
  transform: translateX(-50%) rotate(90deg);
}
.catalog-products .product-filter .list-group-name:hover {
  color: #E9613B;
}
.catalog-products .product-filter .list-group-item {
  padding-bottom: 1.667vw;
  display: none;
}
.catalog-products .product-filter .list-group-item .d-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25vw;
}
.catalog-products .product-filter .list-group-item .d-flex .checkbox {
  width: 100%;
}
.catalog-products .product-filter .list-group-item .checkbox label {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
  text-transform: lowercase;
}
.catalog-products .product-filter .list-group-item .checkbox label span {
  width: calc(100% - 1.146vw);
  padding-right: 0.521vw;
  display: flex;
  align-items: center;
  gap: 0.417vw;
}
.catalog-products .product-filter .list-group-item .checkbox label span figure {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.catalog-products .product-filter .list-group-item .checkbox label input {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #E9613B;
  border-radius: 50%;
  width: 1.146vw;
  height: 1.146vw;
  position: relative;
}
.catalog-products .product-filter .list-group-item .checkbox label input:after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMy41NDc2Mkw1LjMzMzMzIDguNUwxMyAwLjUiIHN0cm9rZT0iIzMzMzMzMyIvPgo8L3N2Zz4K);
  width: 0.729vw;
  height: 0.521vw;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.catalog-products .product-filter .list-group-item .checkbox label input:checked:after {
  opacity: 1;
}
.catalog-products .product-filter .list-group-item .checkbox label:hover {
  color: #E9613B;
}
.catalog-products .product-filter .list-group-item .checkbox label:hover input {
  border-color: #E9613B;
}
.catalog-products #content {
  width: calc(100% - 356px);
  padding: 0 40px 120px 40px;
}
.catalog-products .catalog-header {
  padding: 0 40px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog-products .catalog-header h1 {
  gap: 5px;
  line-height: 110px;
  display: flex;
  align-items: flex-start;
}
.catalog-products .catalog-header h1 .total {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
.catalog-products .catalog-header .select-wrapper .select-display {
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  height: auto;
  font-size: 20px;
  font-weight: 500;
}
.catalog-products .catalog-header .select-wrapper .select-display svg {
  display: none;
}
.catalog-products .catalog-header .select-wrapper .select-display:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDZMMTIgMjgiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgM0wxNC41OTgxIDcuNUw5LjQwMTkyIDcuNUwxMiAzWiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBkPSJNMjAgMy41VjI2IiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwIDI5TDIyLjU5ODEgMjQuNUwxNy40MDE5IDI0LjVMMjAgMjlaIiBmaWxsPSIjMzMzMzMzIi8+Cjwvc3ZnPgo=);
  background-size: 32px;
  display: block;
  width: 32px;
  height: 32px;
}
.catalog-products .catalog-header .select-wrapper .select-dropdown {
  top: 38px;
  border-radius: 0;
  width: 300px;
  max-height: 278px;
  left: initial;
}
.catalog-products .catalog-header .select-wrapper .select-dropdown li {
  padding-left: 34px;
}
.catalog-products .catalog-header .select-wrapper .select-dropdown .active {
  position: relative;
}
.catalog-products .catalog-header .select-wrapper .select-dropdown .active:before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMTEuMDQ3NkwxMC4zMzMzIDE2TDE4IDgiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
  background-size: 24px;
  width: 24px;
  height: 24px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.catalog-products .catalog-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.catalog-products .catalog-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 65px;
}
.catalog-products .catalog-nav .more-product {
  background: transparent;
  line-height: 1;
  text-decoration: underline;
  text-transform: lowercase;
  border: 0;
}
.catalog-products .catalog-nav .more-product:hover {
  color: #E9613B;
}
.popular-products {
  border-top: 1px solid #F6C3B6;
  padding-top: 80px;
}
.popular-products .popular-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 20px;
}
.popular-products .popular-products-head h2 {
  text-transform: lowercase;
  font-size: 76px;
  line-height: 1;
}
.popular-products .popular-products-head .slider-controls {
  display: flex;
  align-items: center;
  gap: 21px;
}
.popular-products .product-item .product-item-image img {
  margin-bottom: 0;
}
.lets-friends {
  border-top: 1px solid #F6C3B6;
}
.lets-friends .row {
  display: grid;
  grid-template-columns: 50% 50%;
}
.lets-friends .instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 40px;
  gap: 40px;
  padding-top: 70px;
  margin-bottom: 70px;
}
.lets-friends .instagram img {
  display: block;
  margin-bottom: 10px;
}
.lets-friends .info {
  border-left: 1px solid #F6C3B6;
  padding-top: 80px;
  padding-left: 40px;
}
.lets-friends .info h2 {
  line-height: 1;
  font-size: 76px;
  margin-bottom: 30px;
}
.lets-friends .info .desc {
  line-height: 1.3;
  max-width: 750px;
  margin-bottom: 15px;
}
.lets-friends .info .button {
  display: flex;
  justify-content: flex-end;
}
.lets-friends .button-mobile {
  display: none;
}
.where-find-us-section {
  border-top: 1px solid #F6C3B6;
}
.where-find-us-section .row {
  display: grid;
  grid-template-columns: 50% 50%;
}
.where-find-us-section h2 {
  font-size: 2.396vw;
  line-height: 1;
  margin-bottom: 2.604vw;
}
.where-find-us-section .addresses {
  padding: 4.167vw 2.083vw;
}
.where-find-us-section .city-wrap {
  padding: 4.167vw 2.083vw 4.167vw 0;
}
.where-find-us-section .slider-controls {
  display: none;
}
.where-find-us-section .list-city {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: baseline;
  gap: 1.042vw;
  overflow-y: auto;
  scrollbar-gutter: stable;
  height: 9.115vw;
  padding-right: 4.167vw;
}
.where-find-us-section .list-city a {
  border: 1px solid #999999;
  height: 2.34375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.833vw;
  text-align: center;
  line-height: 1;
}
.where-find-us-section .list-city a:hover {
  border-color: #D53D13;
}
.where-find-us-section .list-city a.active {
  color: #D53D13;
  border-color: #D53D13;
}
.where-find-us-section .address-list {
  overflow-y: auto;
  scrollbar-gutter: stable;
  height: 15.625vw;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.042vw;
  row-gap: 2.083vw;
  align-items: start;
  padding-right: 2.083vw;
  align-content: baseline;
}
.where-find-us-section .address-list .address-item {
  border-left: 1px solid #AFAFAF;
  padding-left: 1.042vw;
}
.where-find-us-section .address-list .address-item h5 {
  margin-bottom: 0.417vw;
  line-height: 1;
}
.where-find-us-section .address-list.active {
  display: grid;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1;
  outline: none;
  transition: 0.3s all ease;
}
.form-control:focus {
  border-color: #E9613B;
}
.autocomplete-suggestions {
  position: absolute;
  background-color: #fff;
  max-height: 11.458vw;
  overflow-y: auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  border: 1px solid #AFAFAF;
  border-top: 0;
  display: none;
}
.autocomplete-suggestions li {
  padding: 0.417vw;
  cursor: pointer;
  font-size: 0.729vw;
  border-bottom: 1px solid #AFAFAF;
}
.autocomplete-suggestions li:last-child {
  border-bottom: none;
}
.autocomplete-suggestions li:hover {
  background-color: rgba(240, 240, 240, 0.8);
}
.autocomplete-suggestions::-webkit-scrollbar {
  width: 4px;
}
.product-review-item {
  border-bottom: 1px solid #E1E1E1;
  padding: 32px 0;
}
.product-review-item .review-head {
  margin-bottom: 20px;
}
.product-review-item time {
  color: #9A9A9A;
  line-height: 1;
}
.product-review-item .author {
  justify-content: flex-start;
  gap: 20px;
}
.product-review-item .author strong {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.product-review-item .author .rating {
  height: 20px;
}
.product-review-item .author .rating svg {
  width: 1.042vw;
  height: 1.042vw;
}
.product-review-item .text {
  margin-bottom: 20px;
}
.product-review-item .images {
  display: flex;
  gap: 0.625vw;
  margin-bottom: 1.042vw;
}
.product-review-item .images img {
  display: block;
  width: 2.5vw;
  height: 3.646vw;
  object-fit: cover;
}
.product-review-item .product-name {
  color: #9A9A9A;
  line-height: 1;
  margin-top: 1.042vw;
  display: flex;
  align-items: center;
  gap: 0.417vw;
  font-weight: 500;
}
.product-review-item .product-name i {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.like-products h4 {
  font-weight: bold;
  margin-bottom: 1.5625vw;
  line-height: 1;
}
.like-products .like-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.167vw;
  position: relative;
}
.like-products .like-products-list:after {
  content: "";
  width: 1px;
  height: calc(100% - 3.125vw);
  background: #AFAFAF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.like-products .product-item {
  width: 8.229vw;
  padding: 0;
  position: relative;
}
.like-products .product-item .product-info {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.625vw;
}
.like-products .product-item .product-info .h3 a {
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
}
.like-products .product-item .product-item-image {
  width: 8.229vw;
  height: 8.229vw;
  margin-bottom: 0.625vw;
}
.like-products .product-item .product-item-image img {
  height: 8.229vw;
}
.like-products .product-item .product-price .price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.like-products .product-item .product-price .price span {
  font-weight: 600;
  font-size: 0.729vw;
}
.like-products .product-item .product-price .price .old-price {
  order: 0;
}
.like-products .product-item .product-price .price .new-price {
  font-size: 0.833vw;
  order: 1;
}
.like-products .product-item .product-price .add-to-cart {
  position: absolute;
  top: 0.104vw;
  right: 0.208vw;
  z-index: 10;
  background: #fff;
  width: 1.458vw;
  height: 1.458vw;
  border-width: 1px;
}
.like-products .product-item .product-price .add-to-cart svg {
  width: 0.573vw;
  height: 0.573vw;
}
.newsletter .fields {
  display: grid;
  grid-template-columns: 1fr 2.1875vw;
  gap: 1.354vw;
}
.newsletter .fields input {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #AFAFAF;
  line-height: 1;
  outline: none;
}
.newsletter .fields input::placeholder {
  color: #DEDEDE;
}
.newsletter .fields button {
  background: transparent;
  border: 0;
  width: 2.1875vw;
  height: 2.1875vw;
}
.newsletter .fields button svg {
  width: 100%;
  height: 100%;
}
.newsletter .text {
  margin-top: 1.042vw;
  font-weight: 500;
  min-height: 2.1875vw;
}
.page-header {
  background: url(../image/line-bg.svg) no-repeat top -50px left -10px;
  border-bottom: 1px solid #F6C3B6;
  padding: 0 40px 50px 40px;
}
.page-header .breadcrumb {
  padding-bottom: 20px;
}
.page-header h1 {
  line-height: 1;
  font-size: 100px;
  text-transform: lowercase;
}
.page-product .breadcrumb {
  border-bottom: 1px solid #F6C3B6;
  padding-left: 40px;
  padding-bottom: 40px;
}
.page-product .product-header {
  position: relative;
  border-bottom: 1px solid #F6C3B6;
}
.page-product .product-header .container {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.page-product .product-header .gallery {
  width: calc(100% - 677px);
  display: flex;
  padding: 40px;
  position: sticky;
  top: 40px;
  align-items: flex-start;
  align-self: flex-start;
  gap: 40px;
}
.page-product .product-header .gallery img {
  display: block;
}
.page-product .product-header .gallery .main-image {
  width: 519px;
}
.page-product .product-header .gallery .main-image img,
.page-product .product-header .gallery .main-image video {
  width: 520px;
  height: 682px;
  object-fit: cover;
  object-position: center;
}
.page-product .product-header .gallery .sub-image {
  display: flex;
  flex-direction: column;
  width: 587px;
}
.page-product .product-header .gallery .sub-image .prev,
.page-product .product-header .gallery .sub-image .next {
  left: 0.833vw;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  color: #656565;
  z-index: 100;
  width: 2.083vw;
  height: 2.083vw;
  border: 0;
  border-radius: 0.26vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35);
}
.page-product .product-header .gallery .sub-image .prev svg,
.page-product .product-header .gallery .sub-image .next svg {
  width: 1.25vw;
  height: 1.25vw;
}
.page-product .product-header .gallery .sub-image .prev:hover,
.page-product .product-header .gallery .sub-image .next:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #D53D13;
}
.page-product .product-header .gallery .sub-image .next {
  left: initial;
  right: 0.833vw;
}
.page-product .product-header .gallery .sub-image .next-image {
  position: relative;
}
.page-product .product-header .gallery .sub-image .next-image img {
  height: 587px;
  width: 587px;
  object-fit: cover;
  object-position: center;
}
.page-product .product-header .gallery .slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.page-product .product-header .gallery .slider .slider-btn {
  width: 39px;
  height: 39px;
  cursor: pointer;
}
.page-product .product-header .gallery .slider .slider-btn svg {
  width: 100%;
  height: 100%;
}
.page-product .product-header .gallery .slider .thumbnails {
  width: 466px;
}
.page-product .product-header .gallery .slider .thumbnails img {
  margin: 0 auto;
}
.page-product .product-header .gallery .slider .slick-list {
  padding: 0 !important;
}
.page-product .product-header .gallery .slider .slick-track {
  display: flex;
}
.page-product .product-header .gallery .slider .not-slider-active {
  overflow: hidden;
}
.page-product .product-header .gallery .slider .not-slider-active .slick-list {
  overflow: initial;
}
.page-product .product-header .gallery .slider .not-slider-active .slick-slide {
  width: 4.271vw;
}
.page-product .product-header .gallery .slider .not-slider-active .slick-track {
  gap: 0.729vw;
  transform: none !important;
}
.page-product .product-header .gallery .slider .not-slider-active .slick-track:before,
.page-product .product-header .gallery .slider .not-slider-active .slick-track:after {
  display: none;
}
.page-product .product-header .gallery .slider .slick-slide {
  cursor: pointer;
}
.page-product .product-header .gallery .thumbnails img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #C2C2C2;
}
.page-product .product-header .gallery .thumbnails .active img {
  border-color: #D53D13;
}
.page-product .product-header .product-info {
  border-left: 1px solid #F6C3B6;
  width: 677px;
}
.page-product .product-header .option-list-fragrances .control-label {
  margin-bottom: 18px;
}
.page-product .product-header .option-list-fragrances .img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all ease;
}
.page-product .product-header .option-list-fragrances .img .tooltip {
  position: absolute;
  left: 50%;
  top: 45px;
  background: #FFFCF6;
  border-radius: 5px;
  border: 1px solid #ADC30B;
  padding: 8px 14px;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(-50%);
  transition: 0.3s all ease;
}
.page-product .product-header .option-list-fragrances .img .tooltip:after,
.page-product .product-header .option-list-fragrances .img .tooltip:before {
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fffcf6;
  z-index: 2;
}
.page-product .product-header .option-list-fragrances .img .tooltip:before {
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #ADC30B;
  z-index: 1;
  top: -12px;
}
.page-product .product-header .option-list-fragrances .img i {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  background-size: 50px;
  background-position: center;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.page-product .product-header .option-list-fragrances .img:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: #fff;
  border: 1px solid #AFAFAF;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s all ease;
}
.page-product .product-header .option-list-fragrances input[type="radio"] {
  display: none;
}
.page-product .product-header .option-list-fragrances input[type="radio"]:checked + .img:before {
  opacity: 1;
}
.page-product .product-header .option-list-fragrances .radio .img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.31);
  transform: translateY(-6px);
}
.page-product .product-header .option-list-fragrances .radio .img:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(6px);
  visibility: visible;
}
.page-product .product-header .option-list-fragrances .option-info .option-info-item {
  display: none;
  flex-direction: column;
  gap: 8px;
  text-transform: lowercase;
}
.page-product .product-header .option-list-fragrances .option-info .option-info-item .option-value-name span {
  display: inline-flex;
  line-height: 1;
  color: #D53D13;
  margin-left: 0.9375vw;
}
.page-product .product-header .option-list-fragrances .option-info .option-info-item .option-value-note {
  color: #878787;
  min-height: 42px;
}
.page-product .product-header .option-list-fragrances .option-info .active {
  display: flex;
}
.page-product .product-header .option-list-fragrances .option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}
.page-product .product-header .option-list-fragrances .option-list .radio label {
  cursor: pointer !important;
}
.page-product .product-header .option-list-fragrances .not-option .img:before {
  opacity: 0;
}
.page-product .product-header .option-list-fragrances .not-option .img i {
  opacity: 0.3 !important;
}
.page-product .product-header .info {
  padding: 40px 40px 50px 40px;
  min-height: 763px;
}
.page-product .product-header .info h1 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 32px;
}
.page-product .product-header .info .product-price {
  margin-bottom: 32px;
}
.page-product .product-header .info .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 1;
}
.page-product .product-header .info .rating .icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-product .product-header .info .description {
  margin-top: 44px;
  font-size: 16px;
  color: #333333;
  line-height: 1.3;
}
.page-product .product-header .info .description ul {
  list-style-position: inside;
  margin-bottom: 0.9375vw !important;
}
.page-product .product-header .info .description p {
  margin-bottom: 0.9375vw !important;
}
.page-product .product-header .info .description a {
  color: #FF5F2D;
}
@media (max-width: 768px) {
  .page-product .product-header .info .description ul {
    margin-bottom: 3vw !important;
  }
  .page-product .product-header .info .description p {
    margin-bottom: 3vw !important;
  }
}
.page-product .product-header .info .description-mobile {
  display: none;
}
.page-product .product-header .info .buy-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}
.page-product .product-header .info .buy-product .btn-line {
  cursor: pointer;
  border: 0;
  background: transparent;
}
.page-product .product-header .info .buy-product .disabled-buy {
  visibility: hidden;
  opacity: 0;
  cursor: default;
}
.page-product .product-header .info .options {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.page-product .product-header .info .options .control-label {
  font-size: 20px;
  font-weight: 600;
  display: block;
  text-transform: lowercase;
}
.page-product .product-header .info .options .option-list-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}
.page-product .product-header .info .options .option-list-radio .list-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  line-height: 1;
}
.page-product .bundles-products {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.page-product .bundles-products .bundle-product .bundle-product-info {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 21px;
}
.page-product .bundles-products .bundle-product .bundle-product-info h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-product .product-related {
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #F6C3B6;
}
.page-product .product-related .mobile-info {
  display: none;
}
.page-product .product-related .product-related-list {
  flex-grow: 1;
  display: grid;
  padding: 80px 40px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: calc(100% - 677px);
}
.page-product .product-related .product-related-list .product-item {
  width: 365px;
  padding: 0;
}
.page-product .product-related .product-related-list .product-item .product-favorite {
  display: none;
}
.page-product .product-related .product-related-list .product-item .product-item-image {
  height: 366px;
  margin-bottom: 24px;
}
.page-product .product-related .product-related-list .product-item .product-info {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-product .product-related .product-related-list .product-item .product-info .product-options {
  margin-top: 0;
}
.page-product .product-related .product-related-list .product-item .product-info .d-flex-between {
  margin-top: 1.25vw;
}
.page-product .product-related .product-related-head {
  border-left: 1px solid #F6C3B6;
  width: 677px;
  padding: 94px 40px 64px 40px;
  background: url("../image/related-line.svg") no-repeat center;
  background-size: cover;
}
.page-product .product-related .product-related-head h2 {
  font-size: 76px;
  line-height: 1;
  margin-bottom: 60px;
}
.page-product .product-related .product-related-head .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page-product .product-related .product-related-head .product-item-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-product .product-related .product-related-head .product-item-mini .product-name {
  width: 396px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.page-product .product-related .product-related-head .product-item-mini .product-name span {
  width: calc(100% - 34px);
  font-weight: 500;
}
.page-product .product-related .product-related-head .product-item-mini .product-price .price {
  display: flex;
  flex-direction: column;
}
.page-product .product-related .product-related-head .product-item-mini .product-price span {
  font-size: 14px;
}
.page-product .product-related .product-related-head .product-item-mini .product-price .new-price {
  font-size: 16px;
}
.page-product .product-related .product-related-head .product-item-mini .product-price .old-price {
  font-size: 14px;
}
.page-product .product-related .product-related-head .result {
  margin-top: 30px;
  font-weight: 700;
}
.page-product .product-related .product-related-head .button {
  display: flex;
  justify-content: flex-end;
  margin-top: 96px;
}
.page-product .product-reviews {
  padding: 80px 0;
}
.page-product .product-reviews .reviews-info {
  padding-right: 48px;
}
.page-product .product-reviews .reviews-info h3 {
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 50px;
}
.page-product .product-reviews .reviews-info .count-reviews {
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.page-product .product-reviews .reviews-info .count-reviews h6 {
  font-size: 26px;
}
.page-product .product-reviews .review-stats ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-product .product-reviews .review-stats li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.page-product .product-reviews .review-stats li svg {
  width: 24px;
}
.page-product .product-reviews .review-stats li span:nth-child(1) {
  width: 14px;
  text-align: center;
}
.page-product .product-reviews .review-stats li .progress {
  flex-grow: 1;
  height: 10px;
  border: 1px solid #D53D13;
  border-radius: 6px;
}
.page-product .product-reviews .review-stats li .progress i {
  display: block;
  height: 100%;
  background: #D53D13;
}
.page-product .product-reviews .review-stats li .count {
  width: 50px;
  text-align: center;
}
.page-product .product-reviews .reviews-list #reviews-more {
  margin-top: 60px;
  display: inline-flex;
  text-transform: lowercase;
  text-decoration: underline;
}
.page-product .product-reviews .row {
  display: grid;
  grid-template-columns: 586px 1fr;
}
.page-checkout-cart {
  padding-top: 2.083vw;
  padding-bottom: 3.125vw;
  text-transform: lowercase;
}
.page-checkout-cart .back-page {
  margin-bottom: 1.71875vw;
}
.page-checkout-cart h1 {
  text-align: center;
  font-size: 3.958vw;
  margin-bottom: 3.125vw;
  line-height: 1;
  text-transform: lowercase;
  display: block;
}
.page-checkout-cart .content {
  display: flex;
  justify-content: center;
  gap: 1.042vw;
}
.page-checkout-cart .content .left {
  width: 38.229vw;
}
.page-checkout-cart .content .cart-top-text {
  text-align: center;
  text-transform: lowercase;
}
.page-checkout-cart .content .right {
  width: 24.479vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.042vw;
}
.page-checkout-cart .content .form-checkout {
  border: 1px solid #F6C3B6;
  border-top: 0;
  padding-top: 1.042vw;
}
.page-checkout-cart .content #checkout_checkout_form {
  margin-top: 0.625vw;
}
.page-checkout-cart .promo-cod {
  padding: 2.083vw;
  border: 1px solid #F6C3B6;
  width: 100%;
  min-height: 70px;
}
.page-checkout-cart .promo-cod h5 {
  font-weight: 700;
  margin-bottom: 1.25vw;
  line-height: 1;
}
.page-checkout-cart .promo-cod .cod-cod {
  position: relative;
}
.page-checkout-cart .promo-cod .cod-cod svg {
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  top: 50%;
  left: 0.625vw;
  transform: translateY(-50%);
}
.page-checkout-cart .promo-cod .error-message {
  position: absolute;
  right: 0;
  bottom: -1.042vw;
  font-size: 0.625vw;
  color: #dc5833;
}
.page-checkout-cart .promo-cod .coupon-warning {
  color: #D53D13;
  margin-top: 0.5vw;
  font-size: 0.78125vw;
}
@media (max-width: 768px) {
  .page-checkout-cart .promo-cod .coupon-warning {
    font-size: 2.7vw;
    margin-top: 4vw;
    line-height: 1;
    white-space: normal;
    position: relative;
  }
}
.page-checkout-cart .promo-cod input {
  border: 1px solid #D7D7D7;
  outline: none;
  width: 100%;
  padding: 0.5vw 5.208vw 0.5vw 0.625vw;
  border-radius: 0.208vw;
  line-height: 1;
}
.page-checkout-cart .promo-cod input::placeholder {
  font-size: 0.625vw;
}
.page-checkout-cart .promo-cod input.coupon-active {
  padding-left: 1.354vw;
}
.page-checkout-cart .promo-cod button {
  background: transparent;
  border: none;
  color: #333333;
  text-decoration: underline;
  padding: 0;
  font-size: 0.625vw;
  line-height: 1;
  position: absolute;
  right: 0.625vw;
  top: 50%;
  transform: translateY(-50%);
}
.page-checkout-cart .promo-cod button:hover {
  color: #dc5833;
}
.page-checkout-cart .cart-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #F6C3B6;
  padding: 6.25vw 2.083vw;
  text-align: center;
  height: 100%;
  align-items: center;
}
.page-checkout-cart .cart-empty h5 {
  margin-bottom: 2.604vw;
  font-size: 1.09375vw;
  font-weight: 400;
}
.page-checkout-cart .cart-empty .btn {
  max-width: 50%;
}
.page-checkout-cart .promo-cod-checkout h5 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.042vw;
}
.page-checkout-cart .promo-cod-checkout {
    border-bottom: 0;
}

.page-checkout-cart .promo-cod-checkout__input {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-checkout-cart .promo-cod-checkout__input input {
  width: 0.833vw;
  padding: 0;
  border: 1px solid #333333;
  border-radius: 3px;
}
.page-checkout-cart .promo-cod-checkout__input input:hover {
  border-color: #FF5F2D;
}
.page-checkout-cart .promo-cod-checkout__input label {
  line-height: 1;
}
.page-checkout-cart .promo-cod-checkout .cod-cod {
  width: 17.03125vw;
  display: none;
}
.page-checkout-cart .products-list .product-cart-item {
  display: flex;
  flex-wrap: wrap;
  padding: 2.083vw;
  position: relative;
}
.page-checkout-cart .products-list .product-cart-item:after {
  position: absolute;
  content: '';
  width: calc(100% - 6.5625vw);
  height: 1px;
  background: #E1E1E1;
  bottom: 0;
  left: 3.28125vw;
}
.page-checkout-cart .products-list .product-cart-item:last-child:after {
  display: none;
}
.page-checkout-cart .products-list .cart-item-image {
  width: 7.292vw;
  height: 7.292vw;
}
.page-checkout-cart .products-list .cart-item-image a {
  display: block;
  position: relative;
}
.page-checkout-cart .products-list .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-checkout-cart .products-list .cart-item-name {
  width: 15.729vw;
  padding-left: 1.042vw;
  padding-right: 1.5625vw;
  text-transform: lowercase;
  position: relative;
}
.page-checkout-cart .products-list .cart-item-name a {
  font-weight: 500;
  margin-bottom: 0.833vw;
  display: block;
}
.page-checkout-cart .products-list .cart-item-name .radio-label {
  display: flex;
  align-items: center;
  gap: 0.417vw;
  margin-bottom: 0.3vw;
}
.page-checkout-cart .products-list .cart-item-name .radio-label i {
  color: #9A9A9A;
  font-style: normal;
}
.page-checkout-cart .products-list .cart-item-name .fragrance-label {
  display: flex;
  align-items: center;
  gap: 0.417vw;
  color: #9A9A9A;
}
.page-checkout-cart .products-list .cart-item-name .fragrance-label i {
  display: block;
  width: 1.146vw;
  height: 1.146vw;
  background-size: 2vw;
  background-position: center;
  border-radius: 50%;
}
.page-checkout-cart .products-list .cart-item-name .coupon-warning {
  color: #D53D13;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 1.042vw;
  font-size: 0.78125vw;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-checkout-cart .products-list .cart-item-name .coupon-warning {
    font-size: 2.7vw;
    margin-top: 4vw;
    line-height: 1;
    left: 0;
    white-space: normal;
    position: relative;
  }
}
.page-checkout-cart .products-list .cart-item-quantity {
  width: 5.052vw;
}
.page-checkout-cart .products-list .cart-item-price {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.page-checkout-cart .products-list .quantity-box {
  width: 5.052vw;
  height: 2.1875vw;
}
.page-checkout-cart .products-list .quantity-box input {
  width: 2.083vw;
}
.page-checkout-cart .products-list .product-price {
  flex-direction: column;
  gap: 0.26vw;
  align-items: flex-end;
}
.page-checkout-cart .products-list .product-price .new-price,
.page-checkout-cart .products-list .product-price .price {
  font-size: 0.833vw;
  font-weight: 600;
}
.page-checkout-cart .products-list .product-price .old-price {
  font-weight: 600;
  font-size: 0.729vw;
}
.page-checkout-cart .products-list .btn-delete {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 2.083vw;
  bottom: 2.083vw;
  font-size: 0.833vw;
  color: #333333;
  border-bottom: 1px solid #333333;
}
.page-checkout-cart .products-list .btn-delete:hover {
  color: #D53D13;
  border-color: #D53D13;
}
.page-checkout-cart .free-shipping-info {
  padding: 2.083vw;
  border: 1px solid #F6C3B6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.page-checkout-cart .free-shipping-info #free-shipping {
  width: 100%;
}
.page-checkout-cart .free-shipping-info p {
  font-size: 0.78125vw;
  text-transform: lowercase;
}
.page-checkout-cart .free-shipping-info .progress-bar {
  width: 100%;
  position: relative;
  background: #F7D6C9;
  height: 2px;
  margin-top: 0.625vw;
}
.page-checkout-cart .free-shipping-info .progress-bar .progress {
  height: 2px;
  border-radius: 5px;
  background: #D53D13;
}
.page-checkout-cart .free-shipping-info .progress-bar .progress span {
  width: 0.625vw;
  height: 0.625vw;
  background: #D53D13;
  border-radius: 50%;
  position: absolute;
  top: -0.26vw;
}
.page-checkout-cart .free-shipping-info .price-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.9375vw;
  line-height: 1;
  text-transform: lowercase;
  margin-top: 1.354vw;
  gap: 1.25vw;
}
.page-checkout-cart .free-shipping-info .price-block .type-total {
  font-weight: bold;
}
.page-checkout-cart .free-shipping-info .price-block .price-block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-checkout-cart .free-shipping-info .btn-next-checkout {
  width: 100%;
  margin-top: 1.354vw;
}
.page-checkout-cart .free-shipping-info .btn-next-checkout .btn {
  width: 100%;
}
.page-checkout-cart .form-checkout-cart {
  padding: 1.042vw 0 0 0;
  border: 1px solid #F6C3B6 !important;
}
.page-checkout-cart .like-products {
  padding: 1.8vw;
  border: 1px solid #F6C3B6;
  width: 100%;
}
.page-blog .blog-new-post {
  padding: 70px 0;
  display: flex;
  align-items: center;
}
.page-blog .blog-new-post .image {
  width: 880px;
}
.page-blog .blog-new-post .image img {
  display: block;
  width: 100%;
}
.page-blog .blog-new-post .info {
  width: calc(100% - 880px);
  padding-left: 80px;
}
.page-blog .blog-new-post .info h3 {
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 70px;
}
.page-blog .blog-new-post .info .desc {
  line-height: 1.3;
  padding-right: 70px;
}
.page-blog .blog-new-post .info .action {
  display: flex;
  justify-content: flex-end;
  margin-top: 57px;
}
.page-blog .blog-posts {
  border-top: 1px solid #F6C3B6;
  background: url(../image/line-blog.svg) no-repeat top -10px left 0;
  background-size: cover;
}
.page-blog .blog-grid {
  display: grid;
  padding: 95px 45px 80px 45px;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  row-gap: 70px;
}
.page-blog .nav-page {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
.page-blog .blog-item {
  background: #FFFFFF;
  border: 1px solid rgba(51, 51, 51, 0.14);
  padding: 10px 10px 10px 10px;
}
.page-blog img {
  display: block;
  margin-bottom: 13px;
}
.page-blog p a {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: normal;
  text-align: left;
  color: #1b1b1b;
}
.page-ingredient {
  padding-top: 40px;
  padding-bottom: 60px;
}
.page-ingredient .ingredient-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}
.page-ingredient .ingredient-grid .ingredient-item {
  border: 1px solid #AFAFAF;
  padding: 24px 20px;
  position: relative;
}
.page-ingredient .ingredient-grid .ingredient-item h5 {
  font-size: 16px;
  font-weight: 600;
  min-height: 38px;
  position: relative;
  z-index: 100;
}
.page-ingredient .ingredient-grid .ingredient-item .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
.page-ingredient .ingredient-grid .ingredient-item .action button {
  background: 0;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #333333;
  transition: 0.3s all ease;
}
.page-ingredient .ingredient-grid .ingredient-item .action button svg {
  width: 100%;
  height: 100%;
}
.page-ingredient .ingredient-grid .ingredient-item .action button:hover {
  color: #D53D13;
}
.page-ingredient .ingredient-grid .ingredient-item .item-desc {
  position: absolute;
  width: calc(100% + 2px);
  min-height: 100%;
  border: 1px solid #F6C3B6;
  padding: 24px 20px;
  left: -1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
.page-ingredient .ingredient-grid .ingredient-item .item-desc .desc {
  color: #9A9A9A;
  margin-bottom: 26px;
}
.page-ingredient .ingredient-grid .active-item .action button {
  transform: rotate(180deg);
}
.page-ingredient .ingredient-grid .active-top {
  z-index: 200;
}
.page-ingredient .ingredient-grid .active-top .item-desc {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.page-ingredient .ingredient-grid .active-top .item-desc .desc {
  padding-top: 25px;
  border-top: 1px solid #333333;
}
.page-ingredient .ingredient-grid .active-bottom {
  z-index: 200;
}
.page-ingredient .ingredient-grid .active-bottom .item-desc {
  opacity: 1;
  top: initial;
  bottom: -1px;
  visibility: visible;
}
.page-ingredient .ingredient-grid .active-bottom .desc {
  border: 0;
}
.page-ingredient .ingredient-grid .active-bottom .sub-desc {
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
}
.page-faq .grid-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  align-items: start;
}
.page-faq .faq-wrapper {
  padding-right: 40px;
  padding-top: 20px;
}
.page-faq .faq-list {
  max-height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding-right: 40px;
}
.page-faq .faq-list .item {
  border-bottom: 1px solid #CDCDCD;
  margin-top: 20px;
}
.page-faq .faq-list h5 {
  font-weight: 600;
  padding-bottom: 20px;
}
.page-faq .faq-list .desc {
  display: none;
  padding: 0 20px 20px 20px;
}
.page-faq .faq-list .accordion-title {
  position: relative;
  cursor: pointer;
}
.page-faq .faq-list .accordion-title h5 {
  transition: 0.3s all ease;
}
.page-faq .faq-list .accordion-title:hover {
  color: #E9613B;
}
.page-faq .faq-list .accordion-title .accordion-plus {
  background: #E9613B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-faq .faq-list .accordion-title .accordion-plus:after {
  width: 10px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.page-faq .faq-list .accordion-title .accordion-plus:before {
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.page-faq .faq-list .accordion-title.active .accordion-plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-faq .about-info {
  max-height: 100%;
  border-left: 1px solid #F6C3B6;
  padding: 90px 0 90px 40px;
}
.page-faq .about-info h3 {
  margin-bottom: 32px;
}
.page-faq .about-info p {
  margin-bottom: 20px;
}
.page-faq .about-info p:last-child {
  margin-bottom: 0;
}
.page-faq .about-info .action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.page-faq .about-info .action .text {
  font-size: 20px;
  font-weight: 700;
}
.info-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.info-page .row {
  display: flex;
  flex-wrap: wrap;
}
.info-page img {
  display: block;
}
.info-page .col-text {
  width: calc(100% - 837px);
  padding-right: 45px;
}
.info-page .col-image {
  width: 837px;
}
.info-page h3 {
  font-size: 46px;
  font-weight: 900;
  margin-bottom: 32px;
  line-clamp: 1;
  color: #D53D13;
}
.info-page p {
  line-height: 1.3;
}
.info-page .all-text {
  max-width: 1224px;
  margin: 0 auto;
}
.page-vacancies .vacancies-info {
  padding: 3vw 0;
}
.page-vacancies .vacancies-list {
  padding: 85px 0;
  width: 754px;
  margin: 0 auto;
}
.page-vacancies .vacancies-list .vacancy-item {
  display: flex;
  border-bottom: 1px solid #CDCDCD;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease;
}
.page-vacancies .vacancies-list .vacancy-item .popup-info {
  display: none;
}
.page-vacancies .vacancies-list .vacancy-item svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
.page-vacancies .vacancies-list .vacancy-item:hover {
  color: #E9613B;
}
.page-vacancies .vacancies-list .vacancy-item:last-child {
  border-bottom: 0;
}
.page-vacancies .vacancies-info h3 {
  line-height: 1;
}
.page-vacancies .vacancies-info .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.page-vacancies .vacancies-info .actions .text {
  width: 464px;
}
.page-vacancies .vacancies-about {
  border-top: 1px solid #F6C3B6;
}
.page-vacancies .vacancies-about .row-two {
  padding-top: 47px;
  padding-bottom: 74px;
}
.page-vacancies .vacancies-about h3 {
  margin-bottom: 32px;
  line-height: 1;
}
.page-vacancies .vacancies-about .vacancies-about-img {
  display: flex;
  justify-content: space-between;
}
.page-vacancies .vacancies-about .vacancies-about-img img {
  width: 420px;
  height: 380px;
  object-fit: cover;
}
.page-vacancies .vacancies-our-values {
  border-top: 1px solid #F6C3B6;
  padding: 70px 40px;
  background: url(../image/line-bg.svg) no-repeat top -50px left -10px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.page-vacancies .vacancies-our-values .values-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: calc(100% - 250px);
  background: #fff;
}
.page-vacancies .vacancies-our-values .values-items .item {
  padding: 36px 36px 17px 36px;
  border: 1px solid #F6C3B6;
}
.page-vacancies .vacancies-our-values .values-items .item h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.page-vacancies .vacancies-our-values .values-items .item .desc {
  color: #9A9A9A;
}
.page-vacancies .vacancies-our-values h3 {
  width: 250px;
}
.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 100px;
  background: url("../image/404-bg.svg") no-repeat center center;
  background-size: cover;
}
.page-404 h3 {
  line-height: 1;
  margin-bottom: 21px;
}
.page-404 p {
  font-size: 20px;
  margin-bottom: 85px;
}
.page-404 .btn-outline {
  margin-top: 50px;
  width: 396px;
}
.page-success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 100px;
  background: url("../image/404-bg.svg") no-repeat center center;
  background-size: cover;
}
.page-success h3 {
  line-height: 1;
  margin-bottom: 32px;
}
.page-success p {
  font-size: 20px;
  margin-bottom: 32px;
}
.page-success img {
  width: 1150px;
}
.page-success .btn-outline {
  margin-top: 50px;
  width: 396px;
}
.page-about .block-about .container {
  display: grid;
  padding-top: 70px;
  padding-bottom: 70px;
}
.page-about .block-about img {
  object-fit: cover;
  width: 100%;
}
.page-about .block-about h3 {
  margin-bottom: 32px;
}
.page-about .page-about-block1 .container {
  grid-template-columns: 582px 1fr;
  gap: 40px;
}
.page-about .page-about-block1 .container .images {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.page-about .page-about-block2 .container {
  grid-template-columns: 732px 1fr;
  gap: 70px;
}
.page-about .page-about-block2 .container .items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 75px;
  column-gap: 100px;
}
.page-about .page-about-block2 .container .items h5 {
  margin-bottom: 20px;
  font-size: 20px;
}
.page-about .page-about-block3 .container {
  grid-template-columns: repeat(2, 1fr);
  gap: 138px;
}
.page-about .page-about-block3 .container .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.page-contact .block-contact .container {
  display: grid;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
.page-contact .block-contact img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.page-contact .block-contact h3 {
  margin-bottom: 1.5625vw;
}
.page-contact .page-contact-block1 {
  border-bottom: 1px solid #F6C3B6;
}
.page-contact .page-contact-block1 .container {
  grid-template-columns: 40.833vw 1fr;
  gap: 1.5625vw;
}
.page-contact .page-contact-block1 .container .contacts-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
  margin-bottom: 2.5vw;
}
.page-contact .page-contact-block1 .container .contacts-items a {
  display: flex;
  align-items: center;
  gap: 1.042vw;
  line-height: 1;
  border: 1px solid #F6C3B6;
  padding: 0 1.042vw;
  height: 2.292vw;
  border-radius: 0.833vw;
}
.page-contact .page-contact-block1 .container .contacts-items a svg {
  width: 1.25vw;
  height: 1.25vw;
}
.page-contact .page-contact-block1 .container .contacts-items-subject {
  margin-bottom: 0;
}
.page-contact .page-contact-block1 .container h4 {
  font-size: 1.146vw;
  margin-bottom: 1.5625vw;
  font-weight: 500;
}
.page-contact .page-contact-block1 .container .images {
  display: grid;
  gap: 2.083vw;
  grid-template-columns: 1fr 1fr;
}
.page-contact .page-contact-block2 {
  text-transform: lowercase;
}
.page-contact .page-contact-block2 .container {
  padding: 0;
}
.page-contact .page-contact-block2 .container .img {
  padding: 88px 0;
}
.page-contact .page-contact-block2 .container .form-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.083vw;
}
.page-contact .page-contact-block2 .container .form-head .text-head {
  font-size: 0.99vw;
  padding-right: 1.25vw;
  font-weight: 500;
}
.page-contact .page-contact-block2 .container form .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2.76vw;
  margin-bottom: 2.083vw;
}
.page-contact .page-contact-block2 .container form textarea {
  border-radius: 0.833vw;
  background: #FAFAFA;
  padding: 1.302vw;
  resize: none;
  height: 10.625vw;
  border: 1px solid #C3C3C3;
}
.page-contact .page-contact-block2 .container form .buttons {
  margin-top: 2.083vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2vw;
}
.page-partners .block-partners .container {
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-partners .block-partners img {
  object-fit: cover;
  width: 100%;
}
.page-partners .block-partners h3 {
  margin-bottom: 32px;
  gap: 14px;
}
.page-partners .page-partners-block1 {
  border-bottom: 1px solid #F6C3B6;
}
.page-partners .page-partners-block1 .container {
  grid-template-columns: 1fr 582px;
  gap: 40px;
}
.page-partners .page-partners-block1 .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.page-partners .page-partners-block2 .container {
  grid-template-columns: 1fr 821px;
  padding: 0;
}
.page-partners .page-partners-block2 .container .info {
  padding: 80px 40px;
  border-right: 1px solid #F6C3B6;
}
.page-partners .page-partners-block2 .container .info h3 svg {
  width: 172px;
  height: auto;
}
.page-partners .page-partners-block2 .container .slider {
  padding: 80px 40px;
}
.page-partners .page-partners-block2 .container .slider img {
  display: block;
  height: 888px;
  width: 100%;
}
.page-partners .page-partners-block2 .container .items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.page-partners .page-partners-block2 .container .items img {
  height: 258px;
  display: block;
}
.page-partners .page-partners-block2 .container .items h5 {
  margin-top: 13px;
  font-size: 18px;
}
.page-partners .page-partners-block2 .container .items .item {
  opacity: 0.6;
  transition: 0.3s all ease;
  cursor: pointer;
}
.page-partners .page-partners-block2 .container .items .item:hover {
  opacity: 1;
}
.page-partners .page-partners-block2 .container .items .active {
  opacity: 1;
}
.page-partners .page-partners-block3 {
  border-top: 1px solid #F6C3B6;
}
.page-partners .page-partners-block3 .container {
  grid-template-columns: 1fr 772px;
  gap: 80px;
}
.page-partners .page-partners-block3 .container h3 svg {
  width: 172px;
  height: auto;
}
.page-partners .page-partners-block3 .container .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.page-partners .page-partners-block3 .container .buttons {
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
}
.page-partners .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.667vw;
}
.page-certification .block-certification .container {
  display: grid;
}
.page-certification .block-certification img {
  object-fit: cover;
  width: 100%;
}
.page-certification .block-certification h3 {
  margin-bottom: 32px;
}
.page-certification .page-certification-block1 {
  padding-top: 56px;
  padding-bottom: 47px;
  border-bottom: 1px solid #F6C3B6;
}
.page-certification .page-certification-block1 .container {
  grid-template-columns: 1fr 668px;
  gap: 40px;
}
.page-certification .page-certification-block1 .container .images {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.page-certification .page-certification-block1 .text {
  margin-top: 32px;
  margin-left: 14px;
}
.page-certification .page-certification-block2 {
  padding: 88px 0;
}
.page-certification .page-certification-block2 .container {
  grid-template-columns: 568px 1fr;
  gap: 54px;
}
.page-certification .page-certification-block2 .container .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.page-certification .page-certification-block2 .container .items .item {
  border: 1px solid #E1E1E1;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  align-items: start;
  grid-template-columns: 188px 1fr;
  gap: 20px;
}
.page-certification .page-certification-block2 .container .items .gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img {
  display: flex;
  position: relative;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img img {
  width: 120px;
  height: 174px;
  object-fit: cover;
  z-index: 100;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img img:not(:first-child) {
  position: absolute;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img img:nth-child(2) {
  left: 42px;
  z-index: 99;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img img:nth-child(3) {
  left: 84px;
  z-index: 98;
}
.page-certification .page-certification-block2 .container .items .gallery .list-img img:nth-child(4) {
  left: 128px;
  z-index: 97;
}
.page-certification .page-certification-block2 .container .items .gallery .view-img {
  display: flex;
  flex-direction: column;
  gap: 38px;
  align-items: center;
}
.page-certification .page-certification-block2 .container .items h5 {
  margin-bottom: 20px;
  font-size: 20px;
}
.page-cabinet {
  max-width: 63.75vw;
  margin: 0 auto;
  padding-bottom: 3.021vw;
  text-transform: lowercase;
}
.page-cabinet .cabinet-header {
  border: 1px solid #F6C3B6;
  padding: 0.625vw 1.667vw;
  margin-bottom: 1.51vw;
}
.page-cabinet .cabinet-header .avatar {
  width: 4.479vw;
  height: 4.479vw;
  border-radius: 50%;
  background: #e9613b;
  overflow: hidden;
  font-weight: 900;
  color: #fff;
  font-size: 1.979vw;
  text-transform: uppercase;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.page-cabinet .cabinet-wrapper {
  border: 1px solid #F6C3B6;
  display: grid;
  grid-template-columns: 296px 1fr;
}
.page-cabinet .cabinet-sidebar {
  border-right: 1px solid #F6C3B6;
  padding: 40px 5px 40px 40px;
}
.page-cabinet .cabinet-sidebar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-cabinet .cabinet-sidebar ul a {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 16px;
}
.page-cabinet .cabinet-sidebar ul a.active {
  font-weight: 600;
}
.page-cabinet .cabinet-content {
  padding: 40px 32px;
}
.page-cabinet .control-label {
  font-size: 14px;
  opacity: 0.4;
  display: block;
  margin-bottom: 12px;
}
.page-cabinet .text-danger {
  color: #E9613B;
  font-size: 12px;
  text-transform: lowercase;
  text-align: right;
  margin-top: 5px;
}
.page-reviews {
  padding-bottom: 4.167vw;
}
.page-reviews .block-reviews .container {
  display: grid;
  padding-top: 4.167vw;
  padding-bottom: 4.167vw;
}
.page-reviews .block-reviews img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.page-reviews .block-reviews h3 {
  margin-bottom: 1.5625vw;
}
.page-reviews .page-reviews-block1 .container {
  grid-template-columns: 40.833vw 1fr;
  gap: 1.5625vw;
}
.page-reviews .page-reviews-block1 .container .text {
  padding-top: 2.083vw;
}
.page-reviews .page-reviews-block1 .container .images {
  display: grid;
  gap: 2.083vw;
  grid-template-columns: 1fr 1fr;
}
.page-reviews .reviews-nav {
  margin-bottom: 2.5vw;
  padding: 0 2.083vw;
}
.page-reviews .reviews-nav .filters-container {
  display: flex;
  gap: 1.042vw;
}
.page-reviews .reviews-nav .filter-item {
  display: flex;
  align-items: center;
  gap: 0.208vw;
}
.page-reviews .reviews-nav .filter-item .count {
  line-height: 1;
}
.page-reviews .reviews-nav .filter-item a {
  min-height: 1.875vw;
  border: 1px solid #F6C3B6;
  border-radius: 0.625vw;
  line-height: 1;
  padding: 0.104vw 0.625vw;
  display: flex;
  align-items: center;
  gap: 0.208vw;
}
.page-reviews .reviews-nav .filter-item a svg {
  width: 1.25vw;
  height: 1.25vw;
}
.page-reviews .reviews-nav .filter-item a.active {
  color: #fff;
  background-color: #E9613B;
}
.page-reviews .reviews-nav .filter-item a.active svg path {
  fill: #fff;
}
.page-reviews .reviews-container {
  padding: 0 2.083vw;
  column-count: 2;
  column-gap: 2.083vw;
}
.page-reviews .reviews-container .product-review-item {
  width: 46.354vw;
  border: 1px solid #F6C3B6;
  padding: 3.125vw 2.083vw;
  display: inline-table;
  margin-bottom: 2.083vw;
}
.page-reviews .reviews-container .product-review-item .text {
  margin-bottom: 0;
}
.page-reviews .reviews-container .product-review-item .images {
  margin-top: 1.042vw;
}
.page-reviews .reviews-container.d-flex-between {
  align-items: flex-start;
}
.page-reviews .review-card {
  background: #fff;
  padding: 0.78125vw;
  border-radius: 0.521vw;
  box-shadow: 0 0.104vw 0.521vw rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.page-post .block-post {
  border-bottom: 1px solid #F6C3B6;
}
.page-post .block-post .row-two {
  align-items: center;
}
.page-post .block-post .row-reverse {
  flex-direction: row-reverse;
}
.page-post .block-post .col {
  padding: 0;
}
.page-post .block-post .desc {
  padding: 3.125vw 2.083vw;
}
.page-post .block-post .desc h2,
.page-post .block-post .desc h3,
.page-post .block-post .desc h4,
.page-post .block-post .desc h5 {
  margin-bottom: 24px;
}
.page-post .block-post .desc h4 {
  font-size: 24px;
  font-weight: 500;
}
.page-post .block-post .desc p,
.page-post .block-post .desc ul,
.page-post .block-post .desc ol,
.page-post .block-post .desc li {
  padding-bottom: 1.042vw;
}
.page-post .block-post .desc p:last-child,
.page-post .block-post .desc ul:last-child,
.page-post .block-post .desc ol:last-child,
.page-post .block-post .desc li:last-child {
  margin-bottom: 0;
}
.page-post .block-post .desc ul,
.page-post .block-post .desc ol {
  list-style-position: inside;
}
.page-post .block-post .images {
  padding: 3.125vw 2.083vw;
}
.page-post .block-post .images img {
  display: block;
  width: 100%;
  height: 27.1875vw;
  object-fit: cover;
}
.page-post .block-post .images.images-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.083vw;
}
.page-post .block-post .images.images-two img {
  height: 21.875vw;
}
.form-checkout {
  padding: 40px;
  text-transform: lowercase;
}
.form-checkout h4 {
  font-size: 20px;
}
.form-checkout #mini-cart-checkout2 {
  display: none;
}
.form-checkout .radio-option {
  gap: 8px;
}
.form-checkout .text-danger {
  position: absolute;
  top: 30px;
  right: 0;
  text-align: right;
  font-size: 12px;
  color: #E9613B;
}
.form-checkout .form-group {
  position: relative;
}
.form-checkout .form-group-gift {
  margin-top: 36px;
}
.form-checkout .form-group-preorder {
  margin-top: 15px;
  display: none;
}
.form-checkout .form-group-preorder p{
  margin-top: 10px;
  color: #AFAFAF;
}
.form-checkout .form-control::placeholder {
  text-transform: lowercase;
}
.form-checkout .title {
  margin-bottom: 40px;
  position: relative;
}
.form-checkout .title .text-danger {
  left: 0;
  right: initial;
}
.form-checkout .form-control-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSA5TDEyIDE1LjVMMTguNSA5IiBzdHJva2U9IiMzMzMzMzMiLz4KPC9zdmc+Cg==);
  background-size: 24px 24px;
  background-position: top -3px right;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.form-checkout .btn-outline {
  font-size: 16px;
  color: #333;
  padding: 16px 25px;
  border-radius: 12px;
}
.form-checkout .btn-outline:hover {
  color: #fff;
}
.form-checkout .form-checkout-head {
  margin-bottom: 40px;
}
.form-checkout .form-checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.form-checkout .form-address {
  margin-top: 56px;
  margin-bottom: 40px;
}
.form-checkout .form-address .form-group {
  position: relative;
}
.form-checkout .form-address .form-group-select label {
  display: block;
  margin-bottom: 0.521vw;
}
.form-checkout .form-address .form-control-select {
  appearance: none;
  -webkit-appearance: none;
}
.form-checkout .form-address .form-control-select option {
  padding: 0 0.521vw;
}
.form-checkout .form-address .user-delivery {
  margin-top: 1.667vw;
}
.form-checkout .form-address .ship-type-1 {
  display: none;
}
.form-checkout .field-option {
  justify-content: start;
  gap: 28px;
  margin-bottom: 36px;
}
.form-checkout .form-payment {
  margin-top: 56px;
}
.form-checkout .form-payment .radio-option {
  align-items: start;
}
.form-checkout .form-payment .radio-option span i {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #AFAFAF;
}
.form-checkout .form-payment .form-comment {
  margin-top: 25px;
  position: relative;
}
.form-checkout .form-payment .form-comment .text-danger {
  top: 100%;
}
.form-checkout .form-payment .form-comment textarea {
  background: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 16px;
  resize: none;
  height: 162px;
  padding: 25px;
}
.form-checkout .form-payment .payment-information {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
}
.form-checkout .form-payment .payment-information .radio-option {
  height: auto;
}
.form-checkout .form-payment .buttons {
  margin-top: 56px;
}
.form-checkout .form-payment .buttons .agree {
  justify-content: start;
  width: 400px;
  align-items: flex-start;
  position: relative;
}
.form-checkout .form-payment .buttons .agree .text {
  width: calc(100% - 16px);
  padding-left: 14px;
}
.form-checkout .form-payment .buttons .agree .text a {
  text-decoration: underline;
}
.form-checkout .form-payment .buttons .agree .text-danger {
  left: 30px;
  top: calc(100% + 5px);
  text-align: left;
}
.form-checkout .form-payment .buttons .btn {
  width: 170px;
  padding: 12px;
  white-space: normal;
  line-height: 1.2;
  min-height: 67px;
}
.form-checkout .form-checkout-gift {
  display: none;
  margin-top: 2.083vw;
}
.cabinet-wrapper .cabinet-edit-account {
  padding: 40px;
}
.cabinet-wrapper .cabinet-edit-account form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 174px;
  row-gap: 40px;
}
.cabinet-wrapper .cabinet-edit-account .form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljc3MzggNS4yNTExN0wxNC44Mzg4IDIuMzAxMTdDMTQuNjQ0OCAyLjEwODIgMTQuMzgyNCAxLjk5OTg4IDE0LjEwODggMS45OTk4OEMxMy44MzUyIDEuOTk5ODggMTMuNTcyNyAyLjEwODIgMTMuMzc4OCAyLjMwMTE3TDIuOTczNzcgMTIuNjkxMkwyLjAyMzc3IDE2Ljc5MTJDMS45OTEgMTYuOTQxIDEuOTkyMTMgMTcuMDk2NCAyLjAyNzA2IDE3LjI0NTdDMi4wNjIgMTcuMzk1MSAyLjEyOTg3IDE3LjUzNDggMi4yMjU3MSAxNy42NTQ2QzIuMzIxNTUgMTcuNzc0NCAyLjQ0Mjk0IDE3Ljg3MTMgMi41ODEwMSAxNy45MzgyQzIuNzE5MDkgMTguMDA1MSAyLjg3MDM2IDE4LjA0MDIgMy4wMjM3NyAxOC4wNDEyQzMuMDk1MjMgMTguMDQ4OSAzLjE2NzMyIDE4LjA0ODkgMy4yMzg3NyAxOC4wNDEyTDcuMzgzNzcgMTcuMDkxMkwxNy43NzM4IDYuNzExMTdDMTcuOTY2NyA2LjUxNzIyIDE4LjA3NTEgNi4yNTQ3NiAxOC4wNzUxIDUuOTgxMTdDMTguMDc1MSA1LjcwNzU4IDE3Ljk2NjcgNS40NDUxMiAxNy43NzM4IDUuMjUxMTdaTTYuODgzNzcgMTYuMTkxMkwyLjk5ODc3IDE3LjAwNjJMMy44ODM3NyAxMy4xOTYyTDExLjY2ODggNS40NDExN0wxNC42Njg4IDguNDQxMTdMNi44ODM3NyAxNi4xOTEyWk0xNS4zMzg4IDcuNzE2MTdMMTIuMzM4OCA0LjcxNjE3TDE0LjA3ODggMi45ODYxN0wxNy4wMjg4IDUuOTg2MTdMMTUuMzM4OCA3LjcxNjE3WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 32px;
}
.cabinet-wrapper .cabinet-edit-account img {
  display: block;
  width: 100%;
  margin-top: 66px;
}
.cabinet-wrapper .cabinet-addresses-account {
  text-transform: lowercase;
}
.cabinet-wrapper .cabinet-addresses-account h4.title {
  margin-bottom: 40px;
}
.cabinet-wrapper .cabinet-addresses-account .btn-address {
  text-transform: lowercase;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.cabinet-wrapper .cabinet-addresses-account .btn-address:hover {
  color: #E9613B;
}
.cabinet-wrapper .cabinet-addresses-account .not-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.cabinet-wrapper .cabinet-addresses-account .not-address p {
  margin-bottom: 24px;
}
.cabinet-wrapper .cabinet-addresses-account .title-form-new {
  margin-bottom: 40px;
}
.cabinet-wrapper .cabinet-addresses-account .form-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 174px;
  row-gap: 40px;
}
.cabinet-wrapper .cabinet-addresses-account .form-new input.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljc3MzggNS4yNTExN0wxNC44Mzg4IDIuMzAxMTdDMTQuNjQ0OCAyLjEwODIgMTQuMzgyNCAxLjk5OTg4IDE0LjEwODggMS45OTk4OEMxMy44MzUyIDEuOTk5ODggMTMuNTcyNyAyLjEwODIgMTMuMzc4OCAyLjMwMTE3TDIuOTczNzcgMTIuNjkxMkwyLjAyMzc3IDE2Ljc5MTJDMS45OTEgMTYuOTQxIDEuOTkyMTMgMTcuMDk2NCAyLjAyNzA2IDE3LjI0NTdDMi4wNjIgMTcuMzk1MSAyLjEyOTg3IDE3LjUzNDggMi4yMjU3MSAxNy42NTQ2QzIuMzIxNTUgMTcuNzc0NCAyLjQ0Mjk0IDE3Ljg3MTMgMi41ODEwMSAxNy45MzgyQzIuNzE5MDkgMTguMDA1MSAyLjg3MDM2IDE4LjA0MDIgMy4wMjM3NyAxOC4wNDEyQzMuMDk1MjMgMTguMDQ4OSAzLjE2NzMyIDE4LjA0ODkgMy4yMzg3NyAxOC4wNDEyTDcuMzgzNzcgMTcuMDkxMkwxNy43NzM4IDYuNzExMTdDMTcuOTY2NyA2LjUxNzIyIDE4LjA3NTEgNi4yNTQ3NiAxOC4wNzUxIDUuOTgxMTdDMTguMDc1MSA1LjcwNzU4IDE3Ljk2NjcgNS40NDUxMiAxNy43NzM4IDUuMjUxMTdaTTYuODgzNzcgMTYuMTkxMkwyLjk5ODc3IDE3LjAwNjJMMy44ODM3NyAxMy4xOTYyTDExLjY2ODggNS40NDExN0wxNC42Njg4IDguNDQxMTdMNi44ODM3NyAxNi4xOTEyWk0xNS4zMzg4IDcuNzE2MTdMMTIuMzM4OCA0LjcxNjE3TDE0LjA3ODggMi45ODYxN0wxNy4wMjg4IDUuOTg2MTdMMTUuMzM4OCA3LjcxNjE3WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 32px;
}
.cabinet-wrapper .cabinet-addresses-account .form-new .d-flex-between {
  gap: 10px;
}
.cabinet-wrapper .cabinet-addresses-account .form-new .field-option {
  gap: 10px;
  justify-content: flex-start;
}
.cabinet-wrapper .cabinet-addresses-account .address-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item {
  border: 1px solid #f6c3b6;
  padding: 32px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .text {
  text-transform: initial;
  margin-bottom: 20px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .text h6 {
  font-size: 16px;
  margin-bottom: 16px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .delivery-type {
  margin-top: 16px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .delivery-type span {
  color: #AFAFAF;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .buttons {
  display: flex;
  gap: 12px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .address-item .btn {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 10px;
}
.cabinet-wrapper .cabinet-addresses-account .address-list .not-address {
  padding: 0;
  min-height: 160px;
}
.cabinet-wrapper .cabinet-wishlist-account .remove-all {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.cabinet-wrapper .cabinet-wishlist-account .remove-all a {
  line-height: 1;
  text-decoration: underline;
}
.cabinet-wrapper .cabinet-wishlist-account .wishlist-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product {
  display: grid;
  grid-template-columns: 169px 191px;
  gap: 18px;
  border: 1px solid #F6C3B6;
  padding: 20px;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .product-image {
  position: relative;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .product-image img {
  width: 169px;
  height: auto;
  object-fit: cover;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .product-image .fav {
  position: absolute;
  top: -7px;
  left: 0;
  width: 36px;
  height: 36px;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .name-and-price {
  display: grid;
  gap: 6px;
  grid-template-columns: 163px 1fr;
  margin-bottom: 19px;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .name-and-price a {
  font-weight: 500;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .name-and-price a:hover {
  color: #E9613B;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .fragrance {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 500;
  flex-wrap: wrap;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .fragrance i {
  width: 22px !important;
  height: 22px !important;
  display: block;
  background-size: 80px;
  background-position: center;
  border-radius: 50%;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .fragrance .text-ellipsis {
  width: calc(182px - 28px);
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .actions {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .actions .price {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .actions .add-to-cart {
  background: transparent;
  outline: none;
  width: 32px;
  height: 32px;
  border: 2px solid #333333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .actions .add-to-cart:hover {
  border-color: #E9613B;
  color: #E9613B;
}
.cabinet-wrapper .cabinet-wishlist-account .block-product .actions .add-to-cart svg {
  width: 12px;
  height: 12px;
}
.cabinet-wrapper .cabinet-orders-account {
  padding: 2.083vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-nav {
  margin-bottom: 0.833vw;
  display: flex;
  gap: 0.625vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-nav a {
  font-size: 0.833vw;
  padding: 0.521vw;
  border-radius: 0.625vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product {
  margin-bottom: 2.083vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product a {
  display: flex;
  align-items: center;
  color: #D53D13;
  gap: 0.625vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product a svg {
  width: 0.625vw;
  height: 0.9375vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product .order-status {
  display: flex;
  align-items: center;
  gap: 0.521vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product .order-status svg {
  width: 0.625vw;
  height: 0.677vw;
}
.cabinet-wrapper .cabinet-orders-account .order-info-product .order-status h5 {
  line-height: 1;
  font-weight: bold;
}
.cabinet-wrapper .cabinet-orders-account .order-progress {
  position: relative;
  margin: 0 auto 3.542vw;
  width: 40.677vw;
}
.cabinet-wrapper .cabinet-orders-account .order-progress .status {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.417vw;
  position: relative;
  z-index: 40;
}
.cabinet-wrapper .cabinet-orders-account .order-progress .status span {
  position: absolute;
  bottom: -1.458vw;
  white-space: nowrap;
}
.cabinet-wrapper .cabinet-orders-account .order-progress i.success,
.cabinet-wrapper .cabinet-orders-account .order-progress i.progress {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: 10;
  border-bottom: 2px solid #2FAE54;
}
.cabinet-wrapper .cabinet-orders-account .order-progress i.progress {
  border-bottom: 2px dashed #E1E1E1;
  z-index: 0;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-total {
  display: flex;
  flex-direction: column;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-total .order-total {
  padding: 1.042vw 0;
  font-weight: bold;
  line-height: 1;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item {
  display: grid;
  grid-template-columns: 12.083vw 8.28125vw 1fr 6.5625vw;
  border-bottom: 1px solid #E1E1E1;
  align-items: center;
  padding: 1.042vw 0;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item:last-child {
  border-bottom: 0;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  line-height: 1;
  font-weight: 500;
  padding-left: 1.667vw;
  position: relative;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info .current-status {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 0.625vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info .current-status svg {
  width: 0.625vw;
  height: 0.625vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info a {
  color: #333;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info a:hover {
  color: #E9613B;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-info .date {
  color: #AFAFAF;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-total {
  display: flex;
  justify-content: center;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-total .price-total {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  line-height: 1;
  font-weight: 500;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-total .price-total h4 {
  font-size: 0.833vw;
  font-weight: 600;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-products {
  display: flex;
  align-items: center;
  gap: 0.208vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-products .count {
  font-weight: 500;
  padding: 0 0.46875vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-products .images {
  display: flex;
  gap: 0.208vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-products .images img {
  display: block;
  width: 4.21875vw;
  height: 4.21875vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-view a {
  color: #333;
  border-color: #333333;
  padding: 0.78125vw 0.521vw;
  width: 6.5625vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list .order-item .order-view a:hover {
  color: #fff;
  border-color: #E9613B;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item {
  display: grid;
  grid-template-columns: 4.21875vw 17.448vw 5.052vw 5.052vw 12.76vw;
  border-bottom: 1px solid #E1E1E1;
  align-items: center;
  padding: 1.042vw 0 1.042vw 1.042vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item:last-child {
  border-bottom-width: 2px;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-info {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-left: 1.042vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-info .fragrance {
  display: flex;
  align-items: center;
  gap: 0.417vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-info .fragrance i {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-info .fragrance span {
  color: #9A9A9A;
  line-height: 1;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-total-price,
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-total {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-left: 1.302vw;
  gap: 0.625vw;
  line-height: 1;
  font-weight: 500;
  font-size: 0.677vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-total-price h4,
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-total h4 {
  font-size: 0.833vw;
  font-weight: 500;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-view {
  padding-left: 2.34375vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-view a {
  color: #333;
  border-color: #333333;
  padding: 0.78125vw 0.521vw;
  width: 10.417vw;
}
.cabinet-wrapper .cabinet-orders-account .orders-list-product .order-product-item .order-view a:hover {
  color: #fff;
  border-color: #E9613B;
}
.cabinet-no-results {
  display: grid;
  grid-template-columns: 375px 262px;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  width: 717px;
  padding: 60px 0 100px 0;
}
.cabinet-no-results h4 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 29px;
}
.cabinet-no-results p {
  margin-bottom: 29px;
}
.popup-add-address .popup-content {
  max-width: 735px;
  padding: 60px 40px;
}
.popup-add-address .popup-address h3 {
  margin-bottom: 40px;
}
.popup-add-address .popup-address .field-option {
  justify-content: flex-start;
  gap: 28px;
  margin-bottom: 40px;
}
.popup-add-address .popup-address .fields {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
.popup-add-address .popup-address .input-300 {
  width: 305px;
}
.popup-add-address .popup-address .error {
  color: #E9613B;
  font-size: 14px;
  text-transform: lowercase;
}
.popup-add-address .popup-address .error .validation-error {
  margin-top: 20px;
}
.popup-add-address .popup-address .form-group {
  position: relative;
}
.popup-add-address .popup-address .form-city-default {
  display: flex;
  margin-top: 5px;
  align-items: center;
  gap: 12px;
}
.popup-add-address .popup-address .form-city-default a {
  color: #E9613B;
}
.popup-add-address .popup-address .form-city-default a:hover {
  text-decoration: underline;
}
.popup-add-address .popup-address .field-type-1 {
  display: none;
}
.popup-add-address .popup-address .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.popup-add-address .popup-address .buttons button {
  background: transparent;
  border: 0;
}
.popup-add-address .popup-address .autocomplete {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNSA5LjgyODEyTDEyIDE2LjMyODFMMTguNSA5LjgyODEyIiBzdHJva2U9IiMzMzMzMzMiLz4KPC9zdmc+Cg==);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 32px;
}
.popup-add-review .popup-content {
  max-width: 42.708vw;
  padding: 2.083vw;
}
.popup-add-review .popup-review h3 {
  margin-bottom: 2.083vw;
}
.popup-add-review .popup-review .form-active-success {
  display: none;
  font-weight: 400;
  text-align: center;
  padding: 5.208vw 0;
  font-size: 0.9375vw;
  line-height: 1.5;
}
.popup-add-review .popup-review .product-info-review {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 0.521vw;
  margin-bottom: 2.083vw;
}
.popup-add-review .popup-review .product-info-review .order-info {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  line-height: 1;
  position: relative;
}
.popup-add-review .popup-review .product-info-review .order-info .fragrance {
  display: flex;
  align-items: center;
  gap: 0.417vw;
}
.popup-add-review .popup-review .product-info-review .order-info .fragrance i {
  width: 1.146vw;
  height: 1.146vw;
  display: block;
  background-size: 4.167vw;
  background-position: center;
  border-radius: 50%;
}
.popup-add-review .popup-review .product-info-review .order-info .fragrance span {
  color: #9A9A9A;
  line-height: 1;
}
.popup-add-review .popup-review .product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 2.083vw;
  gap: 2.604vw;
}
.popup-add-review .popup-review .product-rating h4 {
  font-size: 1.146vw;
  line-height: 1;
  font-weight: 500;
}
.popup-add-review .popup-review .product-rating .ratings {
  display: flex;
  height: 1.667vw;
}
.popup-add-review .popup-review .product-rating .ratings svg {
  width: 1.667vw;
  height: 1.667vw;
  cursor: pointer;
}
.popup-add-review .popup-review .product-rating .ratings svg.selected path {
  fill: #E9613B;
}
.popup-add-review .popup-review .product-rating .ratings input {
  display: none;
}
.popup-add-review .popup-review .form-group-textarea {
  margin-bottom: 1.771vw;
  position: relative;
}
.popup-add-review .popup-review .form-group-textarea textarea {
  background: #FAFAFA;
  border: 1px solid #AFAFAF;
  border-radius: 0.833vw;
  resize: none;
  height: 11.771vw;
  padding: 1.302vw;
}
.popup-add-review .popup-review .upload-box {
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.667vw;
  margin-top: 2.083vw;
}
.popup-add-review .popup-review .upload-box .image {
  display: grid;
  grid-template-columns: 2.5vw 4.323vw 0.9375vw;
  gap: 0.417vw;
  align-items: center;
}
.popup-add-review .popup-review .upload-box .image img {
  width: 2.5vw;
  height: 2.5vw;
  object-fit: cover;
  display: block;
}
.popup-add-review .popup-review .upload-box .image span {
  font-size: 0.729vw;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.popup-add-review .popup-review .upload-box .image button {
  background: transparent;
  border: 0;
  width: 0.9375vw;
  height: 0.9375vw;
  margin-left: -0.208vw;
}
.popup-add-review .popup-review .upload-box .image button svg {
  width: 100%;
  height: 100%;
}
.popup-add-review .popup-review .error {
  position: absolute;
  left: 0;
  bottom: -0.9375vw;
  color: #E9613B;
  font-size: 0.729vw;
  text-transform: lowercase;
}
.popup-add-review .popup-review .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.popup-add-review .popup-review .buttons .upload-info label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  gap: 0.521vw;
  margin-bottom: 0.417vw;
}
.popup-add-review .popup-review .buttons .upload-info label input {
  display: none;
}
.popup-add-review .popup-review .buttons .upload-info label:hover {
  color: #D53D13;
}
.popup-add-review .popup-review .buttons .upload-info .small {
  font-size: 0.729vw;
  font-weight: 500;
  color: #AFAFAF;
}
.popup-add-review .popup-review .buttons button {
  background: transparent;
  border: 0;
}
.popup-vacancies .popup-content {
  max-width: 980px;
}
.popup-vacancies .popup-content h3 {
  margin-bottom: 40px;
}
.popup-vacancies .popup-content .block-scroll {
  overflow-y: auto;
  max-height: 290px;
  padding-right: 20px;
}
.popup-vacancies .popup-content .info {
  margin-top: 32px;
}
.popup-vacancies .popup-content .info .desc {
  width: 575px;
}
.popup-vacancies .popup-content .info .desc h5 {
  margin-bottom: 16px;
}
.popup-certification .popup-content {
  max-width: 812px;
}
.popup-certification .popup-body {
  position: relative;
}
.popup-certification .popup-body .certification-preview {
  width: 511px;
  margin: 0 auto;
}
.popup-certification .popup-body .certification-preview h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
.popup-certification .popup-body .certification-preview img {
  width: 100%;
  height: 744px;
  object-fit: cover;
}
.popup-certification .popup-body .list-img {
  position: absolute;
  top: 37px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: calc(100% - 2.083vw);
  overflow-x: auto;
}
.popup-certification .popup-body .list-img img {
  width: 82px;
  height: 118px;
  object-fit: cover;
  cursor: pointer;
}
@-webkit-keyframes slideOutLeftHome {
  0% {
    z-index: 10;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    z-index: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes zoomOutHome {
  0% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.zoomOutHome {
  -webkit-animation-name: zoomOutHome;
  animation-name: zoomOutHome;
}
.span-preorder span{
  font-size: 12px;
  line-height: 16px;
}
.span-preorder__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder-info{
  color: #d53d13;
  font-weight: 600;
  margin-top: 10px;
}
#account-reset h1 {
    text-align: center;
    padding-top: 3vw;
    margin-bottom: 4vw;
    font-size: 3.958vw;
}
#account-reset #content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5vw;
}
#account-reset .form-group:first-child {
    margin-bottom: 2vw;
}
#account-reset .form-group{
    position: relative;
}
button.btn-reset.btn-line {
    border: none;
    background: none;
    margin-top: 5vw;
}
button.reset-show-password {
    position: absolute;
    border: none;
    width: 1.09375vw;
    height: 0.99vw;
    right: 0;
    top: 0;
}
button.reset-show-password svg {
    width: 1.09375vw;
    height: 0.99vw;
}
#reset-form input {
    text-transform: lowercase;
}   
.popup-news__alert{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #35353569;
}
.popup-news__alert.active {
    display: flex;
}
.popup-news__alert-img {
    position: relative;
}
.popup-news__alert div svg {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.popup-news__alert-blur{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
}
.popup-news__alert-img__comp{
    display: block;
}
.popup-news__alert-img__mob{
    display: none;
}
@media screen and (max-width:1991px){
    .popup-news__alert img{
        max-width: 550px;
    }
}
@media screen and (max-width:992px){
    .popup-news__alert img{
        max-width: 550px;
    }
    .popup-news__alert-img__comp{
        display: none;
    }
    .popup-news__alert-img__mob{
        display: block;
    }
}