/* FONTS START */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato'), url('/theme/common/fonts/Lato-Regular.ttf');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Lato'), url('/theme/common/fonts/Lato-Medium.ttf');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato'), url('/theme/common/fonts/Lato-Bold.ttf');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Merriweather'), url('/theme/common/fonts/Merriweather-Regular.ttf');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Merriweather'), url('/theme/common/fonts/Merriweather-Bold.ttf');
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Merriweather'), url('/theme/common/fonts/Merriweather-Black.ttf');
}

/* FONTS END */

/* MAIN STYLES START */
::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #92969d;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

:root {
  --color-danger: #df1b41;
}

body {
  box-sizing: border-box;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4 {
  font-family: 'Merriweather', serif;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

button,
input,
select {
  outline: none;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  color: #78708a;
  line-height: 19px;
  margin-bottom: 24px;
}

input,
select {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #9e9e9e;
}

select {
  padding: 0 12px;
}

button {
  cursor: pointer;
  background: #e55491;
  color: #fff;
  padding: 12px 18px;
}

h1 {
  display: inline-block;
  position: relative;
  font-size: 38px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 24px;
}

h2 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

h2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  left: 0px;
  bottom: -8px;
  border: 1px solid #e55491;
}

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

.container {
  width: 100%;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}

.color-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #2b1029;
}

.page-about {
  max-width: 1180px;
  width: 100%;
  margin: 30px auto;
}

.page-default {
  max-width: 1180px;
  width: 100%;
  margin: 30px auto;
}

input {
  background: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #78708a;
}

.contacts-form {
  max-width: 700px;
}

.contacts-form input {
  margin-bottom: 10px;
}

.contacts-map-wrapper {
  width: 100%;
}

.order-disabled {
  height: 30px;
  color: white;
  text-align: center;
  background: #e55491;
}

@media (max-width: 1200px) {
  .page-about,
  .page-default {
    padding: 24px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .order-disabled {
    height: 40px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  h3 {
    font-size: 19px;
  }

  h1::after {
    font-size: 24px;
    bottom: -5px;
  }

  h2::after {
    bottom: -4px;
  }
}

/* MAIN STYLES END */

/* HEADER START */
header {
  width: 100%;
  color: #78708a;
  background: #fff;
  position: relative;
  z-index: 3;
}

header:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.header-bg {
  display: none;
  background: rgb(57 53 53 / 8%);
  content: '';
  position: absolute;
  width: 100%;
  top: 80px;
  height: 100vmax;
  z-index: 3;
}

.header-bg.mobile-show {
  top: 0;
  background: rgb(57 53 53 / 16%);
  display: block !important;
}

header a {
  color: #2e2e2e;
}

header .header-wrapper {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

header .header-favourites {
  position: relative;
}

.header-mini-favourites__icon-count {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #e55491;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  right: -10px;
  top: 0;
}

header .header-bottom {
  position: relative;
  z-index: 2;
  background: #e55491;
}

header .header-left-block {
  display: flex;
  align-items: center;
  gap: 36px;
}

header .header-logo {
  max-width: 161px;
  height: 50px;
}

header .header-logo img {
  width: 100%;
  height: 100%;
}

header .header-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

header .header-links a:hover {
  color: #e55491;
}

header .header-menu {
  display: flex;
  justify-content: center;
}

header .header-menu-item {
  display: flex;
}

header .header-menu-item__title {
  display: block;
  text-transform: uppercase;
  position: relative;
  padding: 12px 20px;
  font-weight: 700;
  color: #fff;
}

header .header-menu-item__title::after {
  content: '';
  position: absolute;
  display: none;
  bottom: 20px;
  right: 40%;
  width: 30px;
  height: 2px;
  background-color: #e55491;
}

header .selected-item .header-menu-item__title {
  color: #e55491;
  bottom: 5px;
}

header .selected-item .header-menu-item__title:after {
  display: block;
}

header .header-submenu {
  display: none;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 43px;
  padding: 32px;
  z-index: -1;
}

header .header-menu-item:hover > .header-submenu {
  display: flex;
}

header .header-submenu-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header-submenu-item {
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

header .header-submenu-item:hover {
  color: #e55491;
}

header .header-submenu-item:first-of-type {
  border-left: none;
}

header .header-submenu-item:last-of-type {
  border-right: none;
}

header .header-submenu-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Merriweather';
  color: #2b1029;
  margin-bottom: 8px;
  height: 26px;
}

header .header-submenu-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .header-mega-submenu .header-submenu-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-height: 320px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 17px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

header .header-mega-submenu .header-submenu-item {
  display: flex;
  align-items: center;
  padding: 4px 0;
  border: none;
}

header .header-mega-submenu .header-submenu-col_imgs {
  min-width: 275px;
  flex-wrap: nowrap;
}

header .header-mega-submenu .header-submenu-col_imgs .header-submenu-item {
  height: 100%;
}

header .header-mega-submenu .two-images .header-submenu-item {
  max-height: 140px;
}

header .header-mega-submenu .three-images .header-submenu-item {
  max-height: 120px;
}

header .header-mega-submenu .header-submenu-col_imgs .header-submenu-title {
  height: auto;
}

header .header-mega-submenu .header-submenu-col:first-of-type,
header .header-mega-submenu .header-submenu-col.without-border {
  border-left: none;
}

header .header-options {
  display: flex;
  align-items: center;
}

header .header-selector {
  position: relative;
}

header .header-selector_city {
  min-width: 190px;
  margin-right: 16px;
}

header .header-selector_langs {
  min-width: 94px;
  margin-right: 16px;
}

header .header-selector_currencies {
  margin-right: 16px;
}

header .header-selector .header-selector__selected {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e1e0e1;
  padding: 0 10px;
}

header .header-selector .header-selector-options {
  background: #fff;
  border: 1px solid #e1e0e1;
  border-top: none;
}

header .header-selector .header-selector-options__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

header .currencies-selector {
  border-left: 1px solid #d9d9d9;
  margin-left: 5px;
}

header .header-selector__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-top: 3px;
}

header .open .header-selector__toggle svg {
  transform: rotate(180deg);
}

header .header-selector-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

header .header-selector__name {
  text-transform: uppercase;
}

header .header-selector__img {
  width: 22px;
  height: 16px;
  object-fit: cover;
}

header .header-selector-item__symbol {
  font-size: 22px;
}

header .header-selector-list {
  position: absolute;
  display: none;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  top: 28px;
  left: -10px;
  padding-top: 50px;
}

header .header-selector-list.show {
  display: block;
}

header .header-selector-list .header-selector-item {
  margin-bottom: 5px;
}

header .header-selector:hover > .header-selector-list {
  display: block;
}

header .header-selectors {
  display: flex;
  align-items: center;
  gap: 12px;
}

header .header-mini-cart {
  margin-right: 16px;
  margin-left: 16px;
  position: relative;
}

header .header-search__icon-open,
header .header-mini-cart__icon-open {
  cursor: pointer;
}

header .header-search-form {
  display: none;
  position: absolute;
  width: 320px;
  top: 79px;
  right: 50px;
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  z-index: 1001;
}

header .header-search-form.show {
  display: flex;
}

header .header-search-form__input {
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  padding-left: 20px;
  border: none;
}

header .header-search-form__btn {
  cursor: pointer;
  background: #f7f7f7;
  padding: 0 20px;
}

header .header-mini-cart-wrapper {
  position: absolute;
  z-index: 3;
  top: 78px;
  right: 0;
  left: auto;
  overflow: hidden;
  width: 340px;
  padding: 20px 16px;
  transition: all 0.5s ease 0s;
  background: #fff;
  transform: translateY(-200%);
  box-shadow: 0 4px 25px rgb(0 0 0 / 10%);
}

header .header-mini-cart-wrapper.fixed {
  position: fixed;
  right: 50px;
  top: 78px;
}

header .header-mini-cart-wrapper.show {
  transform: translateY(0);
}

header .header-mini-cart-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

header .header-mini-cart__title {
  font-size: 24px;
  font-weight: 600;
  color: #2b1029;
}

header .header-mini-cart__icon-close {
  cursor: pointer;
}

header .header-mini-cart-content {
  padding: 16px 0;
}

header .header-mini-cart-list {
  min-height: 50px;
}

header .header-mini-cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

header .header-mini-cart-item__img-wrap {
  height: 92px;
  overflow: hidden;
}

header .header-mini-cart-item__img {
  width: 92px;
  object-fit: cover;
}

header .header-mini-cart-item__info {
  flex-grow: 2;
  margin-left: 10px;
}

header .header-mini-cart-item__price {
  color: #2b1029;
  font-weight: 600;
}

header .header-mini-cart-item__icon-remove {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

header .header-mini-cart-subtotal {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  background: #f7f7f7;
  color: #2b1029;
  font-weight: 600;
  margin: 16px 0;
}

header .header-mini-cart-btns {
  display: flex;
  justify-content: space-between;
}

header .header-mini-cart__btn {
  width: 100%;
  display: flex;
  color: #e55491;
  background: #fff;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e55491;
}

header .header-mini-cart__btn:last-of-type {
  background: #e55491;
  color: #fff;
}

header .header-mini-cart__icon-count {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #e55491;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  right: -10px;
  top: 0;
}

header .header-mini-cart-footer {
  color: #2b1029;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
  text-align: center;
  padding-top: 16px;
}

header .header-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

header .header-burget-menu__icon-open {
  cursor: pointer;
}

header .header-mobile-menu-wrapper {
  position: absolute;
  z-index: 1000;
  top: 60px;
  right: auto;
  left: 0;
  overflow: auto;
  width: 290px;
  height: calc(100vh - 45px);
  padding: 20px 16px;
  transition: all 0.5s ease 0s;
  background: #fff;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

header .header-mobile-menu-wrapper.show {
  transform: translateX(0);
}

header .header-burger-menu__icon-close {
  display: none;
  cursor: pointer;
}

header .header-mobile-menu__logo {
  display: flex;
}

header .header-mobile-menu__logo img {
  width: 200px;
  height: 60px;
}

header .header-mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

header .header-mobile-menu-item > a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

header .selected-item .header-mobile-menu-item__title {
  color: #e55491;
}

header .header-mobile-menu-item__title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

header .header-mobile-menu-item__icon-open svg {
  margin-left: 6px;
}

header .selected-item .header-mobile-menu-item__icon-open {
  transform: rotate(180deg);
  margin-left: 5px;
  margin-bottom: 0;
}

header .selected-item .header-mobile-menu-item__icon-open svg path {
  stroke: #e55491;
}

header .header-mobile-submenu {
  display: none;
  flex-direction: column;
  margin-left: 10px;
}

header .selected-item .header-mobile-submenu {
  display: flex;
}

header .header-mobile-submenu-col {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

header .header-mobile-submenu-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}

header .header-mobile-submenu .header-submenu-col_imgs {
  min-width: auto !important;
}

header .header-mobile-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

header .header-mobile-menu-wrapper .header-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 1156px) {
  header .header-wrapper {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1000px) {
  header {
    height: 70px;
  }

  header .header-left-block {
    gap: 24px;
  }

  header .header-menu {
    display: none;
  }

  header .header-selector {
    display: none;
  }

  header .header-burger-menu .header-selector {
    display: block;
  }

  header .header-selectors .header-selector {
    flex: 1;
  }

  header .header-burger-menu {
    display: flex;
  }

  header .header-search-form {
    top: 65px;
  }

  header .header-mini-cart-wrapper {
    top: 60px;
  }
}

@media (max-width: 768px) {
  header .header-links {
    display: none;
  }
}

@media (max-width: 480px) {
  header .header-logo {
    max-width: 170px;
  }

  header .header-logo img {
    width: 100%;
    height: 100%;
  }

  header .header-search {
    margin-left: 25px;
  }

  header .header-mini-cart-wrapper {
    top: -10px;
    width: 100%;
    height: 101vh;
    z-index: 1000;
  }

  header .header-mini-cart-wrapper.fixed {
    top: 0;
    right: 0;
  }

  header .header-mini-cart-btns {
    flex-wrap: wrap;
  }

  header .header-mini-cart__btn {
    width: 100%;
    margin-bottom: 8px;
  }

  header .header-mobile-menu-wrapper {
    width: 80%;
  }

  header .header-burger-menu__icon-close {
    left: auto;
    top: 20px;
    right: 7%;
  }

  header .header-search-form {
    width: 100%;
    right: 0;
    top: 60px;
  }

  header .header-selector {
    margin-right: 0;
  }
}

/* HEADER END */

/* FOOTER START */
footer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 48px 90px 90px 90px;
  background-color: #2b1029;
  color: #d9d9d9;
}

footer a {
  color: #d9d9d9;
}

footer .footer-payments {
  display: flex;
  margin-top: 15px;
}

footer .footer-payments__item {
  width: 35px;
  margin-right: 10px;
}

footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 48px;
}

footer .footer-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer-menu-col {
  padding: 10px 15px;
}

footer .footer-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .footer-menu__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

footer .footer-menu__item {
  margin-bottom: 24px;
}

footer .footer-menu__item:hover > a {
  color: #e55491;
}

footer .footer-contacts {
  max-width: 350px;
}

footer .footer-contacts__item {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 18px;
}

footer .footer-contacts__item > a {
  margin-left: 15px;
}

footer .footer-contacts__item.address > div {
  margin-left: 20px;
}

footer .footer-policy {
  line-height: 19px;
}

footer .footer-policy p {
  margin-bottom: 0;
}

footer .footer-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 24px;
}

footer .footer-socials__item:hover svg path {
  fill: #e55491;
}

@media (max-width: 768px) {
  footer {
    padding: 24px 0;
  }

  footer .footer-bottom {
    padding-top: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .footer-policy {
    margin-bottom: 15px;
  }

  footer .footer-socials {
    margin-top: 16px;
  }

  footer .footer-payments {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  footer .footer-menu-col {
    padding: 0;
    margin-top: 12px;
    width: 100%;
  }

  footer .footer-menu__title {
    margin-bottom: 20px;
  }
}

/* FOOTER END */

/* BREADCRUBMS START */
.breadcrumbs {
  display: flex;
}

.breadcrumbs .breadcrumbs-item {
  display: flex;
}

.breadcrumbs a.breadcrumbs-item__link {
  text-decoration: underline;
}

.breadcrumbs div.breadcrumbs-item__link {
  color: #686868;
}

.breadcrumbs a.breadcrumbs-item__link::after {
  content: url(/theme/common/images/breadcrumb_arrow.svg);
  padding: 0 5px;
}

/* BREADCRUBMS END */

/* GRID START */
.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid.grid-col-3 {
  gap: 0 3.5%;
  justify-content: unset;
}

.grid-col-3 .grid-item {
  width: 31%;
  margin-bottom: 40px;
}

.grid-col-4 .grid-item {
  width: 23%;
  margin-bottom: 28px;
}

.grid-show-more-wrapper {
  text-align: center;
}

.grid-show-more {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  width: 212px;
  padding: 12px 14px;
  color: #e55491;
  border: 1px solid #e55491;
}

@media (max-width: 1000px) {
  .grid-col-4 .grid-item {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .grid.grid-col-3 {
    gap: 0 6%;
  }
  .grid .grid-item {
    width: 47%;
    margin-bottom: 20px;
  }

  .grid-show-more {
    width: 100%;
  }
}

/* GRID END */

/* FLOWER PRODUCT START */
.flower-product {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.grid-col-3 .flower-product .flower-product__img-wrap {
  display: block;
  overflow: hidden;
  height: 350px;
}

.grid-col-4 .flower-product .flower-product__img-wrap {
  display: block;
  overflow: hidden;
  height: 280px;
}

.flower-product .flower-product__img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  margin-bottom: -3px;
}

.flower-product .flower-product-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 20%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
  min-height: 70px;
  flex-grow: 1;
}

.flower-product .flower-product__name {
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.flower-product .flower-product__price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 20px;
}

.flower-product .flower-product__price {
  font-weight: 500;
  color: #e55491;
  font-size: 20px;
}

.flower-product .flower-product__old-price {
  text-decoration: line-through;
  font-size: 16px;
  color: #a0a0a0;
  font-weight: 400;
}

.grid-item {
  filter: drop-shadow(2px 4px 15px rgba(222, 218, 217, 0.5));
  display: flex;
  flex-direction: column;
}

.grid-item:hover {
  filter: drop-shadow(2px 4px 17px #dedad9);
}

.flower-product .flower-product-bottom {
  padding: 24px 12px 12px 12px;
  border: none;
}

.flower-product .flower-product__name {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  min-height: 48px;
  text-align: center;
}

.flower-product .flower-product__price {
}

.flower-product .flower-product__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #e55491;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0;
}

.flower-product__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.flower-product__stars img {
  width: 23px;
  cursor: pointer;
  margin-right: 8px;
}

.flower-product__stars img:hover {
  width: 24px;
  margin-right: 8px;
}

.flower-product__rating-value {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

@media (max-width: 1200px) {
  .grid-col-3 .flower-product .flower-product__img-wrap {
    height: 300px;
  }

  .grid-col-4 .flower-product .flower-product__img-wrap {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .grid-col-3 .flower-product .flower-product__img-wrap {
    height: 250px;
  }

  .grid-col-4 .flower-product .flower-product__img-wrap {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .flower-product .flower-product__name,
  .flower-product .flower-product__price {
    font-size: 12px;
  }

  .grid-col-3 .flower-product .flower-product__img-wrap {
    height: 200px;
  }

  .grid-col-4 .flower-product .flower-product__img-wrap {
    height: 150px;
  }

  .carousel .flower-product__img-wrap {
    height: 274px !important;
    width: 274px !important;
  }

  .flower-product .flower-product__stars img {
    width: 13px;
    height: 13px;
    margin-right: 0;
    width: auto !important;
    display: inline !important;
  }

  .flower-product .flower-product__rating-value {
    font-size: 16px;
    margin-right: 4px;
    margin-left: 4px;
  }

  .flower-product .flower-product__rating-count {
    font-size: 12px;
  }

  .flower-product .flower-product__price-wrapper {
    gap: 8px;
    margin-bottom: 10px;
  }

  .flower-product .flower-product__name {
    font-size: 14px;
  }

  .flower-product .flower-product__price,
  .flower-product .flower-product__old-price {
    font-size: 12px;
  }

  .flower-product .flower-product__name {
    min-height: 32px;
  }

  .flower-product .flower-product__btn {
    font-size: 12px;
    padding: 8px 0;
  }

  .flower-product .flower-product-bottom {
    padding: 12px;
  }
}

@media (max-width: 600px) {
  .grid-col-4 .flower-product .flower-product__img-wrap {
    height: 110px;
  }
}

@media (max-width: 480px) {
  .grid-col-3 .flower-product .flower-product__img-wrap {
    height: 160px;
  }

  .grid-col-4 .flower-product .flower-product__img-wrap {
    height: 160px;
  }

  .flower-product .flower-product-bottom {
    padding: 5px;
  }
}

/* FLOWER PRODUCT END */

/* BANNER BLOCK START */
.banner-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px auto;
}

.banner-block .banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 350px;
}

.banner-block .banner-svg {
  width: 753px;
  height: 353px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-block .banner__img-wrap img {
  width: 100%;
  height: 100%;
}

.banner-block .banner-content {
  position: absolute;
  color: #2b1029;
  padding: 56px 40px 56px 80px;
  width: 60%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.banner-block .banner__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.banner-block .banner__title::after {
  display: none;
}

.banner-block .banner__subtitle {
  font-size: 20px;
  margin-bottom: 50px;
  max-width: 400px;
}

.banner-block .banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  background-color: #e55491;
  line-height: 19px;
  color: #fff;
  font-weight: 500;
}

.banner-block .banner__link_mobile {
  display: none;
}

@media (max-width: 1156px) {
  .banner-block .banner-svg {
    left: -125px;
  }
}

@media (max-width: 768px) {
  .banner-block .banner-svg {
    left: -350px;
  }

  .banner-block .banner-content {
    width: 50%;
    padding: 48px 12px 48px 24px;
  }

  .banner-block .banner__title {
    font-size: 24px;
  }

  .banner-block .banner__subtitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 660px) {
  .banner-block .banner-svg {
    left: -300px;
  }

  .banner-block .banner-content {
    width: 75%;
    padding: 48px 12px 48px 24px;
  }
}

@media (max-width: 480px) {
  .banner-block .banner {
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fffbe8;
    height: auto;
    padding: 16px;
  }

  .banner-block .banner-svg {
    display: none;
  }

  .banner-block .banner-content {
    width: 100%;
    padding: 0 16px;
  }

  .banner-block .banner__title {
    line-height: 30px;
    margin-bottom: 16px;
  }

  .banner-block .banner__subtitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
  }

  .banner-block .banner__img-wrap {
    padding-top: 125px;
    opacity: 0.5;
  }

  .banner-block .banner__link {
    display: none;
  }

  .banner-block .banner__link_mobile {
    display: flex;
    width: 100%;
    margin-top: -4px;
  }
}

/* BANNER BLOCK END */

/* MOST POPULAR START */
.most-popular {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.most-popular .carousel-nav {
  display: none;
}

@media (max-width: 768px) {
  .most-popular {
    padding-right: 0;
    padding-left: 0;
  }

  .most-popular .carousel .grid-item {
    width: auto;
    margin: auto;
  }

  .carousel-wrapper {
    max-width: 310px;
    margin: 0 auto 30px;
    position: relative;
  }

  .carousel-wrapper .carousel-nav {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    background-color: transparent;
  }

  .carousel-wrapper .carousel-nav_prev {
    left: -40px;
    transform: translateY(-50%) rotate(180deg);
  }

  .carousel-wrapper .carousel-nav_next {
    right: -40px;
  }

  .carousel-wrapper .carousel-nav_disabled circle {
    fill: transparent;
  }

  .carousel-wrapper .carousel-nav_disabled path {
    stroke: #e1e0e1;
  }
}

@media (max-width: 420px) {
  .carousel-wrapper .carousel-nav_prev {
    left: 0;
  }

  .carousel-wrapper .carousel-nav_next {
    right: 0;
  }
}

/* MOST POPULAR END */

/* HOLIDAY BLOCK START */
.holiday-block {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 1180px;
  background-color: #fffbe866;
  padding: 30px 60px 45px 60px;
  margin: 100px auto 30px auto;
}

.holiday-block::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 100%;
  max-width: 914px;
  height: 1px;
  background-color: #d9d9d9;
}

.holiday-block .holiday-block__img-wrap {
  position: absolute;
  left: 25px;
  top: -75px;
}

.holiday-block .holiday-block__img-wrap img {
  width: 250px;
}

.holiday-block .holiday-block-content {
  position: relative;
  width: 70%;
}

.holiday-block .holiday-block__date {
  font-weight: 700;
  color: #e55491;
}

.holiday-block .holiday-block__title {
  padding: 20px 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
}

.holiday-block .holiday-block__text {
  color: #78708a;
  line-height: 19px;
}

.holiday-block .holiday-block__link {
  position: absolute;
  top: 0;
  right: 0;
}

.holiday-block .holiday-block__btn-link {
  display: none;
}

@media (max-width: 768px) {
  .holiday-block {
    flex-direction: column;
    align-items: center;
    height: 406px;
    margin-bottom: 50px;
  }

  .holiday-block .holiday-block__img-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  .holiday-block .holiday-block__link {
    display: none;
  }

  .holiday-block .holiday-block__btn-link {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: -65px;
    width: 100%;
    height: 43px;
    background-color: #e55491;
    color: #fff;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .holiday-block {
    padding: 30px 24px;
  }

  .holiday-block::before {
    display: none;
  }

  .holiday-block .holiday-block__img-wrap {
    top: -65px;
  }

  .holiday-block .holiday-block__title {
    font-size: 24px;
  }

  .holiday-block .holiday-block-content {
    width: 100%;
  }

  .holiday-block .holiday-block__btn-link {
    bottom: -55px;
  }
}

/* HOLIDAY BLOCK END */

/* COLORS CARDS START */
.color-cards .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.color-cards .color-cards-item {
  display: flex;
  width: 100%;
  max-width: 350px;
  max-height: 160px;
  padding: 18px;
  margin-bottom: 24px;
}

.color-cards .color-cards-item__img-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.color-cards .color-cards-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.color-cards .color-cards-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 5px;
}

.color-cards .color-cards-item__text {
  color: #78708a;
}

@media (max-width: 1280px) {
  .color-cards .container {
    justify-content: space-evenly;
  }

  .color-cards .color-cards-item {
    max-width: 375px;
  }
}

@media (max-width: 768px) {
  .color-cards .container {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .color-cards .container {
    margin-bottom: 30px;
  }

  .color-cards .color-cards-item {
    max-width: 100%;
  }

  .color-cards .color-cards-item__img-wrap img {
    width: 100px;
    height: 100px;
  }
}

/* COLORS CARDS END */

/* CONTENT BLOCK START */
.content-block {
  margin-top: 30px;
}

.content-block ul {
  list-style: disc;
  margin-bottom: 30px;
  color: #78708a;
}

.content-block ul p {
  margin-bottom: 5px;
}

.content-block ul li {
  margin-left: 25px;
  margin-bottom: 5px;
}

.content-block .content-block__subtitle-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.content-block .content-block__subtitle {
  font-size: 24px;
  margin-left: 16px;
}

.content-block .content-block__subtitle-wrap + p {
  padding-left: 20px;
}

@media (max-width: 480px) {
  .content-block .content-block__title::after {
    top: 34px;
  }

  .content-block .content-block__subtitle {
    font-size: 19px;
  }
}

/* CONTENT BLOCK END */

/* PAGE CARD START */
.page-product-card {
  width: 100%;
  max-width: 1180px;
  margin: 30px auto;
}

.product-card {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
}

.product-card .product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #2e2e2e;
}

.product-card .product__price {
  font-size: 24px;
  font-weight: 700;
  color: #e55491;
  margin-bottom: 20px;
}

.product-card .product-slider-wrap {
  position: relative;
  width: 45%;
}

.product-card .product-slider {
  max-width: 429px;
  max-height: 425px;
  width: 100%;
}

.product-card .product-slider-item {
  max-width: 100%;
}

.product-card .product-slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-slider-nav {
  display: flex;
  justify-content: space-between;
  max-height: 140px;
  margin-top: 25px;
}

.product-card .product-slider-nav-item {
  max-width: 140px;
  margin-right: 10px;
}

.product-card .slider-nav-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110px;
  height: 160px;
  background: linear-gradient(270deg, #ffffff 64.21%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.product-card .product-image-wrap {
  position: relative;
  display: inline-block;
  width: 41%;
  max-height: 480px;
  overflow: hidden;
}

.product-card .product-image-wrap img {
  width: 100%;
  height: 100%;
}

.product-card .product-content {
  display: flex;
  flex-direction: column;
  width: 58%;
  margin-left: 20px;
}

.product-card .product-content__out-stock {
  justify-content: space-between;
}

.product-card .product__name {
  font-family: 'Merriweather';
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}

.product-card .product__out-stock {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #f8bfd2;
  margin-bottom: 20px;
}

.product-card .product-block-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
}

.product-card .product-block-title span {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  background: #f8bfd2;
  color: #fff;
  margin-right: 8px;
}

.product-card .product-block-title small {
  color: #a0a0a0;
  margin-left: 5px;
}

.product-card .product-block-title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 30px;
  width: 80px;
  height: 1px;
  background: #f8bfd2;
}

.product-card .product-size-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 32px;
}

.product-card .product-size-block.two-cols {
  flex-direction: row;
}

.product-card .product-size-item__label {
  cursor: pointer;
  position: relative;
  padding: 16px;
  width: 330px;
  height: 52px;
  background: #ffffff;
  box-shadow: 2px 4px 15px rgba(222, 218, 217, 0.5);
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card .product-size-item__label::before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #a0a0a0;
  box-sizing: border-box;
}

.product-card .product-size-item__label::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 19px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e55491;
  display: none;
}

.product-card .product-size-item__name {
  margin-left: 28px;
}

.product-card .product-size-item__input {
  display: none;
}

.product-size-item__label:hover,
.product-size-item__input:checked + .product-size-item__label {
  border: 1px solid #e55491;
}

.product-size-item__label:hover .product-size-item__price,
.product-size-item__input:checked + .product-size-item__label .product-size-item__price {
  font-weight: 600;
  color: #e55491;
}

.product-size-item__label:hover::before,
.product-size-item__input:checked + .product-size-item__label::before {
  border-color: #e55491;
}

.product-size-item__label:hover::after,
.product-size-item__input:checked + .product-size-item__label::after {
  display: block;
}

.product-card .product-size-item__price-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card .product-size-item__price {
  color: #a0a0a0;
}

.product-card .product-size-item__old-price {
  font-size: 14px;
  line-height: normal;
  text-decoration-line: line-through;
  color: #a0a0a0;
}

.product-card .product-extra-slider {
  margin-bottom: 32px;
}

.product-card .extra-slider {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.product-card .extra-slider-item {
  position: relative;
  cursor: pointer;
  width: 155px;
  height: 100%;
  box-shadow: 2px 4px 15px rgba(222, 218, 217, 0.5);
  margin-bottom: 15px;
}

.product-card .extra-slider-item__img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.product-card .extra-slider-item-content {
  padding: 12px 10px;
  background: #fff;
}

.product-card .extra-slider-item__name {
  text-align: center;
  height: 38px;
  overflow: hidden;
}

.product-card .extra-slider-item__price {
  margin-top: 4px;
  text-align: center;
  font-weight: 600;
  color: #e55491;
}

.product-card .extra-counter {
  position: absolute;
  right: 8px;
  bottom: 75px;
}

.product-card .extra-counter-add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  padding: 6px;
}

.product-card .extra-counter-switch {
  display: none;
  align-items: center;
  border-radius: 15px;
}

.product-card .extra-counter-switch-minus {
  color: #e55491;
  border: 1px solid #e55491;
  background: #fff;
  border-radius: 15px 0 0 15px;
  padding: 6px 8px;
  font-size: 14px;
}

.product-card .extra-counter-switch-count {
  border: 1px solid #e55491;
  background: #e55491;
  color: #fff;
  padding: 6px 0 5px 4px;
  font-size: 14px;
}

.product-card .extra-counter-switch-plus {
  border: 1px solid #e55491;
  background: #e55491;
  border-radius: 0 15px 15px 0;
  padding: 6px 8px;
  font-size: 14px;
}

.product-card .extra-counter-add-btn.open {
  display: none;
}

.product-card .extra-counter-add-btn.open + .extra-counter-switch {
  display: flex;
}

.product-card .product-info-block {
  margin-bottom: 20px;
}

.product-card .product-info-block__inputs {
  display: flex;
  justify-content: space-between;
}

.product-card .product-info-block__input-wrap {
  position: relative;
  width: 49%;
}

.product-card .product-info-block__input {
  display: block;
  width: 100%;
  font-size: 16px;
  background: #f0f0f0;
  border: none;
}

.product-card .product-info-block__input-wrap.date::after {
  content: url(/theme/common/images/calendar2.svg);
  position: absolute;
  top: calc(50% - 8px);
  right: 14px;
  width: 16px;
  height: 16px;
}

.product-card .custom-select {
  width: 49%;
}

.product-card .product-info-block__footer {
  margin-top: 8px;
  color: #a0a0a0;
}

.product-card .product-info-block__footer span {
  font-weight: 600;
  color: #e55491;
}

.product-card .product-buttons {
  display: flex;
  justify-content: space-between;
}

.product-card .product-buttons__out-stock {
  justify-content: center;
}

.product-card .product__btn {
  width: 49%;
  text-align: center;
  background: #e55491;
  color: #fff;
  padding: 12px 0;
  border: 1px solid #e55491;
  text-transform: uppercase;
  font-weight: 600;
}

.product-card .product__btn:hover:first-of-type {
  background: #d34a84;
  color: #fff;
}

.product-card .product__btn:hover {
  background: #e55491;
  color: #fff;
}

.product-card .product-buttons__out-stock .product__btn {
  background: #d34a84;
  color: #fff;
}

.product-card .product-buttons_mobile {
  display: none;
  margin-top: 30px;
}

.product-card .product-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}

.product-card .tabs {
  display: flex;
}

.product-card .tabs__item {
  cursor: pointer;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  color: #a0a0a0;
  border: 1px solid #f0f0f0;
  text-align: center;
}

.product-card .tabs__item:not(:last-of-type) {
  margin-right: 20px;
}

.product-card .tabs__item.selected-item {
  color: #2e2e2e;
  background: #f0f0f0;
}

.product-card .tabs-content {
  padding: 20px 0;
}

.product-card .tabs-content ul,
.product-card .tabs-content ol {
  list-style: disc;
  margin: 10px 0 10px 20px;
}

.product-card .tabs-content__item {
  display: none;
  color: #78708a;
}

.product-card .tabs-content__item.selected-item {
  display: block;
}

.product-card .similar-grid-wrap {
  margin-top: 40px;
}

.product-card .similar-grid-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: 'Merriweather';
}

.product-card .similar-grid {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.product-card .similar-grid-item {
  width: 24%;
  box-shadow: 2px 4px 15px rgba(222, 218, 217, 0.5);
}

.product-card .similar-grid-item:hover {
  box-shadow: 2px 4px 15px rgba(222, 218, 217, 0.9);
}

.product-card .similar-grid-item__img-wrap {
  display: block;
  overflow: hidden;
  height: 280px;
}

.product-card .similar-grid-item__img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.product-card .similar-grid-item__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px;
  font-size: 20px;
  font-weight: 500;
}

.product-card .similar-grid-item__price {
  font-size: 20px;
  color: #e55491;
  margin-top: 12px;
}

.product-card .card-features {
  position: relative;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

.product-card .card-features::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 1px;
  background: #f8bfd2;
}

.product-card .card-features-item {
  position: relative;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
}

.product-card .card-features-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8bfd2;
}

.product-card .card-features-item__title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
}

.product-card .card-features-item__description {
  margin-top: 12px;
  line-height: 25.6px;
}

.product-card .product-carousel-wrap {
  position: relative;
  width: 41%;
}

.product-card .product-carousel {
  width: 100%;
}

.product-carousel .owl-stage {
  max-height: 480px;
  overflow: hidden;
}

.product-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.product-carousel .owl-dot {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
}

.product-carousel .owl-dot.active {
  border: 1px solid #e55491;
}

.product-carousel .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #f0f0f0 !important;
  border-radius: 50%;
}

.product-carousel-nav {
  display: none;
}

.product-carousel-nav__button {
  position: absolute;
  top: calc(50% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cdcdcd;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}

.product-carousel-nav__button_prev {
  left: 4px;
}

.product-carousel-nav__button_next {
  right: 4px;
}

.product-carousel-zoom {
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}

@media (max-width: 1200px) {
  .page-product-card {
    padding: 0 15px;
  }
}

@media (max-width: 1000px) {
  .product-card .product-buttons {
    margin-right: 10px;
  }

  .product-card .slider-nav-bg {
    height: 180px;
  }
}

@media (max-width: 900px) {
  .product-card .product {
    flex-direction: column;
    align-items: center;
  }

  .product-card .slider-nav-bg {
    bottom: 30px;
  }

  .product-card .product-image-wrap {
    width: 50%;
    height: 350px;
    margin-bottom: 20px;
  }

  .product-card .product-content {
    width: 100%;
  }

  .product-card .product__name {
    text-align: left;
    margin-bottom: 8px;
  }

  .product-card .similar-grid {
    flex-wrap: wrap;
  }

  .product-card .similar-grid-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 800px) {
  .product-card .product-content .product-buttons {
    display: none;
  }

  .product-card .product-buttons_mobile {
    display: flex;
  }

  .product-card .product-slider {
    max-width: 356px;
    height: 350px;
  }

  .product-card .product-slider-nav {
    margin-top: 10px;
  }

  .product-card .slider-nav-bg {
    display: none;
  }

  .product-card .product-size-block {
    margin-right: 12px;
  }

  .product-card .product-size-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-card .product-image-wrap {
    height: 300px;
  }

  .product-card .card-features {
    flex-direction: column;
    margin-top: 50px;
  }

  .product-card .card-features-item {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }

  .product-card .card-features-item:last-of-type {
    margin-bottom: 0;
  }

  .product-card .card-features-item:not(:last-of-type)::after {
    top: auto;
    bottom: -30px;
    right: auto;
  }
}

@media (max-width: 600px) {
  .product-card .product {
    flex-direction: column;
  }

  .product-card .product-slider-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-card .product-content {
    width: 100%;
    margin-left: 0;
  }

  .product-card .product-slider {
    margin: 0 auto;
  }

  .product-card .product-buttons_mobile {
    width: 100%;
    margin: 0;
  }

  .product-card .product-size-block {
    margin-right: 0;
  }

  .product-card .product-image-wrap {
    width: 80%;
    height: auto;
    max-height: 400px;
    margin: 0 auto 15px auto;
  }

  .product-card .tabs {
    justify-content: space-between;
  }

  .product-card .tabs__item {
    margin: 0 !important;
    width: 49%;
  }

  .product-card .product-carousel-wrap {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .product-card .product-buttons_mobile {
    flex-direction: column;
  }

  .product-card .product__btn {
    width: 100%;
    margin-bottom: 8px;
  }

  .product-card .product-info-block__inputs {
    flex-direction: column;
  }

  .product-card .custom-select {
    width: 100%;
    margin-bottom: 8px;
  }

  .product-card .product-info-block__input-wrap {
    width: 100%;
  }

  .product-card .similar-grid-item {
    width: 85%;
    margin: 0 auto 20px auto;
  }

  .product-card .extra-counter {
    bottom: 70px;
    right: 10px;
  }

  .product-card .extra-counter-add-btn {
    width: 32px;
    height: 32px;
  }

  .product-card .similar-grid-wrap {
    margin-top: 30px;
  }

  .product-card .product-info-block__footer {
    text-align: center;
  }

  .product-card .product-size-item__label {
    width: 100%;
  }

  .product-card .product-carousel-wrap {
    width: 100%;
    margin-bottom: 16px;
  }

  .product-carousel .owl-dots {
    display: none;
  }

  .product-carousel-nav {
    display: block;
  }
}

/* PAGE CARD END */

/* REVIEWS START */
.reviews {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #d9d9d9;
  color: #78708a;
}

.reviews .reviews-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.reviews .reviews-header__title {
  font-weight: 700;
  color: #2b1029;
}

.reviews .reviews-header__add {
  cursor: pointer;
  font-weight: 700;
  color: #e55491;
}

.reviews .reviews-content {
  padding: 20px;
}

.reviews .reviews-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.reviews .reviews-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.reviews .reviews-item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.reviews .reviews-item__author-name {
  font-weight: 700;
  margin-bottom: 16px;
}

.reviews .reviews-item__text {
  margin-bottom: 20px;
}

.reviews .reviews-item__images {
  display: flex;
}

.reviews .reviews-item__img {
  margin-right: 8px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.reviews .reviews-form {
  display: none;
  padding: 20px;
  border-top: 1px solid #d9d9d9;
}

.reviews .reviews-form.show {
  display: block;
}

.reviews .reviews-form__rating {
  margin-bottom: 16px;
}

.reviews .reviews-form__input {
  width: 100%;
  margin-bottom: 16px;
}

.reviews .reviews-form__btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.reviews .reviews-form__btn {
  font-weight: 600;
  width: 245px;
}

.reviews .reviews-form__star {
  cursor: pointer;
}

.reviews .reviews-form-images {
  display: flex;
  margin-top: 16px;
}

.reviews .reviews-form-images__img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.reviews .reviews-form__img-add-input {
  display: none;
}

.reviews .reviews-form__img-add-label {
  cursor: pointer;
  font-weight: 700;
  color: #e55491;
}

.reviews .reviews-form-images__img-wrap {
  position: relative;
  margin-right: 10px;
}

.reviews .reviews-form-images__img-remove {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/theme/common/images/remove.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  font-size: 18px;
}

/* REVIEWS END */

/* CATEGORY PAGE START */
.page-category {
  max-width: 1180px;
  width: 100%;
  margin: 30px auto;
}

.category .category__banner-img {
  max-width: 100%;
  height: auto;
  min-height: 146px;
  object-fit: cover;
}

.category .category__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.category .category__banner .category__title {
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  margin: 0;
  z-index: 1;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category .category__title {
  font-size: 48px;
  margin: 32px 0;
}

.category .category__text {
  height: 50px;
  overflow: hidden;
  line-height: 24px;
  color: #78708a;
}

.category .category__read-more {
  display: inline-block;
  margin-top: 10px;
}

.category .features {
  margin-top: 16px;
  margin-bottom: 40px;
}

.category .features-item__title {
  text-transform: uppercase;
  margin-left: 15px;
  color: #2b1029;
}

.category .grid {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .page-category {
    padding: 0 24px;
  }

  .category .features-item {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .category .features-item {
    padding: 5px;
  }

  .category .features-item__title {
    font-size: 12px;
  }

  .category .category__banner .category__title {
    font-size: 24px;
  }

  .category .flower-product__name,
  .category.flower-product__price {
    font-size: 14px;
  }

  .category .flower-product__name {
    min-height: 32px;
  }

  .category .flower-product__btn {
    font-size: 12px;
  }

  .category .flower-product-bottom {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .category .features {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
  }

  .category .category__title {
    font-size: 28px;
    line-height: 27px;
  }

  .category .category__banner .category__title {
    min-width: 250px;
  }

  .category .features-item__title {
    font-size: 14px;
  }
}

/* CATEGORY PAGE END */

/* BUTTONS PAGE START */

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

.buttons h2::after {
  content: none;
}

.buttons .content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  margin-top: 0px;
}

@media (min-width: 481px) {
  .buttons .content-block .grid-show-more-wrapper {
    flex: 1 1 380px;
    max-width: 380px;
  }

  .buttons .content-block .grid-show-more-wrapper .grid-show-more {
    width: 380px;
  }
}

@media (max-width: 481px) {
  .buttons .content-block .grid-show-more-wrapper {
    width: 100%;
  }

  .buttons .content-block .grid-show-more-wrapper .grid-show-more {
    width: 100%;
  }
}

/* BUTTONS PAGE END */

/* CUSTOM LIST START */
.custom-list {
  position: relative;
  display: inline-block;
  border-bottom: 1px;
}

.custom-list .custom-list-current-wrap {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 0 10px 5px 0;
  border-bottom: 1px solid black;
}

.custom-list .custom-list-current {
  font-weight: 600;
}

.custom-list .custom-list-current::after {
  content: url(/theme/common/images/sort_arrow.svg);
  position: absolute;
  top: -2px;
  right: -2px;
}

.custom-list .custom-list-list {
  display: none;
  width: 100%;
  position: absolute;
  top: 25px;
  flex-direction: column;
  padding: 10px;
  background: #fff;
  z-index: 10;
}

.custom-list .custom-list-list.show-list {
  display: flex;
}

.custom-list .custom-list-item {
  cursor: pointer;
  padding: 10px 5px;
}

/* CUSTOM LIST END */

/* CART START */
.page-cart .cart {
  max-width: 992px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

.page-cart .cart__title {
  font-family: 'Merriweather';
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}

.page-cart .cart__title .total {
  font-family: 'Lato';
}

.page-cart .cart-products {
  width: 55%;
}

.page-cart .cart-products-list {
  margin-top: 16px;
}

.page-cart .cart-products-item {
  display: flex;
  margin-bottom: 16px;
}

.page-cart .cart-products-item__img-wrap {
  overflow: hidden;
  height: 92px;
}

.page-cart .cart-products-item__img {
  width: 92px;
  object-fit: cover;
}

.page-cart .cart-products-item__info {
  margin-left: 10px;
}

.page-cart .cart-products-item__icon-remove {
  cursor: pointer;
  margin-left: 30px;
}

.page-cart .cart-products-item__price {
  color: #2b1029;
  font-weight: 600;
}

.page-cart .cart-products-item__name {
  color: #78708a;
}

.page-cart .cart-products-item__lists {
  margin-top: 10px;
}

.page-cart .cart-products-item__lists .custom-list {
  margin-right: 10px;
}

.page-cart .cart-total {
  width: 40%;
}

.page-cart .cart-total__sum {
  display: flex;
  margin-top: 16px;
  padding: 16px 14px;
  background: #f7f7f7;
  width: 100%;
}

.page-cart .cart-total__sum .sum {
  font-weight: 700;
  margin-left: 10px;
}

#stripe-payment-element-errors {
  display: none;
}

.stripe-wrapper {
  margin-bottom: 15px;
}

.page-cart .cart-total__checkout {
  width: 100%;
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 18px;
  margin-top: 16px;
  padding: 12px 18px;
  text-align: center;
  background: #e55491;
}

.page-cart .cart-total__text {
  margin-top: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.page-cart .checkout-header {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1180px;
  align-items: center;
  justify-content: center;
}

.page-cart .checkout-header__title {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Merriweather';
}

.page-cart .checkout-header__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.page-cart .checkout-header__close img {
  margin-top: 3px;
  margin-left: 5px;
}

.page-cart .checkout-content {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.page-cart .checkout-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.page-cart .checkout-cols {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.page-cart .checkout-footer {
  margin-top: 16px;
  width: 31%;
}

.page-cart .checkout-col {
  width: 31%;
}

.page-cart .checkout-col:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .page-cart .checkout-cart {
display: none;
width: 48%;
} */

.page-cart .checkout-form__title {
  font-size: 19px;
  font-weight: 700;
  font-family: 'Merriweather';
  margin-bottom: 16px;
}

.page-cart .checkout-form-group {
  width: 100%;
}

.page-cart .checkout-form-group:not(:last-of-type) {
  margin-bottom: 16px;
}

.page-cart .checkout-form-group-wrapper {
  display: flex;
  justify-content: space-between;
}

.page-cart .checkout-form-group-wrapper .checkout-form-group {
  width: 48%;
}

.page-cart .checkout-form-group-icon {
  position: relative;
}

.page-cart .checkout-form__icon {
  position: absolute;
  top: 8px;
  right: 5px;
  background-color: #fff;
  z-index: 9;
}

.page-cart .checkout-form__input {
  background: #fff !important;
  border-radius: 0 !important;
  width: 100%;
  border: 1px solid #78708a;
}

.page-cart textarea.checkout-form__input {
  display: block;
  position: relative;
  padding: 10px;
  min-height: 100px;
  outline: none;
}

.page-cart textarea.checkout-form__input::placeholder {
  font-family: 'Lato';
  font-size: 14px;
}

.page-cart .checkout-form__text {
  padding: 5px 0;
  font-size: 12px;
  color: #737373;
  max-width: 250px;
  margin: 0 auto;
}

.page-cart .checkout-form__input.border-none {
  border-top: none;
}

.page-cart .checkout-form__input:nth-of-type(2) {
  border-top: none;
}

.page-cart .checkout-form__payment-btn,
.page-cart .submit-btn {
  font-size: 16px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.page-cart .checkout-form__payment-btn:disabled {
  cursor: not-allowed;
}

.checkout-error {
  margin: 4px 0;
  font-size: 14px;
  color: red;
}

.page-cart .checkout-payment {
  justify-content: center;
  padding-bottom: 50px;
}

.page-cart .checkout-payment__wrapper {
  width: 570px;
  padding: 24px 20px;
  background: #fff;
  box-shadow: 2px 4px 15px 0px rgba(222, 218, 217, 0.5);
}

.page-cart .checkout-payment__info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
  margin-bottom: 16px;
}

.page-cart .checkout-payment__order {
  color: #a0a0a0;
  display: none;
}

.page-cart .checkout-payment__total span {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .page-cart .checkout-payment__wrapper {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-cart .checkout-payment__wrapper {
    padding: 16px 12px;
  }

  .page-cart .checkout-payment__info {
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .page-cart .checkout-payment__order {
    font-size: 14px;
  }

  .page-cart .checkout-payment__total span {
    font-size: 16px;
  }
}

.page-cart .cart-total__sum {
  justify-content: space-between;
}

.payment-modal-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease 0s;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.payment-modal-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.payment-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.payment-modal {
  max-width: 500px;
  width: 100%;
  padding: 16px;
  background: #fff;
  z-index: 100;
}

.payment-modal .payment-modal-header {
  display: flex;
  justify-content: space-between;
}

.payment-modal .payment-modal__title {
  font-size: 19px;
  font-weight: 700;
  font-family: 'Merriweather';
}

.payment-modal .payment-modal__close {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.payment-modal .payment-modal__close img {
  margin-top: 3px;
  margin-left: 5px;
}

.payment-modal .payment-modal-content {
  min-height: 300px;
}

@media (max-width: 1200px) {
  .page-cart .cart {
    padding: 0 24px;
  }

  .page-cart .checkout-header {
    padding: 24px;
  }

  .page-cart .checkout-content {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .page-cart .cart {
    flex-wrap: wrap;
  }

  .page-cart .cart-products {
    width: 100%;
  }

  .page-cart .cart-total {
    width: 100%;
    margin-top: 30px;
  }

  .page-cart .checkout-content {
    flex-direction: column;
  }

  .page-cart .checkout-form {
    order: 2;
    width: 100%;
  }

  .page-cart .checkout-cart {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .payment-modal {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .page-cart .checkout-form {
    flex-direction: column;
  }

  .page-cart .checkout-cols {
    flex-direction: column;
    gap: 12px;
  }

  .page-cart .checkout-footer {
    width: 100%;
    margin-top: 0;
  }

  .page-cart .checkout-col {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-cart .cart-total__text {
    width: 100%;
  }

  .page-cart .checkout-form-group-wrapper {
    flex-wrap: wrap;
  }

  .page-cart .checkout-form-group-wrapper .checkout-form-group {
    width: 100%;
  }

  .page-cart .checkout-form__text {
    max-width: 100%;
  }

  .page-cart .checkout-header__close > span {
    display: none;
  }

  .payment-modal {
    max-width: 85%;
  }
}

/* CART END */

/* SUCCESS START */
.success-container,
.canceled-container {
  min-height: 350px;
  padding-top: 100px;
}

/* SUCCESS END */

/* PAYMENT FORM START */
.payment-form {
  margin: 30px auto;
  max-width: 700px;
}

.payment-form .payment-form__title {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Merriweather';
  text-align: center;
  margin-bottom: 30px;
}

.payment-form .payment-form__btn {
  margin-top: 30px;
  min-width: 200px;
}

@media (max-width: 480px) {
  .payment-form .payment-form__btn {
    width: 100%;
  }
}

/* PAYMENT FORM END */

/* FEATURES START */
.features {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 18px 20px;
}

.features .features-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 40px;
  border-right: 2px solid #dfdede;
  width: 100%;
}

.features .features-item:last-of-type {
  border: none;
}

.features .features-item__title {
  text-transform: uppercase;
  margin-left: 8px;
  color: #2b1029;
}

.features .features-item .features-item__icon img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1156px) {
  .features .features-item {
    padding: 5px 30px;
  }
}

@media (max-width: 768px) {
  .features .features-item {
    border: none;
    padding: 5px;
  }

  .features .features-item__title {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .features {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px;
  }

  .features .features-item {
    width: auto;
  }

  .features .features-item__title {
    font-size: 14px;
  }
}

/* FEATURES END */

/* FEATURES-BIG START */

.features-big {
  margin-bottom: 56px;
}

.features-big__caption {
  margin-bottom: 28px;
  display: block;
  text-align: center;
}

.features-big__caption::after {
  content: none;
}

.features-big__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.features-big__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 28px;
}

.features-big__item:nth-child(even) {
  flex-direction: row-reverse;
}

.features-big__icon {
  width: 411px;
  height: 349px;
  object-fit: cover;
}

.features-big__box h3 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  color: #2e2e2e;
  padding-bottom: 4px;
  border-bottom: 1px solid #e55491;
}

.features-big__box p {
  font-size: 16px;
  line-height: 160%;
  color: #78708a;
}

@media (max-width: 500px) {
  .features-big {
    margin-bottom: 20px;
  }

  .features-big__caption {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 140%;
  }

  .features-big__item {
    display: block;
  }

  .features-big__icon {
    margin-bottom: 20px;
    width: 100%;
    height: 181px;
  }

  .features-big__box h3 {
    font-size: 16px;
  }

  .features-big__box p {
    font-size: 14px;
    line-height: 152%;
  }
}

/* FEATURES-BIG END */

/* COUNTRY SELECTOR START */
.country-selector {
  position: relative;
}

.country-selector .country-selector-visible {
  display: flex;
}

.country-selector .country-selector-item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.country-selector .country-selector-item img {
  width: 24px;
  height: 18px;
}

.country-selector .country-selector__icon-open {
  cursor: pointer;
  padding: 0 5px;
  margin-bottom: 8px;
  width: 20px;
}

.country-selector .country-selector-hidden {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: #2b1029;
  width: 220px;
}

.country-selector .country-selector-hidden.hide {
  display: none;
}

/* COUNTRY SELECTOR END */

/* DATERANGE PICKER START */
.input-item .daterangepicker {
  position: absolute !important;
}

.daterangepicker .drp-calendar {
  min-width: 200px;
}

.daterangepicker .calendar-table {
  color: #000 !important;
}

.daterangepicker td {
  color: #e55491;
}

.daterangepicker td.active {
  background-color: #e55491 !important;
  font-weight: bold;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #e55491 !important;
  border-width: 0 2px 2px 0 !important;
}

.daterangepicker.opensright:after,
.daterangepicker.opensright:before {
  display: none !important;
}

/* DATERANGE PICKER END */

/* Preloader | Start */
.preloader-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: flex;
  position: fixed;
  background: black;
  align-items: center;
  z-index: 2147483647;
  justify-content: center;
}

.preloader-wrapper .loader {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  border: 16px solid white;
  border-top: 16px solid #e55491;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Preloader | End */

/* COOKIES START */
.cookies-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.cookies-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10000;
}

.cookies {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  z-index: 10001;
  color: #fff;
}

.cookies__text a {
  color: #fff;
  text-decoration: underline;
}

.cookies__btn {
  margin-top: 10px;
}

/* COOKIES END */

/* CUSTOM SELECT START */
.custom-select {
  position: relative;
}

.card-custom-select .custom-select__selected::after {
  content: url('/theme/common/images/custom-select-arrow.svg');
  position: absolute;
  top: 11px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
}

.custom-select .custom-select__selected {
  display: flex;
  align-items: center;
  background: #f0f0f0;
  cursor: pointer;
  height: 40px;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.custom-select .custom-select-options {
  width: 100%;
  display: none;
  overflow: auto;
  max-height: 180px;
  overflow-y: scroll;
  background: #f0f0f0;
  position: absolute;
}

.custom-select.open .custom-select__selected {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
}

.custom-select.open .custom-select-options {
  display: block;
  z-index: 10;
}

.custom-select.open .custom-select-options__item {
  cursor: pointer;
  padding: 8px 12px 8px 12px;
}

.custom-select.open .custom-select-options__item:last-of-type {
  padding-bottom: 8px;
}
/* CUSTOM SELECT END */

/* CHECKOUT SELECTOR | START */
.checkout-form .custom-select .custom-select__selected {
  background: #fff;
}

.checkout-form .custom-select .custom-select-options {
  background: #fff;
}

.checkout-form .custom-select.open .custom-select-options {
  display: block;
  background: #fff;
  border: 1px solid black;
  width: 308px;
  left: -1px;
}

.checkout-form .custom-select.open .custom-select-options__item:hover {
  background: #f0f0f0;
}

.checkout-form .custom-select {
  border: 1px solid #78708a;
}
/* CHECKOUT SELECTOR | END */

/* PHONE CODE SELECTOR | START */
.phone-wrapper {
  display: flex;
}

.phone-wrapper .part-first {
  width: 32%;
}

.phone-wrapper .part-second {
  width: 68%;
}

.phone-code-selector {
  width: 100%;
  position: relative;
  border-right: none !important;
}

.phone-code-selector .custom-select__selected {
  height: 38px;
  padding: 0 5px;
  justify-content: center;
}

.phone-code-selector.open .custom-select__selected {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
}

.iti-flag {
  height: 15px;
  display: inline-block;
  background-color: white;
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-image: url('/theme/common/images/flags.png');
}

.custom-select__selected .iti-flag {
  margin-right: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url('/theme/common/images/flags@2x.png');
  }
}

.iti-flag::before {
  background-position: 20px 0;
  background-repeat: no-repeat;
  background-image: url('/theme/common/images/flags.png');
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5652px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}

.iti-flag.do {
  height: 14px;
  background-position: -1379px 0;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}

.iti-flag.un {
  height: 14px;
  background-position: -5241px 0;
}

.iti-flag.us {
  height: 11px;
  background-position: -5263px 0;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5285px 0;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5307px 0;
}

.iti-flag.va {
  height: 15px;
  background-position: -5329px 0;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5346px 0;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5368px 0;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5390px 0;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5412px 0;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5434px 0;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5456px 0;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5478px 0;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5500px 0;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5522px 0;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5544px 0;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5566px 0;
}

.iti-flag.za {
  height: 14px;
  background-position: -5588px 0;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5610px 0;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5632px 0;
}
/* PHONE CODE SELECTOR | END */

/* FAQ | START */

.accordion {
  border: 1px solid gray;
  margin-top: -1px;
}

.accordion-toggle {
  display: none;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.accordion-header-text {
  color: black;
  margin: 0;
  align-content: center;
}

.accordion-content {
  padding: 10px 10px 20px;
  display: none;
}

.accordion-content p {
  margin-bottom: 0;
}

.accordion-toggle + .accordion .accordion-header .toggle-icon:after {
  content: "+";
}

.accordion-toggle:checked + .accordion .accordion-header + .accordion-content {
  display: block;
}

.accordion-toggle:checked + .accordion .accordion-header .toggle-icon:after {
  content: "⏤";
}

.accordion-toggle:checked + .accordion {
  border-color: #e55491;
}

.toggle-icon {
  background-color: #e55491;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background-color 0.3s;
}

/* FAQ | END */

/* FAVOURITE BUTTON | START */
.product-favourite-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-favourite-btn {
  background: none;
  cursor: pointer;
  margin: 5%;
}

.product-favourite-checkbox {
  display: none;
}

.product-favourite-heart {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.product-favourite-checkbox:checked + .product-favourite-heart {
  fill: #e55491;
}
/* FAVOURITE BUTTON | END */

/* FAVOURITE LIST | START */
.favourites .favourites-header {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1180px;
  text-align: center;
}

.favourites .favourite-warning {
  display: block;
}

.favourites .favourites-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.favourites .favourite-product {
  position: relative;
}

.favourites .favourite-product .flower-product__img-wrap {
  display: block;
  overflow: hidden;
  height: 350px;
  position: relative;
}
/* FAVOURITE LIST | END */
